lstein.lstein.LSteinMPL.show¶
- LSteinMPL.show(ax: Axes)[source]¶
display LStein plot in ax
method to display self.LSC within a matplotlib figure
similar to plt.show()
- will
draw the canvas
add each panel
plot series for each panel
- Parameters
- ax
plt.Axes
axis to draw into
Raises
- Returns
- ax
plt.Axes
ax with the respective elements added