Skip to content

Commit 7d30279

Browse files
committed
update readme to mention violin plots
1 parent dc1a3f5 commit 7d30279

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

packages/band/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ continuous axis.
77
## Features
88

99
- **Bar charts** visualize data using grouped, stacked, or layered bars
10-
- **Distribution charts** summarize number distributions, for example, using
11-
box-and-whisker elements
10+
- **Quantile charts** summarize number distributions using
11+
box-and-whisker or bar-and-whisker elements
1212
- **Schedule charts** visualize intervals with well-defined start and end
1313
boundaries
14-
- **Strip charts**, similarly to distribution charts, visualize number
15-
distributions, but unlike distribution charts, display all data points
14+
- **Strip charts** visualize number distributions by displaying all
15+
data points in a dataset
16+
- **Violin charts** visualize the shapes of number
17+
distributions using smooth or step-wise curves
1618
- **Band components** are general-purpose objects that can be used in
1719
any of the band-chart views (bar charts, distribution charts, etc.)
1820

0 commit comments

Comments
 (0)