Message-ID: <20040913181825.B30C611112@slim.kubism.ku.dk>
Date: 2004-09-13T20:18:35Z
From: t.short@epri-peac.com
Subject: Wishlist: axis() and line widths (PR#7223)
Full_Name: Tom Short
Version: 1.9.1
OS: Win2000 & Debian
Submission from: (NULL) (64.65.255.41)
WISHLIST:
axis() has a default parameter of "lwd = 1". I want skinnier lines as the
default. If I change the default lty, it doesn't change what axis uses.
The following code produces a graph with a box around it, but the axis lines are
twice as thick as the box around the plot, so it looks funny. I can manually add
axes and explicitly set line widths, but that's a pain. The box() function does
not set lty, so it uses the default par()$lwd.
> par(lty = 0.5)
> plot(c(1,2,3))
RECOMMENDATION: In axis(), change the default for "lwd" from 1 to par()$lwd.