We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
aviz = axis(linspace(0, 20, 4), linspace(0, 20, 4))
The text was updated successfully, but these errors were encountered:
yes i'm working on that! I'll soon introduce units to make those things independant of scale
Sorry, something went wrong.
Merge pull request #37 from JuliaPlots/sd-improvements
e505741
updates for AbstractPlotting#sd-improvements
Merge pull request #37 from JuliaPlots/sd/textlayout
a497d07
fixes for textlayout
No branches or pull requests
this example from the docs is fine:
but if you make the axis larger the labels get very small, e.g.
aviz = axis(linspace(0, 20, 4), linspace(0, 20, 4))
The text was updated successfully, but these errors were encountered: