Last active
August 31, 2024 19:38
-
-
Save jmquintana79/cb7d52f7a565494600046ce38a4898ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from matplotlib import cm | |
selection_i = 1 | |
total = 10 | |
color = cm.jet(float(selection_i) / total) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment