-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
JPG quality keyword in savefig #458
Copy link
Copy link
Closed
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!New feature
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!New feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi,
I want to change the JPEG compression ration in savefig.
There seem to be an undocumented extra keyword arguments as pointed at the matplotlib-devel list, but they don't have an effect:
I am using the GTKAgg backend. I also tried the Agg backend but JPG was not supported with this.
I would like to have a proper documentation at http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.savefig and an implementation that works.
Cheers
Frank