Lines and markers
Basic linear and scatter plots.
Statistical visualizations
Violin plot, boxplot, qqplot.
Density plots
Visualizing kernel density estimation of data.
Histograms
Computing 1- and 2-dimensional histograms.
Regression plots
Linear and nonlinear regressions.
Renaming and transforming variables
Transforming data before generating the plot.
Using mapping without tabular data
Passing columnar data directly to `mapping`.
Pre-grouped data
Working with arrays of arrays.
Pre-sorted data
Preserving the original order of categorical data.
Wide data
Working with data in the wide format.
Some advanced keywords to tweak the plot
Discrete scales
Sorting and renaming categorical variables.
Continuous scales
Applying nonlinear transformations.
Custom scales
Custom palettes and custom attributes.
Secondary scales
Categorical and continuous scales in the same plot.
Multiple color scales
Categorical and continuous scales in the same plot.
Pre-scaled data
Pass data to the plot as is.
Legend merging
Multiple scales for the same variable.
Dodging
Dodging groups to avoid overlaps.
Some advanced keywords to tweak the plot
Axis tweaking
Setting axis attributes.
Figure tweaking
Setting figure attributes.
Legend tweaking
Setting legend attributes.
Colorbar tweaking
Setting colorbar attributes.
Faceting
Generating a grid of plots.
Nested layouts
AlgebraOfGraphics plots within a Makie figure.
Example applications with different types of data
Geographic data
Antarctic coastline.
Geometries
Visualizing geometries.
Time series
Visualizing time series data.