Rev 9333 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9333 | Rev 12344 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | size 400,400 |
1 | size 400,400 |
2 | xrange - |
2 | xrange -10,10 |
3 | yrange - |
3 | yrange -10,10 |
- | 4 | axis |
|
4 |
|
5 | axisnumbering |
5 |
|
6 | precision 1 |
6 | grid |
7 | grid 2,2,grey,2,2,5,grey |
7 | filled |
- | |
8 |
|
8 | precision 100 |
9 |
|
9 | linewidth 4 |
10 | fillcolor |
10 | fillcolor red |
11 | opacity 200,50 |
- | |
12 | strokecolor blue |
- | |
13 | multilabel VECTORS,PARALLELOGRAM,STOP DRAWING |
- | |
14 | multidraw arrows,parallelogram |
- | |
15 |
|
11 | animate |
16 |
|
12 | trange -2*pi,2*pi |
17 | - | ||
18 | # all options to multidraw...comment out the above 'multi.*' |
- | |
19 | #multifillcolors orange,yellow,red,green,lightgreen,orange,red |
- | |
20 | #multistrokecolors red,green,blue,orange,cyan,green,blue |
- | |
21 |
|
13 | linewidth 1 |
22 | #multistrokeopacity 0.8,0.7,0.6,0.5,0.6,0.7,0.4 |
- | |
23 |
|
14 | opacity 255,50 |
24 | #multiuserinput 1,0,1,0,1,0,1 |
- | |
25 | #multilabel POLYGON,POINTS,CIRCLES,SEGMENTS,POLY5,LINES,VECTORS,stop drawing |
- | |
26 | #multidraw closedpoly,points,circles,segments,poly5,lines,arrows |
- | |
27 | - | ||
28 | # |
- | |
29 |
|
15 | canvastype 100 |
30 | #slider -1,7,200,20,angle,rotate the red arrow |
- | |
31 |
|
16 | fill 1.2,1.2,red |
32 |
|
17 | canvastype 101 |
33 |
|
18 | fill -1.2,-1.2,blue |
34 |
|
19 | jsplot blue,7*cos(x),5*sin(2*x) |