| Olivier Ramare on Thu, 15 Oct 1998 17:43:37 +0200 (MET DST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| ??plotstring |
Hello,
Could anyone explain to me the effect of the program
plotinit(0,100,100);
plotbox(0,100,100);
plotstring(0,"First");
plotinit(1,100,100);
plotbox(1,100,100);
plotstring(1,"Second");
psdraw([0,0,0,1,200,0]);
plotinit(2,100,100);
plotbox(2,100,100);
plotstring(2,"Third");
psdraw([0,0,0,1,200,0,2,0,200]);
??? Namely, how come the words "Second" and "Third" are where the are ?
I'm using GP/PARI CALCULATOR Version 2.0.5 (alpha).
Many thanks in advance,
Amities,
Olivier