octave-maintainers
[Top][All Lists]
Advanced

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

Re: graphics-branch in CVS


From: John W. Eaton
Subject: Re: graphics-branch in CVS
Date: Wed, 31 Jan 2007 13:21:28 -0500

On 31-Jan-2007, Søren Hauberg wrote:

| John W. Eaton skrev:
| > The following patch should get you past this problem.
| It brings me past the problem and straight into another:
| 
| octave:4> imshow(rand(100))
| error: `__gnuplot_version__' undefined near line 74 column 23

| I guess I just need __gnuplot_version__ ?

Yes, it was accidentally deleted from the CVS archive.  I didn't
notice because I was picking up a copy from another directory.  I
checked it in again, so you should get it if you update.

| > | P.S. Do you need the "drawnow()" at the end of image.m?
| > Maybe not.
| > 
| > | Won't that be called when the function returns to the prompt?
| > Yes.
| I've never liked this behavior of matlab because you don't get to see 
| your results until all computations are done. So I like that drawnow is 
| called by the drawing functions, but I don't think it's quite as 
| effective when you have multiple plots in one figure.

OK, I'm not sure what to fix here, or how.

jwe



reply via email to

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