|
From: Thomas S. <t.s...@fz...> - 2010-09-07 10:47:55
|
plot smaller white points on top of larger black points. an example: set samples 20 set xrange [-pi:pi] set yrange [-1.1:1.1] plot sin(x) with lines linecolor rgb "black" linewidth 10, \ sin(x) with points pointtype 7 pointsize 3 linecolor rgb "black" notitle, \ sin(x) with points pointtype 7 pointsize 2 linecolor rgb "white" notitle warpino wrote: > > Hi everyone, > > I'm trying to plot data with solid black line and white filled points in a > B&W Postscript terminal. Is it possible to do that? > I've found solid black circles (pointtype 65) but not opaque white filled > circles. > > Thanks very much for your help, > > NL > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Postscript-B-W-plot---opaque-points-with-white-fill-tp29641454p29641590.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |