Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
concentration profile
#1
I have concentration profile 3D matrix ( c(z,r,t) ). How to plot it? I'm totally new in python also in programming. I was using MatLab and was able to plot it. I used this code:  

figure(1)
for t=1:Nt
    figure(1)
    surf(c(:,:,t))
end
How to plot it in Python?

Kind regards,

Jaka Orehek.
Reply
#2
You will want to look at the library matplotlib:
https://matplotlib.org/

And then probably at something like this:
https://matplotlib.org/mpl_toolkits/mplo...orial.html
Reply
#3
Thank you Mekire, I will check it out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I scrape profile information from Twitter People search results? asdad 0 704 Nov-29-2022, 10:25 AM
Last Post: asdad
  How to read python shortcut target profile directory of Chrome Ink file sunny9495 1 1,617 Apr-12-2022, 06:12 PM
Last Post: sunny9495

Forum Jump:

User Panel Messages

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