comparison scripts/image/colormap.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
177 %!error <MAP must be a real-valued N x 3> colormap (ones(3,3,3)) 177 %!error <MAP must be a real-valued N x 3> colormap (ones(3,3,3))
178 %!error <MAP must be a real-valued N x 3> colormap ([1 0 1 0]) 178 %!error <MAP must be a real-valued N x 3> colormap ([1 0 1 0])
179 %!error <all MAP values must be in the range> colormap ([-1 0 0]) 179 %!error <all MAP values must be in the range> colormap ([-1 0 0])
180 %!error <all MAP values must be in the range> colormap ([2 0 0]) 180 %!error <all MAP values must be in the range> colormap ([2 0 0])
181 %!error <failed to set MAP .invalid_map_name.> colormap ("invalid_map_name") 181 %!error <failed to set MAP .invalid_map_name.> colormap ("invalid_map_name")
182