Dear fellows,
I am now using FEniCS on ubuntu 16.04 on macbook.
I have problem for visualization in the fenics docker.
I got the following warning message
Warning: Plotting Not available. DOLFIN has been compiled without VTK support.
I wanna see the images inside the fenics docker, without using ParaView application.
Actually I already used xhost + procedure to use matplotlib on remote machine.
The problem arorse only when I used
from dolfin import *
Kind Regards,
Chit