diff --git a/README.Rmd b/README.Rmd index 2a5c566..cf988a1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -81,7 +81,7 @@ A clean theme for plotly. library(plotly) mtcars %>% plot_ly(x=~wt, y=~mpg, color=~cyl) %>% - add_markers(size =~ I(50)) %>% + add_markers(size =~ I(20)) %>% theme_plotly() ``` diff --git a/README.md b/README.md index 261cf2e..14d8b6f 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ A clean theme for plotly. library(plotly) mtcars %>% plot_ly(x=~wt, y=~mpg, color=~cyl) %>% - add_markers(size =~ I(50)) %>% + add_markers(size =~ I(20)) %>% theme_plotly() ``` diff --git a/man/figures/README-example4-1.png b/man/figures/README-example4-1.png index f04e8b9..bef6f22 100644 Binary files a/man/figures/README-example4-1.png and b/man/figures/README-example4-1.png differ diff --git a/man/figures/README-lm0-1.png b/man/figures/README-lm0-1.png index 03a14f3..e241465 100644 Binary files a/man/figures/README-lm0-1.png and b/man/figures/README-lm0-1.png differ diff --git a/man/figures/README-plot-1.png b/man/figures/README-plot-1.png index d74a98a..0415892 100644 Binary files a/man/figures/README-plot-1.png and b/man/figures/README-plot-1.png differ diff --git a/man/figures/README-plot2-1.png b/man/figures/README-plot2-1.png index d74a98a..0415892 100644 Binary files a/man/figures/README-plot2-1.png and b/man/figures/README-plot2-1.png differ diff --git a/man/figures/README-plot2-2.png b/man/figures/README-plot2-2.png index db841f2..e90ddcc 100644 Binary files a/man/figures/README-plot2-2.png and b/man/figures/README-plot2-2.png differ