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 11# 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
24
35* Revert changes made in #4434 (apply transform to intercept in ` geom_abline() ` )
46 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:
8484 get you up to speed with the essentials of ggplot2 as quickly as
8585 possible.
8686
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
8893 ggplot2] ( https://youtu.be/h29g21z0a68 ) by Thomas Lin Pedersen.
8994
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
9196 possible, I recommend [ The R Graphics
9297 Cookbook] ( https://r-graphics.org ) by Winston Chang. It provides a
9398 set of recipes to solve common graphics problems.
You can’t perform that action at this time.
0 commit comments