Files
gnucash/doc/html/C/guppi-points-demo.html
Dave Peticolas 155391c80c Bill Gribble's patch to add guppi support, improve the report & help
windows, and sundry other things.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3329 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 00:35:47 +00:00

30 lines
811 B
HTML

<html>
<head>
<title>Guppi Scatter Chart Demo</title>
</head>
<body>
<h2>Guppi Scatter Chart Demo</h2>
<p>Gnucash can't do Guppi line graphs just yet, but we can do scatter
charts. The left mouse button zooms in, the right button zooms out,
and the middle button lets you drag the viewport around.
<p>
<object classid="gnc-guppi-scatter" width=400 height=400>
<param name=title value="Scatter chart of stupid data">
<param name=datasize value=6>
<param name=x_data
value="100 200 400 800 1600 3200">
<param name=y_data
value="10 20 40 80 160 320">
<param name=x_axis_label value="This is an x label">
<param name=y_axis_label value="This is a y label">
<param name=color value=0x0000ff80>
<param name=marker value="filled circle">
</object>
<p>and this one.
</body>