On 11/2/2009 9:00 AM, Allin Cottrell wrote:
And what happens
if you click on a graph, select "Save as PDF", and try previewing
the output?
Perfect output, including all fonts.
If I understand you, this is alos using cairo, right?
(This should be a clue about the PNG bug.)
So I must be misunderstanding something. If I try to produce
PDF as follows, it fails. (White background, nothing else is viewable.)
I go to the icon view to edit the graph and change
#set term pngcairo font "verdana,8" size 680,400
to
set term pdfcairo font "verdana,8" size 680,400
set output 'c:\temp\temp.pdf'
Unfortunately, the pdfcairo terminal is not documented
in the help, so I'm suppose I have the wrong syntax.
Alan