suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.

Home Page:http://www.netpyne.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plotRateSpectrogram

AhmedHamdy-e21 opened this issue · comments


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

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

The following flow should work in NetPyNE v1.0.4.2:

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