visualize_figure_array_convertershow_pixel_object

show_pixel_object

visualize._figure_array_converter.show_pixel_object(pixelObject, ax=None)

Displays a PixelObject on an axis

Parameters:
  • pixelObject (PixelObject) – the PixelObject to display

  • ax (matplotlib.pyplot.Axes) – the axis to display the PixelObject on

Returns:

the axis with the PixelObject displayed

Return type:

ax (matplotlib.pyplot.Axes)