suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
144 stars 135 forks source link

plotRateSpectrogram #727

Closed AhmedHamdy-e21 closed 11 months ago

AhmedHamdy-e21 commented 1 year ago

AttributeError Traceback (most recent call last) /tmp/ipykernel_1025/1366540568.py in ----> 1 sa.plotRateSpectrogram();

AttributeError: module 'netpyne.analysis' has no attribute 'plotRateSpectrogram'

vvbragin commented 1 year ago

The following flow should work in NetPyNE v1.0.4.2:

from netpyne import sim
# ... load data / simulate
sa = sim.analysis
sa.plotRateSpectrogram()