1 2 3 4 5 6 7 8
|
from bmtk.analyzer.spike_trains import plot_raster
# plot_raster(config_file='config.simulation.json', group_by='model_name', show=True)
# plot_raster(config_file='config.simulation_feedforward.json', group_by='model_name', show=True)
# plot_raster(config_file='config.simulation_recurrent.json', group_by='model_name', show=True)
# plot_raster(config_file='config.simulation_recreated.json', group_by='model_name', show=True)
plot_raster(config_file='config.simulation_exc2scnn1a.json', group_by='model_name', show=True)
|