Skip to content

jpeg and margin text

2 messages · Thomas Schwander, Jim Lemon

#
Thomas Schwander wrote:
Hi Thomas,
You seem to have a very wide table on the right of the plot, try this:

x11(width=10,height=7)
par(mar=c(5,4,4,20))
plot(...

Jim