afterframe.m.html | |
Source file: afterframe.m | |
Directory: /Users/rjl/git/clawpack/classic/examples/advection_2d_annulus | |
Converted: Wed Dec 28 2016 at 22:29:31 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
axis([-1 1 -1 1]); daspect([1 1 1]); colormap(jet); showpatchborders; % showgridlines(1:2); cv = linspace(-1,1,21); cv(cv == 0) = []; drawcontourlines(cv); caxis([-1 1]); shg; clear mapc2p clear afterframe;