afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /Users/rjl/clawpack_src/clawpack_master/amrclaw/examples/advection_2d_square
 Converted:   Mon Feb 19 2024 at 17:55:22   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
daspect([1 1 1]);
yrbcolormap;

cv = linspace(0,1,6);
cv([1 end]) = [];
drawcontourlines(cv);

showgridlines(1:2);
showpatchborders;

shg

clear afterframe;