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