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
I would like to be able to do a LinesFill plot with the lower and upper referring to the x axis, rather than the y axis.
LinesFill
lower
upper
x
y
(My use case is with a discrete y axis and continuous x axis)
Option 1: implement a LinesFillx (note the x) that does this. Option 2: change the existing LinesFill to somehow be configurable for this switch.
LinesFillx
I see the current implementation is using the Makie band function so hopefully this would be able to work the other direction too.
band
AlgebraOfGraphics.jl/src/recipes/linesfill.jl
Line 38 in c9753ff
There is a related Makie issue: MakieOrg/Makie.jl#2978
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
I would like to be able to do a
LinesFill
plot with thelower
andupper
referring to thex
axis, rather than they
axis.(My use case is with a discrete y axis and continuous x axis)
Proposed solution
Option 1: implement a
LinesFillx
(note thex
) that does this.Option 2: change the existing
LinesFill
to somehow be configurable for this switch.I see the current implementation is using the Makie
band
function so hopefully this would be able to work the other direction too.AlgebraOfGraphics.jl/src/recipes/linesfill.jl
Line 38 in c9753ff
There is a related Makie issue: MakieOrg/Makie.jl#2978
The text was updated successfully, but these errors were encountered: