comparison scripts/image/module.mk @ 20159:597991b19e40 stable

gmap40.m: Deprecate function. Function is specifically for gnuplot-4.0 support, but Octave already requires version 4.2.5. * scripts/deprecated/gmap40.m: Moved from image/ directory. Add warning when run. Add deprecation notice to docstring. * scripts/deprecated/module.mk: Add gmap40.m to build system. * scripts/image/module.mk: Remove gmap40.m from image dir build system. * scripts/image/gmap40.m: Moved to deprecated/ directory.
author Rik <rik@octave.org>
date Sun, 03 May 2015 12:58:42 -0700
parents b705f88044be
children
comparison
equal deleted inserted replaced
20158:7503499a252b 20159:597991b19e40
19 image/contrast.m \ 19 image/contrast.m \
20 image/cool.m \ 20 image/cool.m \
21 image/copper.m \ 21 image/copper.m \
22 image/cubehelix.m \ 22 image/cubehelix.m \
23 image/flag.m \ 23 image/flag.m \
24 image/gmap40.m \
25 image/gray.m \ 24 image/gray.m \
26 image/gray2ind.m \ 25 image/gray2ind.m \
27 image/hot.m \ 26 image/hot.m \
28 image/hsv.m \ 27 image/hsv.m \
29 image/hsv2rgb.m \ 28 image/hsv2rgb.m \