tplotB.gp.html - numeric - C++ library with numerical algorithms | |
git clone git://src.adamsgaard.dk/numeric | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
tplotB.gp.html (2355B) | |
--- | |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/… | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
5 <title>~/code/numeric/exam/plotB.gp.html</title> | |
6 <meta name="Generator" content="Vim/7.4"> | |
7 <meta name="plugin-version" content="vim7.4_v1"> | |
8 <meta name="syntax" content="gp"> | |
9 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolu… | |
10 <meta name="colorscheme" content="desert"> | |
11 <style type="text/css"> | |
12 <!-- | |
13 pre { white-space: pre-wrap; font-family: monospace; color: #ffffff; bac… | |
14 body { font-family: monospace; color: #ffffff; background-color: #000000… | |
15 * { font-size: 1em; } | |
16 .Statement { color: #804000; } | |
17 .LineNr { color: #804000; } | |
18 .Constant { color: #af5f00; } | |
19 --> | |
20 </style> | |
21 | |
22 <script type='text/javascript'> | |
23 <!-- | |
24 | |
25 /* function to open any folds containing a jumped-to line before jumping… | |
26 function JumpToLine() | |
27 { | |
28 var lineNum; | |
29 lineNum = window.location.hash; | |
30 lineNum = lineNum.substr(1); /* strip off '#' */ | |
31 | |
32 if (lineNum.indexOf('L') == -1) { | |
33 lineNum = 'L'+lineNum; | |
34 } | |
35 lineElem = document.getElementById(lineNum); | |
36 /* Always jump to new location even if the line was hidden inside a fo… | |
37 * we corrected the raw number to a line ID. | |
38 */ | |
39 if (lineElem) { | |
40 lineElem.scrollIntoView(true); | |
41 } | |
42 return true; | |
43 } | |
44 if ('onhashchange' in window) { | |
45 window.onhashchange = JumpToLine; | |
46 } | |
47 | |
48 --> | |
49 </script> | |
50 </head> | |
51 <body onload='JumpToLine();'> | |
52 <pre id='vimCodeElement'> | |
53 <span id="L1" class="LineNr">1 </span>set terminal png | |
54 <span id="L2" class="LineNr">2 </span>set <span class="Statement">output… | |
55 <span id="L3" class="LineNr">3 </span>set xlabel <span class="Constant">… | |
56 <span id="L4" class="LineNr">4 </span>set ylabel <span class="Constant">… | |
57 <span id="L5" class="LineNr">5 </span>set title <span class="Constant">&… | |
58 <span id="L6" class="LineNr">6 </span>set grid | |
59 <span id="L7" class="LineNr">7 </span>plot <span class="Constant">"… | |
60 <span id="L8" class="LineNr">8 </span> | |
61 </pre> | |
62 </body> | |
63 </html> | |
64 <!-- vim: set foldmethod=manual : --> |