figureflow.figure_panel.FigurePanel.draw_line_on_images

figureflow.figure_panel.FigurePanel.draw_line_on_images = <function FigurePanel.draw_line_on_images>

Draw a line on images.

Parameters:
  • position – positions (x or y) of adding line

  • orientation – either “hor” / “horizontal” or “vert” / “vertical”

  • line_width – line width in pt

  • color – color of line

  • line_style – linestyle as typical matplotlib linestyle (e.g. “-” or “–” or “-.-“)

  • only_show_in_rows – list of rows in which line should be added

  • only_show_in_columns – list of columns in which line should be added