iplotx 0.6.3__tar.gz → 0.6.5__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.
Files changed (211) hide show
  1. {iplotx-0.6.3 → iplotx-0.6.5}/PKG-INFO +1 -1
  2. iplotx-0.6.5/docs/source/sg_execution_times.rst +223 -0
  3. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/GALLERY_HEADER.rst +1 -4
  4. iplotx-0.6.5/gallery/biology/GALLERY_HEADER.rst +5 -0
  5. iplotx-0.6.5/gallery/biology/data/80201010000000001.mst +1 -0
  6. iplotx-0.6.5/gallery/biology/plot_antibody_clone.py +111 -0
  7. iplotx-0.6.5/gallery/biology/plot_pollinators.py +69 -0
  8. iplotx-0.6.5/gallery/biology/plot_ppi.py +47 -0
  9. iplotx-0.6.5/gallery/networks/GALLERY_HEADER.rst +3 -0
  10. iplotx-0.6.5/gallery/other/GALLERY_HEADER.rst +4 -0
  11. iplotx-0.6.5/gallery/other/plot_train.py +96 -0
  12. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/edge/__init__.py +2 -0
  13. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/typing.py +2 -1
  14. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/network.py +5 -4
  15. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/tree.py +7 -6
  16. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/utils/matplotlib.py +32 -6
  17. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/version.py +1 -1
  18. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/vertex.py +2 -2
  19. {iplotx-0.6.3 → iplotx-0.6.5}/pyproject.toml +1 -1
  20. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_geometry.py +21 -17
  21. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_matplotlib_utils.py +4 -1
  22. iplotx-0.6.3/docs/source/sg_execution_times.rst +0 -211
  23. {iplotx-0.6.3 → iplotx-0.6.5}/.github/workflows/publish.yml +0 -0
  24. {iplotx-0.6.3 → iplotx-0.6.5}/.github/workflows/test.yml +0 -0
  25. {iplotx-0.6.3 → iplotx-0.6.5}/.gitignore +0 -0
  26. {iplotx-0.6.3 → iplotx-0.6.5}/.pre-commit-config.yaml +0 -0
  27. {iplotx-0.6.3 → iplotx-0.6.5}/.readthedocs.yaml +0 -0
  28. {iplotx-0.6.3 → iplotx-0.6.5}/LICENSE +0 -0
  29. {iplotx-0.6.3 → iplotx-0.6.5}/MANIFEST.in +0 -0
  30. {iplotx-0.6.3 → iplotx-0.6.5}/README.md +0 -0
  31. {iplotx-0.6.3 → iplotx-0.6.5}/assets/pylint.svg +0 -0
  32. {iplotx-0.6.3 → iplotx-0.6.5}/docs/Makefile +0 -0
  33. {iplotx-0.6.3 → iplotx-0.6.5}/docs/make.bat +0 -0
  34. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/_static/banner.png +0 -0
  35. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/_static/graph_basic.png +0 -0
  36. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/_templates/layout.html +0 -0
  37. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api/artists.md +0 -0
  38. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api/complete_style_specification.md +0 -0
  39. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api/plotting.md +0 -0
  40. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api/providers.md +0 -0
  41. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api/style.md +0 -0
  42. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/api.md +0 -0
  43. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/conf.py +0 -0
  44. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/images/sphx_glr_plot_basic_001.png +0 -0
  45. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/images/thumb/sphx_glr_plot_basic_thumb.png +0 -0
  46. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/index.md +0 -0
  47. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/providers.md +0 -0
  48. {iplotx-0.6.3 → iplotx-0.6.5}/docs/source/style.md +0 -0
  49. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/data/chess_masters_WCC.pgn.bz2 +0 -0
  50. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/data/knuth_miles.txt.gz +0 -0
  51. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_animation.py +0 -0
  52. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_arrowlawn.py +0 -0
  53. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_arrows.py +0 -0
  54. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_basic.py +0 -0
  55. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_big_curves.py +0 -0
  56. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_chess_masters.py +0 -0
  57. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_cliques.py +0 -0
  58. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_cluster_layout.py +0 -0
  59. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_company_structure.py +0 -0
  60. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_complex.py +0 -0
  61. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_dag.py +0 -0
  62. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_directed.py +0 -0
  63. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_edgepadding.py +0 -0
  64. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_edit_artists.py +0 -0
  65. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_elements.py +0 -0
  66. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_feedbacks.py +0 -0
  67. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_four_grids.py +0 -0
  68. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_grouping.py +0 -0
  69. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_halfarrows.py +0 -0
  70. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_house.py +0 -0
  71. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_knuth_miles.py +0 -0
  72. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_labels_and_colors.py +0 -0
  73. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_loops.py +0 -0
  74. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_max_bipartite_matching.py +0 -0
  75. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_minimum_spanning_trees.py +0 -0
  76. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_mouse_hover.py +0 -0
  77. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_multipartite_layout.py +0 -0
  78. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_multistyle.py +0 -0
  79. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_parallel_igraph_networkx.py +0 -0
  80. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_ports.py +0 -0
  81. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_redblack.py +0 -0
  82. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_shortest_path.py +0 -0
  83. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_simple_networkx.py +0 -0
  84. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_simple_path.py +0 -0
  85. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_simplenetworkdataprovider.py +0 -0
  86. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_style.py +0 -0
  87. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_tension.py +0 -0
  88. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_traveling_salesman.py +0 -0
  89. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_vertexmarkers.py +0 -0
  90. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_voronoi.py +0 -0
  91. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_waypoints.py +0 -0
  92. {iplotx-0.6.3/gallery → iplotx-0.6.5/gallery/networks}/plot_with_colorbar.py +0 -0
  93. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/GALLERY_HEADER.rst +0 -0
  94. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/data/tree-with-support.json +0 -0
  95. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_angular_waypoints.py +0 -0
  96. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_biopython_tree.py +0 -0
  97. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_cladeedges.py +0 -0
  98. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_cogent3_layouts.py +0 -0
  99. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_cogent3_tree.py +0 -0
  100. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_elements_tree.py +0 -0
  101. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_ete4.py +0 -0
  102. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_leafedges.py +0 -0
  103. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_leafedges_and_cascades.py +0 -0
  104. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_simpletreedataprovider.py +0 -0
  105. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_skbio_tree.py +0 -0
  106. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_split_edges.py +0 -0
  107. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_style_tree.py +0 -0
  108. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_support.py +0 -0
  109. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_tree_node_background.py +0 -0
  110. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_tree_style_clades.py +0 -0
  111. {iplotx-0.6.3 → iplotx-0.6.5}/gallery/tree/plot_trees_of_trees.py +0 -0
  112. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/__init__.py +0 -0
  113. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/artists.py +0 -0
  114. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/cascades.py +0 -0
  115. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/edge/arrow.py +0 -0
  116. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/edge/geometry.py +0 -0
  117. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/edge/leaf.py +0 -0
  118. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/edge/ports.py +0 -0
  119. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/groups.py +0 -0
  120. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/__init__.py +0 -0
  121. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/heuristics.py +0 -0
  122. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/network/igraph.py +0 -0
  123. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/network/networkx.py +0 -0
  124. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/network/simple.py +0 -0
  125. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/tree/biopython.py +0 -0
  126. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/tree/cogent3.py +0 -0
  127. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/tree/ete4.py +0 -0
  128. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/tree/simple.py +0 -0
  129. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/ingest/providers/tree/skbio.py +0 -0
  130. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/label.py +0 -0
  131. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/layout.py +0 -0
  132. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/plotting.py +0 -0
  133. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/style/__init__.py +0 -0
  134. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/style/leaf_info.py +0 -0
  135. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/style/library.py +0 -0
  136. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/typing.py +0 -0
  137. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/utils/geometry.py +0 -0
  138. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/utils/internal.py +0 -0
  139. {iplotx-0.6.3 → iplotx-0.6.5}/iplotx/utils/style.py +0 -0
  140. {iplotx-0.6.3 → iplotx-0.6.5}/scripts/copy_github_release_into_version.sh +0 -0
  141. {iplotx-0.6.3 → iplotx-0.6.5}/scripts/make_banner.py +0 -0
  142. {iplotx-0.6.3 → iplotx-0.6.5}/scripts/update_pylint_badge.sh +0 -0
  143. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/cascades.png +0 -0
  144. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/directed_child.png +0 -0
  145. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/leaf_labels.png +0 -0
  146. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/leaf_labels_hmargin.png +0 -0
  147. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/leafedges.png +0 -0
  148. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/show_support.png +0 -0
  149. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/tree_basic.png +0 -0
  150. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_biopython/tree_radial.png +0 -0
  151. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_cogent3/leaf_labels.png +0 -0
  152. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_cogent3/leaf_labels_hmargin.png +0 -0
  153. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_cogent3/tree_basic.png +0 -0
  154. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_cogent3/tree_radial.png +0 -0
  155. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_ete4/leaf_labels.png +0 -0
  156. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_ete4/leaf_labels_hmargin.png +0 -0
  157. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_ete4/split_edges.png +0 -0
  158. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_ete4/tree_basic.png +0 -0
  159. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_ete4/tree_radial.png +0 -0
  160. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/clustering_directed.png +0 -0
  161. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/clustering_directed_large.png +0 -0
  162. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_basic.png +0 -0
  163. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_directed.png +0 -0
  164. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_directed_curved_loops.png +0 -0
  165. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_edit_children.png +0 -0
  166. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_labels.png +0 -0
  167. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_layout_attribute.png +0 -0
  168. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_null.png +0 -0
  169. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_squares_directed.png +0 -0
  170. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_vertexsize.png +0 -0
  171. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/graph_with_curved_edges.png +0 -0
  172. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/igraph_layout_object.png +0 -0
  173. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_igraph/multigraph_with_curved_edges_undirected.png +0 -0
  174. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/cluster-layout.png +0 -0
  175. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/complex.png +0 -0
  176. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/complex_rotatelabels.png +0 -0
  177. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/directed_graph.png +0 -0
  178. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/directed_graph_with_colorbar.png +0 -0
  179. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/empty_graph.png +0 -0
  180. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/flat_style.png +0 -0
  181. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/house_with_colors.png +0 -0
  182. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/labels_and_colors.png +0 -0
  183. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/shortest_path.png +0 -0
  184. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_networkx/simple_graph.png +0 -0
  185. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_simple_network_provider/graph_basic.png +0 -0
  186. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_simple_network_provider/graph_directed.png +0 -0
  187. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_simple_network_provider/graph_labels.png +0 -0
  188. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_skbio/leaf_labels.png +0 -0
  189. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_skbio/leaf_labels_hmargin.png +0 -0
  190. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_skbio/tree_basic.png +0 -0
  191. {iplotx-0.6.3 → iplotx-0.6.5}/tests/baseline_images/test_skbio/tree_radial.png +0 -0
  192. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_arrows.py +0 -0
  193. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_biopython.py +0 -0
  194. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_cascades.py +0 -0
  195. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_cogent3.py +0 -0
  196. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_edge.py +0 -0
  197. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_edge_geometry.py +0 -0
  198. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_ete4.py +0 -0
  199. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_heuristics.py +0 -0
  200. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_igraph.py +0 -0
  201. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_ingest_protocols.py +0 -0
  202. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_network_hotload.py +0 -0
  203. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_networkx.py +0 -0
  204. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_ports.py +0 -0
  205. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_simple_network_provider.py +0 -0
  206. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_simple_tree_provider.py +0 -0
  207. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_skbio.py +0 -0
  208. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_style.py +0 -0
  209. {iplotx-0.6.3 → iplotx-0.6.5}/tests/test_vertex.py +0 -0
  210. {iplotx-0.6.3 → iplotx-0.6.5}/tests/utils.py +0 -0
  211. {iplotx-0.6.3 → iplotx-0.6.5}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iplotx
