Top "Geometry-surface" questions

The mathematical or computing concept of a 2-dimensional shape.

Simplest way to plot 3d surface given 3d points

I have a lot (289) of 3d points with xyz coordinates which looks like: With plotting simply 3d space with points …

python python-2.7 plot geometry-surface
Python 3D polynomial surface fit, order dependent

I am currently working with astronomical data among which I have comet images. I would like to remove the background …

python scipy geometry-surface
PyGame: Applying transparency to an image with alpha?

I want to display an image with alpha with a specified transparency, but can't figure out how to do it. …

python pygame alpha geometry-surface blit
Combining scatter plot with surface plot

How can I combine a 3D scatter plot with a 3D surface plot while keeping the surface plot transparent so …

python matplotlib scatter geometry-surface
matplotlib - 3d surface from a rectangular array of heights

I am trying to plot some HDF data in matplotlib. After importing them using h5py, the data is stored …

python matplotlib 3d hdf5 geometry-surface
How to plot a 3d surface graph in MATLAB?

I have a dataset like so: | 0.1 0.2 0.3 0.4 ---------------------- 1 | 10 11 12 13 2 | 11 12 13 14 3 | 12 13 14 15 4 | 13 14 15 16 I want to plot a 3D surface graph in matlab such that the …

matlab graph geometry-surface
Normalizing colors in matplotlib

I am trying to plot a surface using matplotlib using the code below: from matplotlib import cm import matplotlib.pyplot …

python matplotlib geometry-surface
Is there any way to "clear" a surface?

Is there any way to clear a surface from anything that has been blitted to it?

python pygame geometry-surface blit
Doing readback from Direct3D textures and surfaces

I need to figure out how to get the data from D3D textures and surfaces back to system memory. …

directx textures gpgpu geometry-surface
3D surface plot from 2D matrix

Using a 2d matrix in R, how can I create a 3d surface plot, where columns=x, rows=y and …

r plot 3d geometry-surface