[Matplotlib-users] assign pre-existing toolbar to new canvas

2009-08-26 Thread dek
I made a toolbar in a figure originally tied to a canvas via wx backend means. I cleared the figure, assigned a new canvas, and want to assign the same toolbar to it. Recreating the toolbar and setting it in wx caused odd display transition (it was slow I suppose?). I've been able to to get this

[Matplotlib-users] figure legend with mplot3d

2009-08-18 Thread dek
the patch3dcollection object not good for legend figure, I am having trouble thinking of a work around. Is there manually a way to insert artist and labels into the legend and make it such that it is independent from the axes? Using a proxy artist requires it not be part of the axes correct? -- V

[Matplotlib-users] Format 3D tick labels wxagg backend

2009-08-11 Thread dek
Hello, Has anyone formatted 3D major tick labels in wxagg backend successfully or can tell me what my problem might be: majorFormatter = matplotlib.ticker.FormatStrFormatter('%g') axes.w_xaxis.set_major_formatter(majorFormatter) axes.w_yaxis.set_major_formatter(majorFormatter) axes.w_zaxis.set_ma

[Matplotlib-users] y axis label placement

2009-08-03 Thread dek
I am wondering how I can dynamically place the y axis label depending on the length of ticker text. I have a canvas within wxpython app using wxagg but I'm unsure how to place the ylabel so that it's in a suitable place say when ticker label length could be one digit or 7+. At the 7+ digits the ax

[Matplotlib-users] on exit event?

2009-07-28 Thread dek
is there an on exit event for the matplotlib gui, such as when a user clicks the 'x' in the gui window -- View this message in context: http://www.nabble.com/on-exit-event--tp24688356p24688356.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---