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 labels too small for large axes #37

Closed
ssfrr opened this issue Dec 28, 2017 · 1 comment
Closed

axis labels too small for large axes #37

ssfrr opened this issue Dec 28, 2017 · 1 comment

Comments

@ssfrr
Copy link
Contributor

ssfrr commented Dec 28, 2017

this example from the docs is fine:

using Makie
scene = Scene(resolution = (500, 500))
aviz = axis(linspace(0, 2, 4), linspace(0, 2, 4))
center!(scene)

but if you make the axis larger the labels get very small, e.g. aviz = axis(linspace(0, 20, 4), linspace(0, 20, 4))

@SimonDanisch
Copy link
Member

yes i'm working on that! I'll soon introduce units to make those things independant of scale

SimonDanisch added a commit that referenced this issue Jun 3, 2021
updates for AbstractPlotting#sd-improvements
SimonDanisch added a commit that referenced this issue Jun 3, 2021
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