Hi all,
I tried setting up a boxplot with quite some long label names. I had to create some line breaks to make them fit.
It looks a bit odd now, as I am unable to remove the ticks on the x-axis. Any idea how I can remove these (tried several things, but nothing seemed to work properly) or alternatively move the labels down a bit.
I tried it a sneaky way by adding an additional line break before the actual text, but there doesn't seem to be enough space below the x-axis and thus that didn't help either.
Any idea anyone?
#> Please don't mind the German naming
boxplot(HO01_GD~SD12, data=WW, names=c("ohne beruflichen\n Bildungsabschluss", "Lehre/ Ausbildung\n im dualen System", "Fachschulabschluss", "Hochschulabschluss", "Promotion"))