-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgnuplot.html
More file actions
63 lines (45 loc) · 2.01 KB
/
gnuplot.html
File metadata and controls
63 lines (45 loc) · 2.01 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="ROBOTS" content="NOFOLLOW">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<link rel="stylesheet" type="text/css" href="styl.css" />
<title>GNUPLOT</title>
</head>
<body alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div id="kalkulator">
<span class="nadpis">
Grafy programem GNUplot</span>
<form name="exampleform"
method="post" action="http://um.mendelu.cz/maw/gnuplot/gnuplot.php">
<fieldset class="main">
<label for="funkce">
Funkce (nejvýše pět, oddělené čárkou):
</label>
<input type="hidden" name="lang" value="cz">
<span style="font-style: italic;">y=</span> <input size="60" name="funkce"
value="x**2,1-(2*x+2)**2, sqrt(x), 1+sqrt(2-x)">
<br>
<br>
<fieldset class="vnitrni">
<legend class="podnadpis">
Rozsah pro osy</legend>
<span style="font-style: italic;">xmin</span> = <input size="6" maxlength="6" name="xmin" value="-5">
<span style="font-style: italic;">xmax</span> = <input maxlength="6" size="6" name="xmax" value="5">
<br>
<span style="font-style: italic;">ymin =</span> <input maxlength="6" size="6" name="ymin" value="-10">
<span style="font-style: italic;">ymax</span> = <input maxlength="6" size="6" name="ymax" value="10">
</fieldset>
<br>
<input value="Odeslat" name="tlacitko" type="submit" class="tlacitko">
</fieldset>
</form>
<ul>
<li>Pro vážnější práci je vhodné si program GNUplot <a href="http://www.gnuplot.info/">nainstalovat</a> a přečíst si seriálky na <a href="http://www.linuxsoft.cz/article_list.php?id_kategory=214">linuxsoftu</a> nebo na <a href="http://www.root.cz/clanky/gnuplot-seznamte-se/">rootu</a> (v Linuxu často už bývá nainstalován).</li>
<li>
Příklady na posunuté a deformované grafy základních elementárních funkcí, včetně automatického rozpoznávání co a kam posunout a včetně animace posunu můžete řešit <a href="index.php?lang=cz&form=graf">zde</a>.
</li>
</ul>
</div>
</body>
</html>