inincs / pyNCS

pyNCS is a python library that allows easy access to Neuromorphic Chips and Systems (NCS),
http://inincs.github.com/pyNCS/
GNU General Public License v2.0
16 stars 10 forks source link

Plotting empty Monitors #3

Closed eneftci closed 11 years ago

eneftci commented 12 years ago

Plotting empty monitors currently results in an error. The right behavior should be an empty plot instead.

eneftci commented 12 years ago

Looks like there was no bug after all... (wow github actually automatically links my git commit comment to the issue tracker. Sweet!)

sheiksadique commented 11 years ago

Actually I did have a problem with plotting. Not with raster plot on individual monitors but on the raster plot on setup.monitors object. It was because of reindexing issues I believe. Anyway I think I fixed it.

So lets close this issue.