gf_plot_1D

Purpose

Simple plotting function for 1D data. 

Synopsis

[hline]=gf_plot_1D(mf,U,...)

Description

This function will plot the scalar field associated with a 1D mesh fem. The options are given by pairs "option name, option value":

'style','bo-' the line style and dof marker style (same syntax as in the matlab command "plot").
'color', [] override the line color.
'dof_color', [1,0,0] color of the markers for the degrees of freedom.
'width', 2 line width.

See Also