-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
fix usage of Matplotlib color maps #33491
Comments
Branch: u/gh-mwageringel/33491 |
Commit: |
Author: Markus Wageringel |
comment:1
This branch obtains the colormaps from I have removed the module-wide In the long run, we can also consider removing Sage's New commits:
|
comment:2
I agree that there is no reason to nail that in memory. This is a good step towards removing redundancy in Sage that can be achieved elsewhere. LGTM. |
Reviewer: Travis Scrimshaw |
comment:3
Thank you. |
Changed branch from u/gh-mwageringel/33491 to |
Changed commit from |
comment:5
On conda, one sees now the following error
I think this may be introduced by this ticket, see https://github.com/sagemath/sage/runs/5800737359?check_suite_focus=true. (Not sure if it's only conda-related). |
comment:6
Sounds like |
comment:7
I think you're right. This seems to require |
comment:8
I've opened #33642 for this |
Matplotlib used to have a global dictionary of color maps. By now, it is considered internal API and does not contain newer color maps anymore, so some of them cannot be used in Sage:
CC: @tscrim @davidlowryduda
Component: graphics
Keywords: matplotlib
Author: Markus Wageringel
Branch:
2022ed6
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33491
The text was updated successfully, but these errors were encountered: