-
Notifications
You must be signed in to change notification settings - Fork 29
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
Discussion about aliases for multi-axis log/power projections #664
Comments
Hmm, E.g. from the tests file
|
Aha! yes, the |
Yes, I fished them in the code 🙁. Made a small commit that added them to |
I see, I'll have to table this until I get more time to explore these options, but I'll keep this open for discussion. |
When trying to copy the second GMT tutorial into GMT.jl I have encountered a missing symbol (I think). The GMT command I want to reproduce is:
Both the x and y axis are in a log scale. At the moment, this can be achieved by specifying the
l
flag to thefigsize
strings:However, it would be nice to separate projection and size. Maybe there could be
distinctor just axproj
andyproj
arguments (larger change, would require rework of existing projection bindings):logxy
projection. Let me know which one of these you prefer, and I will look into an implementation (unless you already have something planned).EDIT: To stay consistent with the map projection syntax, maybe it would be better to use something like
proj = (name = :log, apply = "xy")
.The text was updated successfully, but these errors were encountered: