figureflow.figure_panel.FigurePanel.draw_line_on_plots
- figureflow.figure_panel.FigurePanel.draw_line_on_plots = <function FigurePanel.draw_line_on_plots>
Draw lines on data plots. This is not implemented for multiple rows of data plots yet.
- Parameters:
positions – list of positions (x or y) of adding line
axis – axis of positions (“x” or “y”)
line_width – line width in pt
color – color of line
line_style – linestyle as typical matplotlib linestyle (e.g. “-” or “–” or “-.-“)