lstein.lstein.LSteinPlotly.show

LSteinPlotly.show(fig: Figure, row: int, col: int) Figure[source]

display LStein plot in fig

  • method to display self.LSC within a plotly figure

  • will
    • draw the canvas

    • add each panel

    • plot series for each panel

Parameters
  • fig
    • Figure

    • plotly figure to draw into

  • row
    • int

    • row of the panel to plot into

  • col
    • int

    • column of the panel to plot into

Raises

Returns
  • fig
    • go.Figure

    • fig with the respective elements added