Skip to content

Commit 6f9054f

Browse files
jqnatividadclaude
andcommitted
docs: add violin plot thumbnail and CHANGELOG PR ref
Replace the placeholder box_plot.png thumbnail for the Violin Plots recipe with a generated 1024x680 violin image, and add the #412 reference to the CHANGELOG entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 46553b2 commit 6f9054f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77

88
### Added
99

10-
- Add `Violin` trace type with box, mean line, KDE span, and split/grouped support
10+
- [[#412](https://github.com/plotly/plotly.rs/pull/412)] Add `Violin` trace type with box, mean line, KDE span, and split/grouped support
1111
- [[#406](https://github.com/plotly/plotly.rs/issues/406)] Expose `plotly.js` 3.1–3.6 attributes
1212

1313
### Changed
51.3 KB
Loading

docs/book/src/recipes/statistical_charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Kind | Link
66
:---|:----:
77
Error Bars |[![Scatter Plots](./img/error_bars.png)](./statistical_charts/error_bars.md)
88
Box Plots | [![Line Charts](./img/box_plot.png)](./statistical_charts/box_plots.md)
9-
Violin Plots | [![Violin Plots](./img/box_plot.png)](./statistical_charts/violin_plots.md)
9+
Violin Plots | [![Violin Plots](./img/violin_plot.png)](./statistical_charts/violin_plots.md)
1010
Histograms | [![Scatter Plots](./img/overlaid_histogram.png)](./statistical_charts/histograms.md)

0 commit comments

Comments
 (0)