def plot_spectral_analysis_raster(self, *args, **kwargs): return TimeSeriesPlotter(self.config).plot_spectral_analysis_raster( self, *args, **kwargs)
def plot_tvb_power_spectra_interactive(self, *args, **kwargs): return TimeSeriesPlotter( self.config).plot_tvb_power_spectra_interactive(*args, **kwargs)
def plot_tvb_timeseries_interactive(self, *args, **kwargs): return TimeSeriesPlotter(self.config).plot_tvb_time_series_interactive( *args, **kwargs)
def plot_trajectories(self, *args, **kwargs): return TimeSeriesPlotter(self.config).plot_trajectories( *args, **kwargs)
def plot_raster(self, *args, **kwargs): return TimeSeriesPlotter(self.config).plot_raster(*args, **kwargs)
def plot_timeseries(self, *args, **kwargs): return TimeSeriesPlotter(self.config).plot_time_series(*args, **kwargs)