8000 undesirable half pixel pad when axis showline is set to false · Issue #6173 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

undesirable half pixel pad when axis showline is set to false #6173

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

Closed
archmoj opened this issue Apr 29, 2022 · 2 comments
Closed

undesirable half pixel pad when axis showline is set to false #6173

archmoj opened this issue Apr 29, 2022 · 2 comments
Labels
bug something broken

Comments

@archmoj
Copy link
Contributor
archmoj commented Apr 29, 2022

codepen

@archmoj archmoj added the bug something broken label Apr 29, 2022
@archmoj
Copy link
Contributor Author
archmoj commented Apr 29, 2022

This comes from places like:

var pad = (ax.linewidth || 1) / 2;

which should be modified to be:

var pad = (ax.linewidth || 0) / 2; 

@gvwilson
Copy link
Contributor
gvwilson commented Jul 3, 2024

Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our 6579 backlog. Thanks for your help - @gvwilson

@gvwilson gvwilson closed this as completed Jul 3, 2024
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
0