figureflow.figure_panel.FigurePanel.add_y_axis

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

Add y axis to images in image grid.

Parameters:
  • axis_title – String of axis title

  • site – Site of axis

  • show_in_rows – List of rows in image grid in which to add y axis

  • show_in_columns – List of columns in image grid in which to add y axis

  • show_title_in_rows – List of rows in image grid in which to show title

  • show_title_in_columns – List of columns in image grid in which to show title

  • axis_padding – padding of axis ticks

  • show_tick_labels – Whether to show tick labels

  • always_show_all_tick_values – Show all tick values, even those outside of the range of the image

  • tick_values – list, manually define y tick values to be shown on the inside of the image values provided must be after scaling with set_image_scaling

  • tick_color – string, color of y ticks

  • tick_width – tick width in pt

  • tick_length – tick length in pt

  • shift – whether to shift images after adding axis

  • direction – direction of ticks (“in” or “out” of image)