Displaying 1 result from an estimated 1 matches for "moosonee".
2006 Apr 27
1
losing x-label when exporting to PNG
...abel. It must be an obvious
problem but I cannot see it. Trying to resize the plot
does not seem to help. Code is below.
Any help gratefully received.
###### Start Code############
Groups <-c(21.8,45, 43, 17.2, 8.3, 18)
names(Groups) <- c("Exeter", "Halifax", "Moosonee",
"Ottawa",
"Montr?al", "Saskatoon")
# Here we are setting the font to Bold and addin some
lines to the bottom
# margin of the graph, 6 vs default of 5, to give us
more room with the angled
# labels.
par(font=2,mar= (c(6, 4, 4, 2) + 0.1))
Mycolours <...