help-octave
[Top][All Lists]
Advanced

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

Re: Saving of plots very slow on Windows 7 / MinGW version


From: Nicholas Jankowski
Subject: Re: Saving of plots very slow on Windows 7 / MinGW version
Date: Tue, 15 Jan 2013 10:24:24 -0500

On Tue, Jan 15, 2013 at 10:19 AM, Jordi Gutiérrez Hermoso <address@hidden> wrote:
On 15 January 2013 08:16, Chera <address@hidden> wrote:
> I'm using Octave 3.6.1 gcc 4.6.2 under Windows 7
>
> Saving standard 2D Plots  of about 200k datapoints ( by either using print()
> or saveas() ) is extremly slow (often takes more than 15min) but eventually
> the output file is created properly. During this time Ocatave is completely
> unresponsive.

Try doing

    graphics_toolkit gnuplot

before plotting anything.

The problem is that this Windows version of Octave is using the fltk
backend by default, which is very slow for plotting moderately
complicated plots.

In addition, I think the 'hiding the plot' trick didn't work with fltk at all. it wouldn't update any non-visible plots.

reply via email to

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