gf_plot_1D — This function plots a 1D finite elements field.
h=gf_plot_1D(mf,U,...)
This function plots a 1D finite elements field.
The options are specified as pairs of '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.