2-Day Workshop on "Graphic Design with ggplot2" at rstudio::conf 2022
A recap of a 2-day workshop on creating advanced, visually appealing graphics using the ggplot2 package in R, taught at rstudio::conf 2022.
A recap of a 2-day workshop on creating advanced, visually appealing graphics using the ggplot2 package in R, taught at rstudio::conf 2022.
A tutorial on solving overlapping x-axis label issues in ggplot2 using techniques like plot resizing, axis swapping, and label rotation.
A data visualization project mapping the world's countries by the first letter of their names using R and ggplot2, presented as small multiples.
A tutorial on creating and customizing bar charts in ggplot2, focusing on adding percentage labels, custom colors, and improving accessibility.
A technical analysis comparing traditional maps to hexmap visualizations for New Zealand housing affordability data using R and ggplot2.
A tutorial on creating Raincloud Plots, a hybrid data visualization combining box plots, violin plots, and raw data points, using ggplot2 in R.
A data scientist shares her experience and contributions to the #30DayChartChallenge, a data visualization event, using various tools like ggplot2, PowerPoint, and Figma.
A retrospective on the TidyTuesday data visualization project's three-year anniversary, highlighting community growth and the importance of accessibility in data viz.
A data visualization designer reflects on their 2020 freelance work, challenge contributions, and personal projects using R, ggplot2, and plotly.
A guide to creating and applying custom themes in ggplot2 for R to enhance data visualizations for communication and storytelling.
A technical guide on creating and customizing bullet chart variants using R and ggplot2, including code examples and comparisons of different approaches.
A technical tutorial on using ggplot2 in R to create visualizations with embedded images, specifically NFL player headshots in QBR charts.
A technical tutorial on mapping COVID-19 cases in New Zealand by District Health Board using R and the DHBins package.
A review of the best #TidyTuesday data visualization submissions from 2019, highlighting creative and insightful uses of R and ggplot2.
A guide with practical heuristics for converting ggplot2 (R) visualization code to plotnine (Python) code, including syntax and style differences.
A tutorial on using Plotnine, a Python data visualization library based on the grammar of graphics, translated from the ggplot2 R tutorial.
A comprehensive tutorial on creating beautiful and customizable data visualizations using the ggplot2 package in R, covering syntax, themes, and advanced techniques.
A tutorial on improving ggplot graph readability and visual appeal by rotating axis text, using R and tidyverse.
A tutorial on creating bar charts in R using the ggplot2 package, covering the basics of the geom_bar function and data visualization principles.
A tutorial on creating and customizing scatter plots using the ggplot2 package in R for data visualization.