From 0435f26c30f161dd35cf21e6408b595fd4709683 Mon Sep 17 00:00:00 2001 From: Fabio Zanini Date: Sat, 4 Oct 2025 04:31:03 +1000 Subject: [PATCH 1/2] iplotx (network plotting) --- packages/iplotx.yml | 6 ++++++ section_names.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 packages/iplotx.yml diff --git a/packages/iplotx.yml b/packages/iplotx.yml new file mode 100644 index 0000000..8d8a003 --- /dev/null +++ b/packages/iplotx.yml @@ -0,0 +1,6 @@ +name: iplotx +repo: fabilab/iplotx +section: networks +description: Visualise networks and trees in Python, with style. +site: https://iplotx.readthedocs.io +keywords: [networks, graphs, trees, phylogeny, 3D] diff --git a/section_names.yml b/section_names.yml index 581e33e..ee8aeda 100644 --- a/section_names.yml +++ b/section_names.yml @@ -13,3 +13,4 @@ section_names: experimental: Experimental projects that may be merged upstream eventually ides: Development tools with built-in Matplotlib rendering miscellaneous: Miscellaneous + networks: Networks and graphs From 070b213d2b53e89c9eb8c372822d214b167fb676 Mon Sep 17 00:00:00 2001 From: Fabio Zanini Date: Sat, 4 Oct 2025 09:10:27 +1000 Subject: [PATCH 2/2] change to domain specific for now --- packages/iplotx.yml | 4 ++-- section_names.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/iplotx.yml b/packages/iplotx.yml index 8d8a003..287ae43 100644 --- a/packages/iplotx.yml +++ b/packages/iplotx.yml @@ -1,6 +1,6 @@ name: iplotx repo: fabilab/iplotx -section: networks -description: Visualise networks and trees in Python, with style. +section: domain specific libraries +description: Visualise networks and trees, with style. site: https://iplotx.readthedocs.io keywords: [networks, graphs, trees, phylogeny, 3D] diff --git a/section_names.yml b/section_names.yml index ee8aeda..581e33e 100644 --- a/section_names.yml +++ b/section_names.yml @@ -13,4 +13,3 @@ section_names: experimental: Experimental projects that may be merged upstream eventually ides: Development tools with built-in Matplotlib rendering miscellaneous: Miscellaneous - networks: Networks and graphs