figureflow.figure_panel.FigurePanel.add_x_axis
- figureflow.figure_panel.FigurePanel.add_x_axis = <function FigurePanel.add_x_axis>
Add x 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 x axis
show_in_columns – List of columns in image grid in which to add x 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 x 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 x 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)