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

limits tries to use default even when passed nothing #4384

Open
3 tasks done
aplavin opened this issue Sep 19, 2024 · 0 comments
Open
3 tasks done

limits tries to use default even when passed nothing #4384

aplavin opened this issue Sep 19, 2024 · 0 comments
Labels

Comments

@aplavin
Copy link
Contributor

aplavin commented Sep 19, 2024

# works:
julia> Axis(Figure()[1,1], limits=((0, nothing), nothing))

# errors:
julia> Axis(Figure()[1,1], limits=((1000, nothing), nothing))
ERROR: Invalid x-limits as xlims[1] <= xlims[2] is not met for (1000, 10.0).

As @jkrumbiegel said on slack,

it still takes the 10 from the default 0 to 10

  • what version of Makie are you running? (]st -m Makie) v0.21
  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
  • What platform + GPU are you on? any
@aplavin aplavin added the bug label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant