octave-maintainers
[Top][All Lists]
Advanced

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

legend in 2.1.64


From: Daniel J Sebald
Subject: legend in 2.1.64
Date: Sun, 12 Dec 2004 01:08:56 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

I've placed

  automatic_replot = 0;

in my .octcaverc file. Is that supposed to effect "legend" as well? I notice when I enter Octave and there is no plot yet, turning off the legend results in:

octave:1> legend('off')
error: replot: must have something to plot
error: evaluating if command near line 123, column 5
error: evaluating if command near line 104, column 3
error: called from `legend' in file `/usr/local/share/octave/2.1.64/site/m/octave-forge/plot/legend.m'

Naturally one can create the plot and then turn off the legend, which is done automatically without having to do a "replot". However, "title", 'xlabel', "ylabel" don't work that way. "legend" behavior should be changed, right?

Thanks,

Dan



reply via email to

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