Skip to content
Prev 75820 / 398502 Next

axTicks and window resizing

On Thu, 18 Aug 2005, Patrick Giraudoux wrote:

            
If I understand you correctly, it can.  Just add LANGUAGE=en to the 
shortcut.
The problem is that you need to specify 'at' and 'labels' to axis(): you 
cannot safely specify just labels.  When re-drawing, 'at' is recomputed, 
but your specification of 'labels' is not.

I suspect you can just do dev.off() and open a new graphics window.