hnn-core icon indicating copy to clipboard operation
hnn-core copied to clipboard

cell response raster plots should show all neurons in the network model

Open jasmainak opened this issue 2 years ago • 3 comments
trafficstars

As discussed in the group meeting, we should show all neurons, not just the neurons that spike.

jasmainak avatar Jun 26 '23 21:06 jasmainak

Also we should use: https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.eventplot.html instead of scatter as mentioned by @ntolley

jasmainak avatar Jun 27 '23 00:06 jasmainak

@jasmainak, Can I take this issue, and Could you provide me with more context regarding this issue?

samadpls avatar Apr 02 '24 11:04 samadpls

it's related to this function: https://jonescompneurolab.github.io/hnn-core/stable/generated/hnn_core.CellResponse.html#hnn_core.CellResponse.plot_spikes_raster

when some cells do not spike, this plot omits those cell types. Instead, we want to always plot every cell type.

jasmainak avatar Apr 02 '24 11:04 jasmainak