zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.

Home Page:https://py-pde.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow choosing color maps in `field.plot(kind="rgb")`

david-zwicker opened this issue · comments

We currently simply set color channels with scalar fields, but it might be nice to be able to merge fields using actual colormaps and a merging function. We might simply introduce a new plot type called merge, overlay, or something like that, which takes a list of colormaps (and possibly a merging function) to control how the single image is down.