From: exprexxo <exp...@gm...> - 2010-05-14 21:35:44
|
Perfect that was exactly what I needed to make the example even better, So here is a Circle Example that does a Venn diagram with a red, blue and a green colored circle 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 167116800 -2 2 5 65280 0 -2 5 255 e -- View this message in context: http://old.nabble.com/How-to-dynamically-specify-color-for-drawing-circle-in-Gnuplot4.3-tp21376845p28564508.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |