- Switching to pyvista for more plotting flexibility. - Adding XDMFReader to read FElupe xdmf outputs.
0.1.0
Added: - add 1d mesh plot command `line_plot`. - add support for `skfem` package results.
0.0.9
Changed: - Rename `polyplot` to `volume_plot` and `quatplot` to `surface_plot`. - Minimize `plot2d` code by removing `Delaunay` Triangulation and `tricontourf` lines and pass values directly to `surface_plot` (the 2d plot is more faster now). Added: - Add orientation axes using the `add_axes` command.