Skip to content Skip to sidebar Skip to footer
Showing posts with the label Surface

How To Plot A Slicing Plane With A Surface With “matplotlib” In Python

I wonder how to create two slicing planes with a surface to two 2d figures. For example, I created … Read more How To Plot A Slicing Plane With A Surface With “matplotlib” In Python

Plotting A 3d Surface From A List Of Tuples In Matplotlib

I'm trying to plot a 3d surface from a list of (X,Y,Z) tuples, data is like this, I'm unsur… Read more Plotting A 3d Surface From A List Of Tuples In Matplotlib

How To Draw A Border Around A Sprite Or Image In Pygame?

I'd like to draw a red border around an image, but can't figure out how. I've tried to… Read more How To Draw A Border Around A Sprite Or Image In Pygame?