This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

how to plot a vector function

0 votes
asked Aug 25, 2014 by roland koberle FEniCS Novice (120 points)

You will find the official tutorial very helpful

1 Answer

+2 votes

Plotting of a vector function is e.g. here:

http://fenicsproject.org/documentation/dolfin/1.4.0/python/demo/documented/stokes-iterative/python/documentation.html

In this case, you can use just a very simple plot(u) command.
To see more possibilities, go to the documentation page of plot command.
You will see there more options of this command (at the bottom of the page).

answered Aug 26, 2014 by luk.p FEniCS User (3,470 points)
...