axon_synthesis.synthesis.plot¶
Some plot utils for create graph.
Functions
|
Plot the given morphology. |
|
Plot the source and target points along the given morphology. |
- axon_synthesis.synthesis.plot.plot_final_morph(morph, target_points, output_path, initial_morph=None, logger=None)¶
Plot the given morphology.
If initial_morph is not None then the given morphology is also plotted for comparison.
- axon_synthesis.synthesis.plot.plot_target_points(morph, source_point, target_points, output_path, logger=None)¶
Plot the source and target points along the given morphology.