help-octave
[Top][All Lists]
Advanced

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

Re: Plotting Problem


From: Dmitri A. Sergatskov
Subject: Re: Plotting Problem
Date: Sat, 26 Aug 2017 16:09:51 -0500



On Sat, Aug 26, 2017 at 4:03 PM, Thomas D. Dean <address@hidden> wrote:
GNU Octave, version 4.3.0+
Up-to-date with hg  as of today.

I found this following a matlab application

octave:6> size(f)
ans =

   131073        1
octave:9> plot(f)
error: set: "cameratarget" must be finite
error: called from
    delete at line 60 column 5
    newplot at line 202 column 11
    plot at line 222 column 9
         line 2: x range must be greater than 0 for log scale

octave:10> plot([1:131073])
error: set: "cameratarget" must be finite
error: called from
    delete at line 60 column 5
    newplot at line 202 column 11
    plot at line 222 column 9
         line 6: x range must be greater than 0 for log scale

Is this a known problem?

​Works for me.​
9c97909a6c94 tip @
​tried all 3 graphics backends.

​It is probably something you did before the plot().
Do you get the same error if you just do
​ plot([1:131073]) in a freshly restarted octave?


 

Tom Dean


​Dmitri.
--


reply via email to

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