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
When converting matplotlib colormap to VCS, by default vcs_name becomes same as the matplotlib colormap, or you can assign your own name. But if the name is already being used as one of original VCS colormap, it assign "_001" at the end of name.
/Users/lee1043/anaconda2/envs/uvcdat-2.12/lib/python2.7/site-packages/vcs/colors.py:38: UserWarning: inferno colormap name was already existing, your colormap name will be: inferno_mpl_000
(vcs_name, vcs_name_final))
/Users/lee1043/anaconda2/envs/uvcdat-2.12/lib/python2.7/site-packages/vcs/colors.py:38: UserWarning: inferno colormap name was already existing, your colormap name will be: inferno_mpl_001
(vcs_name, vcs_name_final))
Wondering if we can have "overwrite" option.
The text was updated successfully, but these errors were encountered:
https://uvcdat.llnl.gov/docs/vcs/misc/colors.html
When converting matplotlib colormap to VCS, by default
vcs_name
becomes same as the matplotlib colormap, or you can assign your own name. But if the name is already being used as one of original VCS colormap, it assign "_001" at the end of name.run:
message:
run:
message:
Wondering if we can have "overwrite" option.
The text was updated successfully, but these errors were encountered: