Skip to content

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

Closed
@archmoj

Description

@archmoj
Contributor

Activity

archmoj

archmoj commented on Apr 29, 2022

@archmoj
ContributorAuthor

This comes from places like:

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

which should be modified to be:

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

gvwilson commented on Jul 3, 2024

@gvwilson
Contributor

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 backlog. Thanks for your help - @gvwilson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gvwilson@archmoj

        Issue actions

          undesirable half pixel pad when axis showline is set to false · Issue #6173 · plotly/plotly.js