Rev 14878 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
539 | bpr | 1 | # record 1: header: parent, keywords |
2 | # record 2: calling parameters |
||
3 | # record 3: submit buttons |
||
4 | # record 4: html form content |
||
5 | |||
6 | :geometry, plot, curve, 2D curve, polar curve, polar, |
||
7 | polar coordinates, polar system, |
||
8 | polar curve plot, plot polar curve, |
||
9 | curve 2D, 2D curve, graph, graphing |
||
10 | |||
2906 | bpr | 11 | :module, tool/geometry/animtrace.$search_lang |
539 | bpr | 12 | cmd, new |
13 | size, 650x480 |
||
14 | type, explicit2D |
||
15 | coord, polar |
||
16 | set_border, 1 |
||
17 | set_zeroaxis, 0 |
||
18 | set_grid, 0 |
||
19 | set_tics, 0 |
||
20 | set_transparent, 0 |
||
21 | xsize, 300 |
||
22 | ysize, 300 |
||
23 | |||
24 | :, Plot Polar Curve |
||
25 | |||
14878 | bpr | 26 | : |
539 | bpr | 27 | $submit1 |
17232 | bpr | 28 | r = <input name="r1" type="text" size="45" value="1 - sin(t)"> |
539 | bpr | 29 | (t is the polar angle.) |
17232 | bpr | 30 | <br> |
14878 | bpr | 31 | Plot range: |
17232 | bpr | 32 | <input size="6" name="tleft" value="0"> ≤ t ≤ |
33 | <input size="6" name="tright" value="2pi"> , |
||
14878 | bpr | 34 | |
17232 | bpr | 35 | <input size="6" name="xleft"> ≤ x ≤ |
36 | <input size="6" name="xright"> , |
||
14878 | bpr | 37 | |
17232 | bpr | 38 | <input size="6" name="yleft"> ≤ y ≤ |
39 | <input size="6" name="yright"> . |
||
14878 | bpr | 40 |