I`m looking for a way to create scatter plots in NEURON. I have all the data in two vectors and I want at each point to plot a cross or something. Any help is greatly appreciated.
Thank you
Scatter Plot
-
- Site Admin
- Posts: 6358
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Scatter Plot
Read about the Vector class's "plot" method in the Programmer's Reference.
Re: Scatter Plot
Thanks loads, works great! When I first looked over the pr I somehow missed the mark method.
-
- Site Admin
- Posts: 6358
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Scatter Plot
Vector class has so many methods it's easy to miss something. Sometimes it's helpful to just browse through them all to discover pearls that may be useful.