Plotting Functions¶
Categorical¶
Create a publication-ready bar plot. |
|
Create a publication-ready box plot. |
|
Create a publication-ready violin plot. |
|
Create a publication-ready raincloud plot. |
|
Create a publication-ready strip plot. |
|
Create a publication-ready swarm plot. |
|
Create a point plot with publiplots styling. |
Relational¶
Create a scatterplot with publiplots styling. |
|
Create a line plot with publiplots styling and seaborn-parity kwargs. |
|
Create a publication-ready 2D errorbar plot: scatter with uncertainty stems. |
|
Create a publication-ready regression plot with optional hue grouping. |
|
Plot the residuals of a linear regression, with optional hue grouping. |
Distribution¶
Create a publication-ready histogram plot. |
|
Create a publication-ready kernel density estimate (KDE) plot. |
|
Create a publication-ready hexagonal-binning density plot. |
Matrix¶
Create a heatmap with publiplots styling. |
|
Create a complex heatmap builder for adding margin plots. |
|
Draw a dendrogram. |
Set¶
Create a Venn diagram for 2-5 sets. |
|
Create an UpSet plot for visualizing set intersections. |
Annotation¶
Add value labels to plot marks on |