Re: [Tutor] Matplotlib Slider Widget and changing colorbar threshold

2013-03-12 Thread Alan Gauld
On 12/03/13 14:10, Kevin Khan wrote: I am currently trying to work on a program that will allow the user to display their dataset in the form of a colormap and through the use of sliders, it will also allow the user to adjust the threshold of the colormap and thus update the colormap accordingly.

[Tutor] Matplotlib Slider Widget and changing colorbar threshold

2013-03-12 Thread Kevin Khan
I am currently trying to work on a program that will allow the user to display their dataset in the form of a colormap and through the use of sliders, it will also allow the user to adjust the threshold of the colormap and thus update the colormap accordingly. The best to describe this would be th