We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a475512 commit 7ce94cdCopy full SHA for 7ce94cd
docs_sources/index.Rmd
@@ -44,7 +44,7 @@ ggp <- ply_dat %>%
44
scale_x_log10(name = 'Number of observations',
45
) +
46
scale_y_log10(name = 'Number of features') +
47
- scale_color_manual(values = c('#ca446f', '#009392')) +
+ scale_color_manual(values = c('#ca446f', '#009392', 'grey40')) +
48
NULL
49
ply <- plotly_build(ggp)
50
0 commit comments