comparison scripts/plot/appearance/axis.m @ 20727:a5949b3d2332

Preface warning() messages with name of function when possible. * load-save.cc, ls-mat5.cc, variables.cc, loadobj.m, doc.m, mkoctfile.m, fminbnd.m, pkg.m, axis.m, pcg.m, pcr.m, svds.m, kolmogorov_smirnov_test_2.m: Preface warning() messages with name of function when possible.
author Rik <rik@octave.org>
date Thu, 19 Nov 2015 14:39:04 -0800
parents 7b608fadc663
children 8513c84a13cb
comparison
equal deleted inserted replaced
20726:25d676f9619c 20727:a5949b3d2332
277 else 277 else
278 set (ca, "zticklabel", ""); 278 set (ca, "zticklabel", "");
279 endif 279 endif
280 280
281 else 281 else
282 warning ("unknown axis option '%s'", ax); 282 warning ("axis: unknown option '%s'", ax);
283 endif 283 endif
284 284
285 elseif (isvector (ax)) 285 elseif (isvector (ax))
286 286
287 len = length (ax); 287 len = length (ax);