Skip to content

Commit 276434b

Browse files
committed
edited text
1 parent e4ef53a commit 276434b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/ggplot2/2019-08-09-geom_contour.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ chart_link
8585
```
8686

8787
### Filled Plot
88-
It's possible to colour in each of the layers, by changing geom\_contour to stat\_contour as below. (As the edges of the graph indicate, filled contour plots only work when each layer is an enclosed shape rather than an open line.)
88+
It's possible to colour in each of the layers, by changing geom\_contour to stat\_contour as below. As the edges of the graph indicate, filled contour plots only work when each layer is an enclosed shape rather than an open line; a geom more suited to this functionality would be geom\_tile or geom\_raster.
8989

9090
```{r, results='hide'}
9191
library(plotly)

_posts/ggplot2/2019-08-09-geom_contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ chart_link
8484
<iframe src="https://plot.ly/~RPlotBot/5834.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe>
8585

8686
### Filled Plot
87-
It's possible to colour in each of the layers, by changing geom\_contour to stat\_contour as below. (As the edges of the graph indicate, filled contour plots only work when each layer is an enclosed shape rather than an open line.)
87+
It's possible to colour in each of the layers, by changing geom\_contour to stat\_contour as below. As the edges of the graph indicate, filled contour plots only work when each layer is an enclosed shape rather than an open line; a geom more suited to this functionality would be geom\_tile or geom\_raster.
8888

8989

9090
```r

0 commit comments

Comments
 (0)