Enable customizable colors for cell and boundary regions to gridplot - #115
Enable customizable colors for cell and boundary regions to gridplot#115Da-Be-Ru wants to merge 2 commits into
gridplot#115Conversation
|
Great idea! Two issues here:
|
|
Any news on this? I would love it as a functionality, see #134 because plotting the grid and some sensor locations becomes way too overloaded with the region color. |
One use case I have run into several times now is the need to customize cell and boundary region colormaps for the
gridplotcall.Since I didn't see any way to make this happen so far, I would propose adding new default keyword arguments and alter the
gridplotroutines so they don't use the hard-coded colormap fromGridVisualizeTools.jl.I also altered the 2d
gridplotexample in the docs to showcase this capability to the user.