-
Notifications
You must be signed in to change notification settings - Fork 7
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
bugs in plot_erp #230
Comments
I get a different AoG version.
Maybe compat for AoG was updated but not the hash in the Project.toml? |
ah sorry I meant v0.5.6 |
Try a mwe with only AoG code. I find it unlikely that this is a AoG bug. Check what the output of config.axis is right before putting it into the axis object |
Changed to newest version, now the versions are AoG v0.8.0, UM v0.5.6, but the bug still persists |
xlabelvisible = false doesn't work only with columns |
discussed here MakieOrg/AlgebraOfGraphics.jl#557 |
problems:
xlabelvisible = false
doesn't work, whileylabelvisible
works. I checkedconfig.axis
and it is correct on every step. Seems like a bug on AoG sidelayout.color = :condition
givesERROR: MethodError: no method matching isless(::Type{Any}, ::Type{Any})
on my environment, but works on Rene's.AoG v0.8.0, UM v0.5.6
The text was updated successfully, but these errors were encountered: