Hi!
i have a simple question about "shape plot"
when i'm writing a code in "*.hoc" file like
create A
access A
nseg=3
diam(0:1)=60:10
and when exactly i'm writing this code directly in
oc>create B
oc>access B
oc>nseg=3
oc>diam(0:1)=60:10
and then i choose shape plot, and change the style to "show diam"
I have diffrent result! that actualy the second way (oc>...) create a cone which is more realistic!
Could you tell me why this similar code produce diffrent result?
i read the "Neuron simulation enviroment " text. but i don't find a answer!
Thanks' in advance!