Plot Types¶
grplot supports four major plot families with 20+ plot types, all accessible
through the plot2d function. Plot types are combined using + to overlay
multiple plots in a single subplot (e.g. 'boxplot+stripplot').
Relational Plots¶
Visualize relationships between two or more numeric variables.
Distribution Plots¶
Visualize the statistical distribution of one or more variables.
Categorical Plots¶
Visualize the distribution of values across categorical levels.
Regression Plots¶
Visualize linear relationships and regression fits.
Dashboard-Like¶
Combine multiple plot types and subplots in a single plot2d call.