X Tutup
Skip to content

Fix save button in GUIs#5720

Merged
tacaswell merged 1 commit intomatplotlib:v2.xfrom
mdboom:fix-save-button
Dec 23, 2015
Merged

Fix save button in GUIs#5720
tacaswell merged 1 commit intomatplotlib:v2.xfrom
mdboom:fix-save-button

Conversation

@mdboom
Copy link
Copy Markdown
Member

@mdboom mdboom commented Dec 22, 2015

The save button in GUIs currently raises an exception that 'figure' can not be converted to float because the special value of savefig.dpi == figure is not handled everywhere.

This bug was introduced in #4286, but not really easily triggered until we changed the default in #5659.

This should probably be backported (I didn't realise the bug is also on 1.5.x until further inspection).

@mdboom mdboom added this to the Critical bugfix release (1.5.1) milestone Dec 22, 2015
tacaswell added a commit that referenced this pull request Dec 23, 2015
@tacaswell tacaswell merged commit d041565 into matplotlib:v2.x Dec 23, 2015
tacaswell added a commit that referenced this pull request Dec 23, 2015
@tacaswell
Copy link
Copy Markdown
Member

back ported as 2695ea5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup