Skip to content

Commit 92df530

Browse files
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
1 parent 657c149 commit 92df530

1 file changed

Lines changed: 10 additions & 19 deletions

File tree

docs/plot-types-catalog.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
236236
### heatmap-calendar ✅
237237
**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.
238238

239-
### heatmap-interactive 📋
239+
### heatmap-interactive
240240
**Description:** Heatmap with hover values and zoom.
241241

242242
---
@@ -334,9 +334,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
334334
### facet-grid ✅
335335
**Description:** Grid of plots split by categorical variables.
336336

337-
### pair-plot 📋
338-
**Description:** All pairwise relationships in dataset.
339-
340337
### subplot-grid ✅
341338
**Description:** Custom grid of different plot types.
342339

@@ -362,8 +359,8 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
362359
### candlestick-basic ✅
363360
**Description:** A candlestick chart displays open, high, low, and close (OHLC) price data for financial instruments over time.
364361

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.
367364

368365
### timeseries-forecast-uncertainty ✅
369366
**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
438435
### network-directed ✅
439436
**Description:** Directed graph with arrows.
440437

441-
### network-weighted 📋
438+
### network-weighted
442439
**Description:** Graph with edge thickness by weight.
443440

444441
### network-hierarchical 📋
@@ -510,8 +507,8 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
510507
### slider-control-basic ✅
511508
**Description:** An interactive plot with slider controls allowing users to dynamically adjust parameters and see the visualization update in real-time.
512509

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.
515512

516513
### linked-views 📋
517514
**Description:** Multiple plots with linked selection.
@@ -557,9 +554,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
557554
### wordcloud-basic ✅
558555
**Description:** A word cloud displays text data where word size represents frequency or importance.
559556

560-
### annotated-line 📋
561-
**Description:** Line plot with annotations at key points.
562-
563557
---
564558

565559
## 23. Comparison Plots
@@ -625,7 +619,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
625619
### efficient-frontier 📋
626620
**Description:** Portfolio risk-return optimization curve.
627621

628-
### renko-basic 📋
622+
### renko-basic
629623
**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.
630624

631625
### kagi-basic 📋
@@ -758,9 +752,6 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
758752
### contour-decision-boundary ✅
759753
**Description:** Decision boundary classifier visualization using contour plot to show classification regions.
760754

761-
### loss-curve 📋
762-
**Description:** Training and validation loss curves over epochs for neural network training monitoring.
763-
764755
---
765756

766757
## 29. Scientific & Domain-Specific
@@ -860,9 +851,9 @@ Printable templates and playful visualizations.
860851

861852
## Statistics
862853

863-
- **Total Plot Types:** 242
864-
- **Implemented:** 181
865-
- **Planned:** 61 📋
854+
- **Total Plot Types:** 239
855+
- **Implemented:** 186
856+
- **Planned:** 53 📋
866857
- **Categories:** 30
867858

868859
---

0 commit comments

Comments
 (0)