mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
windows, and sundry other things. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3329 57a11ea4-9604-0410-9ed3-97b8803252fd
30 lines
811 B
HTML
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>
|