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

Plotting recipe: markers are broken #134

Open
mzgubic opened this issue Jul 21, 2020 · 3 comments
Open

Plotting recipe: markers are broken #134

mzgubic opened this issue Jul 21, 2020 · 3 comments
Assignees
Labels

Comments

@mzgubic
Copy link
Contributor

mzgubic commented Jul 21, 2020

using Intervals
using Plots
intervals = [Interval{Closed, Closed}(float(x), float(x + 0.5)) for x in 1:11]
plot(intervals, 1:11)

gives the following
image

I suspect what happened is that the markers used to be filtered by NaN positions, and are not anymore. Will give it a go.

@mzgubic mzgubic self-assigned this Jul 21, 2020
@mzgubic
Copy link
Contributor Author

mzgubic commented Jul 25, 2020

The problem comes from using Plots 1.5.6 rather than 0.29.9.
JuliaPlots/Plots.jl#2876

@AlexRobson
Copy link
Member

I know this thread is old, but do you recall what the expected behaviour should be here? Is the issue that the markers are now showing up for the interval at 3, 6 and 9? I'm just revisiting #165 which is related.

@mzgubic
Copy link
Contributor Author

mzgubic commented Aug 23, 2022

Yes, they are not showing up at 3, 6, 9. It would also be nice if edges were different for open/closed, but not sure that's that's in scope :)

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

3 participants