Results 264 comments of Alex Kaszynski

You can have an editable install with: ``` [build-system] requires = ["flit_core >=3.2,

Quite true. That's something we can optimize, but this will break down when splitting sharp edges as it modifies the topology of the mesh.

I've been able to provide a partial fix for this in https://github.com/pyvista/pyvista/tree/doc/gallery_threejs

Add an `Examples` section in one of the methods in the `Plotter` class. For example, `add_text`: https://github.com/pyvista/pyvista/blob/598fb020618a0bfa4803039768ce51be4fd5ca68/pyvista/plotting/plotting.py#L2925 See the other example sections like the one for ``add_background_image``: https://github.com/pyvista/pyvista/blob/598fb020618a0bfa4803039768ce51be4fd5ca68/pyvista/plotting/plotting.py#L4193-L4200 Create a...

> The [PR](https://github.com/pyvista/pyvista/pull/1640) for `add_text` is merged, shall I look into others mentioned above as well? Individual PRs are required or one consolidated one is fine? That would be great!...

> In case of save_graphic and export_vtkjs what should be the file path given in the docstring examples? Good question. This is a good case to use `# doctest:+SKIP`. We...

We've added example docs in https://tutorial.pyvista.org/. Speaking of that, we should expose those docs in our repo.

Can you try with `off_screen=True` set on the `Plotter`?

Discovered the issue. We disable anti-aliasing when PyVista detects that VTK has been built with OSMesa. Sadly, this restriction ends up being forwarded downstream to any of our jupyter plotters....

This should be resolved by #2948.