help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speed up print


From: Dmitri A. Sergatskov
Subject: Re: Speed up print
Date: Wed, 14 Dec 2016 22:02:50 -0600



On Wed, Dec 14, 2016 at 5:33 PM, henrik josefsson <address@hidden> wrote:
On 2016-12-14 22:51, Dmitri A. Sergatskov wrote:


​There are multiple issues here. One of them is opengl driver.
This takes much longer time on my computer with integrated
intel graphics than on one with either AMD or Nvidia card
(Gallium driver).​

​Dmitri.​
--


I'm using an nvidia card with opengl version 4.5.0 (happy to give more info if needed). I did try and change the graphics_toolkit between qt and gnuplot but received fairly similar results. Something I noticed which might be of interest is that exporting a surface of similar size directly in gnuplot was many times faster.


​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.
--

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]