How can I change a Matplotlib colormap dynamically and get its range and labels updated?
I have an application where I want to change the colors used to map a plot with (x,y,z) points dynamically. I created the following to demonstrate the basic idea.