Subversion Repositories wimsdev

Rev

Rev 6553 | Go to most recent revision | 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
14878 bpr 28
r = <input name="r1" type="text" size="45" value="1 - sin(t)" />
539 bpr 29
 (t is the polar angle.)
14878 bpr 30
<br />
31
 Plot range:
32
 <input size="6" name="tleft" value="0" /> &le; t &le;
6518 bpr 33
 <input size="6" name="tright" value="2pi" /> ,
14878 bpr 34
 
35
 <input size="6" name="xleft" /> &le; x &le;
6518 bpr 36
 <input size="6" name="xright" /> ,
14878 bpr 37
 &nbsp;
38
 <input size="6" name="yleft" /> &le; y &le;
6518 bpr 39
 <input size="6" name="yright" /> .
14878 bpr 40