Plots data returned by stream_2.
streamlines(cell)
This function plots the streamlines computed by cgal_stream_2.
p=cglab_getrootpath(); load(p+"/demos/field","u","v"); c = cgal_stream_2(u,v,3.5); cgal_streamlines(c);