Skip to content

Commit caf69a9

Browse files
author
Joseph Damiba
authored
Merge pull request plotly#12 from plotly/remove-new-to-plotly
remove new to plotly section from top of docs
2 parents 9815686 + 0723e0f commit caf69a9

File tree

139 files changed

+24
-2360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+24
-2360
lines changed

ggplot2/2011-11-29-scale-x.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
## By Month
3820

3921
```{r}

ggplot2/2011-11-29-scale-y.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
## Basic
3820

3921
```{r}

ggplot2/2016-11-29-aes.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ output:
1515
```{r, echo = FALSE, message=FALSE}
1616
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1717
```
18-
19-
### New to Plotly?
20-
21-
Plotly's R library is free and open source!<br>
22-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
23-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
24-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
25-
26-
### Version Check
27-
28-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
29-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
30-
31-
```{r}
32-
library(plotly)
33-
packageVersion('plotly')
34-
```
35-
3618
### Fill
3719

3820
```{r}

ggplot2/2016-11-29-axis-text.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ output:
1515
```{r, echo = FALSE, message=FALSE}
1616
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1717
```
18-
19-
### New to Plotly?
20-
21-
Plotly's R library is free and open source!<br>
22-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
23-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
24-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
25-
26-
### Version Check
27-
28-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
29-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
30-
31-
```{r}
32-
library(plotly)
33-
packageVersion('plotly')
34-
```
35-
3618
### Axis Text Size
3719

3820
```{r}

ggplot2/2016-11-29-axis-ticks.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ output:
1515
```{r, echo = FALSE, message=FALSE}
1616
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1717
```
18-
19-
### New to Plotly?
20-
21-
Plotly's R library is free and open source!<br>
22-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
23-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
24-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
25-
26-
### Version Check
27-
28-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
29-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
30-
31-
```{r}
32-
library(plotly)
33-
packageVersion('plotly')
34-
```
35-
3618
### Axis Labels
3719

3820
```{r}

ggplot2/2016-11-29-axis-title.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ output:
1515
```{r, echo = FALSE, message=FALSE}
1616
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1717
```
18-
19-
### New to Plotly?
20-
21-
Plotly's R library is free and open source!<br>
22-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
23-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
24-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
25-
26-
### Version Check
27-
28-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
29-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
30-
31-
```{r}
32-
library(plotly)
33-
packageVersion('plotly')
34-
```
35-
3618
### Axis Labels
3719

3820
```{r}

ggplot2/2016-11-29-facet-grid.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
### Basic
3820

3921
```{r}

ggplot2/2016-11-29-facet-wrap.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ output:
1515
```{r, echo = FALSE, message=FALSE}
1616
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1717
```
18-
19-
### New to Plotly?
20-
21-
Plotly's R library is free and open source!<br>
22-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
23-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
24-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
25-
26-
### Version Check
27-
28-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
29-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
30-
31-
```{r}
32-
library(plotly)
33-
packageVersion('plotly')
34-
```
35-
3618
### Basic Columns
3719

3820
```{r}

ggplot2/2016-11-29-geom_abline.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ output:
1717
```{r, echo = FALSE, message=FALSE}
1818
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1919
```
20-
21-
### New to Plotly?
22-
23-
Plotly's R library is free and open source!<br>
24-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
25-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
26-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
27-
28-
### Version Check
29-
30-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
31-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
32-
33-
```{r}
34-
library(plotly)
35-
packageVersion('plotly')
36-
```
37-
3820
### Line
3921
add line for mean using <code>geom_vline</code>
4022

ggplot2/2016-11-29-geom_bar.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
### Bar Chart
3820

3921
```{r}

ggplot2/2016-11-29-geom_boxplot.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
### Basic Boxplot
3820

3921
```{r}

ggplot2/2016-11-29-geom_density.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
### Basic Density Plot
3820

3921
```{r}

ggplot2/2016-11-29-geom_errorbar.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@ output:
1616
```{r, echo = FALSE, message=FALSE}
1717
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1818
```
19-
20-
### New to Plotly?
21-
22-
Plotly's R library is free and open source!<br>
23-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
24-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
25-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
26-
27-
### Version Check
28-
29-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
30-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
31-
32-
```{r}
33-
library(plotly)
34-
packageVersion('plotly')
35-
```
36-
3719
### Basic Error Bar
3820

3921
```{r}

ggplot2/2016-11-29-geom_histogram.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ output:
1717
```{r, echo = FALSE, message=FALSE}
1818
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1919
```
20-
21-
### New to Plotly?
22-
23-
Plotly's R library is free and open source!<br>
24-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
25-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
26-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
27-
28-
### Version Check
29-
30-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
31-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
32-
33-
```{r}
34-
library(plotly)
35-
packageVersion('plotly')
36-
```
37-
3820
### Basic Histogram
3921

4022
```{r}

ggplot2/2016-11-29-geom_line.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ output:
1717
```{r, echo = FALSE, message=FALSE}
1818
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1919
```
20-
21-
### New to Plotly?
22-
23-
Plotly's R library is free and open source!<br>
24-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
25-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
26-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
27-
28-
### Version Check
29-
30-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
31-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
32-
33-
```{r}
34-
library(plotly)
35-
packageVersion('plotly')
36-
```
37-
3820
### Basic Line Plot
3921

4022
```{r}

ggplot2/2016-11-29-geom_point.Rmd

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ output:
1717
```{r, echo = FALSE, message=FALSE}
1818
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
1919
```
20-
21-
### New to Plotly?
22-
23-
Plotly's R library is free and open source!<br>
24-
[Get started](https://plot.ly/r/getting-started/) by downloading the client and [reading the primer](https://plot.ly/r/getting-started/).<br>
25-
You can set up Plotly to work in [online](https://plot.ly/r/getting-started/#hosting-graphs-in-your-online-plotly-account) or [offline](https://plot.ly/r/offline/) mode.<br>
26-
We also have a quick-reference [cheatsheet](https://images.plot.ly/plotly-documentation/images/r_cheat_sheet.pdf) (new!) to help you get started!
27-
28-
### Version Check
29-
30-
Version 4 of Plotly's R package is now [available](https://plot.ly/r/getting-started/#installation)!<br>
31-
Check out [this post](http://moderndata.plot.ly/upgrading-to-plotly-4-0-and-above/) for more information on breaking changes and new features available in this version.
32-
33-
```{r}
34-
library(plotly)
35-
packageVersion('plotly')
36-
```
37-
3820
### Scatter Chart
3921

4022
```{r}

0 commit comments

Comments
 (0)