Skip to content

first pass on violin notebook #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 28, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added linkto statistical charts page
  • Loading branch information
emmanuelle committed Jun 21, 2019
commit 19d179856a49d11e1e8b012e5fc637685acec3c0
4 changes: 3 additions & 1 deletion notebooks/violin.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jupyter:

## Violin Plot with plotly express

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

See also the [list of other statistical charts](https://plot.ly/python/statistical-charts/).

### Basic Violin Plot with plotly express

Expand Down