Пример #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_trajectories(self, *args, **kwargs):
     return TimeseriesPlotter(self.config).plot_trajectories(*args, **kwargs)
Пример #4
0
 def plot_tvb_timeseries_interactive(self, *args, **kwargs):
     return TimeseriesPlotter(self.config).plot_tvb_timeseries_interactive(*args, **kwargs)
Пример #5
0
 def plot_raster(self, *args, **kwargs):
     return TimeseriesPlotter(self.config).plot_raster(*args, **kwargs)