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

Add support for semi-infinite spans in hspan! / vspan! ? #1685

Open
BambOoxX opened this issue Feb 22, 2022 · 0 comments
Open

Add support for semi-infinite spans in hspan! / vspan! ? #1685

BambOoxX opened this issue Feb 22, 2022 · 0 comments
Labels
enhancement Feature requests and enhancements Errors & Warnings Missing/Bad errors Makie Backend independent issues (Makie core) plot Related to plot object

Comments

@BambOoxX
Copy link

Currently, it does not seems possible to setup semi-infinite spans in an Axis.

For instance with

f = Figure()
ax = Axis(f[1,1])
vspan!(ax,0,5,color = (:red,0.2))
vspan!(ax,-Inf64,0,color = (:blue,0.2))

only the red span gets plotted, though no error / warning shows up.

@ffreyer ffreyer added enhancement Feature requests and enhancements Makie Backend independent issues (Makie core) plot Related to plot object Errors & Warnings Missing/Bad errors labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and enhancements Errors & Warnings Missing/Bad errors Makie Backend independent issues (Makie core) plot Related to plot object
Projects
None yet
Development

No branches or pull requests

2 participants