syncopy.plotting.spy_plotting._prep_plots¶
-
syncopy.plotting.spy_plotting.
_prep_plots
(self, name, **inputs)[source]¶ Helper performing most basal error checking for all plotting sub-routines
- Parameters
self (Syncopy data object) – Input object that is being processed by the respective
singlepanelplot()
ormultipanelplot()
function/class method.name (str) – Name of caller (i.e., “singlepanelplot” or “multipanelplot”)
inputArgs (dict) – Input arguments of caller (i.e.,
singlepanelplot()
ormultipanelplot()
) collected in dictionary
- Returns
Nothing
- Return type
Notes
This is an auxiliary method that is intended purely for internal use. Please refer to the user-exposed methods
singlepanelplot()
and/ormultipanelplot()
to actually generate plots of Syncopy data objects.See also
syncopy.plotting._plot_spectral._prep_spectral_plots()
sanity checks and data selection for plotting
SpectralData
objectssyncopy.plotting._plot_analog._prep_analog_plots()
sanity checks and data selection for plotting
AnalogData
objects