pyvista / pyvista

3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)

Home Page:https://docs.pyvista.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotting the `download_parched_canal_4k` dataset shows the texture as a red square

user27182 opened this issue · comments

Describe the bug, what's wrong, and what you expected.

Running the docstring example for download_parched_canal_4k shows a red square:

This red square is showing up in the docs and I also get a red square running the example locally on my machine as well.

Interestingly, the "Interactive Scene" in the docs appears to show the texture correctly.

Note:
This bug was found as part of local testing for #5787.
Cross ref to #5718 , which could help catch any future regressions in the docs images.

Steps to reproduce the bug.

from pyvista import examples
dataset = examples.download_parched_canal_4k()
dataset.plot(cpos="xy")

System Information

pyvista 0.44.dev0

Screenshots

No response