René's URL Explorer Experiment


Title: Index — psyplot documentation

direct link

Domain: psyplot.github.io

Links:

psyplot https://psyplot.github.io/psyplot/index.html
About psyplothttps://psyplot.github.io/psyplot/about.html
Why psyplot?https://psyplot.github.io/psyplot/about.html#why-psyplot
What it is, and what it is nothttps://psyplot.github.io/psyplot/about.html#what-it-is-and-what-it-is-not
What it ishttps://psyplot.github.io/psyplot/about.html#what-it-is
What it is nothttps://psyplot.github.io/psyplot/about.html#what-it-is-not
About the authorhttps://psyplot.github.io/psyplot/about.html#about-the-author
Licensehttps://psyplot.github.io/psyplot/about.html#license
Installationhttps://psyplot.github.io/psyplot/installing.html
How to installhttps://psyplot.github.io/psyplot/installing.html#how-to-install
Installation using condahttps://psyplot.github.io/psyplot/installing.html#installation-using-conda
Installation using piphttps://psyplot.github.io/psyplot/installing.html#installation-using-pip
Installation from sourcehttps://psyplot.github.io/psyplot/installing.html#installation-from-source
Dependencieshttps://psyplot.github.io/psyplot/installing.html#dependencies
Required dependencieshttps://psyplot.github.io/psyplot/installing.html#required-dependencies
Optional dependencieshttps://psyplot.github.io/psyplot/installing.html#optional-dependencies
Running the testshttps://psyplot.github.io/psyplot/installing.html#running-the-tests
Building the docshttps://psyplot.github.io/psyplot/installing.html#building-the-docs
Uninstallationhttps://psyplot.github.io/psyplot/installing.html#uninstallation
Uninstallation via condahttps://psyplot.github.io/psyplot/installing.html#uninstallation-via-conda
Uninstallation via piphttps://psyplot.github.io/psyplot/installing.html#uninstallation-via-pip
Getting startedhttps://psyplot.github.io/psyplot/getting_started.html
Initialization and interactive usagehttps://psyplot.github.io/psyplot/getting_started.html#initialization-and-interactive-usage
Choosing the dimensionhttps://psyplot.github.io/psyplot/getting_started.html#choosing-the-dimension
Configuring the appearance of the plothttps://psyplot.github.io/psyplot/getting_started.html#configuring-the-appearance-of-the-plot
Controlling the updatehttps://psyplot.github.io/psyplot/getting_started.html#controlling-the-update
Automatic updatehttps://psyplot.github.io/psyplot/getting_started.html#automatic-update
Direct control on formatoption updatehttps://psyplot.github.io/psyplot/getting_started.html#direct-control-on-formatoption-update
Creating and managing multiple plotshttps://psyplot.github.io/psyplot/getting_started.html#creating-and-managing-multiple-plots
Creating multiple plotshttps://psyplot.github.io/psyplot/getting_started.html#creating-multiple-plots
Slicing and filtering the projecthttps://psyplot.github.io/psyplot/getting_started.html#slicing-and-filtering-the-project
Saving and loading your projecthttps://psyplot.github.io/psyplot/getting_started.html#saving-and-loading-your-project
Using presetshttps://psyplot.github.io/psyplot/getting_started.html#using-presets
Adding your own script: The post formatoptionhttps://psyplot.github.io/psyplot/getting_started.html#adding-your-own-script-the-post-formatoption
Example Galleryhttps://psyplot.github.io/examples/
Configurationhttps://psyplot.github.io/psyplot/configuration.html
The rcParamshttps://psyplot.github.io/psyplot/configuration.html#the-rcparams
Default formatoptionshttps://psyplot.github.io/psyplot/configuration.html#default-formatoptions
Subprojectshttps://psyplot.github.io/psyplot/projects.html
xarray Accessorshttps://psyplot.github.io/psyplot/accessors.html
The DatasetAccessor dataset accessorhttps://psyplot.github.io/psyplot/accessors.html#the-datasetaccessor-dataset-accessor
The InteractiveArray dataarray accessorhttps://psyplot.github.io/psyplot/accessors.html#the-interactivearray-dataarray-accessor
Creating plots with the dataarray accessorhttps://psyplot.github.io/psyplot/accessors.html#creating-plots-with-the-dataarray-accessor
Updating plots and arrays with the dataarray accessorhttps://psyplot.github.io/psyplot/accessors.html#updating-plots-and-arrays-with-the-dataarray-accessor
Psyplot pluginshttps://psyplot.github.io/psyplot/plugins.html
Existing pluginshttps://psyplot.github.io/psyplot/plugins.html#existing-plugins
How to exclude pluginshttps://psyplot.github.io/psyplot/plugins.html#how-to-exclude-plugins
The PSYPLOT_PLUGINS environment variablehttps://psyplot.github.io/psyplot/plugins.html#the-psyplot-plugins-environment-variable
The PSYPLOT_PLOTMETHODS environment variablehttps://psyplot.github.io/psyplot/plugins.html#the-psyplot-plotmethods-environment-variable
Command line usagehttps://psyplot.github.io/psyplot/command_line.html
Positional Argumentshttps://psyplot.github.io/psyplot/command_line.html#positional-arguments
Named Argumentshttps://psyplot.github.io/psyplot/command_line.html#named-arguments
Info optionshttps://psyplot.github.io/psyplot/command_line.html#info-options
Output optionshttps://psyplot.github.io/psyplot/command_line.html#output-options
Developers guidehttps://psyplot.github.io/psyplot/develop/index.html
The psyplot frameworkhttps://psyplot.github.io/psyplot/develop/framework.html
The project() functionhttps://psyplot.github.io/psyplot/develop/framework.html#the-project-function
The InteractiveBase and the Plotter classeshttps://psyplot.github.io/psyplot/develop/framework.html#the-interactivebase-and-the-plotter-classes
Interactive data objectshttps://psyplot.github.io/psyplot/develop/framework.html#interactive-data-objects
Visualization objectshttps://psyplot.github.io/psyplot/develop/framework.html#visualization-objects
Formatoptionshttps://psyplot.github.io/psyplot/develop/framework.html#formatoptions
How to implement your own plotters and pluginshttps://psyplot.github.io/psyplot/develop/plugins_guide.html
Creating plottershttps://psyplot.github.io/psyplot/develop/plugins_guide.html#creating-plotters
Interface for the plotterhttps://psyplot.github.io/psyplot/develop/plugins_guide.html#interface-for-the-plotter
Interface to the datahttps://psyplot.github.io/psyplot/develop/plugins_guide.html#interface-to-the-data
Interfacing to other formatoptionshttps://psyplot.github.io/psyplot/develop/plugins_guide.html#interfacing-to-other-formatoptions
Creating new pluginshttps://psyplot.github.io/psyplot/develop/plugins_guide.html#creating-new-plugins
Creating a package with the psyplot-plugin-templatehttps://psyplot.github.io/psyplot/develop/plugins_guide.html#creating-a-package-with-the-psyplot-plugin-template
rcParams handling in pluginshttps://psyplot.github.io/psyplot/develop/plugins_guide.html#rcparams-handling-in-plugins
Contribution and development hintshttps://psyplot.github.io/psyplot/contributing.html
Code of Conducthttps://psyplot.github.io/psyplot/contributing.html#code-of-conduct
What should I know before I get started?https://psyplot.github.io/psyplot/contributing.html#what-should-i-know-before-i-get-started
The psyplot frameworkhttps://psyplot.github.io/psyplot/contributing.html#the-psyplot-framework
Contributing in the developmenthttps://psyplot.github.io/psyplot/contributing.html#contributing-in-the-development
Helpershttps://psyplot.github.io/psyplot/contributing.html#helpers
Shortcuts with makehttps://psyplot.github.io/psyplot/contributing.html#shortcuts-with-make
Annotating licenseshttps://psyplot.github.io/psyplot/contributing.html#annotating-licenses
Fixing the docshttps://psyplot.github.io/psyplot/contributing.html#fixing-the-docs
Contributing to the codehttps://psyplot.github.io/psyplot/contributing.html#contributing-to-the-code
Updating the skeleton for this packagehttps://psyplot.github.io/psyplot/contributing.html#updating-the-skeleton-for-this-package
API Referencehttps://psyplot.github.io/psyplot/api.html
psyplot packagehttps://psyplot.github.io/psyplot/api/psyplot.html
get_versions()https://psyplot.github.io/psyplot/api/psyplot.html#psyplot.get_versions
with_guihttps://psyplot.github.io/psyplot/api/psyplot.html#psyplot.with_gui
Subpackageshttps://psyplot.github.io/psyplot/api/psyplot.html#subpackages
psyplot.config packagehttps://psyplot.github.io/psyplot/api/psyplot.config.html
psyplot.sphinxext packagehttps://psyplot.github.io/psyplot/api/psyplot.sphinxext.html
Submoduleshttps://psyplot.github.io/psyplot/api/psyplot.html#submodules
AbsoluteTimeDecoderhttps://psyplot.github.io/psyplot/api/psyplot.data.html
AbsoluteTimeEncoderhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.AbsoluteTimeEncoder
ArrayListhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList
CFDecoderhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder
DatasetAccessorhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor
InteractiveArrayhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray
InteractiveBasehttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase
InteractiveListhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList
Signalhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal
UGridDecoderhttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder
decode_absolute_time()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.decode_absolute_time
encode_absolute_time()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.encode_absolute_time
get_filename_ds()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_filename_ds
get_fname_funcshttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_fname_funcs
get_index_from_coord()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_index_from_coord
get_tdata()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_tdata
open_dataset()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.open_dataset
open_mfdataset()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.open_mfdataset
setup_coords()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.setup_coords
t_patternshttps://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.t_patterns
to_netcdf()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.to_netcdf
to_slice()https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.to_slice
PsyplotDocstringProcessorhttps://psyplot.github.io/psyplot/api/psyplot.docstring.html
append_original_doc()https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.append_original_doc
dedent()https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.dedent
docstringshttps://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.docstrings
indent()https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.indent
GdalStorehttps://psyplot.github.io/psyplot/api/psyplot.gdal_store.html
BEFOREPLOTTINGhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html
DictFormatoptionhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.DictFormatoption
ENDhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.END
Formatoptionhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption
FormatoptionMetahttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.FormatoptionMeta
Plotterhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter
PostProcDependencieshttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcDependencies
PostProcessinghttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing
PostTiminghttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming
STARThttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.START
default_print_func()https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.default_print_func
format_time()https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.format_time
groupshttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.groups
is_data_dependent()https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.is_data_dependent
DataArrayPlotterhttps://psyplot.github.io/psyplot/api/psyplot.project.html
DataArrayPlotterInterfacehttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotterInterface
DatasetPlotterhttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter
DatasetPlotterInterfacehttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotterInterface
PROJECT_CLShttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PROJECT_CLS
PlotterInterfacehttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface
Projecthttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project
ProjectPlotterhttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter
close()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.close
gcp()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.gcp
get_project_nums()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.get_project_nums
multiple_subplots()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.multiple_subplots
plothttps://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.plot
project()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.project
register_plotter()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.register_plotter
scp()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.scp
unregister_plotter()https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.unregister_plotter
Defaultdicthttps://psyplot.github.io/psyplot/api/psyplot.utils.html
check_key()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.check_key
get_default_value()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.get_default_value
hashable()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.hashable
is_iterable()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.is_iterable
is_remote_url()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.is_remote_url
isstring()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.isstring
join_dicts()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.join_dicts
plugin_entrypoints()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.plugin_entrypoints
sort_kwargs()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.sort_kwargs
unique_everseen()https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.unique_everseen
PsyPlotCriticalhttps://psyplot.github.io/psyplot/api/psyplot.warning.html
PsyPlotRuntimeWarninghttps://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.PsyPlotRuntimeWarning
PsyPlotWarninghttps://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.PsyPlotWarning
critical()https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.critical
customwarn()https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.customwarn
disable_warnings()https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.disable_warnings
warn()https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.warn
ToDoshttps://psyplot.github.io/psyplot/todos.html
Changeloghttps://psyplot.github.io/psyplot/changelog.html
v1.5.1https://psyplot.github.io/psyplot/changelog.html#v1-5-1
Addedhttps://psyplot.github.io/psyplot/changelog.html#added
v1.5.0https://psyplot.github.io/psyplot/changelog.html#v1-5-0
Changedhttps://psyplot.github.io/psyplot/changelog.html#changed
Addedhttps://psyplot.github.io/psyplot/changelog.html#id2
v1.4.3https://psyplot.github.io/psyplot/changelog.html#v1-4-3
v1.4.2https://psyplot.github.io/psyplot/changelog.html#v1-4-2
Changedhttps://psyplot.github.io/psyplot/changelog.html#id3
v1.4.1https://psyplot.github.io/psyplot/changelog.html#v1-4-1
Addedhttps://psyplot.github.io/psyplot/changelog.html#id4
Fixedhttps://psyplot.github.io/psyplot/changelog.html#fixed
Changedhttps://psyplot.github.io/psyplot/changelog.html#id5
v1.4.0https://psyplot.github.io/psyplot/changelog.html#v1-4-0
Fixedhttps://psyplot.github.io/psyplot/changelog.html#id6
Addedhttps://psyplot.github.io/psyplot/changelog.html#id7
Changedhttps://psyplot.github.io/psyplot/changelog.html#id8
v1.3.2https://psyplot.github.io/psyplot/changelog.html#v1-3-2
Fixedhttps://psyplot.github.io/psyplot/changelog.html#id9
v1.3.1https://psyplot.github.io/psyplot/changelog.html#v1-3-1
Fixedhttps://psyplot.github.io/psyplot/changelog.html#id10
v1.3.0https://psyplot.github.io/psyplot/changelog.html#v1-3-0
Addedhttps://psyplot.github.io/psyplot/changelog.html#id11
Changedhttps://psyplot.github.io/psyplot/changelog.html#id12
v1.2.1https://psyplot.github.io/psyplot/changelog.html#v1-2-1
v1.2.0https://psyplot.github.io/psyplot/changelog.html#v1-2-0
Addedhttps://psyplot.github.io/psyplot/changelog.html#id13
Removedhttps://psyplot.github.io/psyplot/changelog.html#removed
Changedhttps://psyplot.github.io/psyplot/changelog.html#id14
v1.1.0https://psyplot.github.io/psyplot/changelog.html#v1-1-0
Addedhttps://psyplot.github.io/psyplot/changelog.html#id15
v1.0.0https://psyplot.github.io/psyplot/changelog.html#v1-0-0
Addedhttps://psyplot.github.io/psyplot/changelog.html#id16
Changedhttps://psyplot.github.io/psyplot/changelog.html#id17
psyplothttps://psyplot.github.io/psyplot/index.html
https://psyplot.github.io/psyplot/index.html
Ahttps://psyplot.github.io/psyplot/genindex.html#A
Bhttps://psyplot.github.io/psyplot/genindex.html#B
Chttps://psyplot.github.io/psyplot/genindex.html#C
Dhttps://psyplot.github.io/psyplot/genindex.html#D
Ehttps://psyplot.github.io/psyplot/genindex.html#E
Fhttps://psyplot.github.io/psyplot/genindex.html#F
Ghttps://psyplot.github.io/psyplot/genindex.html#G
Hhttps://psyplot.github.io/psyplot/genindex.html#H
Ihttps://psyplot.github.io/psyplot/genindex.html#I
Jhttps://psyplot.github.io/psyplot/genindex.html#J
Khttps://psyplot.github.io/psyplot/genindex.html#K
Lhttps://psyplot.github.io/psyplot/genindex.html#L
Mhttps://psyplot.github.io/psyplot/genindex.html#M
Nhttps://psyplot.github.io/psyplot/genindex.html#N
Ohttps://psyplot.github.io/psyplot/genindex.html#O
Phttps://psyplot.github.io/psyplot/genindex.html#P
Rhttps://psyplot.github.io/psyplot/genindex.html#R
Shttps://psyplot.github.io/psyplot/genindex.html#S
Thttps://psyplot.github.io/psyplot/genindex.html#T
Uhttps://psyplot.github.io/psyplot/genindex.html#U
Vhttps://psyplot.github.io/psyplot/genindex.html#V
Whttps://psyplot.github.io/psyplot/genindex.html#W
AbsoluteTimeDecoder (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.AbsoluteTimeDecoder
AbsoluteTimeEncoder (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.AbsoluteTimeEncoder
add_base_str() (psyplot.config.rcsetup.SubDict method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.add_base_str
all_dims (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.all_dims
all_names (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.all_names
any_decoder (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.any_decoder
append() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.append
(psyplot.data.InteractiveList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.append
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.append
append_original_doc() (in module psyplot.docstring)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.append_original_doc
arr_name (psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.arr_name
arr_names (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.arr_names
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.arr_names
array_info() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.array_info
ArrayList (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList
arrays (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.arrays
ax (psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.ax
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.ax
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.ax
axes (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.axes
barplot (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.barplot
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.barplot
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.barplot
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.barplot
base (psyplot.config.rcsetup.SubDict attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.base
(psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.base
base_str (psyplot.config.rcsetup.SubDict attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.base_str
base_variables (psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.base_variables
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.base_variables
BEFOREPLOTTING (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.BEFOREPLOTTING
block_signals (psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.block_signals
(psyplot.project.Project attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.block_signals
can_decode() (psyplot.data.CFDecoder class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.can_decode
(psyplot.data.UGridDecoder class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.can_decode
catch() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.catch
CFDecoder (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder
changed (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.changed
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.changed
check_and_set() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.check_and_set
check_data() (psyplot.plotter.Plotter class method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.check_data
(psyplot.project.DataArrayPlotterInterface method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotterInterface.check_data
(psyplot.project.PlotterInterface method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.check_data
check_key() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.check_key
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.check_key
children (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.children
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.children
clear_cache() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.clear_cache
close() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.close
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.close
combined (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.combined
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.combined
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.combined
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.combined
config_path (in module psyplot.config)https://psyplot.github.io/psyplot/api/psyplot.config.html#psyplot.config.config_path
connect() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.connect
(psyplot.data.Signal method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal.connect
connections (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.connections
convert_coordinate() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.convert_coordinate
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.convert_coordinate
coords (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.coords
coords_intersect (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.coords_intersect
copy() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.copy
(psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.copy
(psyplot.data.DatasetAccessor method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.copy
(psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.copy
(psyplot.utils.Defaultdict method)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.Defaultdict.copy
correct_dims() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.correct_dims
create_list() (psyplot.data.DatasetAccessor method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.create_list
critical() (in module psyplot.warning)https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.critical
customwarn() (in module psyplot.warning)https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.customwarn
data (psyplot.config.rcsetup.SubDict property)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.data
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.data
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.data
data_dependent (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.data_dependent
(psyplot.plotter.PostProcessing property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.data_dependent
data_store (psyplot.data.DatasetAccessor property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.data_store
DataArrayPlotter (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter
DataArrayPlotterInterface (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotterInterface
DatasetAccessor (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor
DatasetPlotter (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter
DatasetPlotterInterface (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotterInterface
datasets (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.datasets
decode_absolute_time() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.decode_absolute_time
decode_coords() (psyplot.data.CFDecoder static method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.decode_coords
(psyplot.data.UGridDecoder static method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.decode_coords
decode_ds() (psyplot.data.CFDecoder class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.decode_ds
decoder (psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.decoder
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.decoder
dedent() (in module psyplot.docstring)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.dedent
default (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.default
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.default
(psyplot.plotter.PostTiming attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.default
default_key (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.default_key
default_print_func() (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.default_print_func
Defaultdict (class in psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.Defaultdict
defaultParams (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.defaultParams
(psyplot.config.rcsetup.RcParams property)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.defaultParams
density (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.density
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.density
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.density
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.density
dependencies (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.dependencies
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.dependencies
descriptions (psyplot.config.rcsetup.RcParams property)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.descriptions
DictFormatoption (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.DictFormatoption
diff() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.diff
dims (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.dims
dims_intersect (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.dims_intersect
disable() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.disable
disable_warnings() (in module psyplot.warning)https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.disable_warnings
disconnect() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.disconnect
(psyplot.data.Signal method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal.disconnect
docs() (psyplot.project.PlotterInterface method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.docs
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.docs
DocstringExtension (class in psyplot.sphinxext.extended_napoleon)https://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#psyplot.sphinxext.extended_napoleon.DocstringExtension
docstrings (in module psyplot.docstring)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.docstrings
draw() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.draw
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.draw
dsnames (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.dsnames
dsnames_map (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.dsnames_map
dtype (psyplot.data.AbsoluteTimeDecoder property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.AbsoluteTimeDecoder.dtype
(psyplot.data.AbsoluteTimeEncoder property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.AbsoluteTimeEncoder.dtype
dump() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.dump
emit() (psyplot.data.Signal method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal.emit
enable() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.enable
enable_post (psyplot.plotter.Plotter attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.enable_post
encode_absolute_time() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.encode_absolute_time
END (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.END
export() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.export
extend() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.extend
(psyplot.data.InteractiveList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.extend
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.extend
ExtendedGoogleDocstring (class in psyplot.sphinxext.extended_napoleon)https://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#psyplot.sphinxext.extended_napoleon.ExtendedGoogleDocstring
ExtendedNumpyDocstring (class in psyplot.sphinxext.extended_napoleon)https://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#psyplot.sphinxext.extended_napoleon.ExtendedNumpyDocstring
extract_fmts_from_preset() (psyplot.project.Project static method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.extract_fmts_from_preset
figs (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.figs
figs2draw (psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.figs2draw
filename (psyplot.data.DatasetAccessor property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.filename
find_all() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.find_all
find_and_replace() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.find_and_replace
finish_update() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.finish_update
fldmean (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.fldmean
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.fldmean
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.fldmean
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.fldmean
fldmean() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.fldmean
fldpctl() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.fldpctl
fldstd() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.fldstd
fmt_groups (psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.fmt_groups
format_string() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.format_string
format_time() (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.format_time
Formatoption (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption
FormatoptionMeta (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.FormatoptionMeta
from_dataset() (psyplot.data.ArrayList class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.from_dataset
(psyplot.data.InteractiveList class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.from_dataset
(psyplot.project.Project class method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.from_dataset
from_dict() (psyplot.data.ArrayList class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.from_dict
gcp() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.gcp
GdalStore (class in psyplot.gdal_store)https://psyplot.github.io/psyplot/api/psyplot.gdal_store.html#psyplot.gdal_store.GdalStore
get_attrs() (psyplot.gdal_store.GdalStore method)https://psyplot.github.io/psyplot/api/psyplot.gdal_store.html#psyplot.gdal_store.GdalStore.get_attrs
get_cell_node_coord() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_cell_node_coord
(psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_cell_node_coord
get_configdir() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.get_configdir
get_coord() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.get_coord
get_coord_idims() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_coord_idims
get_coord_info() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_coord_info
get_decoder() (psyplot.data.CFDecoder class method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_decoder
(psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.get_decoder
get_default_value() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.get_default_value
get_dim() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.get_dim
get_enhanced_attrs() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.get_enhanced_attrs
get_filename_ds() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_filename_ds
get_fmt_widget() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.get_fmt_widget
(psyplot.plotter.PostTiming method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.get_fmt_widget
get_fname_funcs (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_fname_funcs
get_grid_type_info() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_grid_type_info
get_idims() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_idims
get_index_from_coord() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_index_from_coord
get_mesh() (psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_mesh
get_metadata_for_section() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_metadata_for_section
get_metadata_for_variable() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_metadata_for_variable
get_metadata_sections() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_metadata_sections
get_nodes() (psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_nodes
get_plotbounds() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_plotbounds
get_project_nums() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.get_project_nums
get_projection_info() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_projection_info
get_sections() (psyplot.docstring.PsyplotDocstringProcessor method)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.PsyplotDocstringProcessor.get_sections
get_t() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_t
get_t_metadata() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_t_metadata
get_tdata() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.get_tdata
get_tname() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_tname
get_triangles() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_triangles
(psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_triangles
get_variable_by_axis() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_variable_by_axis
get_variables() (psyplot.gdal_store.GdalStore method)https://psyplot.github.io/psyplot/api/psyplot.gdal_store.html#psyplot.gdal_store.GdalStore.get_variables
get_versions() (in module psyplot)https://psyplot.github.io/psyplot/api/psyplot.html#psyplot.get_versions
get_vfunc() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.get_vfunc
get_x() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_x
(psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_x
get_x_metadata() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_x_metadata
get_xname() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_xname
get_y() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_y
(psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.get_y
get_y_metadata() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_y_metadata
get_yname() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_yname
get_z() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_z
get_z_metadata() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_z_metadata
get_zname() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.get_zname
gridweights() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.gridweights
group (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.group
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.group
(psyplot.plotter.PostTiming attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.group
groupname (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.groupname
groups (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.groups
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.groups
has_changed() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.has_changed
hashable() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.hashable
HEADER (psyplot.config.rcsetup.RcParams attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.HEADER
idims (psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.idims
include_links (psyplot.plotter.Plotter attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.include_links
indent() (in module psyplot.docstring)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.indent
index_in_list (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.index_in_list
init_accessor() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.init_accessor
init_kwargs (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.init_kwargs
initialize_plot() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.initialize_plot
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.initialize_plot
instance (psyplot.data.Signal attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal.instance
InteractiveArray (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray
InteractiveBase (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase
InteractiveList (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList
is_circumpolar() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.is_circumpolar
is_cmp (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.is_cmp
is_csp (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.is_csp
is_data_dependent() (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.is_data_dependent
is_imported (psyplot.project.PlotterInterface property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.is_imported
is_iterable() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.is_iterable
is_main (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.is_main
is_remote_url() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.is_remote_url
is_unstructured (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.is_unstructured
is_unstructured() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.is_unstructured
(psyplot.data.UGridDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.is_unstructured
isel() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.isel
isstring() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.isstring
iter_base_variables (psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.iter_base_variables
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.iter_base_variables
iter_data (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.iter_data
iter_raw_data (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.iter_raw_data
iteritems() (psyplot.config.rcsetup.SubDict method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.iteritems
iterkeys() (psyplot.config.rcsetup.SubDict method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.iterkeys
itervalues() (psyplot.config.rcsetup.SubDict method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.itervalues
join_dicts() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.join_dicts
joined_attrs() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.joined_attrs
key (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.key
keys() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.keys
(psyplot.project.PlotterInterface method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.keys
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.keys
lineplot (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.lineplot
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.lineplot
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.lineplot
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.lineplot
load_from_file() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.load_from_file
load_plugins() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.load_plugins
load_preset() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.load_preset
load_project() (psyplot.project.Project class method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.load_project
lock (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.lock
logcfg_path (in module psyplot.config)https://psyplot.github.io/psyplot/api/psyplot.config.html#psyplot.config.logcfg_path
logger (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.logger
(psyplot.data.CFDecoder property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.logger
(psyplot.data.InteractiveArray property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.logger
(psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.logger
(psyplot.data.InteractiveList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.logger
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.logger
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.logger
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.logger
main (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.main
make_plot() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.make_plot
mapcombined (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.mapcombined
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.mapcombined
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.mapcombined
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.mapcombined
mapplot (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.mapplot
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.mapplot
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.mapplot
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.mapplot
maps (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.maps
mapvector (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.mapvector
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.mapvector
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.mapvector
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.mapvector
psyplothttps://psyplot.github.io/psyplot/api/psyplot.html#module-psyplot
psyplot.confighttps://psyplot.github.io/psyplot/api/psyplot.config.html#module-psyplot.config
psyplot.config.logsetuphttps://psyplot.github.io/psyplot/api/psyplot.config.logsetup.html#module-psyplot.config.logsetup
psyplot.config.rcsetuphttps://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#module-psyplot.config.rcsetup
psyplot.datahttps://psyplot.github.io/psyplot/api/psyplot.data.html#module-psyplot.data
psyplot.docstringhttps://psyplot.github.io/psyplot/api/psyplot.docstring.html#module-psyplot.docstring
psyplot.gdal_storehttps://psyplot.github.io/psyplot/api/psyplot.gdal_store.html#module-psyplot.gdal_store
psyplot.plotterhttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#module-psyplot.plotter
psyplot.projecthttps://psyplot.github.io/psyplot/api/psyplot.project.html#module-psyplot.project
psyplot.sphinxexthttps://psyplot.github.io/psyplot/api/psyplot.sphinxext.html#module-psyplot.sphinxext
psyplot.sphinxext.extended_napoleonhttps://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#module-psyplot.sphinxext.extended_napoleon
psyplot.utilshttps://psyplot.github.io/psyplot/api/psyplot.utils.html#module-psyplot.utils
psyplot.warninghttps://psyplot.github.io/psyplot/api/psyplot.warning.html#module-psyplot.warning
msg_depr (psyplot.config.rcsetup.RcParams attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.msg_depr
msg_depr_ignore (psyplot.config.rcsetup.RcParams attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.msg_depr_ignore
multiple_subplots() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.multiple_subplots
name (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.name
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.name
(psyplot.plotter.PostTiming attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.name
names (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.names
new() (psyplot.project.Project class method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.new
next_available_name() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.next_available_name
no_auto_update (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.no_auto_update
(psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.no_auto_update
(psyplot.data.InteractiveList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.no_auto_update
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.no_auto_update
no_validation (psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.no_validation
num (psyplot.data.DatasetAccessor property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.num
onbasechange (psyplot.data.InteractiveArray attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.onbasechange
oncpchange (psyplot.project.Project attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.oncpchange
onupdate (psyplot.data.InteractiveBase attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.onupdate
open_dataset() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.open_dataset
open_mfdataset() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.open_mfdataset
owner (psyplot.data.Signal attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal.owner
param_like_sections (psyplot.docstring.PsyplotDocstringProcessor attribute)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.PsyplotDocstringProcessor.param_like_sections
parents (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.parents
patterns (psyplot.config.rcsetup.SubDict attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.patterns
plot (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.plot
(psyplot.data.DatasetAccessor property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.plot
(psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.plot
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.plot
plot2d (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.plot2d
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.plot2d
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.plot2d
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.plot2d
plot_data (psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.plot_data
plot_data_decoder (psyplot.plotter.Plotter attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.plot_data_decoder
plot_fmt (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.plot_fmt
Plotter (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter
plotter (psyplot.data.InteractiveBase property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.plotter
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.plotter
plotter_cls (psyplot.project.PlotterInterface property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.plotter_cls
PlotterInterface (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface
plotters (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.plotters
plugin_entrypoints() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.plugin_entrypoints
post (psyplot.plotter.Plotter attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.post
post_timing (psyplot.plotter.Plotter attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.post_timing
(psyplot.plotter.PostProcessing property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.post_timing
PostProcDependencies (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcDependencies
PostProcessing (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing
PostTiming (class in psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming
print_func (psyplot.project.PlotterInterface property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.print_func
priority (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.priority
(psyplot.plotter.PostProcessing attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.priority
(psyplot.plotter.PostTiming attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.priority
process_docstring() (in module psyplot.sphinxext.extended_napoleon)https://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#psyplot.sphinxext.extended_napoleon.process_docstring
Project (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project
project (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.project
(psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.project
(psyplot.project.ProjectPlotter property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.project
project() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.project
PROJECT_CLS (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PROJECT_CLS
ProjectPlotter (class in psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter
psy (psyplot.data.InteractiveList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.psy
modulehttps://psyplot.github.io/psyplot/api/psyplot.html#module-psyplot
modulehttps://psyplot.github.io/psyplot/api/psyplot.config.html#module-psyplot.config
modulehttps://psyplot.github.io/psyplot/api/psyplot.config.logsetup.html#module-psyplot.config.logsetup
modulehttps://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#module-psyplot.config.rcsetup
modulehttps://psyplot.github.io/psyplot/api/psyplot.data.html#module-psyplot.data
modulehttps://psyplot.github.io/psyplot/api/psyplot.docstring.html#module-psyplot.docstring
modulehttps://psyplot.github.io/psyplot/api/psyplot.gdal_store.html#module-psyplot.gdal_store
modulehttps://psyplot.github.io/psyplot/api/psyplot.plotter.html#module-psyplot.plotter
modulehttps://psyplot.github.io/psyplot/api/psyplot.project.html#module-psyplot.project
modulehttps://psyplot.github.io/psyplot/api/psyplot.sphinxext.html#module-psyplot.sphinxext
modulehttps://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#module-psyplot.sphinxext.extended_napoleon
modulehttps://psyplot.github.io/psyplot/api/psyplot.utils.html#module-psyplot.utils
modulehttps://psyplot.github.io/psyplot/api/psyplot.warning.html#module-psyplot.warning
psyplot_fname() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.psyplot_fname
PsyPlotCriticalhttps://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.PsyPlotCritical
PsyplotDocstringProcessor (class in psyplot.docstring)https://psyplot.github.io/psyplot/api/psyplot.docstring.html#psyplot.docstring.PsyplotDocstringProcessor
PsyPlotRuntimeWarninghttps://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.PsyPlotRuntimeWarning
PsyPlotWarninghttps://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.PsyPlotWarning
raw_data (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.raw_data
rc (psyplot.plotter.Plotter property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.rc
RcParams (class in psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams
rcParams (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.rcParams
register_decoder() (psyplot.data.CFDecoder static method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.register_decoder
register_plotter() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.register_plotter
reinit() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.reinit
remove() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.remove
(psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.remove
(psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.remove
rename() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.rename
replace (psyplot.config.rcsetup.SubDict property)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.replace
requires_clearing (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.requires_clearing
requires_replot (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.requires_replot
safe_list() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.safe_list
save_preset() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.save_preset
save_project() (psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.save_project
scp() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.scp
(psyplot.project.Project class method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.scp
sel() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.sel
set_data() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.set_data
set_decoder() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.set_decoder
set_value() (psyplot.plotter.DictFormatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.DictFormatoption.set_value
(psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.set_value
setup() (in module psyplot.sphinxext.extended_napoleon)https://psyplot.github.io/psyplot/api/psyplot.sphinxext.extended_napoleon.html#psyplot.sphinxext.extended_napoleon.setup
setup_coords() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.setup_coords
setup_logging() (in module psyplot.config.logsetup)https://psyplot.github.io/psyplot/api/psyplot.config.logsetup.html#psyplot.config.logsetup.setup_logging
share() (psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.share
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.share
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.share
shared (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.shared
shared_by (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.shared_by
shiftlon() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.shiftlon
show() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.show
(psyplot.project.Project static method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.show
show_docs() (psyplot.plotter.Plotter class method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.show_docs
show_keys() (psyplot.plotter.Plotter class method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.show_keys
show_plot_methods() (psyplot.project.ProjectPlotter method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.show_plot_methods
show_summaries() (psyplot.plotter.Plotter class method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.show_summaries
Signal (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.Signal
simple (psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.simple
sort_kwargs() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.sort_kwargs
standardize_dims() (psyplot.data.CFDecoder method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.standardize_dims
START (in module psyplot.plotter)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.START
start_update() (psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.start_update
(psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.start_update
(psyplot.data.InteractiveBase method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.start_update
(psyplot.data.InteractiveList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.start_update
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.start_update
SubDict (class in psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict
summaries() (psyplot.project.PlotterInterface method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.PlotterInterface.summaries
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.summaries
supports_spatial_slicing (psyplot.data.CFDecoder attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.CFDecoder.supports_spatial_slicing
(psyplot.data.UGridDecoder attribute)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder.supports_spatial_slicing
t_patterns (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.t_patterns
to_array() (psyplot.data.DatasetAccessor method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.DatasetAccessor.to_array
to_dataframe() (psyplot.data.InteractiveList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.to_dataframe
to_interactive_list() (psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.to_interactive_list
(psyplot.data.InteractiveBase method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.to_interactive_list
(psyplot.data.InteractiveList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveList.to_interactive_list
to_netcdf() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.to_netcdf
to_slice() (in module psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.to_slice
trace (psyplot.config.rcsetup.SubDict attribute)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.trace
UGridDecoder (class in psyplot.data)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.UGridDecoder
unique_everseen() (in module psyplot.utils)https://psyplot.github.io/psyplot/api/psyplot.utils.html#psyplot.utils.unique_everseen
unregister_plotter() (in module psyplot.project)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.unregister_plotter
unshare() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.unshare
(psyplot.project.Project method)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.unshare
unshare_me() (psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.unshare_me
update() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.update
(psyplot.config.rcsetup.SubDict method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.SubDict.update
(psyplot.data.ArrayList method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.update
(psyplot.data.InteractiveArray method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveArray.update
(psyplot.data.InteractiveBase method)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.InteractiveBase.update
(psyplot.plotter.Formatoption method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.update
(psyplot.plotter.Plotter method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Plotter.update
(psyplot.plotter.PostProcessing method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.update
(psyplot.plotter.PostTiming method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.update
update_after_plot (psyplot.plotter.Formatoption attribute)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.update_after_plot
update_from_defaultParams() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.update_from_defaultParams
validate (psyplot.config.rcsetup.RcParams property)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.validate
(psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.validate
validate() (psyplot.plotter.PostProcessing static method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostProcessing.validate
(psyplot.plotter.PostTiming static method)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.PostTiming.validate
validate_bool() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_bool
validate_bool_maybe_none() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_bool_maybe_none
validate_dict() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_dict
validate_files_exist() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_files_exist
validate_path_exists() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_path_exists
validate_str() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_str
validate_stringlist() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_stringlist
validate_stringset() (in module psyplot.config.rcsetup)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.validate_stringset
value (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.value
value2pickle (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.value2pickle
value2share (psyplot.plotter.Formatoption property)https://psyplot.github.io/psyplot/api/psyplot.plotter.html#psyplot.plotter.Formatoption.value2share
values() (psyplot.config.rcsetup.RcParams method)https://psyplot.github.io/psyplot/api/psyplot.config.rcsetup.html#psyplot.config.rcsetup.RcParams.values
vector (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.vector
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.vector
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.vector
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.vector
violinplot (psyplot.project.DataArrayPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DataArrayPlotter.violinplot
(psyplot.project.DatasetPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.DatasetPlotter.violinplot
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.violinplot
(psyplot.project.ProjectPlotter attribute)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.violinplot
warn() (in module psyplot.warning)https://psyplot.github.io/psyplot/api/psyplot.warning.html#psyplot.warning.warn
with_gui (in module psyplot)https://psyplot.github.io/psyplot/api/psyplot.html#psyplot.with_gui
with_plotter (psyplot.data.ArrayList property)https://psyplot.github.io/psyplot/api/psyplot.data.html#psyplot.data.ArrayList.with_plotter
(psyplot.project.Project property)https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.Project.with_plotter
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org
https://creativecommons.org/licenses/by/4.0/
CC-BY-4.0 https://creativecommons.org/licenses/by/4.0/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.