source: trunk/examples/zoo/curve/tool.xml @ 3050

Last change on this file since 3050 was 1283, checked in by dkearney, 15 years ago

removed output section from curve example, added xy-scatter example

File size: 647 bytes
Line 
1<?xml version="1.0"?>
2<run>
3<tool>
4  <title>curve</title>
5  <about>Example of a Rappture &lt;curve&gt; object.
6
7Curves are a list of (x,y) data points, representing discrete samples of a function y(x).
8
9When you click the Simulate button, the inputs will be used to generate output curves.
10  </about>
11  <command>
12    tclsh @tool/curve.tcl @driver
13  </command>
14</tool>
15<input>
16  <integer id="points">
17    <about>
18      <label>Number of points</label>
19      <description>Determines the number of data points in all output curves.</description>
20    </about>
21    <min>2</min>
22    <max>1000</max>
23    <default>10</default>
24  </integer>
25</input>
26</run>
Note: See TracBrowser for help on using the repository browser.