-
Notifications
You must be signed in to change notification settings - Fork 142
Python3 Support #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi. I've used this plotting tool some times, and I'm trying to use python3 as much as possible. Will send a pull request. |
Merged
LGTM, thanks. |
Nice! |
Can someone with rights close this? @glamp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: