Displaying 3 results from an estimated 3 matches for "vd3000".
Did you mean:
md3000
2012 Feb 15
7
ggplot rank stack bar automatically.
Hi, all,
I am currently trying to learn this example.
http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/
I created the stack bar easily.
If I would like to rank the stack bar from the highest on the right,
shortest on the left and eventually
I could show the data "1991-00" on the left and "1823-30" on the right, how
could I do that?
Apart from this, I find
2012 Aug 07
2
label_wrap_gen question
Hi, all
I am trying to use the label_wrap_gen function in this website.
https://github.com/hadley/ggplot2/wiki/labeller
I tried to make a long name like this
Light and heavy good vehicles (diesel) -\nGVX
f2 = facet_grid(vehicle ~ ., labeller=label_wrap_gen(width=15))
eventually, I got something like this in my label...
*Light and heavy
good vehicles
(diesel) - GVX*
I suppose the
2012 Feb 11
0
How to solve long tick labels (axis.text.x)
Hi, all,
I am a newbie for [r].
I am currently trying to learn this example.
/http://learnr.wordpress.com/2009/03/17/ggplot2-barplots//
/http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ /
After I made a drawing
/c <- b + facet_grid(Region ~ .) + opts(legend.position = "none") /
If I want to make the axis.text.x (I don't want to mix with axis labels, so
I type