-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.qmd
More file actions
executable file
·35 lines (23 loc) · 1.23 KB
/
index.qmd
File metadata and controls
executable file
·35 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: "From Start to Finish: Visualizing Your Data"
subtitle: "Visualization Day"
image: profile.png
about: # https://quarto.org/docs/websites/website-about.html
template: trestles
links:
- icon: github
text: Github
href: https://github.com/tylermcinnes
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/in/tyler-mcinnes-bb787bb4/
---
Good visualization is about more than just writing the correct code. Visualization is communication, and good communication requires thinking about how we as the scientist/data analyst/creator convey our message to the reader. This one-day workshop will provide you with a toolbox of skills and code examples to help you create clear, visually interesting visualizations which accurately communicate a message.
## This workshop has five sections
The basic code template for ggplot.
Visualization for our selves (exploratory analysis).
Examples of good visualization (with code).
Iteratively building a figure.
Visualization from start to finish.
## Why are we doing this?
Because some plots look like [this](https://docs.google.com/presentation/d/1PyuGRbqPpjMoswuTMbgOqHfe6Uc-wji7uEJkxyxI9Jw/edit#slide=id.p) (Credit to Dr. Joseph Guhlin for this presentation).