Pirogovalexandr2001
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Pirogovalexandr2001 created a post, PyCharm strange behaviour while working with matplotlib
Matplotlib.org says that matplolib.pyplot.figure() return type is "Figure" and it's quite logical. But for some reason PyCharm defines it as "Any". So IDE doesn't know that "fig" is an instance of ...