• Stars
    star
    3,179
  • Rank 14,134 (Top 0.3 %)
  • Language
    HTML
  • License
    Other
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A book covering the fundamentals of data visualization

Fundamentals of Data Visualization

A guide to making visualizations that accurately reflect the data, tell a story, and look professional.

Claus O. Wilke

This repository holds the R Markdown source for the book "Fundamentals of Data Visualization" to be published with O’Reilly Media, Inc. A rendered version of the completed book chapters is available here. The book requires a supporting R package available here.

The book is meant as a guide to making visualizations that accurately reflect the data, tell a story, and look professional. It has grown out of my experience of working with students and postdocs in my laboratory on thousands of data visualizations. Over the years, I have noticed that the same issues arise over and over. I have attempted to collect my accumulated knowledge from these interactions in the form of this book.

If you notice typos or other issues, feel free to open an issue on GitHub or send me a pull request. If you do the latter, in your commit message, please add the sentence "I assign the copyright of this contribution to Claus O. Wilke," so that I can maintain the option of publishing this book in other forms.

This work is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International License.

Frequently Asked Questions

1. Can you include the R code for the figures as part of the book?

No. The book is very purposefully designed to not be a programming book. The moment a book contains even one line of computer code, some people who don't use the chosen language will dismiss the book as not relevant to them. That's why the famous Numerical Recipes books had to be rewritten in so many different versions: Numerical Recipes in C, Numerical Recipes in Fortran, Numerical Recipes in C++. The recipes were always the same, but the C users didn't want to read the Fortran book and vice versa. At this time, I don't want to write a book about data visualization in R. I want to write a book about fundamental principles of data visualization that hold regardless of the chosen visualization toolchain.

2. Can you at least provide direct links from the figures to the code chunks in the markdown files?

No. First, this is really a feature request for R Markdown. If R Markdown provided this feature I might consider turning it on. Second, however, for many figures in the book there is no single self-contained code chunk that generates the figure. Instead, a later figure in a chapter may depend on computations that were performed in an earlier chunk for a different figure. In general, even though the R Markdown files for individual chapters are self-contained, the code chunks within each file build on top of each other. Therefore, to understand how a specific figure was made, you may have to read through the entire R Markdown file for that chapter.

Disclaimer

This is a personal repository that is not meant for public use at this time. It is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. No installation or technical support will be provided.

More Repositories

1

colorblindr

An R package to simulate colorblindness on R figures.
R
306
star
2

ggjoy

Deprecated. Please use ggridges.
R
293
star
3

practical_ggplot2

Step-by-step examples of building publication-quality figures in ggplot2
HTML
167
star
4

ggtextures

Drawing textured rectangles and bars with ggplot
R
157
star
5

multiscales

Multivariate scales for ggplot2
R
100
star
6

dviz.supp

Supporting materials for Claus Wilke's data visualization book
R
90
star
7

PeptideBuilder

A simple Python library to generate model peptides
Python
78
star
8

relayer

Rethinking layers in ggplot2
R
73
star
9

ggisoband

Drawing isolines and isobands with 'ggplot2'
R
49
star
10

sinab

Sinab is not a browser.
Rust
27
star
11

COVID19-IFR

COVID-19 Infection Fatality Rates
25
star
12

proteinER

Supporting code for the paper "Measuring evolutionary rates of proteins in a structural context"
Python
12
star
13

pinetree

🌲 a flexible gene expression simulator with codon-specific translation rates
C++
11
star
14

artifact

Complete code for generative art project The Artifact.
JavaScript
5
star
15

sneronoi

Stochastic neighbor embedding meets Voronoi tessellation.
JavaScript
5
star
16

structural_prediction_of_ER

Code and data for Shahmoradi et al., Predicting evolutionary site variability from structure in viral proteins: buriedness, packing, flexibility, and design, J. Mol. Evol. 79:130–142 (2014).
R
5
star
17

codon_tools

A python package containing various tools for codon optimization and de-optimization.
Python
4
star
18

Ecoli_FBA_input_prediction

Code and data for Sridhara et al., Predicting growth conditions from internal metabolic fluxes in an in-silico model of E. coli, PLOS ONE 9:e114608 (2014).
TeX
3
star
19

protein_design_and_site_variability

Code and data for Jackson et al, Amino-acid site variability among natural and designed proteins, PeerJ 1:e211 (2013).
Python
3
star
20

fxrandomjs

Deterministic pseudorandom number generator
JavaScript
3
star
21

GBM_genomics

TeX
3
star
22

clauswilke.github.io.old

HTML
3
star
23

zipcodes

Translate zip codes into fips codes
HTML
3
star
24

clauswilke.github.io

HTML
2
star
25

MACV_SMD

Code and data for Meyer et al, Analyzing Machupo virus-receptor binding by molecular dynamics simulations, PeerJ 2:e266 (2014).
Tcl
2
star
26

alien_clock

HTML
1
star
27

Omega_MutSel

Code and data for Spielman and Wilke, The relationship between dN/dS and scaled selection coefficients, Mol. Biol. Evol. 2015.
TeX
1
star
28

Guo_etal_SCV

Data and code for Guo et al., Single-cell virology
HTML
1
star