search for: scale_grey

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

Did you mean: scale_area
2008 Jan 11
0
New version of ggplot2: 0.5.7
...(type="s")) * order aesthetic (currently only for lines/paths) allows you to control the drawing order within a group * scale_manual makes it easier to let ggplot uses the exact colours/sizes/linetypes that you want * scale_reverse allows you to reverse the scale of x and y axes * scale_grey is a new black and white scale for categorical data (colour and fill) Improved options handling * new function opts() to allow modification of plot options by addition * update(p, theme_bw) and p + theme_bw now work These changes mean that you can modify plot options in the same way that yo...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...(type="s")) * order aesthetic (currently only for lines/paths) allows you to control the drawing order within a group * scale_manual makes it easier to let ggplot uses the exact colours/sizes/linetypes that you want * scale_reverse allows you to reverse the scale of x and y axes * scale_grey is a new black and white scale for categorical data (colour and fill) Improved options handling * new function opts() to allow modification of plot options by addition * update(p, theme_bw) and p + theme_bw now work These changes mean that you can modify plot options in the same way that yo...