lstein.lstein.LSteinPlotly.add_yaxis¶
- LSteinPlotly.add_yaxis(LSP: LSteinPanel, pkwargs: Dict[str, Dict], fig: Figure, row: int, col: int)[source]¶
adds y-axis of LSP to fig
method to add the y-axis of LSP 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