Closed joshichaitanya3 closed 1 year ago
This small PR adds the ability to set colormap limits to plotfield, using optional cmin and cmax arguments, e.g.
cmin
cmax
Show(plotfield(f, grade=2, style="interpolate", cmin=0.025, cmax=0.075))
Documentation and an example are added.
Thanks so much for this contribution to Morpho, @joshichaitanya3! I've checked it out and everything looks good.
This small PR adds the ability to set colormap limits to plotfield, using optional
cmin
andcmax
arguments, e.g.Documentation and an example are added.