|
From: Tatsuro M. <tma...@ya...> - 2010-03-01 04:07:00
|
Hello This is one of the example. Someone else will give you better solution. In the gnuplot, you can specify color like the below. plot sin(x) lt rgb "#FF00AA"#explicit RGB triple in hexadecimal The hexadecimal digits are like RRGGBB. The Red is FF, Green is 00, and Blue is AA. If you change the digits keeping Red=Green=Blue, you can control brightness ( darkness) of the gray color. Note that '#FFFFFF' denotes white and "#000000" denotes black. Regards Tatsuro --- Jon wrote: > I want to draw all my graphs in gray scale, is there way to specify this? > What I can find is dark and one scale of gray. Thanks, > ------------------------------------------------------------------------------ > Download Intel¢î Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |