Introduction
Introduction Statistics Contact Development Disclaimer Help
tplotC.gp.html - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
tplotC.gp.html (2552B)
---
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/plotC.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 zlabel <span class="Constant">…
58 <span id="L6" class="LineNr">6 </span>set title <span class="Constant">&…
59 <span id="L7" class="LineNr">7 </span>set grid
60 <span id="L8" class="LineNr">8 </span>splot <span class="Constant">&quot…
61 <span id="L9" class="LineNr">9 </span>
62 </pre>
63 </body>
64 </html>
65 <!-- vim: set foldmethod=manual : -->
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.