Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • many of python packages support in that major version. means when a package works in python3 most of the time it supports all of python3 versions. Commented Jun 18, 2014 at 7:40
  • What happens when you try to run Matplotlib? Does it look like a simple error that we could fix? Commented Jun 18, 2014 at 7:41
  • @jforberg: Actually, there is no error generated by IDE compiler. I've just imported matplotlib 3.3 into my 3.4-driven project. As I call the older functions, I got neither the valid result nor any error! Commented Jun 18, 2014 at 7:44