lstein.lstein.LSteinPlotly.add_ylabel

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

adds y-label to fig

  • method to add the y-label 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