File "/usr/local/lib/python3.10/dist-packages/netpyne/plotting/plotRaster.py", line 395, in plotRaster
rasterPlotter.axis.vlines(spkTimes, 0, len(cellInds), 'red', linewidth=0.1)
NameError: name 'cellInds' is not defined
]
I have also tried to have latest "plotRaster.py" file from Git, and install it using the following code, but wasn't successful (multiple errors).
"pip install -e /content/plotRaster.py"
I had to use
sim.analysis.plotRaster() to see the plot but it has no
syncLines and other information that should be above the raster plot are missed.
