Annotation of OpenXM_contrib/pari-2.2/src/test/64/graph, Revision 1.1
1.1 ! noro 1: echo = 1 (on)
! 2: ? plotinit(0,500,500)
! 3: ? plotmove(0,0,0);plotbox(0,500,500)
! 4: ? plotmove(0,200,150)
! 5: ? plotcursor(0)
! 6: [200, 150]
! 7: ? psdraw([0,0,0])
! 8: ? plotinit(1,700,700)
! 9: ? plotkill(1)
! 10: ? plotmove(0,0,900);plotlines(0,900,0)
! 11: ? plotlines(0,vector(5,k,50*k),vector(5,k,10*k*k))
! 12: ? plotmove(0,243,583);plotcursor(0)
! 13: [243, 583]
! 14: ? plot(x=-5,5,sin(x))
! 15:
! 16: 0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
! 17: | x _ "_ |
! 18: | x _ _ |
! 19: | x _ |
! 20: | _ " |
! 21: | " x |
! 22: | x _ |
! 23: | " |
! 24: | " x _ |
! 25: | _ |
! 26: | " x |
! 27: ````````````x``````````````````_````````````````````````````````
! 28: | " |
! 29: | " x _ |
! 30: | _ |
! 31: | " x |
! 32: | x _ |
! 33: | _ " |
! 34: | " x |
! 35: | " " x |
! 36: | "_ " x |
! 37: -0.999555 |...................x__x".................................."x__x
! 38: -5 5
! 39: ? plotpoints(0,225,334)
! 40: ? plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))
! 41: ? psdraw([0,20,20])
! 42: ? psploth(x=-5,5,sin(x))
! 43: [-5.000000000000000000, 5.000000000000000000, -0.9999964107564721649, 0.9999
! 44: 964107564721649]
! 45: ? psploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)
! 46: [-0.9998741276738750682, 0.9998741276738750682, -0.9998741276738750682, 0.99
! 47: 98741276738750682]
! 48: ? psplothraw(vector(100,k,k),vector(100,k,k*k/100))
! 49: [1.000000000000000000, 100.0000000000000000, 0.01000000000000000020, 100.000
! 50: 0000000000000]
! 51: ? plotmove(0,50,50);plotrbox(0,50,50)
! 52: ? plotrline(0,200,150)
! 53: ? plotcursor(0)
! 54: [250, 200]
! 55: ? plotrmove(0,5,5);plotcursor(0)
! 56: [255, 205]
! 57: ? plotrpoint(0,20,20)
! 58: ? plotinit(3,600,600);plotscale(3,-7,7,-2,2);plotcursor(3)
! 59: [-7, 2]
! 60: ? plotmove(0,100,100);plotstring(0,Pi)
! 61: ? plotmove(0,200,200);plotstring(0,"(0,0)")
! 62: ? psdraw([0,10,10])
! 63: ? getheap
! 64: [9, 138]
! 65: ? print("Total time spent: ",gettime);
! 66: Total time spent: 173
! 67: ? \q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>