Skip to content

API: do not truncate svg size to integer points#9817

Merged
anntzer merged 2 commits into
matplotlib:masterfrom
tacaswell:fix_svg_size
Nov 20, 2017
Merged

API: do not truncate svg size to integer points#9817
anntzer merged 2 commits into
matplotlib:masterfrom
tacaswell:fix_svg_size

Conversation

@tacaswell

Copy link
Copy Markdown
Member

PR Summary

closes #9815

This will svgs slightly bigger.

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@tacaswell tacaswell added this to the v2.2 milestone Nov 19, 2017

@anntzer anntzer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conditional on tests.

@dstansby dstansby left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 if/when tests pass

@anntzer

anntzer commented Nov 20, 2017

Copy link
Copy Markdown
Contributor

thanks

@anntzer anntzer merged commit 7ddc73a into matplotlib:master Nov 20, 2017
@tacaswell tacaswell deleted the fix_svg_size branch November 20, 2017 02:29
@QuLogic QuLogic modified the milestones: needs sorting, v2.2.0 Feb 12, 2018
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.

svg backend truncates output size to integer, which it doesn't need to (and pdf backend doesn't)

4 participants