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

Add support for log scale or custom scales #5

Closed
thekeenant opened this issue Apr 15, 2018 · 1 comment
Closed

Add support for log scale or custom scales #5

thekeenant opened this issue Apr 15, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@thekeenant
Copy link
Owner

thekeenant commented Apr 15, 2018

Currently only linear axes are supported. Perhaps some typedef which would map to a linear scale so it can be drawn like normal.

i.e. for semi-log:
10,000 -> 1.0
1,000 -> 0.75
100 -> 0.5
10 -> 0.25
0 -> 0

or for linear (the default):
10,000 -> 1.0
1,000 -> 0.1
100 -> 0.01
10 -> 0.001
0 -> 0

@thekeenant thekeenant changed the title Add support for log scale Add support for log scale or custom scales Apr 15, 2018
@thekeenant thekeenant added the enhancement New feature or request label Apr 15, 2018
@thekeenant
Copy link
Owner Author

Added in 6fed7b1

@thekeenant thekeenant added this to Done in Alpha Release Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Alpha Release
  
Done
Development

No branches or pull requests

1 participant