Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to fix this?
#2
What is mpl supposed to be? None of the imports are named "mpl" and your code doesn't assign anything to a variable named mpl. rcParams looks like something in matplotlib. Are you missing this?
import matplotlib as mpl
Reply


Messages In This Thread
How to fix this? - by James_S - Dec-25-2023, 08:51 PM
RE: How to fix this? - by deanhystad - Dec-26-2023, 04:43 PM

Forum Jump:

User Panel Messages

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