-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Error: Multiple colormaps found for plot #3251
Comments
Looks like it's related to #3090 |
This was an internal refactor, however Makie's API surface and combinatorial possibilities are very large. This case was not covered by tests otherwise it would've been fixed beforehand, it was not broken intentionally. The only thing that should have stopped working after the refactor were previously not well-defined cases that we classified as bugs basically. |
Yes, of course. Sorry, I didn't mean to intend (at all!) that anything was broken intentionally. My comment was probably unclear, but what I meant to say was that I wasn't sure to which category this belonged:
Is there anything I can do to fix this? After skimming through #3090, I have the (vague) impression that what would be needed is some sort of specialized |
Yes that sounds correct and should be a good first PR :) |
OK, I'll try and do this! Hopefully by the end of this week... |
Fixes: #3251 Co-authored-by: Simon <sdanisch@protonmail.com>
Hi, it looks like the latest release (GLMakie v0.8.10) broke something
]activate --temp; add Makie
)GLMakie
seems to be the easiest way to reproduce the issueGPU info
The issue I'm having is triggered by a code heavily inspired by the "volumeslices example" in the Makie documentation. The only addition I made (which seems to be relevant) is a Colorbar:
The code above works fine with WGLMakie v0.8.13 (my originally intended backend) and GLMakie v0.8.9 (which I tested afterwards to check whether this was backend-dependent). But an error arises after upgrading to WGLMakie v0.8.14 or GLMakie v0.8.10:
All in all, I was surprised because I wasn't expecting anything to break for these releases. On the other hand, I'm very new to Makie, so it might very well be that I was using the Colorbar in an unintended way in the first place...
What do you think?
And many thanks for the great packages and the tremendous amount of work you put in them!
The text was updated successfully, but these errors were encountered: