Vincent Lefevre wrote: > On 2010-04-07 19:57:02 +0200, Eugen Dedu wrote: >> Just use: >> set terminal pdfcairo >> >> So these two bugs could be closed I think. > > No, pdfcairo generates an empty PDF file with gnuplot 4.4.0-1.
Well, I discover that it is not the 'plot' command itself which saves in the pdf file, but quitting gnuplot does so. Example: set output "p.pdf" set terminal pdfcairo plot x So these bugs should be closed and create another one "in pdfcairo terminal, plot itself does not write to file, but quitting gnuplot does". I looked into the documentation from www.gnuplot.info and have not found anything about that, so this is clearly a bug. -- Eugen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

