figureflow.figure_panel.FigurePanel.draw_marker

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

Add marker (circle) to specific upper left edge in images.

Parameters:
  • frames – Will be deprecated list, which frames the zoom should be applied to. If None, it will be applied to all channels

  • channels – Will be deprecated list, which channels the zoom should be applied to. If None, it will be applied to all channels

  • images

    dict with each key corresponding to one category

    (“images”, “channels” and “frames” allowed) and the value being a list with all allowed values

    Alternative use, will be deprecated: list, which images the zoom should be applied on. If None, it will be applied to all images

  • radius – radius in inches

  • color – color of circle

  • show_only_in_zoom – Whether show marker only in zoomed images

  • only_show_in_columns – List of columns of image grid in which to add the marker

  • only_show_in_rows – List of rows of image grid in which to add the marker

  • position – Not implemented