I am learning FEniCS. I have a problem, when I run the example ft01_poisson.py.
Although there is plot(u)
and plot(mesh)
in the code, it doesn't give the plot figure when I run it. In the tutorial book FEniCS tutorial vol1, page18, it also says
If plotting is enabled in your FEniCS installation, then a window with a simple plot of the solution will appear as in Figure 2.1.
It seems that the plotting is not enabled in my FEniCS. If so, how can I enable it.
PS: I installed FEniCS through conda.