search for: darkslategray3

Displaying 2 results from an estimated 2 matches for "darkslategray3".

Did you mean: darkslategray
2023 Jul 02
0
How to plot both lines and points by group on ggplot2
...f$Conc <- as.factor(df$Conc) > > levels(df$Conc) = c(1, 2, 5) > > library(ggplot2) > > ggplot(df, aes(x=Time, y=Value, colour=Conc)) + > > geom_point(size=6) + > > geom_line(aes(x=Time, y=Value, colour=Conc)) + > > scale_colour_manual(values = c("darkslategray3", "darkslategray4", > > "deepskyblue4")) + > > ggtitle("Working example") + > > xlab(expression(bold("Time (h)"))) + > > ylab(expression(bold("Concentration (mM)"))) > > `...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;, "#9BCD9B", "darkseagreen4", "#698B69", "darkslateblue", "#483D8B", "darkslategray", "#2F4F4F", "darkslategray1", "#97FFFF", "darkslategray2", "#8DEEEE", "darkslategray3", "#79CDCD", "darkslategray4", "#528B8B", "darkslategrey", "#2F4F4F", "darkturquoise", "#00CED1", "darkviolet", "#9400D3", "deeppink", "#FF1493", "deeppink...