Displaying 2 results from an estimated 2 matches for "barlot".
Did you mean:
barplot
2006 Oct 17
3
barplot question
...iable names go down instead of across when you do the
barplot ?
because the names are so long, the barplot just shows 3 names and leaves
the rest out. if i could rotate the names 90 degrees, it would probably
fit a lot more.
or maybe i can use space to make the horizontal width longer ? I looed
up ?barlot but i'm not sure. when 1st and 2nd are on the bottom,
things look fine but i'm not as interesed in those 2 barplots.
i didn't use any special options. i just did
barplot(probsignmatrix)
barplot(t(probsignmatrix))
barplot(probsignmatrix,beside=T)
barplot(t(probsignmatrix),beside=...
2006 Oct 18
1
trying to rotate barplot labels
hi everyone : i'm trying to rotate the x axis labels in my barlot ( yes,
since yesterday ) and my prob12matrix is 2 rows and 16 columns and i
followed the instructions in the
archive "rotate barplot labels". i was really looking forward to seeing
my labels turned but the plot just came back with no labels ? can anyone
see what might be going on ?
it...