You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice library, but because of prints without parenthesis, doesn't work in python3. I suggest adding print_function future import and using () after all prints to support both 2 and 3.
The text was updated successfully, but these errors were encountered:
I've used this plotting tool some times, and I'm trying to use python3 as much as possible.
Did a fork and made the latest master work with python 3.4.3 on Ubuntu. Tested (manually) and verified.
Nice library, but because of prints without parenthesis, doesn't work in python3. I suggest adding print_function future import and using () after all prints to support both 2 and 3.
The text was updated successfully, but these errors were encountered: