Displaying 1 result from an estimated 1 matches for "n3657119".
2011 Jul 10
2
grey colored lines and overwriting labels i qqplot2
...e_x_continuous(breaks=1:4) + scale_colour_hue(breaks='A', labels='label
A')+ scale_colour_hue(breaks='B', labels='label B')
How can I keep the grey scale, but avoid changing back to colors when using
the scale_colour_hue command?
http://r.789695.n4.nabble.com/file/n3657119/color_graph.gif
2.) Furthermore, only one of the overwritten labels of the treatments came
up, despite putting in two commands (graph 1). What could have happened
here?
p + scale_colour_hue(breaks='A', labels='label A')+
scale_colour_hue(breaks='B', labels='label B&...