Mercurial > hg > octave-nkf
comparison scripts/plot/util/zoom.m @ 20141:065ccb9a1324
zoom.m: Use two newlines to separate endfunction from start of demo block.
* zoom.m: Use two newlines to separate endfunction from start of demo block.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 12 Mar 2015 08:15:48 -0700 |
parents | e1d7bd38b82b |
children | 777f26aa8e3e |
comparison
equal
deleted
inserted
replaced
20140:ebdecd5cd8c7 | 20141:065ccb9a1324 |
---|---|
174 rotate3d ("off"); | 174 rotate3d ("off"); |
175 set (hfig, "__mouse_mode__", "zoom"); | 175 set (hfig, "__mouse_mode__", "zoom"); |
176 endif | 176 endif |
177 endfunction | 177 endfunction |
178 | 178 |
179 | |
179 %!demo | 180 %!demo |
180 %! clf; | 181 %! clf; |
181 %! sombrero (); | 182 %! sombrero (); |
182 %! pause (1); | 183 %! pause (1); |
183 %! %% zoom in by a factor of 2 | 184 %! %% zoom in by a factor of 2 |