Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ The legend grob, by itself.


Originally brought to you by
(Baptiste Auguié)[http://baptiste.github.io/]
[Baptiste Auguié](http://baptiste.github.io/)
(<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>)
and
(Shaun Jackman)[http://rpubs.com/sjackman]
[Shaun Jackman](http://rpubs.com/sjackman)
(<http://rpubs.com/sjackman/grid_arrange_shared_legend>).
We put it in a package.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ grid.draw(legend)

![](README/g_legend-1.png) The legend grob, by itself.

Originally brought to you by (Baptiste Auguié)\[<http://baptiste.github.io/>\] (<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>) and (Shaun Jackman)\[<http://rpubs.com/sjackman>\] (<http://rpubs.com/sjackman/grid_arrange_shared_legend>). We put it in a package.
Originally brought to you by [Baptiste Auguié](http://baptiste.github.io/) (<https://github.com/tidyverse/ggplot2/wiki/Share-a-legend-between-two-ggplot2-graphs>) and [Shaun Jackman](http://rpubs.com/sjackman) (<http://rpubs.com/sjackman/grid_arrange_shared_legend>). We put it in a package.

``` r
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
Expand Down