This is my first post so hopefully I haven't mucked up the rules.

I'm trying to change the default borders in either boxplot or barplot so
that, at the request of a journal, all of my figures have the same type of
border.

I've successfully used par(bty="o")  using plot(1:10, bty="o"), but it
seems that barplot and boxplot have their own defaults that override this.

I've tried both
par( bty="o")
barplot(stuff)

and

barplot(stuff, bty="o")


Does anyone know a trick that doesn't involve using abline() to force
borders?

Thanks
Jen Young, MSc

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to