octave-maintainers
[Top][All Lists]
Advanced

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

Re: gnuplot demo legend


From: Dmitri A. Sergatskov
Subject: Re: gnuplot demo legend
Date: Thu, 13 Feb 2020 10:06:17 -0500



On Thu, Feb 13, 2020 at 9:56 AM Dmitri A. Sergatskov <address@hidden> wrote:
With 2020.02.13 dev snapshot and *installed* (in /usr/local) octave:
<<<
octave -q -f
octave:1> graphics_toolkit gnuplot
octave:2> demo legend
legend example 1:
 clf;
 plot (rand (2));
 title ("legend called with string inputs for labels");
 h = legend ("foo", "bar");
 set (h, "fontsize", 20, "location", "northeastoutside");

legend example 1: failed
'__gnuplot_legend__' undefined near line 130, column 130
Press <enter> to continue:
>>>

It works fine if I ./run-octave in build tree.
I suspect it is something with octave handling of directories and subdirectories....

Actually it appears that "make install" does not copy
scripts/plot/appearance/private/__gnuplot_legend__.m

into installation tree.
 

Dmitri.
--

Dmitri.
 

reply via email to

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