Closed hns258 closed 2 years ago
Ready to merge?
Yes I think so, if all else looks ok to you, thanks!
This feature is a game-changer. Thanks for making it possible!
I had to upgrade the library to make it work:
pip install -U dataframe-image
PS: it'd be great to put an example in the home README.md
This PR may be able to close out a few issues requesting the ability to change the quality/resolution of exported *.png images. Added a new optional parameter
dpi
that users can set. (e.g., 200, 600, etc.)https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html https://stackoverflow.com/questions/31400685/how-to-take-retina-screenshots-with-xvfb-and-selenium
Closes #45, closes #39, closes #34, closes #8