figureflow.figure_panel.FigurePanel.add_zoom

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

Append zoom parameters to dictionary. For each image/channel/frame the same number of zooms have to be added. Otherwise auto_enlarging won’t work.

Parameters:
  • xy – x,y point as list for bottom-left origin of zoom rectangle

  • width – width of zoom rectangle

  • height – height of zoom rectangle

  • 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

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

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

  • label_position_overview – at which position should the number label be added to the overview image