pysap.plotting.image
pysap.plotting.image#
- plot_data(data, scroll_axis=2)[source]#
Plot an image associated data. Currently support on 1D, 2D or 3D data.
- Parameters
data (numpy.ndarray) – the data to be displayed.
scroll_axis (int (optional, default 2)) – the scroll axis for 3d data.
Notes
This function is deprecated and will be removed in a future release.