🎨 Visualization ======================================== Submodules ---------- Usage note ---------- Visualization helpers return axes/figures and do not call ``plt.show()`` by default. Use the ``show=True`` argument or call ``plt.show()`` explicitly when needed. hypergraphx.viz.draw\_communities module ---------------------------------------- .. automodule:: hypergraphx.viz.draw_communities :members: :undoc-members: :show-inheritance: hypergraphx.viz.draw\_hypergraph module --------------------------------------- .. automodule:: hypergraphx.viz.draw_hypergraph :members: :undoc-members: :show-inheritance: hypergraphx.viz.draw\_multilayer\_projection module --------------------------------------------------- .. automodule:: hypergraphx.viz.draw_multilayer_projection :members: :undoc-members: :show-inheritance: hypergraphx.viz.draw\_projections module ---------------------------------------- .. automodule:: hypergraphx.viz.draw_projections :members: :undoc-members: :show-inheritance: hypergraphx.viz.draw\_motifs module ----------------------------------- .. automodule:: hypergraphx.viz.draw_motifs :members: :undoc-members: :show-inheritance: hypergraphx.viz.draw\_simplicial module --------------------------------------- .. automodule:: hypergraphx.viz.draw_simplicial :members: :undoc-members: :show-inheritance: hypergraphx.viz.plot\_motifs module ----------------------------------- .. automodule:: hypergraphx.viz.plot_motifs :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: hypergraphx.viz :members: :undoc-members: :show-inheritance: Next steps ---------- - :doc:`../quickstart` - :doc:`hypergraphx.core`