GitXplorerGitXplorer
n

monash-colour-in-graphics

public
21 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
a1c0eb3961307fdf589f3380c63a9b3008cc5c0f

small changes to save the images to slides/imgs

nnjtierney committed 5 years ago
Unverified
38649be83fa1a2a5cb7814271b5ab5b9598a2feb

add examples of new BoM images thanks to code from Achim Zeileis

nnjtierney committed 5 years ago
Unverified
bfcbc8af40a25d8ce5438462a751d414f1da6121

update workflow bonus section at the end and port over missing code

nnjtierney committed 5 years ago
Verified
58f01a329340d150c78b79170e18edf045e3cd55

Merge pull request #1 from xangregg/patch-1

nnjtierney committed 5 years ago
Verified
5937e235be6db764e7bbdda384485562bce29f92

Fix name spelling Rose -> Rost

xxangregg committed 5 years ago
Unverified
da3b90ff9e5f3e492c45d78fa9d5d71c93bd74f1

remove here from slides and move targets into plan

nnjtierney committed 5 years ago

README

The README file for this repository.

The use of colour in graphics. A journey through the body & mind to the screen

Abstract

Data is everywhere, and we typically make sense of it in the form of data visualisation. But how do we know what we see is the same as everyone else? It turns out not everyone is the same, and colour vision deficiencies (such as colourblindness) are not uncommon. This talk unpacks some of the physiology of the human visual system, so that we can understand how to better visualise data. Specifically, in this talk I explain how:

  • Colourblindness actually works
  • We can evaluate existing colour palettes or images
  • Create better ones that are accessible to all

Slide available here

Take home messages

  • Colour choice matters
  • Choosing colours is hard
  • We can use Hue / Chroma / Luminance to describe colour
  • See established palettes: colorspace / viridis / scico
  • Assess colours with colorspace::specplot()
  • Assess colourblindness with colorspace::cvd_emulator()
  • Evaluate your own colour palettes at hclwizard.com
  • Choose colour palettes with
    • colorspace::choose_palette()
    • colorspace::choose_color()
    • colorspace::hcl_color_picker()
    • colorspace::hcl_wizard()

Thanks

Resources

Colophon

How to generate the slides

These slides are generated using drake - you will need the packages installed below, and once you have done that, you can generate the slides into the slides/ folder with:

library(drake)
r_make()

Packages required

The following packages are required:

colorspace
conflicted
dotenv
drake
ggspectra
knitr
magick
photobiology
photobiologyWavebands
rmarkdown
scales
tidyverse
rmapshaper
rnaturalearth
raster
glue
here
xaringanthemer
xaringan
patchwork
prismatic
pals
gplots

And the following from github:

  • swish-climate-impact-assessment/awaptools
  • ropenscilabs/ochRe
  • ropenscilabs/icon
  • clauswilke/colorblindr
  • hadley/emo

Bio

Dr. Nicholas Tierney (PhD. Statistics, BPsySci (Honours)) is a Lecturer in Business Analytics and Statistics at Monash University, working with Professors Dianne Cook and Rob Hyndman. His research aims to improve data analysis workflow, and make data analysis more accessible. Crucial to this work is producing high quality software to accompany each research idea. Mostly recently, Nick's work is focussing on exploring longitudinal data (brolgar), and improving how we share data alongside research ( ddd). Other work has focussed on exploring data with the R package visdat, and on creating analysis principles and tools to simplify working with, exploring, and modelling missing data with the package naniar. Nick has experience working with decision trees (treezy), optimisation (maxcovr), Bayesian Data Analysis, and MCMC diagnostics (mmcc.

Nick is a member of the rOpenSci collective, which works to make science open using R, has been the lead organiser for the rOpenSci ozunconf events from 2016-2018 (2016, 2017, 2018), and co-hosts the rstats podcast "Credibly Curious" with Dr. Saskia Freytag. Outside of research, Nick likes to hike, rockclimb, make coffee, bake sourdough, (eventually) knit a hat, take photos, and explore new hobbies.