source: trunk/examples/graph/tool.xml @ 60

Last change on this file since 60 was 58, checked in by cxsong, 19 years ago

cxsong

File size: 609 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <title>SIN(x) Graph</title>
5        <about>Press Simulate to view results.</about>
6        <command> @tool/plot @driver</command>
7    </tool>
8    <input>
9        <number id="min">
10            <about> <label>From x</label> </about>
11            <default>0</default>
12        </number>
13        <number id="max">
14            <about> <label>To x</label> </about>
15            <default> 10</default>
16        </number>
17    </input>
18    <output>
19        <curve id="result">
20            <about> <label>Formula: Y vs X</label> </about>
21        </curve>
22    </output>
23</run>
Note: See TracBrowser for help on using the repository browser.