
Making art in Python with plotnine
A step-by-step guide to creating art in Python. This blog post covers creating random data, generating colour palettes, visualising with plotnine, and making artistic functions.
Blog about all things R, data science, and visualisation
A step-by-step guide to creating art in Python. This blog post covers creating random data, generating colour palettes, visualising with plotnine, and making artistic functions.
After running the ‘Introduction to machine learning with {tidymodels}’ workshop as part of the R/Pharma 2023 Conference, there were a few questions that we didn’t get the chance to answer. This blog post aims to answer some of them.
Inspired by RJ Andrews, I created a typewriter-styled map of Scotland using {ggplot2} in R. This blog post explains the process of gathering elevation data, selecting a suitable typewriter font, and coding up a map!
If you find yourself regularly copying and pasting content between files, you can use R to do it for you! For repetitive tasks you can’t fully automate, using template files is a great way to save time and this blog post will show you how to make them in R.
Adding social media icons to your data visualisation is a great, concise way to put your name on your work, and make it easy for people to find your profile from your work. This blog post explains how to add social media icons to {ggplot2} charts.
Tidier.jl is a Julia implementation of the {tidyverse}, and after 10 weeks of data wrangling and plotting #TidyTuesday data in Julia, I wanted to share what I’ve learnt about Julia as an R user.