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
In this example, the key with 3 columns is not drawable:
datas = Gadfly.Data(color=rand(["A","B","C","D"], 100)) scales = [Scale.color_discrete(levels=["A","B","C","D"])] aes = Scale.apply_scales(scales, datas) theme1 = Theme(key_max_columns=4) guides = render(Guide.colorkey(title="Colors"), theme1, aes[1])[1] # draw(PNG(), hstack(guides.ctxs[1:4]...)) # fails draw(PNG(), hstack(guides.ctxs[[1,2,4]]...)) # works
I'll submit a PR to fix this.
The text was updated successfully, but these errors were encountered:
Issue GiovineItalia#1344
811f56a
296fb19
Merge pull request #1349 from Mattriks/issue1344
b9a124a
Fixes #1344
Successfully merging a pull request may close this issue.
In this example, the key with 3 columns is not drawable:
I'll submit a PR to fix this.
The text was updated successfully, but these errors were encountered: