afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/apps/acoustics/2d/example1
 Converted:   Mon Jan 21 2013 at 20:15:16   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
if PlotType==1
   yrbcolormap
   caxis([0 2])
   colorbar
   end

if PlotType==4
   axis([0 1.5 -.5 5])
   dir = './1drad/';
   dim = 1;
   [amrdata1d,t1d] = readamrdata(dim,Frame,dir);
   if isempty(t1d)
      disp('Run xclaw in 1drad to generate 1d reference solution')
    else
      hold on;
      [q1d,x1d] = plotframe1ez(amrdata1d,mq,'r-');
      hold off;
    end
   end