Skip to content

Commit 6995e14

Browse files
committed
Revert "added linkto statistical charts page"
This reverts commit 19d1798.
1 parent 4726a4e commit 6995e14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/violin.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jupyter:
3939

4040
## Violin Plot with plotly express
4141

42-
A [violin plot](https://en.wikipedia.org/wiki/Violin_plot) is a statistical representation of numerical data. It is similar to a [box plot](https://plot.ly/python/box-plots/), with the addition of a rotated [kernel density](https://en.wikipedia.org/wiki/Kernel_density_estimation) plot on each side.
43-
44-
See also the [list of other statistical charts](https://plot.ly/python/statistical-charts/).
42+
A [violin plot](https://en.wikipedia.org/wiki/Violin_plot) is a statistical representation of numerical data. It is similar to a [box plot](https://plot.ly/python/box-plots/), with the addition of a rotated [kernel density](https://en.wikipedia.org/wiki/Kernel_density_estimation) plot on each side.
4543

4644
### Basic Violin Plot with plotly express
4745

0 commit comments

Comments
 (0)