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. use DBI; use DBD::Chart; select * from symline returning linegraph(*), imagemap where WIDTH=500 AND HEIGHT=500 AND X_AXIS='Some Domain' and Y_AXIS='Some Range' (Id like to add here a secondary Y-axis scale like we do in MS-excel) AND TITLE='Symbolic Domain Linegraph Test' AND SIGNATURE='(C)2002, GOWI Systems' AND LOGO='t/gowilogo.png' AND FORMAT='PNG' AND SHOWGRID=1 AND MAPNAME='symline' AND MAPURL='http://www.gowi.com/cgi-bin/sample.pl?x=:X&y=:Y&z=:Z&plotno=:PLOTNUM' AND MAPTYPE='HTML' AND COLOR=newcolor AND SHAPE=fillcircle Thanks in advance. BRs. Thiago -- 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:50Thread Next