示例#1
0
 def plot_spectral_analysis_raster(self, *args, **kwargs):
     return TimeSeriesPlotter(self.config).plot_spectral_analysis_raster(
         self, *args, **kwargs)
示例#2
0
 def plot_tvb_power_spectra_interactive(self, *args, **kwargs):
     return TimeSeriesPlotter(
         self.config).plot_tvb_power_spectra_interactive(*args, **kwargs)
示例#3
0
 def plot_tvb_timeseries_interactive(self, *args, **kwargs):
     return TimeSeriesPlotter(self.config).plot_tvb_time_series_interactive(
         *args, **kwargs)
示例#4
0
 def plot_trajectories(self, *args, **kwargs):
     return TimeSeriesPlotter(self.config).plot_trajectories(
         *args, **kwargs)
示例#5
0
 def plot_raster(self, *args, **kwargs):
     return TimeSeriesPlotter(self.config).plot_raster(*args, **kwargs)
示例#6
0
 def plot_timeseries(self, *args, **kwargs):
     return TimeSeriesPlotter(self.config).plot_time_series(*args, **kwargs)