[BACK]Return to ploth CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / test / 64

Diff for /OpenXM_contrib/pari-2.2/src/test/64/Attic/ploth between version 1.1 and 1.2

version 1.1, 2001/10/02 11:17:13 version 1.2, 2002/09/11 07:27:12
Line 1 
Line 1 
      echo = 1 (on)
 ? default(realprecision,9)  ? default(realprecision,9)
    realprecision = 9 significant digits     realprecision = 19 significant digits (9 digits displayed)
 ? t=plothsizes();  ? t=plothsizes();
 ? plotinit(0,t[1]-11,t[2]-11)  ? plotinit(0,t[1]-11,t[2]-11)
 ? plotscale(0,0,1000,0,1000);  ? plotscale(0,0,1000,0,1000);
Line 10 
Line 11 
 ? plotmove(0,0,900);plotlines(0,900,0)  ? plotmove(0,0,900);plotlines(0,900,0)
 ? plotlines(0,vector(5,k,50*k),vector(5,k,10*k*k))  ? plotlines(0,vector(5,k,50*k),vector(5,k,10*k*k))
 ? plotmove(0,243,583);plotcursor(0)  ? plotmove(0,243,583);plotcursor(0)
 % = [243, 583]  [243, 583]
 ? plot(x=-5,5,sin(x))  ? plot(x=-5,5,sin(x))
   
 0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|  0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
Line 37 
Line 38 
 -0.999555 |...................x__x".................................."x__x  -0.999555 |...................x__x".................................."x__x
           -5                                                             5            -5                                                             5
 ? ploth(x=-5,5,sin(x))  ? ploth(x=-5,5,sin(x))
 % = [-5.00000000, 5.00000000, -0.999996411, 0.999996410]  [-4.99999999, 5.00000000, -0.999996410, 0.999996411]
 ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)])  ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)])
 % = [0.E-92, 6.28318530, -0.999998764, 0.999998764]  [0.E-92, 6.28318531, -0.999998763, 0.999998764]
 ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)  ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)
 % = [-0.999874128, 0.999874127, -0.999874128, 0.999874127]  [-0.999874127, 0.999874128, -0.999874127, 0.999874128]
 ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],2,100)  ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],2,100)
   ***   multi-curves cannot be plot recursively.    ***   multi-curves cannot be plot recursively.
 ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],3,100)  ? ploth(t=0,2*Pi,[sin(5*t),sin(7*t)],3,100)
 % = [-1.00000000, 1.00000000, -1.00000000, 1.00000000]  [-0.999999999, 1.00000000, -0.999999999, 1.00000000]
 ? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500))  ? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500))
 % = [0.E-92, 500.000000, 0.E-92, 500.000000]  [0.E-92, 500.000000, 0.E-92, 500.000000]
 ? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1)  ? plothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1)
 % = [0.E-92, 500.000000, 0.E-92, 500.000000]  [0.E-92, 500.000000, 0.E-92, 500.000000]
 ? plotpoints(0,225,334)  ? plotpoints(0,225,334)
 ? plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))  ? plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))
 ? psploth(x=-5,5,sin(x))  ? psploth(x=-5,5,sin(x))
 % = [-5.00000000, 5.00000000, -0.999996411, 0.999996410]  [-4.99999999, 5.00000000, -0.999996410, 0.999996411]
 ? psplothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1)  ? psplothraw(vector(501,k,k-1),vector(501,k,(k-1)*(k-1)/500),1)
 % = [0.E-92, 500.000000, 0.E-92, 500.000000]  [0.E-92, 500.000000, 0.E-92, 500.000000]
 ? plotmove(0,50,50);plotrbox(0,50,50)  ? plotmove(0,50,50);plotrbox(0,50,50)
 ? plotrline(0,150,100)  ? plotrline(0,150,100)
 ? plotcolor(0,4);  ? plotcolor(0,4);
 ? plotcursor(0)  ? plotcursor(0)
 % = [200, 150]  [200, 150]
 ? plotrmove(0,5,5);plotcursor(0)  ? plotrmove(0,5,5);plotcursor(0)
 % = [205, 155]  [205, 155]
 ? plotrpoint(0,20,20)  ? plotrpoint(0,20,20)
 ? plotmove(0,100,100);plotstring(0,Pi)  ? plotmove(0,100,100);plotstring(0,Pi)
 ? plotmove(0,200,200);plotstring(0,"(0,0)")  ? plotmove(0,200,200);plotstring(0,"(0,0)")
 ? plotdraw([0,10,10])  ? plotdraw([0,10,10])
 ? psdraw([0,10,10])  ? psdraw([0,10,10])
 ? print("Total time spent: ",gettime);  ? print("Total time spent: ",gettime);
 Total time spent: 2196  Total time spent: 819
 ? \q  ? \q
 Good bye!  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>