plot_hoc¶
- visualize.plot_hoc(hoc_file, **kwargs)¶
Plot a hoc file using matplotlib.
Instatiate a
CellMorphologyVisualizerobject to plot a morphology from a .hoc file.Example:
from visualize import plot_hoc fn = "getting_started/example_data/anatomical_constraints/86_C2_center.hoc" plot_hoc(fn)
Documentation unclear, incomplete, broken or wrong? Let us know