Håkon Strandenes
Håkon Strandenes
I have figured out two things: 1. The bug was introduced in 0.32.0, i.e. it must be one of the commits between 0.31.3 (working) and 0.32.0 (not working): https://github.com/pyvista/pyvista/compare/0.31.3...0.32.0 2....
Ok, further update: The first commit to introduce the bug is https://github.com/pyvista/pyvista/commit/d8a8873d84c41a44f3e08d7468233e9b73f61122 Huge commit so it's not trivial to spot the issue...
Yes, it seems like this problem is still persistent in both 0.35.2 and 0.36.0.
I created the `probes2.vtk` to show that if you loaded the same dataset with point data instead of cell data, it works as expected. So this is expected. Can you...
Is there any point data in the original datafile? I cannot find anything, and I can only find one scalar called 'array', this is a cell data array.
This is very annoying, also waiting for a fix...
This is the same encoding issue as I found in the Tensors class in my PR #9.
Just want to support this and give my opinions: Big, important packages like matplotlib, scipy and numpy no longer support Python 3.8 (at least they do not publish packages for...
As far as I see the communication in PR #3910 and issue #3908 by @akaszynski it was a change done to make plots look better (reasons given was to be...
Thanks. Unfortunately I have too little experience with the rendering and acors part of VTK to be able to offer anyting in the debugging. If it turns out that there...