Multiple colour schemes in multiplot#19
Conversation
|
I had a look at merging this. General idea and code looks good, I found a few issues in practice. Mainly that with tiled plots the colour scheme can change but there is a shared colour bar which only shows one scheme. Also, I think it makes more sense to have one colour bar per quantity rather than per plotting panel, which changes the logic in how the array is used. So I have not merged it into the 2.9.1 release, but with a bit of effort I will try to get it in the next one. |
|
Mm, sure. That issue makes sense. I'd have to look into a way to spit up a colourbar if the schemes were not the same. |
This is my first pull request, please be kind.