:orphan:
Gallery
=======
.. warning::
If plots do not show on screen, try adding `show=True` to your function call:
.. code-block::
ipx.network(
...,
show=True,
)
This is a peculiarity of `matplotlib`_, the plotting engine behind `iplotx`,
and depends on your Python environment (e.g., Jupyter notebooks, terminal,
interactive mode, backend, etc). You might want to enable `interactive mode`_
*before* plotting to ensure everything is rendered immediately:
.. code-block::
import matplotlib.pyplot as plt
import iplotx as ipx
...
plt.ion()
ipx.network(
...,
)
If interactive mode is on, you do not need `show=True` (because plots are
always rendered immediately anyway).
.. _matplotlib: https://matplotlib.org/
.. _interactive mode: https://matplotlib.org/stable/users/explain/figure/interactive.html
.. raw:: html
.. thumbnail-parent-div-open
.. thumbnail-parent-div-close
.. raw:: html
Basic
+++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_basic_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_basic.py`
.. raw:: html
Basic network plotting
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_directed_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_directed.py`
.. raw:: html
Simple directed graph
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_big_curves_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_big_curves.py`
.. raw:: html
Big curves
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_simple_path_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_simple_path.py`
.. raw:: html
Simple path
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_arcs_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_arcs.py`
.. raw:: html
Arcs
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_3d_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_3d.py`
.. raw:: html
3D layouts
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_dag_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_dag.py`
.. raw:: html
Directed Acyclic Graph
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_house_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_house.py`
.. raw:: html
Plot a house
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_grouping_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_grouping.py`
.. raw:: html
Grouping
.. raw:: html
.. only:: html
.. image:: /gallery/basic/images/thumb/sphx_glr_plot_loops_thumb.png
:alt:
:ref:`sphx_glr_gallery_basic_plot_loops.py`
.. raw:: html
Loops
.. thumbnail-parent-div-close
.. raw:: html
Biology and Ecology
+++++++++++++++++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_breast_cancer_ppi_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_breast_cancer_ppi.py`
.. raw:: html
Breast cancer proteins
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_ppi_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_ppi.py`
.. raw:: html
Protein Protein Interactions
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_animal_phylogeny_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_animal_phylogeny.py`
.. raw:: html
Animal phylogeny
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_pollinators_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_pollinators.py`
.. raw:: html
Pollinators
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_cell_cycle_arrest_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_cell_cycle_arrest.py`
.. raw:: html
Cell cycle arrest
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_tca_cycle_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_tca_cycle.py`
.. raw:: html
TCA cycle
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_antibody_clone_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_antibody_clone.py`
.. raw:: html
Antibody clones
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_foraging_table_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_foraging_table.py`
.. raw:: html
Foraging table
.. raw:: html
.. only:: html
.. image:: /gallery/biology/images/thumb/sphx_glr_plot_food_network_thumb.png
:alt:
:ref:`sphx_glr_gallery_biology_plot_food_network.py`
.. raw:: html
Food network
.. thumbnail-parent-div-close
.. raw:: html
Fun
+++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/fun/images/thumb/sphx_glr_plot_67_thumb.png
:alt:
:ref:`sphx_glr_gallery_fun_plot_67.py`
.. raw:: html
6-7
.. raw:: html
.. only:: html
.. image:: /gallery/fun/images/thumb/sphx_glr_plot_train_thumb.png
:alt:
:ref:`sphx_glr_gallery_fun_plot_train.py`
.. raw:: html
Train tracks
.. thumbnail-parent-div-close
.. raw:: html
Network science
+++++++++++++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_parallel_igraph_networkx_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_parallel_igraph_networkx.py`
.. raw:: html
igraph/networkx compatibility
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_simple_networkx_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_simple_networkx.py`
.. raw:: html
Simple example from networkx
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_multipartite_layout_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_multipartite_layout.py`
.. raw:: html
Multipartite layout
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_complex_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_complex.py`
.. raw:: html
Complex example
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_shortest_path_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_shortest_path.py`
.. raw:: html
Shortest path
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_company_structure_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_company_structure.py`
.. raw:: html
Company structure
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_social_network_circles_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_social_network_circles.py`
.. raw:: html
Social circles
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_minimum_spanning_trees_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_minimum_spanning_trees.py`
.. raw:: html
Minimum spanning trees
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_traveling_salesman_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_traveling_salesman.py`
.. raw:: html
Traveling salesman
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_labels_and_colors_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_labels_and_colors.py`
.. raw:: html
Labels and colors
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_redblack_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_redblack.py`
.. raw:: html
The red and the black
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_max_bipartite_matching_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_max_bipartite_matching.py`
.. raw:: html
Maximum Bipartite Matching by Maximum Flow
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_arrowlawn_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_arrowlawn.py`
.. raw:: html
Arrow lawn
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_cliques_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_cliques.py`
.. raw:: html
Cliques
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_knuth_miles_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_knuth_miles.py`
.. raw:: html
Knuth Miles US cities
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_with_colorbar_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_with_colorbar.py`
.. raw:: html
Colorbar
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_cluster_layout_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_cluster_layout.py`
.. raw:: html
Cluster of Southern Women
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_chess_masters_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_chess_masters.py`
.. raw:: html
Chess masters
.. raw:: html
.. only:: html
.. image:: /gallery/network_science/images/thumb/sphx_glr_plot_financial_network_thumb.png
:alt:
:ref:`sphx_glr_gallery_network_science_plot_financial_network.py`
.. raw:: html
Financial network
.. thumbnail-parent-div-close
.. raw:: html
Other
+++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_multiarc_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_multiarc.py`
.. raw:: html
Multiarc
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_bundles_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_bundles.py`
.. raw:: html
Edge strings
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_feedbacks_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_feedbacks.py`
.. raw:: html
Feedback loops
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_edit_artists_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_edit_artists.py`
.. raw:: html
Editing artists after plotting
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_graph_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_graph.py`
.. raw:: html
Charts as graph visualisations
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_mouse_hover_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_mouse_hover.py`
.. raw:: html
Mouse event handling
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_geomap_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_geomap.py`
.. raw:: html
Aftican cities
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_animation_thumb.gif
:alt:
:ref:`sphx_glr_gallery_other_plot_animation.py`
.. raw:: html
Animations
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_hover_neighborhood_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_hover_neighborhood.py`
.. raw:: html
Hover neighborhoods
.. raw:: html
.. only:: html
.. image:: /gallery/other/images/thumb/sphx_glr_plot_constellation_thumb.png
:alt:
:ref:`sphx_glr_gallery_other_plot_constellation.py`
.. raw:: html
Constellation
.. thumbnail-parent-div-close
.. raw:: html
Style
+++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_depthshade_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_depthshade.py`
.. raw:: html
3D depth shading
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_edge_multicolor_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_edge_multicolor.py`
.. raw:: html
Multicolor edges
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_filled_edges_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_filled_edges.py`
.. raw:: html
Filled edges
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_waypoints_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_waypoints.py`
.. raw:: html
Edge waypoints
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_edgepadding_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_edgepadding.py`
.. raw:: html
Edge shrink
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_curved_waypoints_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_curved_waypoints.py`
.. raw:: html
Curved waypoints
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_style_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_style.py`
.. raw:: html
Basics of styling
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_arrows_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_arrows.py`
.. raw:: html
Arrowheads
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_vertexmarkers_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_vertexmarkers.py`
.. raw:: html
Vertex markers
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_halfarrows_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_halfarrows.py`
.. raw:: html
Half arrows
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_multistyle_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_multistyle.py`
.. raw:: html
Style library
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_elements_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_elements.py`
.. raw:: html
Network element showroom
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_ports_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_ports.py`
.. raw:: html
Edge ports
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_voronoi_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_voronoi.py`
.. raw:: html
Voronoi tessellation
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_edge_geometries_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_edge_geometries.py`
.. raw:: html
Edge geometries
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_tension_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_tension.py`
.. raw:: html
Edge tension
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_four_grids_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_four_grids.py`
.. raw:: html
Four grids
.. raw:: html
.. only:: html
.. image:: /gallery/style/images/thumb/sphx_glr_plot_custom_vertex_thumb.png
:alt:
:ref:`sphx_glr_gallery_style_plot_custom_vertex.py`
.. raw:: html
Custom vertex shape
.. thumbnail-parent-div-close
.. raw:: html
Trees
+++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_scalebar_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_scalebar.py`
.. raw:: html
Scale bar
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_equalangle_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_equalangle.py`
.. raw:: html
Equal angle layout
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_skbio_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_skbio_tree.py`
.. raw:: html
scikit-bio tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_leafedges_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_leafedges.py`
.. raw:: html
Leaf edges
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_cladeedges_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_cladeedges.py`
.. raw:: html
Subtrees and cascades
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_leafedges_and_cascades_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_leafedges_and_cascades.py`
.. raw:: html
Leaf edges and cascades
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_split_edges_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_split_edges.py`
.. raw:: html
Split edges
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_style_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_style_tree.py`
.. raw:: html
Style hierarchy
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_cogent3_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_cogent3_tree.py`
.. raw:: html
Cogent3 tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_tree_style_clades_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_tree_style_clades.py`
.. raw:: html
Subtree styling
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_support_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_support.py`
.. raw:: html
Branch support
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_dendropy_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_dendropy.py`
.. raw:: html
Dendropy tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_biopython_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_biopython_tree.py`
.. raw:: html
Biopython tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_ete4_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_ete4.py`
.. raw:: html
ETE4 tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_angular_waypoints_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_angular_waypoints.py`
.. raw:: html
Angular layout and edge waypoints
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_cogent3_layouts_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_cogent3_layouts.py`
.. raw:: html
Cogent3 layouts
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_elements_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_elements_tree.py`
.. raw:: html
Tree element showroom
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_double_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_double_tree.py`
.. raw:: html
Double tree
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_trees_of_trees_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_trees_of_trees.py`
.. raw:: html
Tree of trees
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_tree_node_background_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_tree_node_background.py`
.. raw:: html
Tree cascades
.. raw:: html
.. only:: html
.. image:: /gallery/tree/images/thumb/sphx_glr_plot_phyloframe_tree_thumb.png
:alt:
:ref:`sphx_glr_gallery_tree_plot_phyloframe_tree.py`
.. raw:: html
phyloframe tree
.. thumbnail-parent-div-close
.. raw:: html
Zero-dependency
+++++++++++++++
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /gallery/zero_dependency/images/thumb/sphx_glr_plot_simplenetworkdataprovider_thumb.png
:alt:
:ref:`sphx_glr_gallery_zero_dependency_plot_simplenetworkdataprovider.py`
.. raw:: html
Zero-dependency networks
.. raw:: html
.. only:: html
.. image:: /gallery/zero_dependency/images/thumb/sphx_glr_plot_simpletreedataprovider_thumb.png
:alt:
:ref:`sphx_glr_gallery_zero_dependency_plot_simpletreedataprovider.py`
.. raw:: html
Zero-dependency trees
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
:includehidden:
/./gallery/basic/index.rst
/./gallery/biology/index.rst
/./gallery/fun/index.rst
/./gallery/network_science/index.rst
/./gallery/other/index.rst
/./gallery/style/index.rst
/./gallery/tree/index.rst
/./gallery/zero_dependency/index.rst
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: gallery_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: gallery_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery