Home > Visualization > Statistical
| Operator | Description |
|---|---|
| Box/Violin Plot | Visualize data using either a Box Plot or a Violin Plot. Box plots are drawn as a box with a vertical line down the middle which is mean value, and has horizontal lines attached to each side (known as “whiskers”). Violin plots provide more detail by showing a smoothed density curve on each side, and also include a box plot inside for comparison. |
| Continuous Error Bands | Visualize error or uncertainty along a continuous line |
| Empirical Cumulative Distribution Plot | Visualize the empirical cumulative distribution of a numeric column. |
| Histogram | Visualize data in a Histogram Chart |
| Histogram2D | Displays a bivariate histogram as a density heatmap |
| Scatter Matrix Chart | Visualize datasets in a Scatter Matrix |
| Strip Chart | Visualize distribution of data points as a strip plot |
| Tree Plot | Visualize hierarchical data as a top-down, interactive, auto-sizing tree |
Total: 8 operators