search for: scale_datetime

Displaying 4 results from an estimated 4 matches for "scale_datetime".

2009 Feb 25
0
ggplot2 0.8.2
..., fun.ymin and fun.ymax; and fun.data. See the documentation for stat_summary for more details Minor improvements * ggfluctuation: default to aspect ratio that produces squares * ggsave: filename now first parameter, not second * qplot: if sample aesthetic is used, stat automatically set to qq * scale_datetime: improved breaks calculation * scale_gradient: better default colour scheme from red to blue (thanks to Charlotte Wickham for providing the Munsell colours) * scale_size and scale_area: increased default size range * stats: all give useful error message if missing a required aesthetic * theme_set w...
2009 Feb 25
0
ggplot2 0.8.2
..., fun.ymin and fun.ymax; and fun.data. See the documentation for stat_summary for more details Minor improvements * ggfluctuation: default to aspect ratio that produces squares * ggsave: filename now first parameter, not second * qplot: if sample aesthetic is used, stat automatically set to qq * scale_datetime: improved breaks calculation * scale_gradient: better default colour scheme from red to blue (thanks to Charlotte Wickham for providing the Munsell colours) * scale_size and scale_area: increased default size range * stats: all give useful error message if missing a required aesthetic * theme_set w...
2008 Dec 14
0
New version of ggplot2, 0.8.1
...---- New features * new labs, xlab & ylab functions for easily modifying axis labels and legend titles * qplot now guesses what geom you want based on the position aesthetics that you provide: * both x & y: scatterplot * only x: histogram * only y: scatterplot of seq_along(y) vs y * scale_datetime: a first attempt at a scale for date time objects of class POSIXt Aesthetic improvements * legends should now work in cases where you have multiple layers the use the same geom and have different aesthetic mappings * theme: new theme setting legend.key.size determines size of keys in legend * the...
2008 Dec 14
0
New version of ggplot2, 0.8.1
...---- New features * new labs, xlab & ylab functions for easily modifying axis labels and legend titles * qplot now guesses what geom you want based on the position aesthetics that you provide: * both x & y: scatterplot * only x: histogram * only y: scatterplot of seq_along(y) vs y * scale_datetime: a first attempt at a scale for date time objects of class POSIXt Aesthetic improvements * legends should now work in cases where you have multiple layers the use the same geom and have different aesthetic mappings * theme: new theme setting legend.key.size determines size of keys in legend * the...