help-octave
[Top][All Lists]
Advanced

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

Re: Figure handle is very slow, saving impossible


From: Francesco Potortì
Subject: Re: Figure handle is very slow, saving impossible
Date: Wed, 05 Apr 2017 18:23:47 +0200

christoph:
>> I'm a very beginner in octave. I want to handle big geotif images and do
>> multi spectral analysis of the channels. Everything seems to work very fine
>> but when it comes to visualizing with surfaceplot function the Figure
>> Window reacts very slow and with poor performance.
>> is there a possibility to improve this behavior?

Kire Pudsje:
>As to speed, just think about it, with a 7000^2 dataset of doubles you
>would need to transfer 400 MB to generate each image.

If it is b&w.  More if with colours.

Anyway, if an image should be generated ans saved on disk, it's useful
to spare Gnuplot the burden to display it: use

set(gcf, 'visible', 'off');

before generating the plot, and then save it to disk using print

-- 
Francesco Potortì (ricercatore)        Voice:  +39.050.621.3058
ISTI - Area della ricerca CNR          Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa         Skype:  wnlabisti
(entrance 20, 1st floor, room C71)     Web:    http://fly.isti.cnr.it




reply via email to

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