get_data_limits missing
Moritz Borgmann
octave at moriborg.de
Sat Dec 1 15:00:29 CST 2007
I assume that this recent change has broken things:
2007-11-30 John W. Eaton <jwe at octave.org>
* plot/__go_draw_axes__.m: Don't compute data or axis limits.
(get_data_limits, get_axis_limits): Delete.
When building, I get
../../run-octave -f -q -H -p
/home/moriborg/software/octave-cvs.5/doc/interpreter --eval
"plotimages ('errorbar', 'eps'); sleep (1);"
error: `get_data_limits' undefined near line 398 column 26
error: evaluating if command near line 396, column 8
error: evaluating if command near line 385, column 6
error: evaluating if command near line 350, column 4
error: evaluating switch command near line 270, column 7
error: evaluating for command near line 266, column 5
error: evaluating if command near line 25, column 3
error: called from `__go_draw_axes__' in file
`/home/moriborg/software/octave-cvs.5/scripts/plot/__go_draw_axes__.m'
error: evaluating switch command near line 57, column 4
error: evaluating for command near line 55, column 2
error: evaluating if command near line 33, column 7
error: evaluating if command near line 26, column 5
error: evaluating if command near line 25, column 3
error: called from `__go_draw_figure__' in file
`/home/moriborg/software/octave-cvs.5/scripts/plot/__go_draw_figure__.m'
error: evaluating if command near line 43, column 7
error: evaluating if command near line 41, column 5
error: called from `drawnow' in file
`/home/moriborg/software/octave-cvs.5/scripts/plot/drawnow.m'
error: evaluating if command near line 375, column 3
error: called from `print' in file
`/home/moriborg/software/octave-cvs.5/scripts/plot/print.m'
error: evaluating if command near line 21, column 3
error: called from `plotimages' in file
`/home/moriborg/software/octave-cvs.5/doc/interpreter/plotimages.m'
gmake[3]: *** [errorbar.eps] Error 1
gmake[3]: Leaving directory
`/home/moriborg/software/octave-cvs.5/build/doc/interpreter'
gmake[2]: *** [interpreter] Error 2
gmake[2]: Leaving directory `/home/moriborg/software/octave-cvs.5/build/doc'
gmake[1]: *** [doc] Error 2
gmake[1]: Leaving directory `/home/moriborg/software/octave-cvs.5/build'
gmake: *** [all] Error 2
Cheers,
Moritz
More information about the Bug-octave
mailing list