search for: scale_discrete

Displaying 9 results from an estimated 9 matches for "scale_discrete".

Did you mean: scale_x_discrete
2008 Oct 05
0
ggplot2 - version 0.7
...iables you expect it to find * qplot: now treats any arguments wrapped in I() as parameters, not aesthetics, e.g. qplot(mpg, wt, data=mtcars, colour = I("red")) or qplot(mpg, wt, data=mtcars, size = I(5)) * scale_continuous: new minor_breaks argument to controls position of minor breaks * scale_discrete: new discrete position scales which make it possible to manually position elements * scale_gradientn: new colour scale which creates gradient between any list of colours More consistent interfaces * can use color instead of colour, and old R names throughout ggplot2 * geom_jitter: Arguments chang...
2008 Oct 05
0
ggplot2 - version 0.7
...iables you expect it to find * qplot: now treats any arguments wrapped in I() as parameters, not aesthetics, e.g. qplot(mpg, wt, data=mtcars, colour = I("red")) or qplot(mpg, wt, data=mtcars, size = I(5)) * scale_continuous: new minor_breaks argument to controls position of minor breaks * scale_discrete: new discrete position scales which make it possible to manually position elements * scale_gradientn: new colour scale which creates gradient between any list of colours More consistent interfaces * can use color instead of colour, and old R names throughout ggplot2 * geom_jitter: Arguments chang...
2010 Nov 23
1
format y-axis values in ggplot
Hi, I'd like to change scientific number formatting, 1,E+06, in y-axis values to 1 000 000 (number with 1000 separator). How to do this in ggplot..? I tried to use scale_discrete but couldn't get it to work. Below is a code I have this far: p<-ggplot(Data,aes(x=Date,y=PRINCIPAL)) p+geom_point() Thanks for any help! -Jack [[alternative HTML version deleted]]
2009 Apr 21
0
ggplot2 version 0.8.3
...lim and ylim now work recognise Date and POSIXct classes to create date and date_time scales respectively Dealing with missing values * facet_wrap: add drop argument to control whether or not panels for non-existent combinations of facetting variables should be dropped or not. Defaults to TRUE * scale_discrete: empty factor levels will be preserved, unless drop = TRUE Bug fixes * added presidents dataset from book to package * American spelling of color accepted in as geom parameter, and all colour scales have alias spelled color (e.g. scale_color_hue) * facet_wrap: contents guaranteed to be clipped to...
2009 Apr 21
0
ggplot2 version 0.8.3
...lim and ylim now work recognise Date and POSIXct classes to create date and date_time scales respectively Dealing with missing values * facet_wrap: add drop argument to control whether or not panels for non-existent combinations of facetting variables should be dropped or not. Defaults to TRUE * scale_discrete: empty factor levels will be preserved, unless drop = TRUE Bug fixes * added presidents dataset from book to package * American spelling of color accepted in as geom parameter, and all colour scales have alias spelled color (e.g. scale_color_hue) * facet_wrap: contents guaranteed to be clipped to...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...lity * coord_cartesian: fixed bug that prevented you from overriding the default axis expansion * coord_equal: now scales correctly if ratio < 1 * geom_abline: fix bug where slope was ignored * geom_jitter now works correctly with groups and categorical values (was actually a bug in how scale_discrete deals with continuous values) * geom_path: automatically switch between polylineGrob and segmentsGrob when drawing paths so that setting line type now works properly * geom_segment now uses both ends of segments to calculate axis limits * plotmatrix: fix bug in scatterplot matrix where all sc...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...lity * coord_cartesian: fixed bug that prevented you from overriding the default axis expansion * coord_equal: now scales correctly if ratio < 1 * geom_abline: fix bug where slope was ignored * geom_jitter now works correctly with groups and categorical values (was actually a bug in how scale_discrete deals with continuous values) * geom_path: automatically switch between polylineGrob and segmentsGrob when drawing paths so that setting line type now works properly * geom_segment now uses both ends of segments to calculate axis limits * plotmatrix: fix bug in scatterplot matrix where all sc...
2008 Apr 04
0
ggplot2 - version 0.6
...e powerful and less error prone. * ggsave reports width and height of saved image * position_stack: fixed bug when data was empty * qplot: allow qplot to use computed aesthetics too * scale_continuous: tweaks to minor breaks to make appearance better on wider range of coordinate systems * scale_discrete: all discrete scales now have labels argument which you can use to override the factor levels * scale_discrete: now works correctly with character vectors * scale_size: changed default range to [0.5, 3] to better reflect new sizing decisions * scale_size: legends resize to avoid overlaps *...
2008 Apr 04
0
ggplot2 - version 0.6
...e powerful and less error prone. * ggsave reports width and height of saved image * position_stack: fixed bug when data was empty * qplot: allow qplot to use computed aesthetics too * scale_continuous: tweaks to minor breaks to make appearance better on wider range of coordinate systems * scale_discrete: all discrete scales now have labels argument which you can use to override the factor levels * scale_discrete: now works correctly with character vectors * scale_size: changed default range to [0.5, 3] to better reflect new sizing decisions * scale_size: legends resize to avoid overlaps *...