pyplot toolbar

Has anyone ever added a print button to the pyplot toolbar? And in general
how is it possible to modify that toolbar instead of creating a new one?

-Tim

teq-2 wrote:

Has anyone ever added a print button to the pyplot toolbar? And in general
how is it possible to modify that toolbar instead of creating a new one?

-Tim

The actual toolbar is defined in the backend. It is not difficult to modify
it.

For the Qt4agg backend on windows look for NavigationToolbar2QT in:
c:\Python26\Lib\site-packages\matplotlib\backends\backend_qt4.py

ยทยทยท

--
View this message in context: http://old.nabble.com/pyplot-toolbar-tp29741179p29741292.html
Sent from the matplotlib - users mailing list archive at Nabble.com.