plot_il#
- plot_il(il, **kwargs)#
Plot a 1D influence line DataArray.
Parameters#
- ilxarray.DataArray
Influence line with exactly one dimension.
- 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, color, markeroptional
Standard plotting customisation keywords.