vtkplotlib
vtkplotlib copied to clipboard
VTK (C++ 3D graphics library) wrapped into an easy to use 3D equivalent of matplotlib
I need to display images (2D) as 3D objects. My idea was to use the images as textures for simple rectangles consisting of two triangles each. I tried to use...
Hi!, I am starting to use vtkplotlib for plotting STL files in a Programming subject in the first year of a Mechanical Engineering degree because it is super-simple and nice...
Are there any method to add stl display to tkinter window?
I was working on the following code, which displays a window despite calling `vpl.save_fig()` with `off_screen=True`, when I discovered that the real culprit is the call to `zoom_to_contents()` displaying the...