Skip to content

Commit a4d8524

Browse files
docs: add network-transport-static to catalog
1 parent 2141045 commit a4d8524

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/plot-types-catalog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
4141
### scatter-text-labels 📋
4242
**Description:** Scatter plot where text labels replace or accompany data points, useful for displaying categorical identity with positioning.
4343

44-
### joint-scatter-marginal 📋
45-
**Description:** Joint plot combining a central scatter plot with marginal distributions (histograms or KDE) on both axes.
46-
4744
---
4845

4946
## 2. Line Plots
@@ -241,9 +238,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
241238
### violin-swarm 📋
242239
**Description:** Violin plot with individual data points overlaid as a swarm plot, combining distribution shape with raw data visibility.
243240

244-
### box-points-jitter 📋
245-
**Description:** Box plot with jittered individual points overlaid, especially useful for small sample sizes.
246-
247241
### violin-grouped-swarm 📋
248242
**Description:** Multiple grouped violin plots with swarm overlay and optional faceting.
249243

@@ -493,6 +487,9 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
493487
### hive-basic ✅
494488
**Description:** A hive plot arranges network nodes on radial axes based on node properties, enabling reproducible and directly comparable network visualizations.
495489

490+
### network-transport-static 📋
491+
**Description:** A directed network visualization for transportation systems where stations are displayed as labeled nodes and train/bus routes as directed edges with departure times, arrival times, and route identifiers.
492+
496493
---
497494

498495
## 18. Tree & Hierarchical

0 commit comments

Comments
 (0)