You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update plot types catalog with new statuses and descriptions
- Marked several plot types as implemented (✅)
- Updated descriptions for ohlc-bar and scatter-brush-zoom
- Removed outdated plot types from the catalog
- Adjusted total counts of plot types
Copy file name to clipboardExpand all lines: docs/plot-types-catalog.md
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
236
236
### heatmap-calendar ✅
237
237
**Description:** A calendar heatmap visualizes time-series data on a calendar grid, where each day is represented as a cell and color intensity indicates the value magnitude.
238
238
239
-
### heatmap-interactive 📋
239
+
### heatmap-interactive ✅
240
240
**Description:** Heatmap with hover values and zoom.
241
241
242
242
---
@@ -334,9 +334,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
334
334
### facet-grid ✅
335
335
**Description:** Grid of plots split by categorical variables.
336
336
337
-
### pair-plot 📋
338
-
**Description:** All pairwise relationships in dataset.
339
-
340
337
### subplot-grid ✅
341
338
**Description:** Custom grid of different plot types.
342
339
@@ -362,8 +359,8 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
362
359
### candlestick-basic ✅
363
360
**Description:** A candlestick chart displays open, high, low, and close (OHLC) price data for financial instruments over time.
364
361
365
-
### timeseries-ohlc 📋
366
-
**Description:**Open-high-low-close bar chart.
362
+
### ohlc-bar ✅
363
+
**Description:**OHLC bar chart using vertical bars with horizontal ticks to show opening and closing prices.
367
364
368
365
### timeseries-forecast-uncertainty ✅
369
366
**Description:** Time series plot with forecast line and uncertainty/confidence band.
@@ -438,7 +435,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
438
435
### network-directed ✅
439
436
**Description:** Directed graph with arrows.
440
437
441
-
### network-weighted 📋
438
+
### network-weighted ✅
442
439
**Description:** Graph with edge thickness by weight.
443
440
444
441
### network-hierarchical 📋
@@ -510,8 +507,8 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
510
507
### slider-control-basic ✅
511
508
**Description:** An interactive plot with slider controls allowing users to dynamically adjust parameters and see the visualization update in real-time.
512
509
513
-
### brush-zoom 📋
514
-
**Description:**Plot with brush selection and zoom.
510
+
### scatter-brush-zoom ✅
511
+
**Description:**Interactive scatter plot with brush selection and zoom capability.
515
512
516
513
### linked-views 📋
517
514
**Description:** Multiple plots with linked selection.
@@ -557,9 +554,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
557
554
### wordcloud-basic ✅
558
555
**Description:** A word cloud displays text data where word size represents frequency or importance.
559
556
560
-
### annotated-line 📋
561
-
**Description:** Line plot with annotations at key points.
562
-
563
557
---
564
558
565
559
## 23. Comparison Plots
@@ -625,7 +619,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
**Description:** A Renko chart plots "bricks" of fixed size only when price moves by a defined amount, filtering market noise and focusing on price action.
630
624
631
625
### kagi-basic 📋
@@ -758,9 +752,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
758
752
### contour-decision-boundary ✅
759
753
**Description:** Decision boundary classifier visualization using contour plot to show classification regions.
760
754
761
-
### loss-curve 📋
762
-
**Description:** Training and validation loss curves over epochs for neural network training monitoring.
763
-
764
755
---
765
756
766
757
## 29. Scientific & Domain-Specific
@@ -860,9 +851,9 @@ Printable templates and playful visualizations.
0 commit comments