|
From: Thomas S. <t.s...@fz...> - 2010-09-29 14:43:25
|
it's a problem of the pdf viewing program. in acrobat reader, if i switch off 'enhance thin lines' then the dots are nearly invisible and only appear if 'smooth line art' is switched off too. for some terminals (eg. postscript. pdf) the dot size can be changed using the 'linewidth' option: plot 'mydata' u 1:4 w d lw 5 Alejandro Luque wrote: > > Hello, > > Eventually I have a problem with my plots, when I use the option "with > dots". First, I save my plot as a postscript: > > set terminal postscript > set output 'plot.eps' > plot 'mydata' u 1:4 w d > set output > > Then, I use this last figure for generating documents (I use the command > ps2pdf > to obtain the final pdf file). The problem that I observed (eventually) is > that > when someone else opens the obtained pdf file in windows, those figures > are > empty (i.e., dots do not show up). Those figures look great to me, but I > would > like to be sure that everybody can see them also. Currently, I have Ubuntu > 9.04 > in my computer but I used other distributions. > > Can you tell what is my problem? Am I going anything wrong? > Thank you very much for your help. > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Problem%3A-missing-dots-when-converting-to-pdf-tp29838269p29839326.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |