|
From: Daniel G. <li...@da...> - 2006-02-22 08:11:54
|
Hello, I am using gnuplot 4.1 (CVS a few weeks ago). I defined my own set of linestyles, because I do not like the standard ones. In order to be consistent my histograms should use the same linestyles (the same colors). How can I do this? with boxes fill solid 0.5 linestyle 1: draws a box with the color from my linestyle but no border with boxes fill solid 0.5 border 1: draws a box with linetype 1, but this is not the one I defined (I wonder why there are styles and types, whats the difference) Regards, Daniel. |