Skip to content

2020.0.2

Compare
Choose a tag to compare
@marcomusy marcomusy released this 20 Jan 20:25
· 1377 commits to master since this release
  • Added shapes Arrow2D and Arrows2D, SphericGrid, CubicGrid
  • completely revised customizable axes=1 type
    • axes can be created for each object independently
  • quiver plots, scatter plots, error bands plots
  • plotting in spherical coordinates
  • Added type '2d' backend to plot static images in notebooks.
    Available backends:
from vtkplotter import *
# embedWindow('2d')
# embedWindow('k3d')
# embedWindow('itk')
# embedWindow('panel')
# embedWindow(False)
  • Added wavefront format .OBJ writer