Dear all,

In many cases, I need a plotting region much bigger than the screen (e.g. for maps or 
for graphs with many labels).

A. MS-Windows
if I try
windows(width=25, height=25, rescale="fixed")
it seems to be OK (a screen with scrollbars, exactly what I need)

but if I try then
plot(faithful$eruptions, faithful$waiting)

I receive 

Error in plot.new() : Outer margins too large (fig.region too small)

B. Linux
I try
X11(width=25, height=25)
(and the same)

No  Error message, but no scrollbars !!


Is there a solution ?

with many thanks in advance

Alain Guerreau   directeur de recherche au CNRS  Paris
[EMAIL PROTECTED]



        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to