Annotation of OpenXM_contrib/pari-2.2/src/test/in/graph, Revision 1.1
1.1 ! noro 1: \p 38
! 2: \e
! 3: plotinit(0,500,500)
! 4: plotmove(0,0,0);plotbox(0,500,500)
! 5: plotmove(0,200,150)
! 6: plotcursor(0)
! 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: plot(x=-5,5,sin(x))
! 14: plotpoints(0,225,334)
! 15: plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))
! 16: psdraw([0,20,20])
! 17: psploth(x=-5,5,sin(x))
! 18: psploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)
! 19: psplothraw(vector(100,k,k),vector(100,k,k*k/100))
! 20: plotmove(0,50,50);plotrbox(0,50,50)
! 21: plotrline(0,200,150)
! 22: plotcursor(0)
! 23: plotrmove(0,5,5);plotcursor(0)
! 24: plotrpoint(0,20,20)
! 25: plotinit(3,600,600);plotscale(3,-7,7,-2,2);plotcursor(3)
! 26: plotmove(0,100,100);plotstring(0,Pi)
! 27: plotmove(0,200,200);plotstring(0,"(0,0)")
! 28: psdraw([0,10,10])
! 29: getheap
! 30: print("Total time spent: ",gettime);
! 31: \q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>