Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a test for colorscales specified as a string
Added a test checking that a colorscale specified as a string is returned as a string. Previously it had been returned as a tuple of 1-tuples. e.g. "Viridis" -> (('V',), ('i',), ('r',), ('i',), ('d',), ('i',), ('s',)). Catches #1087.
- Loading branch information