iplotx 0.6.5__tar.gz → 0.6.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iplotx-0.6.5 → iplotx-0.6.6}/PKG-INFO +1 -1
- iplotx-0.6.6/docs/source/sg_execution_times.rst +247 -0
- iplotx-0.6.6/gallery/basic/GALLERY_HEADER.rst +3 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_loops.py +3 -3
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/biology/GALLERY_HEADER.rst +2 -2
- iplotx-0.6.6/gallery/biology/data/breast_cancer_string_interactions_short.tsv +508 -0
- iplotx-0.6.6/gallery/biology/data/breast_cancer_string_network_coordinates.tsv +63 -0
- iplotx-0.6.6/gallery/biology/data/cell_cycle_arrest_string_interactions_short.tsv +53 -0
- iplotx-0.6.6/gallery/biology/data/cell_cycle_arrest_string_network_coordinates.tsv +21 -0
- iplotx-0.6.6/gallery/biology/data/fevo-08-588430_DataSheet1_S1.csv +216 -0
- iplotx-0.6.6/gallery/biology/plot_breast_cancer_ppi.py +44 -0
- iplotx-0.6.6/gallery/biology/plot_cell_cycle_arrest.py +60 -0
- iplotx-0.6.6/gallery/biology/plot_food_network.py +127 -0
- iplotx-0.6.6/gallery/biology/plot_foraging_table.py +126 -0
- iplotx-0.6.6/gallery/biology/plot_tca_cycle.py +118 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/GALLERY_HEADER.rst +2 -2
- iplotx-0.6.6/gallery/network_science/plot_financial_network.py +242 -0
- iplotx-0.6.6/gallery/network_science/plot_social_network_circles.py +83 -0
- iplotx-0.6.6/gallery/other/plot_graph.py +60 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/other/plot_train.py +1 -0
- iplotx-0.6.6/gallery/style/GALLERY_HEADER.rst +3 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_voronoi.py +2 -2
- iplotx-0.6.6/gallery/zero_dependency/GALLERY_HEADER.rst +4 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/edge/__init__.py +3 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/network/networkx.py +7 -1
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/typing.py +7 -5
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/network.py +15 -8
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/plotting.py +16 -11
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/version.py +1 -1
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/vertex.py +4 -1
- iplotx-0.6.6/tests/baseline_images/test_networkx/labels_and_colors.png +0 -0
- iplotx-0.6.5/docs/source/sg_execution_times.rst +0 -223
- iplotx-0.6.5/tests/baseline_images/test_networkx/labels_and_colors.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/.github/workflows/publish.yml +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/.github/workflows/test.yml +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/.gitignore +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/.pre-commit-config.yaml +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/.readthedocs.yaml +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/LICENSE +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/MANIFEST.in +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/README.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/assets/pylint.svg +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/Makefile +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/make.bat +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/_static/banner.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/_static/graph_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/_templates/layout.html +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api/artists.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api/complete_style_specification.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api/plotting.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api/providers.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api/style.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/api.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/conf.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/images/sphx_glr_plot_basic_001.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/images/thumb/sphx_glr_plot_basic_thumb.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/index.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/providers.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/docs/source/style.md +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/GALLERY_HEADER.rst +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_basic.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_big_curves.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_dag.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_directed.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_grouping.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_house.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/basic}/plot_simple_path.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/biology/data/80201010000000001.mst +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/biology/plot_antibody_clone.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/biology/plot_pollinators.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/biology/plot_ppi.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/data/chess_masters_WCC.pgn.bz2 +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/data/knuth_miles.txt.gz +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_arrowlawn.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_chess_masters.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_cliques.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_cluster_layout.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_company_structure.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_complex.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_knuth_miles.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_labels_and_colors.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_max_bipartite_matching.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_minimum_spanning_trees.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_multipartite_layout.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_parallel_igraph_networkx.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_redblack.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_shortest_path.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_simple_networkx.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_traveling_salesman.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/network_science}/plot_with_colorbar.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/other/GALLERY_HEADER.rst +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/other}/plot_animation.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/other}/plot_edit_artists.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/other}/plot_feedbacks.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/other}/plot_mouse_hover.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_arrows.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_edgepadding.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_elements.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_four_grids.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_halfarrows.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_multistyle.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_ports.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_style.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_tension.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_vertexmarkers.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/style}/plot_waypoints.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/GALLERY_HEADER.rst +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/data/tree-with-support.json +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_angular_waypoints.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_biopython_tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_cladeedges.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_cogent3_layouts.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_cogent3_tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_elements_tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_ete4.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_leafedges.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_leafedges_and_cascades.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_skbio_tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_split_edges.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_style_tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_support.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_tree_node_background.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_tree_style_clades.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/gallery/tree/plot_trees_of_trees.py +0 -0
- {iplotx-0.6.5/gallery/networks → iplotx-0.6.6/gallery/zero_dependency}/plot_simplenetworkdataprovider.py +0 -0
- {iplotx-0.6.5/gallery/tree → iplotx-0.6.6/gallery/zero_dependency}/plot_simpletreedataprovider.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/__init__.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/artists.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/cascades.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/edge/arrow.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/edge/geometry.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/edge/leaf.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/edge/ports.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/groups.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/__init__.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/heuristics.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/network/igraph.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/network/simple.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/tree/biopython.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/tree/cogent3.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/tree/ete4.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/tree/simple.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/ingest/providers/tree/skbio.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/label.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/layout.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/style/__init__.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/style/leaf_info.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/style/library.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/tree.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/typing.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/utils/geometry.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/utils/internal.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/utils/matplotlib.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/iplotx/utils/style.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/pyproject.toml +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/scripts/copy_github_release_into_version.sh +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/scripts/make_banner.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/scripts/update_pylint_badge.sh +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/cascades.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/directed_child.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/leaf_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/leaf_labels_hmargin.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/leafedges.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/show_support.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/tree_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_biopython/tree_radial.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_cogent3/leaf_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_cogent3/leaf_labels_hmargin.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_cogent3/tree_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_cogent3/tree_radial.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_ete4/leaf_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_ete4/leaf_labels_hmargin.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_ete4/split_edges.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_ete4/tree_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_ete4/tree_radial.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/clustering_directed.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/clustering_directed_large.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_directed.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_directed_curved_loops.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_edit_children.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_layout_attribute.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_null.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_squares_directed.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_vertexsize.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/graph_with_curved_edges.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/igraph_layout_object.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_igraph/multigraph_with_curved_edges_undirected.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/cluster-layout.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/complex.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/complex_rotatelabels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/directed_graph.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/directed_graph_with_colorbar.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/empty_graph.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/flat_style.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/house_with_colors.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/shortest_path.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_networkx/simple_graph.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_simple_network_provider/graph_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_simple_network_provider/graph_directed.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_simple_network_provider/graph_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_skbio/leaf_labels.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_skbio/leaf_labels_hmargin.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_skbio/tree_basic.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/baseline_images/test_skbio/tree_radial.png +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_arrows.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_biopython.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_cascades.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_cogent3.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_edge.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_edge_geometry.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_ete4.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_geometry.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_heuristics.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_igraph.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_ingest_protocols.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_matplotlib_utils.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_network_hotload.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_networkx.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_ports.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_simple_network_provider.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_simple_tree_provider.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_skbio.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_style.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/test_vertex.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/tests/utils.py +0 -0
- {iplotx-0.6.5 → iplotx-0.6.6}/uv.lock +0 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
|
|
2
|
+
:orphan:
|
|
3
|
+
|
|
4
|
+
.. _sphx_glr_sg_execution_times:
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Computation times
|
|
8
|
+
=================
|
|
9
|
+
**00:00.109** total execution time for 71 files **from all galleries**:
|
|
10
|
+
|
|
11
|
+
.. container::
|
|
12
|
+
|
|
13
|
+
.. raw:: html
|
|
14
|
+
|
|
15
|
+
<style scoped>
|
|
16
|
+
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
|
|
17
|
+
<link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
|
|
18
|
+
</style>
|
|
19
|
+
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
|
|
20
|
+
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
|
|
21
|
+
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script>
|
|
22
|
+
<script type="text/javascript" class="init">
|
|
23
|
+
$(document).ready( function () {
|
|
24
|
+
$('table.sg-datatable').DataTable({order: [[1, 'desc']]});
|
|
25
|
+
} );
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
.. list-table::
|
|
29
|
+
:header-rows: 1
|
|
30
|
+
:class: table table-striped sg-datatable
|
|
31
|
+
|
|
32
|
+
* - Example
|
|
33
|
+
- Time
|
|
34
|
+
- Mem (MB)
|
|
35
|
+
* - :ref:`sphx_glr_gallery_basic_plot_loops.py` (``../../gallery/basic/plot_loops.py``)
|
|
36
|
+
- 00:00.109
|
|
37
|
+
- 0.0
|
|
38
|
+
* - :ref:`sphx_glr_gallery_basic_plot_basic.py` (``../../gallery/basic/plot_basic.py``)
|
|
39
|
+
- 00:00.000
|
|
40
|
+
- 0.0
|
|
41
|
+
* - :ref:`sphx_glr_gallery_basic_plot_big_curves.py` (``../../gallery/basic/plot_big_curves.py``)
|
|
42
|
+
- 00:00.000
|
|
43
|
+
- 0.0
|
|
44
|
+
* - :ref:`sphx_glr_gallery_basic_plot_dag.py` (``../../gallery/basic/plot_dag.py``)
|
|
45
|
+
- 00:00.000
|
|
46
|
+
- 0.0
|
|
47
|
+
* - :ref:`sphx_glr_gallery_basic_plot_directed.py` (``../../gallery/basic/plot_directed.py``)
|
|
48
|
+
- 00:00.000
|
|
49
|
+
- 0.0
|
|
50
|
+
* - :ref:`sphx_glr_gallery_basic_plot_grouping.py` (``../../gallery/basic/plot_grouping.py``)
|
|
51
|
+
- 00:00.000
|
|
52
|
+
- 0.0
|
|
53
|
+
* - :ref:`sphx_glr_gallery_basic_plot_house.py` (``../../gallery/basic/plot_house.py``)
|
|
54
|
+
- 00:00.000
|
|
55
|
+
- 0.0
|
|
56
|
+
* - :ref:`sphx_glr_gallery_basic_plot_simple_path.py` (``../../gallery/basic/plot_simple_path.py``)
|
|
57
|
+
- 00:00.000
|
|
58
|
+
- 0.0
|
|
59
|
+
* - :ref:`sphx_glr_gallery_biology_plot_antibody_clone.py` (``../../gallery/biology/plot_antibody_clone.py``)
|
|
60
|
+
- 00:00.000
|
|
61
|
+
- 0.0
|
|
62
|
+
* - :ref:`sphx_glr_gallery_biology_plot_breast_cancer_ppi.py` (``../../gallery/biology/plot_breast_cancer_ppi.py``)
|
|
63
|
+
- 00:00.000
|
|
64
|
+
- 0.0
|
|
65
|
+
* - :ref:`sphx_glr_gallery_biology_plot_cell_cycle_arrest.py` (``../../gallery/biology/plot_cell_cycle_arrest.py``)
|
|
66
|
+
- 00:00.000
|
|
67
|
+
- 0.0
|
|
68
|
+
* - :ref:`sphx_glr_gallery_biology_plot_food_network.py` (``../../gallery/biology/plot_food_network.py``)
|
|
69
|
+
- 00:00.000
|
|
70
|
+
- 0.0
|
|
71
|
+
* - :ref:`sphx_glr_gallery_biology_plot_foraging_table.py` (``../../gallery/biology/plot_foraging_table.py``)
|
|
72
|
+
- 00:00.000
|
|
73
|
+
- 0.0
|
|
74
|
+
* - :ref:`sphx_glr_gallery_biology_plot_pollinators.py` (``../../gallery/biology/plot_pollinators.py``)
|
|
75
|
+
- 00:00.000
|
|
76
|
+
- 0.0
|
|
77
|
+
* - :ref:`sphx_glr_gallery_biology_plot_ppi.py` (``../../gallery/biology/plot_ppi.py``)
|
|
78
|
+
- 00:00.000
|
|
79
|
+
- 0.0
|
|
80
|
+
* - :ref:`sphx_glr_gallery_biology_plot_tca_cycle.py` (``../../gallery/biology/plot_tca_cycle.py``)
|
|
81
|
+
- 00:00.000
|
|
82
|
+
- 0.0
|
|
83
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_arrowlawn.py` (``../../gallery/network_science/plot_arrowlawn.py``)
|
|
84
|
+
- 00:00.000
|
|
85
|
+
- 0.0
|
|
86
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_chess_masters.py` (``../../gallery/network_science/plot_chess_masters.py``)
|
|
87
|
+
- 00:00.000
|
|
88
|
+
- 0.0
|
|
89
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_cliques.py` (``../../gallery/network_science/plot_cliques.py``)
|
|
90
|
+
- 00:00.000
|
|
91
|
+
- 0.0
|
|
92
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_cluster_layout.py` (``../../gallery/network_science/plot_cluster_layout.py``)
|
|
93
|
+
- 00:00.000
|
|
94
|
+
- 0.0
|
|
95
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_company_structure.py` (``../../gallery/network_science/plot_company_structure.py``)
|
|
96
|
+
- 00:00.000
|
|
97
|
+
- 0.0
|
|
98
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_complex.py` (``../../gallery/network_science/plot_complex.py``)
|
|
99
|
+
- 00:00.000
|
|
100
|
+
- 0.0
|
|
101
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_financial_network.py` (``../../gallery/network_science/plot_financial_network.py``)
|
|
102
|
+
- 00:00.000
|
|
103
|
+
- 0.0
|
|
104
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_knuth_miles.py` (``../../gallery/network_science/plot_knuth_miles.py``)
|
|
105
|
+
- 00:00.000
|
|
106
|
+
- 0.0
|
|
107
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_labels_and_colors.py` (``../../gallery/network_science/plot_labels_and_colors.py``)
|
|
108
|
+
- 00:00.000
|
|
109
|
+
- 0.0
|
|
110
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_max_bipartite_matching.py` (``../../gallery/network_science/plot_max_bipartite_matching.py``)
|
|
111
|
+
- 00:00.000
|
|
112
|
+
- 0.0
|
|
113
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_minimum_spanning_trees.py` (``../../gallery/network_science/plot_minimum_spanning_trees.py``)
|
|
114
|
+
- 00:00.000
|
|
115
|
+
- 0.0
|
|
116
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_multipartite_layout.py` (``../../gallery/network_science/plot_multipartite_layout.py``)
|
|
117
|
+
- 00:00.000
|
|
118
|
+
- 0.0
|
|
119
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_parallel_igraph_networkx.py` (``../../gallery/network_science/plot_parallel_igraph_networkx.py``)
|
|
120
|
+
- 00:00.000
|
|
121
|
+
- 0.0
|
|
122
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_redblack.py` (``../../gallery/network_science/plot_redblack.py``)
|
|
123
|
+
- 00:00.000
|
|
124
|
+
- 0.0
|
|
125
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_shortest_path.py` (``../../gallery/network_science/plot_shortest_path.py``)
|
|
126
|
+
- 00:00.000
|
|
127
|
+
- 0.0
|
|
128
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_simple_networkx.py` (``../../gallery/network_science/plot_simple_networkx.py``)
|
|
129
|
+
- 00:00.000
|
|
130
|
+
- 0.0
|
|
131
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_social_network_circles.py` (``../../gallery/network_science/plot_social_network_circles.py``)
|
|
132
|
+
- 00:00.000
|
|
133
|
+
- 0.0
|
|
134
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_traveling_salesman.py` (``../../gallery/network_science/plot_traveling_salesman.py``)
|
|
135
|
+
- 00:00.000
|
|
136
|
+
- 0.0
|
|
137
|
+
* - :ref:`sphx_glr_gallery_network_science_plot_with_colorbar.py` (``../../gallery/network_science/plot_with_colorbar.py``)
|
|
138
|
+
- 00:00.000
|
|
139
|
+
- 0.0
|
|
140
|
+
* - :ref:`sphx_glr_gallery_other_plot_animation.py` (``../../gallery/other/plot_animation.py``)
|
|
141
|
+
- 00:00.000
|
|
142
|
+
- 0.0
|
|
143
|
+
* - :ref:`sphx_glr_gallery_other_plot_edit_artists.py` (``../../gallery/other/plot_edit_artists.py``)
|
|
144
|
+
- 00:00.000
|
|
145
|
+
- 0.0
|
|
146
|
+
* - :ref:`sphx_glr_gallery_other_plot_feedbacks.py` (``../../gallery/other/plot_feedbacks.py``)
|
|
147
|
+
- 00:00.000
|
|
148
|
+
- 0.0
|
|
149
|
+
* - :ref:`sphx_glr_gallery_other_plot_graph.py` (``../../gallery/other/plot_graph.py``)
|
|
150
|
+
- 00:00.000
|
|
151
|
+
- 0.0
|
|
152
|
+
* - :ref:`sphx_glr_gallery_other_plot_mouse_hover.py` (``../../gallery/other/plot_mouse_hover.py``)
|
|
153
|
+
- 00:00.000
|
|
154
|
+
- 0.0
|
|
155
|
+
* - :ref:`sphx_glr_gallery_other_plot_train.py` (``../../gallery/other/plot_train.py``)
|
|
156
|
+
- 00:00.000
|
|
157
|
+
- 0.0
|
|
158
|
+
* - :ref:`sphx_glr_gallery_style_plot_arrows.py` (``../../gallery/style/plot_arrows.py``)
|
|
159
|
+
- 00:00.000
|
|
160
|
+
- 0.0
|
|
161
|
+
* - :ref:`sphx_glr_gallery_style_plot_edgepadding.py` (``../../gallery/style/plot_edgepadding.py``)
|
|
162
|
+
- 00:00.000
|
|
163
|
+
- 0.0
|
|
164
|
+
* - :ref:`sphx_glr_gallery_style_plot_elements.py` (``../../gallery/style/plot_elements.py``)
|
|
165
|
+
- 00:00.000
|
|
166
|
+
- 0.0
|
|
167
|
+
* - :ref:`sphx_glr_gallery_style_plot_four_grids.py` (``../../gallery/style/plot_four_grids.py``)
|
|
168
|
+
- 00:00.000
|
|
169
|
+
- 0.0
|
|
170
|
+
* - :ref:`sphx_glr_gallery_style_plot_halfarrows.py` (``../../gallery/style/plot_halfarrows.py``)
|
|
171
|
+
- 00:00.000
|
|
172
|
+
- 0.0
|
|
173
|
+
* - :ref:`sphx_glr_gallery_style_plot_multistyle.py` (``../../gallery/style/plot_multistyle.py``)
|
|
174
|
+
- 00:00.000
|
|
175
|
+
- 0.0
|
|
176
|
+
* - :ref:`sphx_glr_gallery_style_plot_ports.py` (``../../gallery/style/plot_ports.py``)
|
|
177
|
+
- 00:00.000
|
|
178
|
+
- 0.0
|
|
179
|
+
* - :ref:`sphx_glr_gallery_style_plot_style.py` (``../../gallery/style/plot_style.py``)
|
|
180
|
+
- 00:00.000
|
|
181
|
+
- 0.0
|
|
182
|
+
* - :ref:`sphx_glr_gallery_style_plot_tension.py` (``../../gallery/style/plot_tension.py``)
|
|
183
|
+
- 00:00.000
|
|
184
|
+
- 0.0
|
|
185
|
+
* - :ref:`sphx_glr_gallery_style_plot_vertexmarkers.py` (``../../gallery/style/plot_vertexmarkers.py``)
|
|
186
|
+
- 00:00.000
|
|
187
|
+
- 0.0
|
|
188
|
+
* - :ref:`sphx_glr_gallery_style_plot_voronoi.py` (``../../gallery/style/plot_voronoi.py``)
|
|
189
|
+
- 00:00.000
|
|
190
|
+
- 0.0
|
|
191
|
+
* - :ref:`sphx_glr_gallery_style_plot_waypoints.py` (``../../gallery/style/plot_waypoints.py``)
|
|
192
|
+
- 00:00.000
|
|
193
|
+
- 0.0
|
|
194
|
+
* - :ref:`sphx_glr_gallery_tree_plot_angular_waypoints.py` (``../../gallery/tree/plot_angular_waypoints.py``)
|
|
195
|
+
- 00:00.000
|
|
196
|
+
- 0.0
|
|
197
|
+
* - :ref:`sphx_glr_gallery_tree_plot_biopython_tree.py` (``../../gallery/tree/plot_biopython_tree.py``)
|
|
198
|
+
- 00:00.000
|
|
199
|
+
- 0.0
|
|
200
|
+
* - :ref:`sphx_glr_gallery_tree_plot_cladeedges.py` (``../../gallery/tree/plot_cladeedges.py``)
|
|
201
|
+
- 00:00.000
|
|
202
|
+
- 0.0
|
|
203
|
+
* - :ref:`sphx_glr_gallery_tree_plot_cogent3_layouts.py` (``../../gallery/tree/plot_cogent3_layouts.py``)
|
|
204
|
+
- 00:00.000
|
|
205
|
+
- 0.0
|
|
206
|
+
* - :ref:`sphx_glr_gallery_tree_plot_cogent3_tree.py` (``../../gallery/tree/plot_cogent3_tree.py``)
|
|
207
|
+
- 00:00.000
|
|
208
|
+
- 0.0
|
|
209
|
+
* - :ref:`sphx_glr_gallery_tree_plot_elements_tree.py` (``../../gallery/tree/plot_elements_tree.py``)
|
|
210
|
+
- 00:00.000
|
|
211
|
+
- 0.0
|
|
212
|
+
* - :ref:`sphx_glr_gallery_tree_plot_ete4.py` (``../../gallery/tree/plot_ete4.py``)
|
|
213
|
+
- 00:00.000
|
|
214
|
+
- 0.0
|
|
215
|
+
* - :ref:`sphx_glr_gallery_tree_plot_leafedges.py` (``../../gallery/tree/plot_leafedges.py``)
|
|
216
|
+
- 00:00.000
|
|
217
|
+
- 0.0
|
|
218
|
+
* - :ref:`sphx_glr_gallery_tree_plot_leafedges_and_cascades.py` (``../../gallery/tree/plot_leafedges_and_cascades.py``)
|
|
219
|
+
- 00:00.000
|
|
220
|
+
- 0.0
|
|
221
|
+
* - :ref:`sphx_glr_gallery_tree_plot_skbio_tree.py` (``../../gallery/tree/plot_skbio_tree.py``)
|
|
222
|
+
- 00:00.000
|
|
223
|
+
- 0.0
|
|
224
|
+
* - :ref:`sphx_glr_gallery_tree_plot_split_edges.py` (``../../gallery/tree/plot_split_edges.py``)
|
|
225
|
+
- 00:00.000
|
|
226
|
+
- 0.0
|
|
227
|
+
* - :ref:`sphx_glr_gallery_tree_plot_style_tree.py` (``../../gallery/tree/plot_style_tree.py``)
|
|
228
|
+
- 00:00.000
|
|
229
|
+
- 0.0
|
|
230
|
+
* - :ref:`sphx_glr_gallery_tree_plot_support.py` (``../../gallery/tree/plot_support.py``)
|
|
231
|
+
- 00:00.000
|
|
232
|
+
- 0.0
|
|
233
|
+
* - :ref:`sphx_glr_gallery_tree_plot_tree_node_background.py` (``../../gallery/tree/plot_tree_node_background.py``)
|
|
234
|
+
- 00:00.000
|
|
235
|
+
- 0.0
|
|
236
|
+
* - :ref:`sphx_glr_gallery_tree_plot_tree_style_clades.py` (``../../gallery/tree/plot_tree_style_clades.py``)
|
|
237
|
+
- 00:00.000
|
|
238
|
+
- 0.0
|
|
239
|
+
* - :ref:`sphx_glr_gallery_tree_plot_trees_of_trees.py` (``../../gallery/tree/plot_trees_of_trees.py``)
|
|
240
|
+
- 00:00.000
|
|
241
|
+
- 0.0
|
|
242
|
+
* - :ref:`sphx_glr_gallery_zero_dependency_plot_simplenetworkdataprovider.py` (``../../gallery/zero_dependency/plot_simplenetworkdataprovider.py``)
|
|
243
|
+
- 00:00.000
|
|
244
|
+
- 0.0
|
|
245
|
+
* - :ref:`sphx_glr_gallery_zero_dependency_plot_simpletreedataprovider.py` (``../../gallery/zero_dependency/plot_simpletreedataprovider.py``)
|
|
246
|
+
- 00:00.000
|
|
247
|
+
- 0.0
|