[BlindRUG] High contrast themes for people with low vision

Jonathan Godfrey A.J.Godfrey at massey.ac.nz
Sun Sep 17 21:29:30 UTC 2023


Oh, and before I forget, one of the outcomes of going to the R Project Sprint was that I got to contribute to several discussions about diversity and inclusion. One outcome is that we may well see a dedicated page for accessibility related endeavours. It won't be entirely package driven, but will also include various diversity and inclusion initiatives.

For a package to get a mention on an official R Project site, it may have to be lodged on one of the recognised R Project services, with CRAN being the most well-known.

Jonathan



-----Original Message-----
From: BlindRUG <blindrug-bounces at nfbnet.org> On Behalf Of Marcus Low via BlindRUG
Sent: Sunday, September 17, 2023 10:18 PM
To: blindrug at nfbnet.org
Cc: Marcus Low <low.marcus at gmail.com>
Subject: [BlindRUG] High contrast themes for people with low vision

Dear All

People who have some vision left might be interested in a package I've
started working on called HighContrast. Essentially, it is a few high
contrast themes that work with ggplot2. They are not the type of plots
you'd publish in a journal article, but some people with substantially
impaired vision might find them useful when doing data exploration.
Also, if you have any knowhow in this area, please consider
contributing to the package - i'm not an expert by any means and would
appreciate the help. The package is on GitHub at
https://github.com/marcuslowx/HighContrast

For people interested in trying it, I think the easiest way to install
it is using devtools:
install.packages("devtools")
library(devtools)
install_github("marcuslowx/HighContrast")
library(HighContrast)

That done you can simply add theme_HC() to the end of the code for a
ggplot2 plot and it should use the default black high contrast theme.
Other options for now are theme_HC_blue() and theme_HC_red().

Your welcome to contact me off list or via GitHub if you wish to engage further.

Thanks
Marcus

--
Spotlight Editor
Mobile: +27 (0) 82 96 28 309
E-mail: low.marcus at gmail.com
Twitter: @MarcusLowX @SpotlightNSP

_______________________________________________
BlindRUG mailing list
BlindRUG at nfbnet.org
http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org
To unsubscribe, change your list options or get your account info for BlindRUG:
http://nfbnet.org/mailman/options/blindrug_nfbnet.org/a.j.godfrey%40massey.ac.nz
The list archive can be viewed at:
http://www.nfbnet.org/pipermail/blindrug_nfbnet.org
More information and useful links about using R as a blind person can be obtained at:
http://r-resources.massey.ac.nz/

Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:
http://r-resources.massey.ac.nz/lurn/front.html



More information about the BlindRUG mailing list