Page 1 of 1

Dendrogram

Posted: Tue May 20, 2008 5:12 pm
by magpie
I have two questions about dendrogram.hoc.

1) I was trying to add the line width corresponding to the diameter of dendrite in my dendrogram. I can not find the proper method in Graph class.
Is there a way to add line width on the plot?

2) I was also trying to remap the dendrogram from anatomical space into electrotonic space. Could anyone introduce proper method or hoc file?


thanks in advance.

Re: Dendrogram

Posted: Tue May 20, 2008 11:28 pm
by ted
magpie wrote:Is there a way to add line width on the plot?
Nope. All you can do is set line style, which gives you a small number of predefined widths.
I was also trying to remap the dendrogram from anatomical space into electrotonic space. Could anyone introduce proper method or hoc file?
You are already familiar with the Impedance class and its graphical user interface?
https://www.neuron.yale.edu/phpBB2/view ... ectrotonic

Re: Dendrogram

Posted: Wed May 21, 2008 8:41 pm
by magpie
Thanks a lot, Ted !