search for: _setting_

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

Did you mean: _settings
2009 Dec 22
0
ggplot2 version 0.8.5
...* x and y positions can be set to Inf or -Inf to refer to the top/right and bottom/left extents of the panel. (Implements #18) * expand_limits(): a new function to make it easy to force the inclusion of any set of values in the limits of any aesthetic. New features (minor) * aesthetics: when _setting_ an aesthetic, you may only set it to a single value. This was always a good idea, but now it is enforced with an informative error message. * stat_contour bump up default number of contours * stat_density2d: make number of grid points used for density estimation user controllable (implements...
2009 Dec 22
0
ggplot2 version 0.8.5
...* x and y positions can be set to Inf or -Inf to refer to the top/right and bottom/left extents of the panel. (Implements #18) * expand_limits(): a new function to make it easy to force the inclusion of any set of values in the limits of any aesthetic. New features (minor) * aesthetics: when _setting_ an aesthetic, you may only set it to a single value. This was always a good idea, but now it is enforced with an informative error message. * stat_contour bump up default number of contours * stat_density2d: make number of grid points used for density estimation user controllable (implements...
2006 Sep 22
6
Using after_filter to control rendering on actions
...ction code can set up the success target. Unfortunately, when I try to do this, I get a DoubleRenderError, which I am sure is because the default render is already done in my action before I attempt to do either render in the after filter. Can this be done, or do I have to resign myself to only _setting_ the target in the after_filter, and then doing the rendering in the action method itself? Thanks, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:...
2010 Feb 28
1
ggplot 'annotate problem' again.
...back to the thread and try to use Stefan's solution it does not seem to work although I am sure that it did then. The problem arises at: > p + annotate("text", x=namposts+2.5, y = temprange[2], label= mlabs, size=2.5, colour='black', hjust = 0, vjust = 0) Error: When _setting_ aesthetics, they may only take one value. Problems: label I want the names of the months along the top of the graph (one month per division).It appears that I am being told that the label can only have one value. mlabs contains the 12 months of the year If this is true is there another way to an...