-
Notifications
You must be signed in to change notification settings - Fork 47
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
colormap not applied #530
Comments
For others running into this issue, I've found that you can work with the colormap by using Probably the example in https://aog.makie.org/dev/gallery/gallery/customization/colorbar/#Colorbar-tweaking needs to be modified, as this is where I got the syntax from in the first place. |
You do this via |
Now we have to pass the colormap to `scales` instead of to `mapping` as before. Closes MakieOrg#530.
Bug description & steps to reproduce
The colormap kwarg currently doesn't seem to be applied at all.
E.g. after some setup...
...then choosing a different colormap with
visual(..., colormap=:thermal)
should change the colors.However, instead they produce the same picture (see below).
This also applies to other colormaps.
Note that with just Makie it works fine, i.e. the pictures are different:
Images
Using AlgebraOfGraphics:
Using just Makie:
Version info
Please include the output of
versioninfo()
andPkg.status()
for the environmentwhere the issue occurred.
The text was updated successfully, but these errors were encountered: