Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3-d surface plotting
#11
by adding:

# ax.grid(False)
ax.set_facecolor('white')
ax.xaxis.set_pane_color('blue')
ax.yaxis.set_pane_color('red')
ax.zaxis.set_pane_color('green')

Attached Files

Thumbnail(s)
   
Reply
#12
Perfect, thanks!!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Calculating surface area - - OOP or functional? Derek Banas Udemy course Drone4four 5 5,092 Mar-13-2021, 06:22 AM
Last Post: buran
  3d Surface where Z is not a function of X and Y richterjan 2 2,327 Nov-11-2020, 04:22 PM
Last Post: michael1789
  Plotting 3D surface plot for non-linear multivariate regression with 5 variables khwajaosama 0 3,361 Jul-02-2020, 04:50 AM
Last Post: khwajaosama
  matplotlib recursion error when repeatedly displaying a surface AdeIsHere 0 2,524 Sep-19-2019, 04:36 PM
Last Post: AdeIsHere
  Projected Surface in 2D [Difficult topic] Hans_K 6 5,025 Aug-02-2017, 09:16 AM
Last Post: Hans_K

Forum Jump:

User Panel Messages

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