Skip to content

Commit 430786d

Browse files
committed
(added data source)
1 parent 9d089fd commit 430786d

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

_posts/ggplot2/2019-07-12-geom_bin2d.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ packageVersion('plotly')
4141
### Basic 2d Heatmap
4242
See also geom\_hex for a similar geom with hexagonal bins. Note: facetting is supported in geom\_bin2d but not geom\_hex.
4343

44+
Source: [Department of Canadian Heritage](https://open.canada.ca/data/en/dataset/a0bff264-1c80-41ee-aef9-e7da347c5158)
45+
4446
```{r, results='hide'}
4547
library(plotly)
4648

_posts/ggplot2/2019-07-12-geom_bin2d.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ packageVersion('plotly')
4242
### Basic 2d Heatmap
4343
See also [geom_hex](https://plot.ly/ggplot2/geom_hex/) for a similar geom with hexagonal bins. Note: facetting is supported in geom\_bin2d but not geom\_hex.
4444

45+
Source: [Department of Canadian Heritage](https://open.canada.ca/data/en/dataset/a0bff264-1c80-41ee-aef9-e7da347c5158)
4546

4647
```r
4748
library(plotly)

_posts/ggplot2/2019-07-30-geom_hex.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ packageVersion('plotly')
4141
### Basic 2d Heatmap
4242
See also [geom_bin2d](https://plot.ly/ggplot2/geom_bin2d/) for a similar geom with rectangular bins. Note: facetting is supported in geom\_bin2d but not geom\_hex.
4343

44+
Source: [Department of Canadian Heritage](https://open.canada.ca/data/en/dataset/a0bff264-1c80-41ee-aef9-e7da347c5158)
45+
4446
```{r, results='hide'}
4547
library(plotly)
4648

_posts/ggplot2/2019-07-30-geom_hex.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ packageVersion('plotly')
4242
### Basic 2d Heatmap
4343
See also [geom_bin2d](https://plot.ly/ggplot2/geom_bin2d/) for a similar geom with rectangular bins. Note: facetting is supported in geom\_bin2d but not geom\_hex.
4444

45+
Source: [Department of Canadian Heritage](https://open.canada.ca/data/en/dataset/a0bff264-1c80-41ee-aef9-e7da347c5158)
4546

4647
```r
4748
library(plotly)

0 commit comments

Comments
 (0)