Skip to content
New issue

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

Tick label position incorrect for PDF and PNG with extra resolution #109

Closed
chrisjcameron opened this issue Dec 14, 2015 · 3 comments
Closed
Labels
bug something broken

Comments

@chrisjcameron
Copy link

In the sample plot linked below, the Y axis labels have three spaces as the ticksuffix to avoid hugging the axis too closely with the larger font. This looks fine when viewed in the Jupyter notebook or online at plot.ly. If I download the figure in PNG format, it looks fine. If I select PNG with extra resolution or PDF format, the suffix spacing is ignored. This seems like a bug in the compositing.

Standard Res PNG
demo

High Res PNG
demo_high_res

Original file located at https://plot.ly/~chris.j.cameron/95/proportion-of-nodes-adopted-vs-time-steps/

@etpinard
Copy link
Contributor

@chrisjcameron Bug confirmed. Thanks

@etpinard etpinard added the bug something broken label Dec 15, 2015
@etpinard
Copy link
Contributor

This may be related to our use of class="crisp" in the axis drawing code.

I doubt that batik understands DOM classes.

EDIT. ⏫ to no avail. Try again.

@etpinard
Copy link
Contributor

Closing. This bug isn't related to plotly.js, but to our image-exporting services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

2 participants