plot_is#
- plot_is(isurface, **kwargs)#
Plot a 2D influence surface DataArray.
Parameters#
- isurfacexarray.DataArray
Influence surface with exactly two dimensions.
- backend{“matplotlib”, “plotly”}, default “matplotlib”
Rendering backend.
- showbool, default True
Whether to display the figure immediately.
- axmatplotlib.axes.Axes or plotly.graph_objects.Figure, optional
Existing target to draw into.
- title, xlabel, ylabel, colorscaleoptional
Standard plotting customisation keywords.