File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ggplot2 (development version)
2
+ This is a very small release focusing on fixing a couple of untenable issues
3
+ that surfaced with the 3.3.4 release
2
4
3
5
* Revert changes made in #4434 (apply transform to intercept in ` geom_abline() ` )
4
6
as it introduced undesirable issues far worse than the bug it fixed
Original file line number Diff line number Diff line change @@ -84,10 +84,15 @@ documentation pages. Currently, there are three good places to start:
84
84
get you up to speed with the essentials of ggplot2 as quickly as
85
85
possible.
86
86
87
- 2 . If you’d like to follow a webinar, try [ Plotting Anything with
87
+ 2 . If you’d like to take an online course, try [ Data Visualization in R
88
+ With
89
+ ggplot2] ( https://learning.oreilly.com/videos/data-visualization-in/9781491963661/ )
90
+ by Kara Woo.
91
+
92
+ 3 . If you’d like to follow a webinar, try [ Plotting Anything with
88
93
ggplot2] ( https://youtu.be/h29g21z0a68 ) by Thomas Lin Pedersen.
89
94
90
- 3 . If you want to dive into making common graphics as quickly as
95
+ 4 . If you want to dive into making common graphics as quickly as
91
96
possible, I recommend [ The R Graphics
92
97
Cookbook] ( https://r-graphics.org ) by Winston Chang. It provides a
93
98
set of recipes to solve common graphics problems.
You can’t perform that action at this time.
0 commit comments