plotframe obsoleted

François Vogel fvogelnew1 at free.fr
Sat Jun 28 00:10:55 CEST 2008


Hi all,

plotframe has just been tagged as obsolete. Fine.

My question is, what is the replacement for it?

So far I used:
plotframe([-190,-60,190,100],[1,20,1,17])

The only approaching thing I've found so far without using plotframe 
is to use plot2d to plot nothing (a dummy point at the center):
plot2d(0,0,rect=[-190,-60,190,100],nax=[1,20,1,17]);
a=gca();a.box="on";

Any better replacement, perhaps?

Thanks,
Francois



More information about the dev mailing list