|
From: kaevy <ked...@gm...> - 2014-03-27 19:39:58
|
checking the toolbar mode might help you.
tb = get_current_fig_manager().toolbar
if tb=='' : then you know that the toolbar is being used.
this may not answer your question totally - but might help.
k
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Disable-zoom-on-toolbar-tp14159p43151.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|