[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Speed up print
From: |
henrik josefsson |
Subject: |
Re: Speed up print |
Date: |
Thu, 15 Dec 2016 09:57:46 +0000 |
On 2016-12-15 05:02, Dmitri A. Sergatskov wrote:
> ​With gnuplot backend you can use
> print("output.pdf", "-dpdfcairo")
> that writes pdf directly (rather than going through eps -> pdf
> conversion via
> ghostscript). On my computer it is more than 2x faster.
>
> Dmitri.
> --
The above change did speed up print significantly (from 60 to around 30
seconds). What can be done to further increase the speed?