octave-maintainers
[Top][All Lists]
Advanced

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

Re: Problem with printing plots


From: Daniel J Sebald
Subject: Re: Problem with printing plots
Date: Fri, 09 Mar 2012 00:02:54 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 03/08/2012 11:59 PM, Daniel J Sebald wrote:

/home/jordi/coding/vcs/octave-devel/doc/interpreter --eval
"geometryimages ('voronoi', 'eps');"
error: get: A(I): index out of bounds; value 3 out of bound 2
error: called from:
error: /home/jordi/coding/vcs/octave-devel/scripts/plot/findobj.m
at line 205, column 9
error: evaluating argument list element number 1

It looks like a call to get(??, 'something') might be failing. One way
that would fail is if the code is attempting to create a figure and
fails so that the figure is not in the array of "matryoshka pointers".
Is there some type of plot failing in the script? Is there a hardcoded
number in the script expecting 3 to be valid, e.g., get(3, 'something')?
Just guessing.

Is the script being run in an environment where the path to the gnuplot executable is known?

Dan


reply via email to

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