forked from thomasp85/ggplot2_workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fb4d62
commit 36e34f5
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
# Drawing Anything with ggplot2 | ||
|
||
*Workshop material* | ||
|
||
This repository collects material for a ~4 hour workshop first taught at celebRation2020 in Copenhagen | ||
|
||
[Workshop Video on YouTube](https://www.youtube.com/watch?v=h29g21z0a68) | ||
|
||
|
||
## :writing_hand: María Paula's notes | ||
|
||
- `count()` has a `name` argument. | ||
- `after_stat()` replaces `stat()`, which in turn had replaced things like `..prop..`. | ||
- For bubble charts, `scale_radius()` > `scale_size()` > `scale_size_area()` | ||
- [Thomas Lin Pedersen](https://twitter.com/thomasp85)'s [original repo](https://github.com/thomasp85/ggplot2_workshop) | ||
- [Exercises with my notes](exercises.md) | ||
- YouTube Live Stream, [part 1](https://www.youtube.com/watch?v=h29g21z0a68) and [part 2](https://www.youtube.com/watch?v=0m4yywqNPVY). |