X Tutup
Skip to content

Shorter svg files#5651

Merged
efiring merged 3 commits intomatplotlib:masterfrom
mdboom:shorter-svg-files
Dec 11, 2015
Merged

Shorter svg files#5651
efiring merged 3 commits intomatplotlib:masterfrom
mdboom:shorter-svg-files

Conversation

@mdboom
Copy link
Copy Markdown
Member

@mdboom mdboom commented Dec 10, 2015

As mentioned in this comment the change to use %f over str in the SVG backend may result in larger file sizes. This addresses that, while still keeping Python 2/3 compatibility. There was only one test image affected by this change.

@mdboom mdboom added this to the next major release (2.0) milestone Dec 10, 2015
@mdboom
Copy link
Copy Markdown
Member Author

mdboom commented Dec 11, 2015

I think this good to go.

efiring added a commit that referenced this pull request Dec 11, 2015
@efiring efiring merged commit c95e64d into matplotlib:master Dec 11, 2015
@efiring
Copy link
Copy Markdown
Member

efiring commented Dec 11, 2015

Nice!

efiring added a commit that referenced this pull request Dec 11, 2015
@mdboom
Copy link
Copy Markdown
Member Author

mdboom commented Dec 11, 2015

Backported to 2.0.x as 92e57c8

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