lstein.lstein.LSteinPlotly.add_xaxis

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

adds x-axis to fig

  • method to add the x-axis to fig

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