How to get this voltage-current like graph in neuron

Using the graphical user interface to build and exercise models. Includes customizing the GUI by writing a little bit of hoc or Python
Post Reply
tmczhangtielin
Posts: 4
Joined: Fri Aug 01, 2014 12:14 pm

How to get this voltage-current like graph in neuron

Post by tmczhangtielin »

Hi,
It seems that Neuron software GUI can plot graphs such like x axis is voltage(mv), left y axis is Fraction of peak(%), right y axis is current amplitude(pA), This kind of image is very important for mine study, However, I cannot find how to plot them in tutorial or other place, Can anyone tell me the procedure to plot them? Any advice is appreciated. Thanks very much.
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: How to get this voltage-current like graph in neuron

Post by ted »

The Vector class's plot method can be used to generate XY plots of arbitrary combinations of variables. Documented in the Programmer's Reference.
Post Reply