reborn.viewers.mplviews package¶
Submodules¶
reborn.viewers.mplviews.padviews module¶
- reborn.viewers.mplviews.padviews.view_pad_data(data=None, pad_geometry=None, pad_numbers=False, beam_center=False, show_scans=False, show_coords=False, show=True, vmin=None, vmax=None, background_color=None, cmap='viridis', title=None, colorbar=False, figsize=(5, 5), cbar_title=None, cbar_fontsize=12, **kwargs)[source]¶
Very simple function to show pad data with matplotlib. This will take a list of data arrays along with a list of
PADGeometry
instances and display them with a decent geometrical layout.Arguments:
- Returns:
axis