afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /Users/rjl/git/clawpack/amrclaw/examples/burgers_2d_square
 Converted:   Wed Dec 28 2016 at 22:40:47   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;