Skip to content Skip to sidebar Skip to footer
Showing posts with the label 3d

How To 3d Plot Function Of 2 Variables In Python?

I am trying to 3D plot the magnification factor in vibrations for multiple types of damping. To sim… Read more How To 3d Plot Function Of 2 Variables In Python?

Matplotlib: Creating Colorbar

I've almost reached my goal because of the great help of this community. I explained my goal he… Read more Matplotlib: Creating Colorbar

Applying Perlin Noise To Plane Multiple Times/ Sphere

I have some questions regarding the Perlin noise and the pv.sample_function in general. How would … Read more Applying Perlin Noise To Plane Multiple Times/ Sphere

Draw Triangle In 3d Numpy Array In Python

Let's say I have a 3D-array (rectangular cuboid) with some shape, for example (48, 32, 64). I h… Read more Draw Triangle In 3d Numpy Array In Python

Change 3d Graph Color (matplotlib)

I have plotted a 3D graph in matplotlib using the following code: #Previously defines lists of data… Read more Change 3d Graph Color (matplotlib)

3d Image Visualisation With Numpy/vtk

I'm trying to display further images (ct-scan) using numpy/vtk as describe in this sample code … Read more 3d Image Visualisation With Numpy/vtk

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

Visualising 2 Parameters And Their Results

There's 2 parameters where I want to try different values for: a = [0.0, 0.5, 0.6] # len == 3 … Read more Visualising 2 Parameters And Their Results