plotgallery¶
- edge_pydb.util.plotgallery(hdf_files=None, cmap='jet', clobber=False, errors=True, allnorm=False, paths=None, basedir='.', **kwargs)[source]¶
Make multi-page gridplots for all galaxies in all available HDF5 files.
- Parameters:
- hdf_fileslist of str
Names of HDF5 files, should be available via EdgeTable. Default is to process all available HDF5 files except with ‘cocube’ in the filename.
- cmapstr
Colormap for matplotlib
- clobberbool
Whether to delete existing plots for these files before plotting. Default is False.
- errorsbool
Whether to plot the uncertainty columns. Default is True.
- allnormbool
False (default) normalizes the colormap to each galaxy individually. True normalizes the colormap over all galaxies in the plotted column.
- pathslist of str
Names of paths (subtables) to plot. Default is to plot all.
- basedirstr
The directory into which to write the files.
- **kwargs
Additional arguments passed to gridplot including nx, ny, pad