vtkRenderWindow needs to have multisampling settings specified before the first render, but currently setantialiasing can only be used before the window is created (which triggers an error) or after initialization (which has no effect).
The easy fix would be to make an antialiasing ivar in the canvas or backend that can be set between calls to vcs.init and Canvas.plot, and warns if called after the window is already initialized.
vtkRenderWindowneeds to have multisampling settings specified before the first render, but currentlysetantialiasingcan only be used before the window is created (which triggers an error) or after initialization (which has no effect).The easy fix would be to make an antialiasing ivar in the canvas or backend that can be set between calls to
vcs.initandCanvas.plot, and warns if called after the window is already initialized.