R-alpha: x11()-window resizing -- another problem pty='s' only works 2nd time
Martin Maechler
Martin Maechler <maechler@stat.math.ethz.ch>
Fri, 20 Jun 1997 13:46:09 +0200
Can you confirm this problem :
###--------- RESHAPING x11() window has more problems: ----
x11()
plot(1:8)# as expected: <<<<<<<< NO Problem, if you OMIT this plot !!
##-- now RESHAPE the x11() - window !
par(pty = 's') # should make SQUARE plotting region
plot(1:8) #-- oops, not yet...
plot(1:8) # now !
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-