plot_hoc¶ visualize.plot_hoc(hoc_file, **kwargs)¶ Plot a hoc file using matplotlib. Instatiate a CellMorphologyVisualizer object to plot a morphology from a .hoc file. Parameters:¶ hoc_file : str¶The path to the .hoc file show : boolWhether to show the plot **kwargsadditional arguments to pass to CellMorphologyVisualizer.plot() Returns:¶ The figure object Return type:¶ Figure Documentation unclear, incomplete, broken or wrong? Let us know