Top "Surface" questions

A surface is a two-dimensional shape in a three-dimensional space.

surface plots in matplotlib

I have a list of 3-tuples representing a set of points in 3D space. I want to plot a surface …

python numpy matplotlib surface
Plotting 3-tuple data points in a surface / contour plot using matplotlib

I have some surface data that is generated by an external program as XYZ values. I want to create the …

python r matplotlib rpy2 surface
Surface and 3d contour in matplotlib

I would like to plot a surface with a colormap, wireframe and contours using matplotlib. Something like this: Notice that …

python matplotlib surface mplot3d
How can I crop an image with Pygame?

I am learning pygame and want a graphic for a button with the three states: normal, hover, and pressed. I …

python image pygame crop surface
Create a surface plot of xyz altitude data in Python

I am trying to create a surface plot of a mountain in python, of which I have some xyz data. …

python surface geography topography
How can I clear a SDL_Surface to be replaced with another one?

Been trying to find this online for a while now. I have a SDL_Surface with some content (in one …

c++ sdl surface
matplotlib 3d surface plots not showing

I am trying to make a simple 3D surface plot with matplotlib but the plot does not show at the …

python matplotlib plot 3d surface
how to create a 3D height map in python

I have a 2D array Z that stores the height at that element's position. Other than using the method here …

python matplotlib plot 3d surface
Abaqus Surface getSequenceFromMask

I am writing script in Abaqus, where I crush circle and square with cut circle (like cheese). I need to …

python mask surface abaqus
Mesh to mesh intersections

I'm looking for a library or a paper that describes how to determine if one triangular mesh intersects another. Interestingly …

computational-geometry mesh surface triangulation