Dear all
Is there a way to exchange x and y axis in band plot in Makie.jl? For example, I want to have
band(y,xlower,xupper)
Thanks!
Dear all
Is there a way to exchange x and y axis in band plot in Makie.jl? For example, I want to have
band(y,xlower,xupper)
Thanks!
What is a band plot? I have searched here and there is no mention of band plot
Apologies, I shoud have mentioned that I am utilizing the Makie.jl. Here is the link
https://docs.makie.org/stable/reference/plots/band/
You can currently use the form with two point arrays like band(Point2f.(xs1, ys), Point2f.(xs2, ys))