i'm using plot_surface
with one of existing color maps.
sub.plot_surface(X,Y,Z, cmap=cm.coolwarm)
but the color changes is not fast enough for me - i want to be able to spot smaller differences. i'd like change color e.g. every 0.5 unit. or draw some isolines. how can i do it?