We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A strange difference between Edison and Cori: on Cori, matplotilb doesn't support jpeg-format output, but on Edison it does.
The text was updated successfully, but these errors were encountered:
Looks like libjpeg never made it into the deps for matplotlib. So on edison it must have found some other compatible libjpeg.
As a work around you can save to png and convert it. I'll add that dependency though.
-Ted
On 11/16/2015 11:36 AM, Dustin Lang wrote:
A strange difference between Edison and Cori: on Cori, matplotilb doesn't support jpeg-format output, but on Edison it does. — Reply to this email directly or view it on GitHub #40.
— Reply to this email directly or view it on GitHub #40.
Sorry, something went wrong.
No branches or pull requests
A strange difference between Edison and Cori: on Cori, matplotilb doesn't support jpeg-format output, but on Edison it does.
The text was updated successfully, but these errors were encountered: