search for: bar_width

Displaying 2 results from an estimated 2 matches for "bar_width".

Did you mean: bad_width
2012 Apr 15
1
(no subject)
...ke to have all labels shown, in vertical direction. This is part of the data: > times ? ? ? ? taak? duur 1 ? algemeen 48.75 2 ? swimming 14.25 3 ? football 24.25 4 ? ? tennis 36.75 5? bicycling? 1.50 Under 'taak' are the labels. This is the code that should do the job: barplot( width= bar_width, times$duur,? names.arg=times$taak, col=fill_colors, border="NA", space=0.3, xlab="taak", ylab="uren", main="Uren per taak") axis(1,at=1:length(times$taak),lab=times$taak) Could anyone give me advise on how to get rid of this horrible x axis? Thanks and r
2008 Sep 19
3
create Graphical charts using rails
Hi Could anybody please point me to some good links to draw Graphical charts using RubyOnRails and also suggest which is the best one? Thanks in advance Sijo -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,