Skip to content

Commit 7ce94cd

Browse files
committed
color scales
1 parent a475512 commit 7ce94cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_sources/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ggp <- ply_dat %>%
4444
scale_x_log10(name = 'Number of observations',
4545
) +
4646
scale_y_log10(name = 'Number of features') +
47-
scale_color_manual(values = c('#ca446f', '#009392')) +
47+
scale_color_manual(values = c('#ca446f', '#009392', 'grey40')) +
4848
NULL
4949
ply <- plotly_build(ggp)
5050

0 commit comments

Comments
 (0)