|
From: Ethan A M. <merritt@u.washington.edu> - 2007-08-14 15:21:14
|
On Monday 13 August 2007 07:06, Manjari Bagchi wrote: > I have installed from the CVS repository. I was trying to plot demo > programmes from > http://gnuplot.sourceforge.net/demo_4.3/transparent.html. But the demo > programme for transparent filled curve > (http://gnuplot.sourceforge.net/demo_4.3/transparent.2.gnu) is NOT > working properly - it is producing solid filled curves. What terminal type are you using? Not all terminals support transparency [yet]. > Could you help me to solve this problem ? > More over, what should I need to do if I want many filled curves with > different opacity ? You can append a separate fill style to each curve in the plot command: plot <foo> with filledcurve fillstyle transparent solid 0.25, \ <baz> with filledcurve fillstyle transparent solid 0.50 -- Ethan A Merritt |