From: exprexxo <exp...@gm...> - 2010-05-14 19:01:15
|
Here is another example without a file set title "A Venn Diagram" unset border unset xtics unset ytics set size ratio -1 set xrange [-10:10] set yrange [-10:10] plot '-' using 1:2:3:4 with circles lc rgb variable fs transparent solid 0.15 noborder 2 2 4 1 -2 2 5 200 0 -2 5 3 e However I can not figure out what numbers I should be using for RGB other than 200 gives me blue. -- View this message in context: http://old.nabble.com/How-to-dynamically-specify-color-for-drawing-circle-in-Gnuplot4.3-tp21376845p28563176.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |