Secondary Y-Axis DBD::Chart
am 02.01.2007 15:01:37 von tzago------_=_NextPart_001_01C72E76.8517BF2A
Content-Type: text/plain;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable
Do you have any idea how a I can plot a secondary y-axis scale like we =
do in MS-Excel to express in the scalar values on the left hand and =
absolute on the right eg. Percentage values ?
Currently, I can see that DBD::Chart reference =
(http://www.presicient.com/dbixchart/) only provides means of plotting =
only on a single Y-axis scale.
=20
=20
use DBI;
use DBD::Chart;
=20
=85
select * from symline
returning linegraph(*), imagemap
where WIDTH=3D500 AND HEIGHT=3D500
AND X_AXIS=3D'Some Domain'
and Y_AXIS=3D'Some Range' (I=92d like to add here a secondary Y-axis =
scale like we do in MS-excel)
AND TITLE=3D'Symbolic Domain Linegraph Test'
AND SIGNATURE=3D'(C)2002, GOWI Systems'
AND LOGO=3D't/gowilogo.png'
AND FORMAT=3D'PNG'
AND SHOWGRID=3D1
AND MAPNAME=3D'symline'
AND =
MAPURL=3D'http://www.gowi.com/cgi-bin/sample.pl?x=3D:X&y=3D: Y&z=3D:Z&plot=
no=3D:PLOTNUM'
AND MAPTYPE=3D'HTML' AND COLOR=3Dnewcolor AND SHAPE=3Dfillcircle
=20
=20
Thanks in advance.
=20
BR=92s.
=20
Thiago
--=20
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 =
14:50
=20
------_=_NextPart_001_01C72E76.8517BF2A--