[prefix][plotters][user][scatter] Fix IO type used to save plot
matplotlib accepts a StringIO for Python 2 but a wants a BytesIO with Python 3
Please register or sign in to comment
matplotlib accepts a StringIO for Python 2 but a wants a BytesIO with Python 3