Subversion Repositories wimsdev

Rev

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 -5,5
2
xrange -10,10
3
yrange -5,5
3
yrange -10,10
-
 
4
axis
4
hline 0,0,black
5
axisnumbering
5
vline 0,0,black
6
precision 1
6
grid 1,1,grey
7
grid 2,2,grey,2,2,5,grey
7
filled
-
 
8
dashed
8
precision 100
9
snaptogrid
9
linewidth 4
10
fillcolor orange
10
fillcolor red
11
opacity 200,50
-
 
12
strokecolor blue
-
 
13
multilabel VECTORS,PARALLELOGRAM,STOP DRAWING
-
 
14
multidraw arrows,parallelogram
-
 
15
drag xy
11
animate
16
fcircle 0,0,50,red
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
#multilinewidth 3,2,1,3,2,1,3
13
linewidth 1
22
#multistrokeopacity 0.8,0.7,0.6,0.5,0.6,0.7,0.4
-
 
23
#multifillopacity 0.2,0.2,0.6,0.5,0.4,0.5,0.2
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
#drag xy
15
canvastype 100
30
#slider -1,7,200,20,angle,rotate the red arrow
-
 
31
#arrow 1,1,4,4,8,red
16
fill 1.2,1.2,red
32
#drag xy
17
canvastype 101
33
#slider -1,7,200,20,angle degree,rotate the green arrow
18
fill -1.2,-1.2,blue
34
#arrow 1,1,-3,3,8,green
19
jsplot blue,7*cos(x),5*sin(2*x)