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
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)
The text was updated successfully, but these errors were encountered:
Merge pull request #42 from JuliaPlots/sd-release
e3a136d
update tests + toml for release
No branches or pull requests
After trying:
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)
The text was updated successfully, but these errors were encountered: