|
add_line2plot.m.html |
|
|
Source file: add_line2plot.m
|
|
Directory: /home/rjl/git/claworg/clawpack-4.x/matlab
|
|
Converted: Sat Aug 6 2011 at 21:53:03
using clawcode2html
|
|
This documentation file will
not reflect any later changes in the source file.
|
function add_line2plot(s,q,level,mstyle,lcolor,lstyle)
% Internal Matlab routine for Clawpack graphics.
amrlines = get_lines;
h = line(s,q,'Marker',mstyle,'Color',lcolor,'LineStyle',lstyle);
udata.s = s;
udata.q = q;
set(h,'UserData',udata);
amrlines{level}(end+1) = h;
set_lines(amrlines);