Skip to content

Autorange for log plot doesn't show all the data #1352

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
neilmb opened this issue Feb 3, 2017 · 3 comments · Fixed by #1475
Closed

Autorange for log plot doesn't show all the data #1352

neilmb opened this issue Feb 3, 2017 · 3 comments · Fixed by #1475
Assignees
Labels
bug something broken

Comments

@neilmb
Copy link

neilmb commented Feb 3, 2017

When using autorange: true with type: "log", the default scaling does not show all of the data. The example is at https://jsfiddle.net/crq1tkjy

screen shot 2017-02-03 at 14 28 42

I expected to be able to see both the maximum and minimum values by default, instead anything over 10k is off the top of the graph.

@etpinard etpinard added the bug something broken label Feb 6, 2017
@etpinard
Copy link
Contributor

I was able to reproduce this bug with much simpler data in http://codepen.io/etpinard/pen/jBwoOL

Looks like the problem only affects bar traces.

Pinging @alexcjohnson in case this problem rings a 🔔

@alexcjohnson
Copy link
Collaborator

Hah, how can we not have an autoranged log axis bar chart anywhere in our tests? 0.1 to 10^4 is the default y axis range (-1 to 4), there's a problem with the log/linear conversion. I'll sort it out.

@neilmb
Copy link
Author

neilmb commented Mar 14, 2017

What is the timing of the release process when this change will hit the CDN?

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

Successfully merging a pull request may close this issue.

3 participants