Skip to content

Commit a00742f

Browse files
author
Joseph Damiba
committed
fixup
1 parent 7ea2f31 commit a00742f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

r/2017-08-31-colorscales.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packageVersion('plotly')
3030

3131
### Colorscale for Scatter Plots
3232

33-
```{r, results = 'hide'}
33+
```{r}
3434
library(plotly)
3535
3636
p <- plot_ly(
@@ -61,7 +61,7 @@ p <- plot_ly(
6161

6262
### Colorscale Contour
6363

64-
```{r, results = 'hide'}
64+
```{r}
6565
library(plotly)
6666
6767
p <- plot_ly(
@@ -82,7 +82,7 @@ p
8282
This example shows how to specify the color scale and color bar per trace. To share colorscale information in multiple subplots, you can use [coloraxis](https://plot.ly/r/reference/#scatter-marker-line-coloraxis).
8383
Below we show how to set a reference coloraxis1 to a shared coloraxis, which are set in the layout. Note that multiple color scales can be linked to the same color.
8484

85-
```{r, results = 'hide'}
85+
```{r}
8686
8787
library(plotly)
8888

0 commit comments

Comments
 (0)