<!DOCTYPE HTML>
<html>
<head>
<title>Gnuplot Canvas Graph</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
<script src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/canvastext.js"></script>
<script src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/gnuplot_common.js"></script>
<script src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/gnuplot_mouse.js"></script>
<script type="text/javascript"> gnuplot.help_URL = "http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js//canvas_help.html"; </script>
<script type="text/javascript">
var canvas, ctx;
gnuplot.grid_lines = true;
gnuplot.zoomed = false;
gnuplot.active_plot_name = "gnuplot_canvas";
function gnuplot_canvas() {
canvas = document.getElementById("gnuplot_canvas");
ctx = canvas.getContext("2d");
// Gnuplot version 4.6.4
// short forms of commands provided by gnuplot_common.js
function DT (dt) {gnuplot.dashtype(dt);};
function DS (x,y) {gnuplot.dashstart(x,y);};
function DL (x,y) {gnuplot.dashstep(x,y);};
function M (x,y) {if (gnuplot.pattern.length > 0) DS(x,y); else gnuplot.M(x,y);};
function L (x,y) {if (gnuplot.pattern.length > 0) DL(x,y); else gnuplot.L(x,y);};
function Dot (x,y) {gnuplot.Dot(x/10.,y/10.);};
function Pt (N,x,y,w) {gnuplot.Pt(N,x/10.,y/10.,w/10.);};
function R (x,y,w,h) {gnuplot.R(x,y,w,h);};
function T (x,y,fontsize,justify,string) {gnuplot.T(x,y,fontsize,justify,string);};
function TR (x,y,angle,fontsize,justify,string) {gnuplot.TR(x,y,angle,fontsize,justify,string);};
function bp (x,y) {gnuplot.bp(x,y);};
function cfp () {gnuplot.cfp();};
function cfsp() {gnuplot.cfsp();};
ctx.lineCap = "butt"; ctx.lineJoin = "miter";
CanvasTextFunctions.enable(ctx);
ctx.strokeStyle = "rgb(215,215,215)";
ctx.lineWidth = 1;
ctx.lineWidth = 1;
ctx.strokeStyle = "rgb(000,000,000)";
ctx.beginPath();
M(620,5580);
L(720,5580);
M(7759,5580);
L(7659,5580);
ctx.stroke();
ctx.closePath();
T(540,5630,10.0,"Right","-250");
ctx.beginPath();
M(620,5052);
L(720,5052);
M(7759,5052);
L(7659,5052);
ctx.stroke();
ctx.closePath();
T(540,5102,10.0,"Right","-200");
ctx.beginPath();
M(620,4524);
L(720,4524);
M(7759,4524);
L(7659,4524);
ctx.stroke();
ctx.closePath();
T(540,4574,10.0,"Right","-150");
ctx.beginPath();
M(620,3996);
L(720,3996);
M(7759,3996);
L(7659,3996);
ctx.stroke();
ctx.closePath();
T(540,4046,10.0,"Right","-100");
ctx.beginPath();
M(620,3468);
L(720,3468);
M(7759,3468);
L(7659,3468);
ctx.stroke();
ctx.closePath();
T(540,3518,10.0,"Right","-50");
ctx.beginPath();
M(620,2940);
L(720,2940);
M(7759,2940);
L(7659,2940);
ctx.stroke();
ctx.closePath();
T(540,2990,10.0,"Right"," 0");
ctx.beginPath();
M(620,2413);
L(720,2413);
M(7759,2413);
L(7659,2413);
ctx.stroke();
ctx.closePath();
T(540,2463,10.0,"Right"," 50");
ctx.beginPath();
M(620,1885);
L(720,1885);
M(7759,1885);
L(7659,1885);
ctx.stroke();
ctx.closePath();
T(540,1935,10.0,"Right"," 100");
ctx.beginPath();
M(620,1357);
L(720,1357);
M(7759,1357);
L(7659,1357);
ctx.stroke();
ctx.closePath();
T(540,1407,10.0,"Right"," 150");
ctx.beginPath();
M(620,829);
L(720,829);
M(7759,829);
L(7659,829);
ctx.stroke();
ctx.closePath();
T(540,879,10.0,"Right"," 200");
ctx.beginPath();
M(620,301);
L(720,301);
M(7759,301);
L(7659,301);
ctx.stroke();
ctx.closePath();
T(540,351,10.0,"Right"," 250");
ctx.beginPath();
M(620,5580);
L(620,5480);
M(620,301);
L(620,401);
ctx.stroke();
ctx.closePath();
T(620,5730,10.0,"Center","-60");
ctx.beginPath();
M(1810,5580);
L(1810,5480);
M(1810,301);
L(1810,401);
ctx.stroke();
ctx.closePath();
T(1810,5730,10.0,"Center","-40");
ctx.beginPath();
M(3000,5580);
L(3000,5480);
M(3000,301);
L(3000,401);
ctx.stroke();
ctx.closePath();
T(3000,5730,10.0,"Center","-20");
ctx.beginPath();
M(4190,5580);
L(4190,5480);
M(4190,301);
L(4190,401);
ctx.stroke();
ctx.closePath();
T(4190,5730,10.0,"Center"," 0");
ctx.beginPath();
M(5379,5580);
L(5379,5480);
M(5379,301);
L(5379,401);
ctx.stroke();
ctx.closePath();
T(5379,5730,10.0,"Center"," 20");
ctx.beginPath();
M(6569,5580);
L(6569,5480);
M(6569,301);
L(6569,401);
ctx.stroke();
ctx.closePath();
T(6569,5730,10.0,"Center"," 40");
ctx.beginPath();
M(7759,5580);
L(7759,5480);
M(7759,301);
L(7759,401);
ctx.stroke();
ctx.closePath();
T(7759,5730,10.0,"Center"," 60");
ctx.beginPath();
M(620,301);
L(620,5580);
L(7759,5580);
L(7759,301);
L(620,301);
ctx.closePath();
M(90,2941);
M(91,3013);
ctx.stroke();
TR(91,3063,270,10.0,"","U");
TR(120,2983,270,8.0,"","R");
ctx.beginPath();
M(4189,5830);
M(4053,5830);
ctx.stroke();
ctx.closePath();
T(4053,5880,10.0,"","U");
T(4133,5911,8.0,"","bias");
ctx.beginPath();
M(4189,151);
M(2349,151);
ctx.stroke();
ctx.closePath();
T(2349,201,10.0,"","Langmuir probe VA characteristics for vacuum ");
T(5293,201,10.0,""," ");
T(5293,201,10.0,"","R=50 kOhm");
if (typeof(gnuplot.hide_gp_plot_1) == "undefined"|| !gnuplot.hide_gp_plot_1) {
ctx.strokeStyle = "rgb(255,000,000)";
Pt(0,7164,312,60.0);
Pt(0,6867,586,60.0);
Pt(0,6569,808,60.0);
Pt(0,6272,1093,60.0);
Pt(0,5974,1378,60.0);
Pt(0,5677,1652,60.0);
Pt(0,5379,1895,60.0);
Pt(0,5082,2159,60.0);
Pt(0,4784,2423,60.0);
Pt(0,4487,2708,60.0);
Pt(0,4190,2940,60.0);
Pt(0,4190,2940,60.0);
Pt(0,3892,3183,60.0);
Pt(0,3595,3468,60.0);
Pt(0,3297,3722,60.0);
Pt(0,3000,3986,60.0);
Pt(0,2702,4250,60.0);
Pt(0,2405,4493,60.0);
Pt(0,2107,4767,60.0);
Pt(0,1810,5020,60.0);
Pt(0,1512,5295,60.0);
Pt(0,1215,5559,60.0);
} // End gp_plot_1
ctx.lineWidth = 1;
ctx.strokeStyle = "rgb(000,000,000)";
ctx.beginPath();
M(620,301);
L(620,5580);
L(7759,5580);
L(7759,301);
L(620,301);
ctx.closePath();
ctx.stroke();
// plot boundaries and axis scaling information for mousing
gnuplot.plot_term_xmax = 800;
gnuplot.plot_term_ymax = 600;
gnuplot.plot_xmin = 62.0;
gnuplot.plot_xmax = 775.9;
gnuplot.plot_ybot = 558.0;
gnuplot.plot_ytop = 30.1;
gnuplot.plot_width = 713.9;
gnuplot.plot_height = 527.9;
gnuplot.plot_axis_xmin = -60;
gnuplot.plot_axis_xmax = 60;
gnuplot.plot_axis_ymin = -250;
gnuplot.plot_axis_ymax = 250;
gnuplot.plot_axis_x2min = "none"
gnuplot.plot_axis_y2min = "none"
gnuplot.plot_logaxis_x = 0;
gnuplot.plot_logaxis_y = 0;
gnuplot.plot_axis_width = gnuplot.plot_axis_xmax - gnuplot.plot_axis_xmin;
gnuplot.plot_axis_height = gnuplot.plot_axis_ymax - gnuplot.plot_axis_ymin;
gnuplot.plot_timeaxis_x = "";
}
</script>
<link type="text/css" href="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/gnuplot_mouse.css" rel="stylesheet">
</head>
<body onload="gnuplot_canvas(); gnuplot.init();" oncontextmenu="return false;">
<div class="gnuplot">
<table class="mbleft"><tr><td class="mousebox">
<table class="mousebox" border=0>
<tr><td class="mousebox">
<table class="mousebox" id="gnuplot_mousebox" border=0>
<tr><td class="mbh"></td></tr>
<tr><td class="mbh">
<table class="mousebox">
<tr>
<td class="icon"></td>
<td class="icon" onclick=gnuplot.toggle_grid><img src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/grid.png" id="gnuplot_grid_icon" class="icon-image" alt="#" title="toggle grid"></td>
<td class="icon" onclick=gnuplot.unzoom><img src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/previouszoom.png" id="gnuplot_unzoom_icon" class="icon-image" alt="unzoom" title="unzoom"></td>
<td class="icon" onclick=gnuplot.rezoom><img src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/nextzoom.png" id="gnuplot_rezoom_icon" class="icon-image" alt="rezoom" title="rezoom"></td>
<td class="icon" onclick=gnuplot.toggle_zoom_text><img src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/textzoom.png" id="gnuplot_textzoom_icon" class="icon-image" alt="zoom text" title="zoom text with plot"></td>
<td class="icon" onclick=gnuplot.popup_help()><img src="http://buon.fjfi.cvut.cz/wikiraw/SW/gnuplot/js/help.png" id="gnuplot_help_icon" class="icon-image" alt="?" title="help"></td>
</tr>
<tr>
<td class="icon" onclick=gnuplot.toggle_plot("gp_plot_1")>1</td>
<td class="icon" > </td>
<td class="icon" > </td>
<td class="icon" > </td>
<td class="icon" > </td>
<td class="icon" > </td>
</tr>
</table>
</td></tr>
</table></td></tr><tr><td class="mousebox">
<table class="mousebox" id="gnuplot_mousebox" border=1>
<tr> <td class="mb0">x </td> <td class="mb1"><span id="gnuplot_canvas_x"> </span></td> </tr>
<tr> <td class="mb0">y </td> <td class="mb1"><span id="gnuplot_canvas_y"> </span></td> </tr>
</table></td></tr>
</table>
</td><td>
<table class="plot">
<tr><td>
<canvas id="gnuplot_canvas" width="800" height="600" tabindex="0">
Sorry, your browser seems not to support the HTML 5 canvas element
</canvas>
</td></tr>
</table>
</td></tr></table>
</div>
</body>
</html>