Fast 3D imshow using transforms and clip paths

For another project (Graphic Server Protocol), I needed to have textured triangles and I explored options with imshow. Using transform and clip path, it is actually possible to have textured triangles inside matplotlib.

Code available at Matplotlib 3D imshow · GitHub

1 Like