[haskell-gnuplot] Changing histogram colors?

Dmitri O.Kondratiev dokondr at gmail.com
Thu Jun 23 13:54:03 BST 2011


Hi,
I am trying to change default RGB colors of histogram columns to Green,
Yellow and Blue.
How to do this? I can't find anywhere a simple example.
Please, help.
I have:

reset
set title "Three sequences"
set datafile missing "-"
set key noenhanced
set auto x
set yrange [0:250]
set style fill pattern
set style fill solid border -1
set style data histogram
plot "nt2dat.txt" u 2:xtic(5) t "Best Fit", "" u 3 t "In Class", "" u 4 t
"Other"
pause -1 "<cr> to exit"

How to change 'plot' command to have Green, Yellow and Blue colors for
histogram columns?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/gnuplot/attachments/20110623/f57557b4/attachment.htm>


More information about the Gnuplot mailing list