Two reoccurring problems while running FEniCS

A lot has happened in visualization over the last few years:

  1. The default visualization in dolfin of 2D meshes are now rendered in 2D with matplotlib.
    For more advanced interactive visualization, it is suggested to use vedo which has a lot of examples for plotting with dolfin.
  2. Was due to an update in matplotlib, and has been fixed in the latest version of dolfin (ref NotImplementedError: Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal')
  3. The animation can be recreated by using for instance Paraview. In this problem, the data is written to file (XDMF) format, which can be visualized with Paraview
1 Like