3
- Version: 0.6.3
3
+ Version: 0.6.5
4
4
  Summary: Plot networkx from igraph and networkx.
5
5
  Project-URL: Homepage, https://github.com/fabilab/iplotx
6
6
  Project-URL: Documentation, https://readthedocs.org/iplotx
@@ -0,0 +1,223 @@
1
+
2
+ :orphan:
3
+
4
+ .. _sphx_glr_sg_execution_times:
5
+
6
+
7
+ Computation times
8
+ =================
9
+ **00:00.060** total execution time for 63 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_other_plot_train.py` (``../../gallery/other/plot_train.py``)
36
+ - 00:00.060
37
+ - 0.0
38
+ * - :ref:`sphx_glr_gallery_biology_plot_antibody_clone.py` (``../../gallery/biology/plot_antibody_clone.py``)
39
+ - 00:00.000
40
+ - 0.0
41
+ * - :ref:`sphx_glr_gallery_biology_plot_pollinators.py` (``../../gallery/biology/plot_pollinators.py``)
42
+ - 00:00.000
43
+ - 0.0
44
+ * - :ref:`sphx_glr_gallery_biology_plot_ppi.py` (``../../gallery/biology/plot_ppi.py``)
45
+ - 00:00.000
46
+ - 0.0
47
+ * - :ref:`sphx_glr_gallery_networks_plot_animation.py` (``../../gallery/networks/plot_animation.py``)
48
+ - 00:00.000
49
+ - 0.0
50
+ * - :ref:`sphx_glr_gallery_networks_plot_arrowlawn.py` (``../../gallery/networks/plot_arrowlawn.py``)
51
+ - 00:00.000
52
+ - 0.0
53
+ * - :ref:`sphx_glr_gallery_networks_plot_arrows.py` (``../../gallery/networks/plot_arrows.py``)
54
+ - 00:00.000
55
+ - 0.0
56
+ * - :ref:`sphx_glr_gallery_networks_plot_basic.py` (``../../gallery/networks/plot_basic.py``)
57
+ - 00:00.000
58
+ - 0.0
59
+ * - :ref:`sphx_glr_gallery_networks_plot_big_curves.py` (``../../gallery/networks/plot_big_curves.py``)
60
+ - 00:00.000
61
+ - 0.0
62
+ * - :ref:`sphx_glr_gallery_networks_plot_chess_masters.py` (``../../gallery/networks/plot_chess_masters.py``)
63
+ - 00:00.000
64
+ - 0.0
65
+ * - :ref:`sphx_glr_gallery_networks_plot_cliques.py` (``../../gallery/networks/plot_cliques.py``)
66
+ - 00:00.000
67
+ - 0.0
68
+ * - :ref:`sphx_glr_gallery_networks_plot_cluster_layout.py` (``../../gallery/networks/plot_cluster_layout.py``)
69
+ - 00:00.000
70
+ - 0.0
71
+ * - :ref:`sphx_glr_gallery_networks_plot_company_structure.py` (``../../gallery/networks/plot_company_structure.py``)
72
+ - 00:00.000
73
+ - 0.0
74
+ * - :ref:`sphx_glr_gallery_networks_plot_complex.py` (``../../gallery/networks/plot_complex.py``)
75
+ - 00:00.000
76
+ - 0.0
77
+ * - :ref:`sphx_glr_gallery_networks_plot_dag.py` (``../../gallery/networks/plot_dag.py``)
78
+ - 00:00.000
79
+ - 0.0
80
+ * - :ref:`sphx_glr_gallery_networks_plot_directed.py` (``../../gallery/networks/plot_directed.py``)
81
+ - 00:00.000
82
+ - 0.0
83
+ * - :ref:`sphx_glr_gallery_networks_plot_edgepadding.py` (``../../gallery/networks/plot_edgepadding.py``)
84
+ - 00:00.000
85
+ - 0.0
86
+ * - :ref:`sphx_glr_gallery_networks_plot_edit_artists.py` (``../../gallery/networks/plot_edit_artists.py``)
87
+ - 00:00.000
88
+ - 0.0
89
+ * - :ref:`sphx_glr_gallery_networks_plot_elements.py` (``../../gallery/networks/plot_elements.py``)
90
+ - 00:00.000
91
+ - 0.0
92
+ * - :ref:`sphx_glr_gallery_networks_plot_feedbacks.py` (``../../gallery/networks/plot_feedbacks.py``)
93
+ - 00:00.000
94
+ - 0.0
95
+ * - :ref:`sphx_glr_gallery_networks_plot_four_grids.py` (``../../gallery/networks/plot_four_grids.py``)
96
+ - 00:00.000
97
+ - 0.0
98
+ * - :ref:`sphx_glr_gallery_networks_plot_grouping.py` (``../../gallery/networks/plot_grouping.py``)
99
+ - 00:00.000
100
+ - 0.0
101
+ * - :ref:`sphx_glr_gallery_networks_plot_halfarrows.py` (``../../gallery/networks/plot_halfarrows.py``)
102
+ - 00:00.000
103
+ - 0.0
104
+ * - :ref:`sphx_glr_gallery_networks_plot_house.py` (``../../gallery/networks/plot_house.py``)
105
+ - 00:00.000
106
+ - 0.0
107
+ * - :ref:`sphx_glr_gallery_networks_plot_knuth_miles.py` (``../../gallery/networks/plot_knuth_miles.py``)
108
+ - 00:00.000
109
+ - 0.0
110
+ * - :ref:`sphx_glr_gallery_networks_plot_labels_and_colors.py` (``../../gallery/networks/plot_labels_and_colors.py``)
111
+ - 00:00.000
112
+ - 0.0
113
+ * - :ref:`sphx_glr_gallery_networks_plot_loops.py` (``../../gallery/networks/plot_loops.py``)
114
+ - 00:00.000
115
+ - 0.0
116
+ * - :ref:`sphx_glr_gallery_networks_plot_max_bipartite_matching.py` (``../../gallery/networks/plot_max_bipartite_matching.py``)
117
+ - 00:00.000
118
+ - 0.0
119
+ * - :ref:`sphx_glr_gallery_networks_plot_minimum_spanning_trees.py` (``../../gallery/networks/plot_minimum_spanning_trees.py``)
120
+ - 00:00.000
121
+ - 0.0
122
+ * - :ref:`sphx_glr_gallery_networks_plot_mouse_hover.py` (``../../gallery/networks/plot_mouse_hover.py``)
123
+ - 00:00.000
124
+ - 0.0
125
+ * - :ref:`sphx_glr_gallery_networks_plot_multipartite_layout.py` (``../../gallery/networks/plot_multipartite_layout.py``)
126
+ - 00:00.000
127
+ - 0.0
128
+ * - :ref:`sphx_glr_gallery_networks_plot_multistyle.py` (``../../gallery/networks/plot_multistyle.py``)
129
+ - 00:00.000
130
+ - 0.0
131
+ * - :ref:`sphx_glr_gallery_networks_plot_parallel_igraph_networkx.py` (``../../gallery/networks/plot_parallel_igraph_networkx.py``)
132
+ - 00:00.000
133
+ - 0.0
134
+ * - :ref:`sphx_glr_gallery_networks_plot_ports.py` (``../../gallery/networks/plot_ports.py``)
135
+ - 00:00.000
136
+ - 0.0
137
+ * - :ref:`sphx_glr_gallery_networks_plot_redblack.py` (``../../gallery/networks/plot_redblack.py``)
138
+ - 00:00.000
139
+ - 0.0
140
+ * - :ref:`sphx_glr_gallery_networks_plot_shortest_path.py` (``../../gallery/networks/plot_shortest_path.py``)
141
+ - 00:00.000
142
+ - 0.0
143
+ * - :ref:`sphx_glr_gallery_networks_plot_simple_networkx.py` (``../../gallery/networks/plot_simple_networkx.py``)
144
+ - 00:00.000
145
+ - 0.0
146
+ * - :ref:`sphx_glr_gallery_networks_plot_simple_path.py` (``../../gallery/networks/plot_simple_path.py``)
147
+ - 00:00.000
148
+ - 0.0
149
+ * - :ref:`sphx_glr_gallery_networks_plot_simplenetworkdataprovider.py` (``../../gallery/networks/plot_simplenetworkdataprovider.py``)
150
+ - 00:00.000
151
+ - 0.0
152
+ * - :ref:`sphx_glr_gallery_networks_plot_style.py` (``../../gallery/networks/plot_style.py``)
153
+ - 00:00.000
154
+ - 0.0
155
+ * - :ref:`sphx_glr_gallery_networks_plot_tension.py` (``../../gallery/networks/plot_tension.py``)
156
+ - 00:00.000
157
+ - 0.0
158
+ * - :ref:`sphx_glr_gallery_networks_plot_traveling_salesman.py` (``../../gallery/networks/plot_traveling_salesman.py``)
159
+ - 00:00.000
160
+ - 0.0
161
+ * - :ref:`sphx_glr_gallery_networks_plot_vertexmarkers.py` (``../../gallery/networks/plot_vertexmarkers.py``)
162
+ - 00:00.000
163
+ - 0.0
164
+ * - :ref:`sphx_glr_gallery_networks_plot_voronoi.py` (``../../gallery/networks/plot_voronoi.py``)
165
+ - 00:00.000
166
+ - 0.0
167
+ * - :ref:`sphx_glr_gallery_networks_plot_waypoints.py` (``../../gallery/networks/plot_waypoints.py``)
168
+ - 00:00.000
169
+ - 0.0
170
+ * - :ref:`sphx_glr_gallery_networks_plot_with_colorbar.py` (``../../gallery/networks/plot_with_colorbar.py``)
171
+ - 00:00.000
172
+ - 0.0
173
+ * - :ref:`sphx_glr_gallery_tree_plot_angular_waypoints.py` (``../../gallery/tree/plot_angular_waypoints.py``)
174
+ - 00:00.000
175
+ - 0.0
176
+ * - :ref:`sphx_glr_gallery_tree_plot_biopython_tree.py` (``../../gallery/tree/plot_biopython_tree.py``)
177
+ - 00:00.000
178
+ - 0.0
179
+ * - :ref:`sphx_glr_gallery_tree_plot_cladeedges.py` (``../../gallery/tree/plot_cladeedges.py``)
180
+ - 00:00.000
181
+ - 0.0
182
+ * - :ref:`sphx_glr_gallery_tree_plot_cogent3_layouts.py` (``../../gallery/tree/plot_cogent3_layouts.py``)
183
+ - 00:00.000
184
+ - 0.0
185
+ * - :ref:`sphx_glr_gallery_tree_plot_cogent3_tree.py` (``../../gallery/tree/plot_cogent3_tree.py``)
186
+ - 00:00.000
187
+ - 0.0
188
+ * - :ref:`sphx_glr_gallery_tree_plot_elements_tree.py` (``../../gallery/tree/plot_elements_tree.py``)
189
+ - 00:00.000
190
+ - 0.0
191
+ * - :ref:`sphx_glr_gallery_tree_plot_ete4.py` (``../../gallery/tree/plot_ete4.py``)
192
+ - 00:00.000
193
+ - 0.0
194
+ * - :ref:`sphx_glr_gallery_tree_plot_leafedges.py` (``../../gallery/tree/plot_leafedges.py``)
195
+ - 00:00.000
196
+ - 0.0
197
+ * - :ref:`sphx_glr_gallery_tree_plot_leafedges_and_cascades.py` (``../../gallery/tree/plot_leafedges_and_cascades.py``)
198
+ - 00:00.000
199
+ - 0.0
200
+ * - :ref:`sphx_glr_gallery_tree_plot_simpletreedataprovider.py` (``../../gallery/tree/plot_simpletreedataprovider.py``)
201
+ - 00:00.000
202
+ - 0.0
203
+ * - :ref:`sphx_glr_gallery_tree_plot_skbio_tree.py` (``../../gallery/tree/plot_skbio_tree.py``)
204
+ - 00:00.000
205
+ - 0.0
206
+ * - :ref:`sphx_glr_gallery_tree_plot_split_edges.py` (``../../gallery/tree/plot_split_edges.py``)
207
+ - 00:00.000
208
+ - 0.0
209
+ * - :ref:`sphx_glr_gallery_tree_plot_style_tree.py` (``../../gallery/tree/plot_style_tree.py``)
210
+ - 00:00.000
211
+ - 0.0
212
+ * - :ref:`sphx_glr_gallery_tree_plot_support.py` (``../../gallery/tree/plot_support.py``)
213
+ - 00:00.000
214
+ - 0.0
215
+ * - :ref:`sphx_glr_gallery_tree_plot_tree_node_background.py` (``../../gallery/tree/plot_tree_node_background.py``)
216
+ - 00:00.000
217
+ - 0.0
218
+ * - :ref:`sphx_glr_gallery_tree_plot_tree_style_clades.py` (``../../gallery/tree/plot_tree_style_clades.py``)
219
+ - 00:00.000
220
+ - 0.0
221
+ * - :ref:`sphx_glr_gallery_tree_plot_trees_of_trees.py` (``../../gallery/tree/plot_trees_of_trees.py``)
222
+ - 00:00.000
223
+ - 0.0
@@ -1,6 +1,3 @@
1
1
  Gallery
2
2
  =======
3
- This is a gallery of examples that demonstrate the capabilities of the `iplotx` library.
4
-
5
- Networks
6
- ++++++++
3
+ This is a gallery of examples that demonstrate the capabilities of the ``iplotx`` library.
@@ -0,0 +1,5 @@
1
+ Biology
2
+ +++++++
3
+ Examples showcasing how to use ``iplotx`` to visualise biolotgical and ecological networks.
4
+ Examples for **trees** specifically, including phylogenetic trees, are found in the tree
5
+ gallery section.