Skip to content
logo
In Silico Framework
Dendrogram.plot
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
        • _decorators
        • _figure_array_converter
        • cell_morphology_visualizer
        • cell_to_ipython_animation
        • current_visualizer
        • dendrogram
          • _DendrogramSection
          • Dendrogram
            • plot
              • Mvisualize.dendrogram.Dendrogram.plot
                • Parameters
                • Returns
                • Return type
            • get_parent_by_name
            • _plot_dendrogram
          • _DendrogramDendriteStatistics
          • _DendrogramSynapseStatistics
          • DendrogramStatistics
          • _get_max_somadistance
          • _get_db_by_sec
        • histogram
        • manylines
        • rasterplot
        • utils
        • voltage_trace_visualizer
        • vtk
        • svg2emf
        • plot_hoc
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Mvisualize.dendrogram.Dendrogram.plot
      • Parameters
      • Returns
      • Return type

    visualize ❭ dendrogram ❭ Dendrogram ❭ plot

    Dendrogram.plot¶

    visualize.dendrogram.Dendrogram.plot(ax=None)¶

    Plot the dendrogram.

    Parameters:¶

    ax (matplotlib.axes.Axes) – The matplotlib axes object. Default is None and a new figure is created.

    Returns:¶

    The matplotlib axes object.

    Return type:¶

    matplotlib.axes.Axes

    Previous Dendrogram
    Next Dendrogram.get_parent_by_name
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial