Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from mpl_toolkits.mplot3d import Axes3D
- fig = plt.figure()
- ax = fig.add_subplot(111, projection='3d')
- ax.scatter(df['age'],df['physical_score'],df['test_result'],c=df['test_result'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement