Setting colorbar range on fenics plot

I will take the chance of advertising here the use of vtkplotter :slight_smile:

...
from vtkplotter.dolfin import plot

plot(u, mode='color', vmin=-3, vmax=3, style=1)

2 Likes