help-octave
[Top][All Lists]
Advanced

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

Re: title is slow for a big data set


From: Shaun Jackman
Subject: Re: title is slow for a big data set
Date: Fri, 27 Jun 2008 14:31:09 -0700
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

Shaun Jackman wrote:
...

I can use `hold' as a work around:
title t
xlabel x
ylabel y
hold on
plot(bigdata)
hold off

Any other suggestions?

Except that even the `hold off' takes a long time! Why should `hold', which in my mind should only alter some internal state, cause the plot to be replotted?

Cheers,
Shaun
Octave 3.0.1 (on Linux)


reply via email to

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