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
only cycles up to 18 colors, should continue ad infinitum:
The text was updated successfully, but these errors were encountered:
Resolved by adding modulus operator into the color selection.
color=cmap(i%len(cmap.colors))
I am still unsure why the cmap dd not automatically loop back around like I thought it would...
Sorry, something went wrong.
No branches or pull requests
only cycles up to 18 colors, should continue ad infinitum:
The text was updated successfully, but these errors were encountered: