Recently Published
ggplot - Tree Map with Color Gradient
A code snippet for ggplot2 recipes. It builds tree map with color gradient for comparing the relative size of different categories.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Spacially/Color-Separated Stacked Line Graph
A code snippet for ggplot2 recipes. It builds a stacked line graph useful to compare multiple trends over time, allowing comparison of both directions and absolute value. The groups have to have similar magnitude, though (e.g. percent change, or standardized scores).
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Vertically Separated Line Graph
A code snippet for ggplot2 recipes. It vertically separates a stacked line graph to visualize multiple trends over time, focusing on the overall direction, rather than a comparison of absolute values.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - ROC Curve
A code snippet for ggplot2 recipes. It visualizes the ROC curve of a probabilistic classification algorithm like logistic regression, along with the area under the ROC curve (AUC) as a metric for model selection.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Score Distribution Plot for Probabilistic Classifiers
A code snippet for ggplot2 recipes. It visualizes the scores assigned by a probabilistic classification algorithm like logistic regression, along with metrics for selecting the appropriate cutoff.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Pie/Donut Chart with monochrome gradient
A code snippet for ggplot2 recipes. It builds a pie/donut chart useful for showing the proportions of a sum, emphasizing the larger proportion by a higher saturation.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Horizontal Bar Chart with Color Gradient
A code snippet for ggplot2 recipes. It builds a horizontal bar chart useful for comparing the same parameter, highlighting the ones with a larger value.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Stacked Bar with color code
A code snippet for ggplot2 recipes. It is a template for a stacked bar that shows proportions (as an alternative to the pie chart).
Here is the whole menu: https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - Stacked Line Graph with color code & multiple scales
A code snippet for ggplot2 recipes. It builds a stacked line graph useful to compare multiple trends over time, emphasizing a particular one by dimming the others.
See here for the whole menu:
https://github.com/aliquod/ggplotrecipes/blob/main/README.md
ggplot - MoreMinimalTheme
A code snippet for ggplot2 recipes. It builds on the theme_minimal() template of ggplot2.
Here is the whole menu: https://github.com/aliquod/ggplotrecipes/blob/main/README.md