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

 
daspect([1 1 1]);
colormap(jet);

showgridlines(1:2);

caxis([0.1 2]);

showpatchborders;
cv = linspace(0.2,1.6,16);
drawcontourlines(cv);

colorbar;

clear afterframe;