afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /Users/rjl/clawpack_src/clawpack_master/amrclaw/examples/advection_2d_annulus
 Converted:   Mon Feb 19 2024 at 18:00:16   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;