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