iplotx 0.8.0__tar.gz → 0.9.0__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 (228) hide show
  1. {iplotx-0.8.0 → iplotx-0.9.0}/PKG-INFO +1 -1
  2. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/__init__.py +3 -3
  3. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/plotting.py +23 -0
  4. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/version.py +1 -1
  5. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_igraph.py +14 -14
  6. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_networkx.py +12 -12
  7. {iplotx-0.8.0 → iplotx-0.9.0}/.github/workflows/publish.yml +0 -0
  8. {iplotx-0.8.0 → iplotx-0.9.0}/.github/workflows/test.yml +0 -0
  9. {iplotx-0.8.0 → iplotx-0.9.0}/.gitignore +0 -0
  10. {iplotx-0.8.0 → iplotx-0.9.0}/.pre-commit-config.yaml +0 -0
  11. {iplotx-0.8.0 → iplotx-0.9.0}/.readthedocs.yaml +0 -0
  12. {iplotx-0.8.0 → iplotx-0.9.0}/LICENSE +0 -0
  13. {iplotx-0.8.0 → iplotx-0.9.0}/MANIFEST.in +0 -0
  14. {iplotx-0.8.0 → iplotx-0.9.0}/README.md +0 -0
  15. {iplotx-0.8.0 → iplotx-0.9.0}/assets/pylint.svg +0 -0
  16. {iplotx-0.8.0 → iplotx-0.9.0}/docs/Makefile +0 -0
  17. {iplotx-0.8.0 → iplotx-0.9.0}/docs/make.bat +0 -0
  18. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/_static/banner.png +0 -0
  19. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/_static/graph_basic.png +0 -0
  20. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/_templates/layout.html +0 -0
  21. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api/artists.md +0 -0
  22. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api/complete_style_specification.md +0 -0
  23. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api/plotting.md +0 -0
  24. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api/providers.md +0 -0
  25. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api/style.md +0 -0
  26. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/api.md +0 -0
  27. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/conf.py +0 -0
  28. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/images/sphx_glr_plot_basic_001.png +0 -0
  29. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/images/thumb/sphx_glr_plot_basic_thumb.png +0 -0
  30. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/index.md +0 -0
  31. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/providers.md +0 -0
  32. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/sg_execution_times.rst +0 -0
  33. {iplotx-0.8.0 → iplotx-0.9.0}/docs/source/style.md +0 -0
  34. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/GALLERY_HEADER.rst +0 -0
  35. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/GALLERY_HEADER.rst +0 -0
  36. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_basic.py +0 -0
  37. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_big_curves.py +0 -0
  38. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_dag.py +0 -0
  39. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_directed.py +0 -0
  40. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_grouping.py +0 -0
  41. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_house.py +0 -0
  42. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_loops.py +0 -0
  43. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/basic/plot_simple_path.py +0 -0
  44. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/GALLERY_HEADER.rst +0 -0
  45. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/80201010000000001.mst +0 -0
  46. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/GN-tree.json +0 -0
  47. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/breast_cancer_string_interactions_short.tsv +0 -0
  48. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/breast_cancer_string_network_coordinates.tsv +0 -0
  49. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/cell_cycle_arrest_string_interactions_short.tsv +0 -0
  50. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/cell_cycle_arrest_string_network_coordinates.tsv +0 -0
  51. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/data/fevo-08-588430_DataSheet1_S1.csv +0 -0
  52. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_animal_phylogeny.py +0 -0
  53. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_antibody_clone.py +0 -0
  54. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_breast_cancer_ppi.py +0 -0
  55. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_cell_cycle_arrest.py +0 -0
  56. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_food_network.py +0 -0
  57. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_foraging_table.py +0 -0
  58. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_pollinators.py +0 -0
  59. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_ppi.py +0 -0
  60. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/biology/plot_tca_cycle.py +0 -0
  61. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/GALLERY_HEADER.rst +0 -0
  62. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/data/chess_masters_WCC.pgn.bz2 +0 -0
  63. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/data/knuth_miles.txt.gz +0 -0
  64. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_arrowlawn.py +0 -0
  65. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_chess_masters.py +0 -0
  66. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_cliques.py +0 -0
  67. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_cluster_layout.py +0 -0
  68. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_company_structure.py +0 -0
  69. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_complex.py +0 -0
  70. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_financial_network.py +0 -0
  71. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_knuth_miles.py +0 -0
  72. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_labels_and_colors.py +0 -0
  73. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_max_bipartite_matching.py +0 -0
  74. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_minimum_spanning_trees.py +0 -0
  75. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_multipartite_layout.py +0 -0
  76. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_parallel_igraph_networkx.py +0 -0
  77. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_redblack.py +0 -0
  78. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_shortest_path.py +0 -0
  79. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_simple_networkx.py +0 -0
  80. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_social_network_circles.py +0 -0
  81. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_traveling_salesman.py +0 -0
  82. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/network_science/plot_with_colorbar.py +0 -0
  83. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/GALLERY_HEADER.rst +0 -0
  84. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_animation.py +0 -0
  85. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_edit_artists.py +0 -0
  86. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_feedbacks.py +0 -0
  87. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_graph.py +0 -0
  88. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_mouse_hover.py +0 -0
  89. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/other/plot_train.py +0 -0
  90. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/GALLERY_HEADER.rst +0 -0
  91. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_arrows.py +0 -0
  92. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_edgepadding.py +0 -0
  93. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_elements.py +0 -0
  94. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_four_grids.py +0 -0
  95. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_halfarrows.py +0 -0
  96. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_multistyle.py +0 -0
  97. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_ports.py +0 -0
  98. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_style.py +0 -0
  99. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_tension.py +0 -0
  100. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_vertexmarkers.py +0 -0
  101. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_voronoi.py +0 -0
  102. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/style/plot_waypoints.py +0 -0
  103. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/GALLERY_HEADER.rst +0 -0
  104. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/data/tree-with-support.json +0 -0
  105. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_angular_waypoints.py +0 -0
  106. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_biopython_tree.py +0 -0
  107. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_cladeedges.py +0 -0
  108. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_cogent3_layouts.py +0 -0
  109. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_cogent3_tree.py +0 -0
  110. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_elements_tree.py +0 -0
  111. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_ete4.py +0 -0
  112. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_leafedges.py +0 -0
  113. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_leafedges_and_cascades.py +0 -0
  114. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_skbio_tree.py +0 -0
  115. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_split_edges.py +0 -0
  116. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_style_tree.py +0 -0
  117. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_support.py +0 -0
  118. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_tree_node_background.py +0 -0
  119. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_tree_style_clades.py +0 -0
  120. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/tree/plot_trees_of_trees.py +0 -0
  121. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/zero_dependency/GALLERY_HEADER.rst +0 -0
  122. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/zero_dependency/plot_simplenetworkdataprovider.py +0 -0
  123. {iplotx-0.8.0 → iplotx-0.9.0}/gallery/zero_dependency/plot_simpletreedataprovider.py +0 -0
  124. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/artists.py +0 -0
  125. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/cascades.py +0 -0
  126. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/edge/__init__.py +0 -0
  127. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/edge/arrow.py +0 -0
  128. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/edge/geometry.py +0 -0
  129. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/edge/leaf.py +0 -0
  130. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/edge/ports.py +0 -0
  131. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/groups.py +0 -0
  132. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/__init__.py +0 -0
  133. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/heuristics.py +0 -0
  134. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/network/igraph.py +0 -0
  135. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/network/networkx.py +0 -0
  136. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/network/simple.py +0 -0
  137. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/tree/biopython.py +0 -0
  138. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/tree/cogent3.py +0 -0
  139. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/tree/ete4.py +0 -0
  140. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/tree/simple.py +0 -0
  141. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/providers/tree/skbio.py +0 -0
  142. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/ingest/typing.py +0 -0
  143. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/label.py +0 -0
  144. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/layout.py +0 -0
  145. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/network.py +0 -0
  146. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/style/__init__.py +0 -0
  147. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/style/leaf_info.py +0 -0
  148. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/style/library.py +0 -0
  149. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/tree.py +0 -0
  150. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/typing.py +0 -0
  151. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/utils/geometry.py +0 -0
  152. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/utils/internal.py +0 -0
  153. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/utils/matplotlib.py +0 -0
  154. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/utils/style.py +0 -0
  155. {iplotx-0.8.0 → iplotx-0.9.0}/iplotx/vertex.py +0 -0
  156. {iplotx-0.8.0 → iplotx-0.9.0}/pyproject.toml +0 -0
  157. {iplotx-0.8.0 → iplotx-0.9.0}/scripts/copy_github_release_into_version.sh +0 -0
  158. {iplotx-0.8.0 → iplotx-0.9.0}/scripts/make_banner.py +0 -0
  159. {iplotx-0.8.0 → iplotx-0.9.0}/scripts/update_pylint_badge.sh +0 -0
  160. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/cascades.png +0 -0
  161. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/directed_child.png +0 -0
  162. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/leaf_labels.png +0 -0
  163. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/leaf_labels_hmargin.png +0 -0
  164. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/leafedges.png +0 -0
  165. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/show_support.png +0 -0
  166. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/tree_basic.png +0 -0
  167. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_biopython/tree_radial.png +0 -0
  168. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_cogent3/leaf_labels.png +0 -0
  169. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_cogent3/leaf_labels_hmargin.png +0 -0
  170. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_cogent3/tree_basic.png +0 -0
  171. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_cogent3/tree_radial.png +0 -0
  172. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_ete4/leaf_labels.png +0 -0
  173. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_ete4/leaf_labels_hmargin.png +0 -0
  174. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_ete4/split_edges.png +0 -0
  175. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_ete4/tree_basic.png +0 -0
  176. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_ete4/tree_radial.png +0 -0
  177. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/clustering_directed.png +0 -0
  178. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/clustering_directed_large.png +0 -0
  179. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_basic.png +0 -0
  180. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_directed.png +0 -0
  181. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_directed_curved_loops.png +0 -0
  182. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_edit_children.png +0 -0
  183. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_labels.png +0 -0
  184. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_layout_attribute.png +0 -0
  185. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_null.png +0 -0
  186. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_squares_directed.png +0 -0
  187. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_vertexsize.png +0 -0
  188. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/graph_with_curved_edges.png +0 -0
  189. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/igraph_layout_object.png +0 -0
  190. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_igraph/multigraph_with_curved_edges_undirected.png +0 -0
  191. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/cluster-layout.png +0 -0
  192. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/complex.png +0 -0
  193. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/complex_rotatelabels.png +0 -0
  194. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/directed_graph.png +0 -0
  195. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/directed_graph_with_colorbar.png +0 -0
  196. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/empty_graph.png +0 -0
  197. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/flat_style.png +0 -0
  198. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/house_with_colors.png +0 -0
  199. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/labels_and_colors.png +0 -0
  200. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/shortest_path.png +0 -0
  201. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_networkx/simple_graph.png +0 -0
  202. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_simple_network_provider/graph_basic.png +0 -0
  203. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_simple_network_provider/graph_directed.png +0 -0
  204. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_simple_network_provider/graph_labels.png +0 -0
  205. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_skbio/leaf_labels.png +0 -0
  206. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_skbio/leaf_labels_hmargin.png +0 -0
  207. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_skbio/tree_basic.png +0 -0
  208. {iplotx-0.8.0 → iplotx-0.9.0}/tests/baseline_images/test_skbio/tree_radial.png +0 -0
  209. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_arrows.py +0 -0
  210. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_biopython.py +0 -0
  211. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_cascades.py +0 -0
  212. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_cogent3.py +0 -0
  213. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_edge.py +0 -0
  214. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_edge_geometry.py +0 -0
  215. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_ete4.py +0 -0
  216. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_geometry.py +0 -0
  217. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_heuristics.py +0 -0
  218. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_ingest_protocols.py +0 -0
  219. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_matplotlib_utils.py +0 -0
  220. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_network_hotload.py +0 -0
  221. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_ports.py +0 -0
  222. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_simple_network_provider.py +0 -0
  223. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_simple_tree_provider.py +0 -0
  224. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_skbio.py +0 -0
  225. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_style.py +0 -0
  226. {iplotx-0.8.0 → iplotx-0.9.0}/tests/test_vertex.py +0 -0
  227. {iplotx-0.8.0 → iplotx-0.9.0}/tests/utils.py +0 -0
  228. {iplotx-0.8.0 → iplotx-0.9.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iplotx
3
- Version: 0.8.0
3
+ Version: 0.9.0
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
@@ -9,19 +9,19 @@ library was used to construct the network.
9
9
  from .version import __version__
10
10
  from .plotting import (
11
11
  network,
12
+ graph,
12
13
  tree,
14
+ plot,
13
15
  )
14
16
  import iplotx.artists as artists
15
17
  import iplotx.style as style
16
18
 
17
19
 
18
- # Shortcut to iplotx.plotting.network
19
- plot = network
20
-
21
20
  __all__ = [
22
21
  "network",
23
22
  "tree",
24
23
  "plot",
24
+ "graph",
25
25
  "artists",
26
26
  "style",
27
27
  "__version__",
@@ -22,6 +22,7 @@ def network(
22
22
  layout: Optional[LayoutType] = None,
23
23
  grouping: Optional[GroupingType] = None,
24
24
  vertex_labels: Optional[list | dict | pd.Series | bool] = None,
25
+ node_labels: Optional[list | dict | pd.Series | bool] = None,
25
26
  edge_labels: Optional[Sequence] = None,
26
27
  ax: Optional[mpl.axes.Axes] = None,
27
28
  style: str | dict | Sequence[str | dict] = (),
@@ -42,6 +43,9 @@ def network(
42
43
  will be drawn. If a list, the labels are taken from the list. If a dict, the keys
43
44
  should be the vertex IDs and the values should be the labels. If True (a single
44
45
  bool value), the vertex IDs will be used as labels.
46
+ node_labels: Same meaning as vertex_labels. This is an alias to help users who prefer
47
+ the word "node" over "vertex". If both vertex_labels and node_labels are specified,
48
+ "node_labels" overrides "vertex_labels".
45
49
  edge_labels: The labels for the edges. If None, no edge labels will be drawn. Defaults
46
50
  to None.
47
51
  ax: The axis to plot on. If None, a new figure and axis will be created. Defaults to
@@ -68,6 +72,11 @@ def network(
68
72
  The list can have one or two elements, depending on whether you are requesting to
69
73
  plot a network, a grouping, or both.
70
74
  """
75
+ # Equivalence of node_labels and vertex_labels
76
+ if node_labels is not None:
77
+ vertex_labels = node_labels
78
+ del node_labels
79
+
71
80
  stylecontext = context(style, **kwargs) if style or kwargs else nullcontext()
72
81
 
73
82
  with stylecontext:
@@ -126,11 +135,17 @@ def network(
126
135
  return artists
127
136
 
128
137
 
138
+ # Aliases
139
+ plot = network
140
+ graph = network
141
+
142
+
129
143
  def tree(
130
144
  tree: Optional[TreeType] = None,
131
145
  layout: str | LayoutType = "horizontal",
132
146
  directed: bool | str = False,
133
147
  vertex_labels: Optional[list | dict | pd.Series | bool] = None,
148
+ node_labels: Optional[list | dict | pd.Series | bool] = None,
134
149
  leaf_labels: Optional[list | dict | pd.Series | bool] = None,
135
150
  show_support: bool = False,
136
151
  ax: Optional[mpl.axes.Axes] = None,
@@ -150,6 +165,9 @@ def tree(
150
165
  directed: If False, do not draw arrows.
151
166
  vertex_labels: The labels for the vertices. If None or False, no vertex labels. Also
152
167
  read leaf_labels for leaf nodes.
168
+ node_labels: Same meaning as vertex_labels. This is an alias to help users who prefer
169
+ the word "node" over "vertex". If both vertex_labels and node_labels are specified,
170
+ "node_labels" overrides "vertex_labels".
153
171
  leaf_labels: The labels for the leaf nodes. If None or False, no leaf labels are used
154
172
  except if vertex_labels are specified for leaf nodes. This argument and the
155
173
  previous vertex_labels provide somewhat redundant functionality but have quite
@@ -183,6 +201,11 @@ def tree(
183
201
  Returns:
184
202
  A TreeArtist object, set as a direct child of the matplotlib Axes.
185
203
  """
204
+ # Equivalence of node_labels and vertex_labels
205
+ if node_labels is not None:
206
+ vertex_labels = node_labels
207
+ del node_labels
208
+
186
209
  stylecontext = context(style, **kwargs) if style or kwargs else nullcontext()
187
210
 
188
211
  with stylecontext:
@@ -2,4 +2,4 @@
2
2
  iplotx version information module.
3
3
  """
4
4
 
5
- __version__ = "0.8.0"
5
+ __version__ = "0.9.0"
@@ -31,19 +31,19 @@ class GraphTestRunner(unittest.TestCase):
31
31
  def test_basic(self):
32
32
  g = ig.Graph.Ring(5)
33
33
  fig, ax = plt.subplots(figsize=(3, 3))
34
- ipx.plot(g, ax=ax, layout=self.layout_small_ring)
34
+ ipx.graph(g, ax=ax, layout=self.layout_small_ring)
35
35
 
36
36
  @image_comparison(baseline_images=["graph_directed"], remove_text=True)
37
37
  def test_directed(self):
38
38
  g = ig.Graph.Ring(5, directed=True)
39
39
  fig, ax = plt.subplots(figsize=(3, 3))
40
- ipx.plot(g, ax=ax, layout=self.layout_small_ring)
40
+ ipx.graph(g, ax=ax, layout=self.layout_small_ring)
41
41
 
42
42
  @image_comparison(baseline_images=["graph_vertexsize"], remove_text=True)
43
43
  def test_vertexsize(self):
44
44
  g = ig.Graph.Ring(5)
45
45
  fig, ax = plt.subplots(figsize=(3, 3))
46
- ipx.plot(
46
+ ipx.graph(
47
47
  g,
48
48
  ax=ax,
49
49
  layout=self.layout_small_ring,
@@ -55,7 +55,7 @@ class GraphTestRunner(unittest.TestCase):
55
55
  def test_labels(self):
56
56
  g = ig.Graph.Ring(5)
57
57
  fig, ax = plt.subplots(figsize=(3, 3))
58
- ipx.plot(
58
+ ipx.graph(
59
59
  network=g,
60
60
  ax=ax,
61
61
  layout=self.layout_small_ring,
@@ -76,14 +76,14 @@ class GraphTestRunner(unittest.TestCase):
76
76
  g = ig.Graph.Ring(5)
77
77
  layout = g.layout("circle")
78
78
  fig, ax = plt.subplots(figsize=(3, 3))
79
- ipx.plot(g, layout=layout, ax=ax)
79
+ ipx.graph(g, layout=layout, ax=ax)
80
80
 
81
81
  @image_comparison(baseline_images=["graph_layout_attribute"], remove_text=True)
82
82
  def test_layout_attribute_alt(self):
83
83
  g = ig.Graph.Ring(5)
84
84
  g["layout"] = ig.Layout([(x, x) for x in range(g.vcount())])
85
85
  fig, ax = plt.subplots(figsize=(3, 3))
86
- ipx.plot(g, layout="layout", ax=ax)
86
+ ipx.graph(g, layout="layout", ax=ax)
87
87
 
88
88
  @image_comparison(baseline_images=["graph_directed_curved_loops"], remove_text=True)
89
89
  def test_directed_curved_loops(self):
@@ -94,7 +94,7 @@ class GraphTestRunner(unittest.TestCase):
94
94
  fig, ax = plt.subplots(figsize=(4, 4))
95
95
  # ax.set_xlim(-1.2, 1.2)
96
96
  # ax.set_ylim(-1.2, 1.2)
97
- ipx.plot(
97
+ ipx.graph(
98
98
  g,
99
99
  ax=ax,
100
100
  layout=self.layout_small_ring,
@@ -112,7 +112,7 @@ class GraphTestRunner(unittest.TestCase):
112
112
  def test_mark_groups_squares(self):
113
113
  g = ig.Graph.Ring(5, directed=True)
114
114
  fig, ax = plt.subplots(figsize=(3, 3))
115
- ipx.plot(
115
+ ipx.graph(
116
116
  g,
117
117
  ax=ax,
118
118
  layout=self.layout_small_ring,
@@ -125,7 +125,7 @@ class GraphTestRunner(unittest.TestCase):
125
125
  def test_edit_children(self):
126
126
  g = ig.Graph.Ring(5)
127
127
  fig, ax = plt.subplots(figsize=(4, 4))
128
- ipx.plot(
128
+ ipx.graph(
129
129
  g,
130
130
  ax=ax,
131
131
  style={"vertex": {"marker": "o"}},
@@ -148,7 +148,7 @@ class GraphTestRunner(unittest.TestCase):
148
148
  fig, ax = plt.subplots()
149
149
  lo = g.layout("circle")
150
150
  lo.scale(3)
151
- ipx.plot(
151
+ ipx.graph(
152
152
  g,
153
153
  ax=ax,
154
154
  layout=lo,
@@ -176,7 +176,7 @@ class GraphTestRunner(unittest.TestCase):
176
176
  fig, ax = plt.subplots()
177
177
  lo = g.layout("circle")
178
178
  lo.scale(3)
179
- ipx.plot(
179
+ ipx.graph(
180
180
  g,
181
181
  ax=ax,
182
182
  layout=lo,
@@ -201,7 +201,7 @@ class GraphTestRunner(unittest.TestCase):
201
201
  def test_null_graph(self):
202
202
  g = ig.Graph()
203
203
  fig, ax = plt.subplots()
204
- ipx.plot(g, ax=ax)
204
+ ipx.graph(g, ax=ax)
205
205
  ax.set_aspect(1.0)
206
206
 
207
207
 
@@ -278,14 +278,14 @@ class ClusteringTestRunner(unittest.TestCase):
278
278
  g = ig.Graph.Ring(5, directed=True)
279
279
  clu = ig.VertexClustering(g, [0] * 5)
280
280
  fig, ax = plt.subplots()
281
- ipx.plot(g, grouping=clu, ax=ax, layout=self.layout_small_ring)
281
+ ipx.graph(g, grouping=clu, ax=ax, layout=self.layout_small_ring)
282
282
 
283
283
  @image_comparison(baseline_images=["clustering_directed_large"], remove_text=True)
284
284
  def test_clustering_directed_large(self):
285
285
  g = ig.Graph.Ring(50, directed=True)
286
286
  clu = ig.VertexClustering(g, [0] * 3 + [1] * 17 + [2] * 30)
287
287
  fig, ax = plt.subplots()
288
- ipx.plot(
288
+ ipx.graph(
289
289
  g,
290
290
  grouping=clu,
291
291
  style={
@@ -26,14 +26,14 @@ class GraphTestRunner(unittest.TestCase):
26
26
  ]
27
27
  )
28
28
  pos = {1: (0, 0), 2: (-1, 0.3), 3: (2, 0.17), 4: (4, 0.255), 5: (5, 0.03)}
29
- ipx.plot(
29
+ ipx.network(
30
30
  G,
31
31
  layout=pos,
32
- vertex_labels=False,
33
- vertex_size=5,
34
- vertex_facecolor="white",
35
- vertex_edgecolor="black",
36
- vertex_linewidth=3,
32
+ node_labels=False,
33
+ node_size=5,
34
+ node_facecolor="white",
35
+ node_edgecolor="black",
36
+ node_linewidth=3,
37
37
  edge_linewidth=3,
38
38
  edge_color=["grey", "black"],
39
39
  margins=0.1,
@@ -52,10 +52,10 @@ class GraphTestRunner(unittest.TestCase):
52
52
  # explicitly set positions
53
53
  pos = {1: (0, 0), 2: (-1, 0.3), 3: (2, 0.17), 4: (4, 0.255), 5: (5, 0.03)}
54
54
 
55
- ipx.plot(
55
+ ipx.network(
56
56
  G,
57
57
  layout=pos,
58
- vertex_labels=True,
58
+ node_labels=True,
59
59
  style={
60
60
  "vertex": {
61
61
  "size": "label",
@@ -224,11 +224,11 @@ class GraphTestRunner(unittest.TestCase):
224
224
  )
225
225
 
226
226
  fig, ax = plt.subplots()
227
- ipx.plot(
227
+ ipx.network(
228
228
  G,
229
229
  ax=ax,
230
230
  layout="pos",
231
- vertex_labels=True,
231
+ node_labels=True,
232
232
  edge_labels=True,
233
233
  )
234
234
 
@@ -298,11 +298,11 @@ class GraphTestRunner(unittest.TestCase):
298
298
  )
299
299
 
300
300
  fig, ax = plt.subplots(figsize=(5, 4))
301
- ipx.plot(
301
+ ipx.network(
302
302
  G,
303
303
  ax=ax,
304
304
  layout="pos",
305
- vertex_labels=True,
305
+ node_labels=True,
306
306
  style={
307
307
  "vertex": {
308
308
  "facecolor": G.nodes.data("color"),
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes