Name

gf_plot_1D — This function plots a 1D finite elements field.

Calling Sequence

h=gf_plot_1D(mf,U,...)

Description

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.

See Also

gf_plot, gf_plot_slice