|
From: <pl...@pi...> - 2016-03-04 02:11:56
|
On 04/03/16 00:22, Thomas Mattison wrote: > The main capability lacking from plain vanilla gnuplot built on my 10.6.8 Mac from source is the ability to make png or gif output. > > What is the minimal set of packages I need to have to get png or gif terminal types? > > I'd also like to be able to make pdf output. What is the minimal set of packages to make pdf output? > > Or is there some way to trick the postscript terminal to make pdf output? (I know that the postscript terminal can make eps output, which is not hard to convert to pdf. And I know that if I install Aquaterm before the gnuplot build, then the "aqua" terminal type appears, and Aquaterm can save its window to a pdf file) > > > It would be nice to make a Mac version of Gnuplot that supported all terminal types that are supported in the Windows version. > > What terminal types are supported in the Windows version of gnuplot? > > What packages are required so they could be available to a Mac version? > > > > > > Cheers > > Prof. Thomas Mattison Hennings 276 > University of British Columbia Dept. of Physics and Astronomy > 6224 Agricultural Road Vancouver BC V6T 1Z1 CANADA > mat...@ph... phone: 604-822-9690 fax:604-822-5324 > > Run up a copy on windows and enter set term to see what terminals are available. gnuplot> set term The list will be long and you probably could cut a whole load and save yourself a lot of work. I think using cairo and pango to supply png avoids the mess caused by png devs breaking binary compatibility between versions. Peter. |