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

 
yrbcolormap;
daspect([1 1 1]);

showgridlines(1:2);

caxis([0.1 1]);

showpatchborders;
cv = linspace(0.2,0.9,8);
drawcontourlines(cv);

clear afterframe;