view scripts/testfun/html_plot_demos_template.html @ 18908:c74673161752

Add scripts to help validate plot results. * html_plot_demos_template.html, html_compare_plot_demos.m, compare_plot_demos.m, dump_demos.m: New files.
author Ben Abbott <bpabbott@mac.com>
date Sun, 22 Jan 2012 21:23:10 -0500
parents
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <meta name="date" content="##DATE##"/>
  <meta name="author" content="The Octave-Forge Community" />
  <meta name="description" content="Octave-Forge is a collection of packages providing extra functionality for GNU Octave." />
  <meta name="keywords" lang="en" content="Octave-Forge, Octave, extra packages" />
  <title>Comparision of plots</title>

  <link rel="stylesheet" type="text/css" href="../octave-forge.css" />
  <script src="../fixed.js" type="text/javascript"></script>
   <script src="../javascript.js" type="text/javascript"></script>
  <link rel="shortcut icon" href="../favicon.ico" />
  </head>
  <body onload="javascript:fix_top_menu(); javascript:show_left_menu ();">
  <div id="top-menu" class="menu"> 
   <table class="menu">

      <tr>
        <td style="width: 90px;" class="menu" rowspan="2">
          <a name="top">
          <img src="../oct.png" alt="Octave logo" />
          </a>
        </td>
        <td class="menu" style="padding-top: 0.9em;">
          <big class="menu">Octave-Forge</big><small class="menu"> - Extra packages for GNU Octave</small>

        </td>
      </tr>
      <tr>
        <td class="menu">
          
 <a href="../index.html" class="menu">Home</a> &middot;
 <a href="../packages.php" class="menu">Packages</a> &middot;
 <a href="../developers.html" class="menu">Developers</a> &middot;
 <a href="../docs.html" class="menu">Documentation</a> &middot;
 <a href="../FAQ.html" class="menu">FAQ</a> &middot;
 <a href="../bugs.html" class="menu">Bugs</a> &middot;
 <a href="../archive.html" class="menu">Mailing Lists</a> &middot;
 <a href="../links.html" class="menu">Links</a> &middot;
 <a href="http://sourceforge.net/svn/?group_id=2888" class="menu">SVN</a>

        </td>
      </tr>
    </table>
  </div>

<div id="content">
<b>Select plots to show</b><br>
<form action="index.php" method="get">
  <input type="checkbox" name="gnuplot" value="1" checked/>##OCTAVE## using ##GNUPLOT##
<br/>
  <input type="checkbox" name="matlab" value="1" checked/>##MATLAB##
<br/>
  <input type="checkbox" name="fltk" value="1" checked/>##OCTAVE## using FLTK
<br/>
  Image width: <input type="input" name="imwidth" value="600px"/>
  <input type="submit" value="Update"/>
</form>

<table border='1'>
<tr>
  <th>Octave using Gnuplot
</th>
  <th>Matlab
</th>
  <th>Octave using FLTK
</th>
</tr>
<tr>
<!-- ##BEGIN## -->
<tr>
  <td>##PLOT##<br><img src='gnuplot/##PLOT##' style='width: 600px;'></td>
  <td>##PLOT##<br><img src='matlab/##PLOT##' style='width: 600px;'></td>
  <td>##PLOT##<br><img src='fltk/##PLOT##' style='width: 600px;'></td>
</tr>
<!-- ##END## -->
</tr>
</table>

<div id="sf_logo">
  <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=2888&amp;type=1"
     width="88" height="31" style="border: 0;" alt="SourceForge.net Logo"/></a>
</div>
</div>
</body>
</html>