Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Plot multiple 2D Curves in 3D
Post: RE: Plot multiple 2D Curves in 3D

(Jun-11-2023, 10:48 AM)Larz60+ Wrote: It doesn't fail for me, but axis is off on one plot (Jun-11-2023, 10:48 AM)Larz60+ Wrote: It doesn't fail for me, but axis is off on one plotYes it works in x...
stc General Coding Help 5 1,061 Jun-11-2023, 10:57 AM
    Thread: Plot multiple 2D Curves in 3D
Post: RE: Plot multiple 2D Curves in 3D

Okay so snippit is: import numpy as np import matplotlib.pyplot as plt ax = plt.figure().add_subplot(projection='3d') # Plot a sin curve using the x and y axes. x = np.linspace(-1, 1, 100) y = x**2...
stc General Coding Help 5 1,061 Jun-11-2023, 10:38 AM
    Thread: Plot multiple 2D Curves in 3D
Post: Plot multiple 2D Curves in 3D

Hello, i want to plot 3 different 2D curves in a 3D coordinate system, so lets say 3 simple sine functions. One in x and y direction, one in x and z direction and one y and z direction. My Code alrea...
stc General Coding Help 5 1,061 Jun-11-2023, 10:16 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020