bashplotlib icon indicating copy to clipboard operation
bashplotlib copied to clipboard

Python3 Support

Open amiraliakbari opened this issue 10 years ago • 4 comments

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.

amiraliakbari avatar Apr 10 '15 20:04 amiraliakbari

Hi.

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.

Will send a pull request.

asbjorn avatar Sep 09 '15 11:09 asbjorn

LGTM, thanks.

amiraliakbari avatar Sep 12 '15 14:09 amiraliakbari

Nice! I think this issue can be closed now?

asbjorn avatar Sep 14 '15 07:09 asbjorn

Can someone with rights close this? @glamp

marctorsoc avatar Jan 04 '19 18:01 marctorsoc