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
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
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
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
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.
---