Python Forum
Spent over an hour trying to get matplotlib to work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spent over an hour trying to get matplotlib to work
#8
(Aug-31-2020, 06:56 PM)Tomalak Wrote: So it seems like every line you wanted me to type worked fine apart from the last one?
It's not one _ but two __version__
So it work as you don't get error on import.

Quote:This is what I get when I try to do a basic thing in matplotlib:
As i mention so most you configure editors in this case Sublime to use Python 3.8.
Add this in code then you see what version you run,and Path it use.
import sys

print(sys.version)
print(sys.executable)
VS Code is an other option that's a very good editor for Python and free.
VS Code from start
Reply


Messages In This Thread
RE: Spent over an hour trying to get matplotlib to work - by snippsat - Aug-31-2020, 09:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Matplotlib Doesn't Work Ian12290 6 13,351 Feb-28-2017, 06:18 AM
Last Post: buran

Forum Jump:

User Panel Messages

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