You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lukelbd
changed the title
cmap name doesn't work in the configuration of cycle
Pass rc.cmap and rc.cycle arguments through respective constructor functions
May 19, 2020
I'm going to close this as a duplicate of #69. When I add rc-param assignment validation it will be trivial to pass assignments to rc.cmap and rc.cycle through the Colormap and Cycle constructors.
Now that rc settings are validated, this has been implemented. It works by saving the colormap name to the rc dict (necessary since the rc dicts should only contain settings printable to proplotrc files). For example:
Description
Since
cycle
supports cmaps, the input of cmap name in the configuration should be supported.Steps to reproduce
Expected behavior:
Like:
Actual behavior: [What actually happened]
Proplot version
master branch
The text was updated successfully, but these errors were encountered: