Is your feature request related to a problem? Please describe.
Currently, it's only possible to parse colormap by value and color lists.
See function colormap_t parse(const std::string& str) in options_tools.h.
Describe the solution you'd like
However, when colormap presets are available, we should be able to parse by name.
For example, it should be possible to type in the console: set model.scivis.colormap viridis
Is your feature request related to a problem? Please describe.
Currently, it's only possible to parse colormap by value and color lists.
See function
colormap_t parse(const std::string& str)inoptions_tools.h.Describe the solution you'd like
However, when colormap presets are available, we should be able to parse by name.
For example, it should be possible to type in the console:
set model.scivis.colormap viridis