Plot a textured surface
See original GitHub issueHi,
Great library!
I was wondering if there is a way to plot a textured surface using the 3d.surface
function, something similar to Matlab surf(Z,C)
functionality.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to Plot Surface Texture - Digital Metrology Solutions
This article discusses how to plot surface texture, including roughness and waviness, scales, etc.
Read more >Applying Textures — PyVista 0.37.0 documentation
Plot a mesh with an image projected onto it as a texture. ... with texture coordinates, so quickly creating a surface and displaying...
Read more >How do I map a texture onto a plotted surface?
I need to place a texture on that ellipse and plane using a local .jpg file (rectangular .jpg image). The file is: c:/kah320x480.jpg....
Read more >Orientation plot and the view of the surface texture for 6-mm ...
Orientation plot and the view of the surface texture for 6-mm-sample milled using strategy S#1 (T_R rolling) and areas E#1 (a), E#4 (b)...
Read more >How to plot a surface with a texture map - Stack Overflow
Note that, for the sake of demonstration, this non-rectangular grid is quite sparsely populated which results in a rather jagged texture. With more...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@eladrich good news 😃

I used the data from your binder and put it in the example of this function in k3d: https://github.com/K3D-tools/K3D-jupyter/blob/devel/examples/textured_mesh.ipynb.
If you’d rather I didn’t do it, please write.
Awesome! No problem at all, happy to be part of the examples 😃