comparison scripts/plot/clabel.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children b0084095098e
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
105 endfor 105 endfor
106 106
107 if (have_hg) 107 if (have_hg)
108 if (! isempty (v)) 108 if (! isempty (v))
109 if (have_labelspacing) 109 if (have_labelspacing)
110 set (hg, "textlistmode", "manual", "textlist", v, 110 set (hg, "textlistmode", "manual", "textlist", v,
111 "labelspacing", label_spacing, "showtext", "on"); 111 "labelspacing", label_spacing, "showtext", "on");
112 else 112 else
113 set (hg, "textlistmode", "manual", "textlist", v, "showtext", "on"); 113 set (hg, "textlistmode", "manual", "textlist", v, "showtext", "on");
114 endif 114 endif
115 else 115 else