Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Log-axis minor label customization problem #3679

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
helloshuangzi opened this issue Mar 25, 2019 · 2 comments
Closed

Log-axis minor label customization problem #3679

helloshuangzi opened this issue Mar 25, 2019 · 2 comments
Labels
feature something new

Comments

@helloshuangzi
Copy link

helloshuangzi commented Mar 25, 2019

When an axis scales like below, it only shows one single main-label (0.01) with the remaining of sub-label (3 4 .. 8 9 and 2 3 4). It seems not intuitive for users without the familiarity of plotly style to figure out the actual value of those sub-labels.

3  4  5  6  7  8  9 (0.01)  2  3  4  

image

To avoid this confusion, does plotly support to show the sub-labels as its original value, or just hide them?

@etpinard
Copy link
Contributor

This might be part of #903 - where users could set a new attribute e.g. named yaxis.minortickformat.

In the meantime, you can try using tickvals and ticktext, but watch out for #2885

@etpinard etpinard changed the title Sub label customization problem Log-axis minor label customization problem Mar 26, 2019
@etpinard etpinard added the feature something new label May 22, 2019
@gvwilson
Copy link
Contributor

Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can 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
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

3 participants