Displaying 4 results from an estimated 4 matches for "scale_brew".
Did you mean:
scale_area
2008 Oct 03
1
R CMD install runs out of memory
$ R CMD install ggplot2
...
scale-usage-d1 text html latex
scale_brewer text html latex example
perl(90227) malloc: *** mmap(size=314880000) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Out of memory!
ERROR: building help failed for package 'ggplot2'
Any ideas? T...
2011 Aug 16
1
ggplot - some questions concerning histograms
Hello,
I am a beginner with ggplot and after doing simple graphs (histogram, segments etc.)
some questions came up:
1) I tried to do a histogram, but nothing is displayed although it works with another vector.
I think it is because of the very small values (n=1000, min=1.222e-24 max, 1.890e-20).
I used qplot(variable,geom="histogram")... If do it with the standard plot function it
2008 Jan 11
0
New version of ggplot2: 0.5.7
...t, and I've made a
few other tweaks to make polar coordinates plot look nicer
* geom_bar no longer draws gray borders by default, but instead uses
the same colour as fill (this eliminates a tiny gap between
neighbouring bars)
* plotmatrix: tweaks to improve display of scatterplot matrix
* scale_brewer: added option to reverse palette
* scale_colour: colour and fill legends now look exactly the same
(previously colour was missing a grey border)
* scale_discrete has slightly larger expansion (0.75 vs 0.5)
* stat_bar: only output bars with > 0 count
See CHANGELOG for changes in previou...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...t, and I've made a
few other tweaks to make polar coordinates plot look nicer
* geom_bar no longer draws gray borders by default, but instead uses
the same colour as fill (this eliminates a tiny gap between
neighbouring bars)
* plotmatrix: tweaks to improve display of scatterplot matrix
* scale_brewer: added option to reverse palette
* scale_colour: colour and fill legends now look exactly the same
(previously colour was missing a grey border)
* scale_discrete has slightly larger expansion (0.75 vs 0.5)
* stat_bar: only output bars with > 0 count
See CHANGELOG for changes in previou...