comparison scripts/plot/draw/waterfall.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
88 %! title ("meshz() plot"); 88 %! title ("meshz() plot");
89 %! subplot (1,2,2) 89 %! subplot (1,2,2)
90 %! waterfall (Z); 90 %! waterfall (Z);
91 %! daspect ([2.5, 2.5, 1]); 91 %! daspect ([2.5, 2.5, 1]);
92 %! title ("waterfall() plot"); 92 %! title ("waterfall() plot");
93