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

Axis scales #39

Closed
4 of 5 tasks
tbreloff opened this issue Sep 29, 2015 · 6 comments
Closed
4 of 5 tasks

Axis scales #39

tbreloff opened this issue Sep 29, 2015 · 6 comments

Comments

@tbreloff
Copy link
Member

Looking at Gadfly's list, should support: :none, :log10, :log2, :log, :asinh, :sqrt

This should probably be implemented similarly to axes or linestyles... there should be a supportedScales method, _allScales, etc. Default to :none (identity)

  • Gadfly/Immerse
  • PyPlot
  • Qwt
  • Winston
  • UnicodePlots
@waldyrious
Copy link
Contributor

@tbreloff is there any place I can see examples of the asinh and sqrt scales in use? (I don't have a Julia installation at hand to try).

@tbreloff
Copy link
Member Author

I don't know... just copy/pasted from Gadfly's docs to make sure I have a
starting list to work from.

On Tue, Sep 29, 2015 at 5:02 PM, Waldir Pimenta notifications@github.com
wrote:

@tbreloff https://github.com/tbreloff is there any place I can see
examples of the asinh and sqrt scales in use? (I don't have a Julia
installation at hand to try).


Reply to this email directly or view it on GitHub
#39 (comment).

@waldyrious
Copy link
Contributor

Found some potentially interesting links:

@tbreloff
Copy link
Member Author

Thanks for the list!

On Sep 29, 2015, at 7:14 PM, Waldir Pimenta notifications@github.com wrote:

Found some potentially interesting links:

matplotlib seems to have a symlog (symmetrical log) scale
ggplot2 has several scaling options (illustrated examples here) as well as a pretty comprehensive scales package
besides asinh, there are various sigmoid functions that can be used for this kind of scaling. tanh is a particularly elegant one, and I've used it in the past with nice results.

Reply to this email directly or view it on GitHub.

@tbreloff
Copy link
Member Author

tbreloff commented Oct 3, 2015

The framework is in... Gadfly's scales are implemented. Adding a check list for the other backends. If anyone has requests of scale-types that aren't here, let me know and I'll add. I won't bother unless I can implement it in one of the backends, though.

@tbreloff
Copy link
Member Author

tbreloff commented Oct 3, 2015

Mostly finished, so I'll close it for now.

Here's a sample:

screen shot 2015-10-03 at 5 25 04 pm

screen shot 2015-10-03 at 5 21 51 pm

@tbreloff tbreloff closed this as completed Oct 3, 2015
t-bltg pushed a commit that referenced this issue Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants