comparison scripts/plot/draw/rose.m @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents c44d57c0a925
children ef4d915df748 3ac9f9ecfae5
comparison
equal deleted inserted replaced
23082:e8d64dce0afd 23083:e9a0469dedd9
162 %!error rose () 162 %!error rose ()
163 %!warning <bin sizes .= pi will not plot correctly> 163 %!warning <bin sizes .= pi will not plot correctly>
164 %! [th, r] = rose ([1 2 2 4 4 4], 2); 164 %! [th, r] = rose ([1 2 2 4 4 4], 2);
165 %!warning <bin 1 and bin 3 are not centered> 165 %!warning <bin 1 and bin 3 are not centered>
166 %! [th, r] = rose ([1 2 2 4 4 4], [1 2 3]); 166 %! [th, r] = rose ([1 2 2 4 4 4], [1 2 3]);
167