On Tue, 22 Sep 2009, Sven Schreiber wrote:
I have finally been able to test the new graph export features, and
it
works great for me. Thanks a lot, this is very useful. (Tested on
windows, you mentioned that on Linux the standard distro install of
gnuplot typically wouldn't make it possible, right?)
Standard Linux-distro gnuplot should be fine with EPS, but will
likely not do pdf (though it might, if pdflib is available).
Is there any specific reason why the font/size selection interface
in
those new dialogs are different between "save as pdf" and "save as
eps"?
Yes: pdfcairo uses fontconfig and is happy with either Type 1 or
TrueType fonts. The gnuplot EPS driver doesn't use fontconfig (at
least I don't think so) and it's safer to present the Standard
PostScript fonts, which hopefully should always work.
Also I'm wondering whether it's ideal to have two
consecutive
places where to choose the fontface. (In the edit graph dialog
and in the new save as pdf dialog for example.) Right now I
don't have time to make a constructive alternative suggestion,
but I'll think about it.
As Ignacio said, you'll likely want different fonts (if not
different faces, then different sizes) when making an EPS or PDF
file as opposed to an on-screen PNG.
Allin.