This repository was archived by the owner on Jan 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
69 lines (55 loc) · 3.46 KB
/
Copy pathhelp.html
File metadata and controls
69 lines (55 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<h1>TrigPlot Help</h1>
<p>Weclome to <strong>TrigPlot</strong>, the program that'll plot Your tringonometrical graphs.</p>
<hr />
<h2 >Plotting:</h2>
<ul>
<li>To start plotting, just click the <em>Plot </em>button <br /><img alt="" src="images/help/plotbutt.png" style="line-height: 20.7999992370605px; width: 77px; height: 32px;" /></li><br />
<li><span style="line-height: 20.7999992370605px;">It will plot </span><em style="line-height: 20.7999992370605px;">sin(x) </em>in red color <span style="line-height: 20.7999992370605px;">by default</span><br /><span style="line-height: 20.7999992370605px;"><img alt="" src="images/help/sample.png" style="width: 400px; height: 300px;" /></span></li>
</ul>
<h2>Changing function type:</h2>
<ul>
<li>If you want to change <em>sin(x)</em> function to something else (<em>cos(x)</em>, <em>arctg(x)</em>, etc.), then You can choose in <em>Type </em>section:<br /><img alt="" src="images/help/functype.png" style="width: 116px; height: 95px;" /></li><br/>
<li>In current version (1.5) <strong>TrigPlot</strong> supports 8 types of trigonometrial functions:
<ul>
<li><em>sin, cos, </em><em>tg (tan), ctg (cot) </em></li>
<li><em>arcsin, arccos, arctg (arctan) </em>and <em>arcctg (arccot)</em></li>
</ul>
</li>
</ul>
<h2>Changing function parametrs:</h2>
<ul>
<li>To change function parametrs simply edit their definitions here:<br /><img alt="" src="images/help/propetries.png" /></li><br/>
<li>There are 4 parametrs avalible:
<ul>
<li><strong>a</strong> - Amplitude</li>
<li><strong>k</strong> - Ciclyc frequency</li>
<li><strong>shiftx</strong> - Shift on OX axis</li>
<li><strong>shifty</strong> - Shift on OY axis</li>
</ul>
</li>
<li>Funtion's parametrs are also ahown in legeng in plot:<br /><img alt="" src="images/help/legend.png" style="width: 90px; height: 71px;" /></li>
</ul>
<h2>Changing function color:</h2>
<ul>
<li>To change function color click <em>Pick Color</em> button <br /><img alt="" src="images/help/pickcolorbutt.png" style="width: 96px; height: 26px;" /></li><br/>
<li>You can choose one of the standart colors<br /><img alt="" src="images/help/pickcolormini.png" style="width: 269px; height: 368px;" /></li>
<li>Or choose color You like most in full RGB pallet:<br /><img alt="" src="images/help/pickcolorfull.png" style="width: 494px; height: 368px;" /></li>
</ul>
<h2>Navigate through plot:</h2>
<ul>
<li>You can <em>Zoom</em>, <em>Pan </em>Your plot and return default view by clicking one of these buttons</li><br /><img alt="" src="images/help/controlbutt.png" style="width: 191px; height: 38px;" />
</ul>
<h2 >Saving graph:</h2>
<ul>
<li>To save Your graph simply click <em>Save Graph</em> button <br /><img alt="" src="images/help/savegraphbutt.png" style="width: 117px; height: 33px;" /></li><br />
<li>and choose location and name for it<br /><img alt="" src="images/help/saveas.png" style="width: 500px; height: 381px;" /></li>
<li><span style="line-height: 20.7999992370605px;">In current version (1.5) <strong>TrigPlot</strong> supports saving graph as:</span>
<ul>
<li>PNG Picture (by default)</li>
</ul>
</li>
<li><strong>Warning!</strong> As for now, You <strong>MUST</strong> type file extension in <em>Save File</em> dialog, so it can work correctly.</li>
</ul>
<hr />
<p>That's all for now. More stuff is coming later.</p>
<p>Hope You'll enjoy using <strong>TrigPlot!</strong></p>