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

unstoppable warning when running legend example from the docs #42

Closed
piever opened this issue Jan 8, 2018 · 0 comments
Closed

unstoppable warning when running legend example from the docs #42

piever opened this issue Jan 8, 2018 · 0 comments

Comments

@piever
Copy link
Contributor

piever commented Jan 8, 2018

After trying:

using Makie, GeometryTypes, Colors

# Create some plots for which we want to generate a legend
scene = Scene()
plots = map([:dot, :dash, :dashdot], [2, 3, 4]) do ls, lw
    linesegment(linspace(1, 5, 100), rand(100), rand(100), linestyle = ls, linewidth = lw)
end
push!(plots, scatter(linspace(1, 5, 100), rand(100), rand(100)))
center!(scene)

from the docs, I get a repeating warning (it repeats itself until I kill the Julia session:

WARNING: Message queue is full. Ordering may be incorrect.

I'm on Makie master (and GeometryTypes v0.4.4, Colors 0.8.2)

SimonDanisch added a commit that referenced this issue Jun 3, 2021
update tests + toml for release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants