Question: How do I resize a displayed array of 3d plots in Maple?

Dear all,

In Maple 18, I type the following three lines and I wonder how I can then resize the resulting displayed window:

with(plots):
p1:=plot3d(x*y,x=-1..1,y=-1..1):
display(Array([p1]))

Any idea?

Please Wait...