psyplot.project.plot.horizontal_mapcombinedtransect
- plot.horizontal_mapcombinedtransect(*args, **kwargs)
Open and plot data via
psy_transect.maps.HorizontalTransectCombinedPlotter
plottersThis plotting method adds data arrays and plots them via
psy_transect.maps.HorizontalTransectCombinedPlotter
plottersTo plot data from a netCDF file type:
>>> psy.plot.horizontal_mapcombinedtransect(filename, name=['my_variable'], ...)
Examples
To explore the formatoptions and their documentations, use the
keys
,summaries
anddocs
methods. For example:>>> import psyplot.project as psy # show the keys corresponding to a group or multiple # formatopions >>> psy.plot.horizontal_mapcombinedtransect.keys('labels') # show the summaries of a group of formatoptions or of a # formatoption >>> psy.plot.horizontal_mapcombinedtransect.summaries('title') # show the full documentation >>> psy.plot.horizontal_mapcombinedtransect.docs('plot') # or access the documentation via the attribute >>> psy.plot.horizontal_mapcombinedtransect.plot