Re: [Matplotlib-users] axes question (prop or fontproperties)

2008-01-05 Thread John Hunter
On Jan 5, 2008 2:15 PM, Alan G Isaac <[EMAIL PROTECTED]> wrote: > It appears from the documentation that > ``prop`` for a legend is the same as > ``fontproperties`` for a label. > > If true, perhaps legend should accept > ``fontproperties`` and perhaps slowly > deprecate prop? Yes they are the sam

[Matplotlib-users] axes question (prop or fontproperties)

2008-01-05 Thread Alan G Isaac
It appears from the documentation that ``prop`` for a legend is the same as ``fontproperties`` for a label. If true, perhaps legend should accept ``fontproperties`` and perhaps slowly deprecate prop? If false, what's the diff? Thank you, Alan Isaac --

Re: [Matplotlib-users] mouse coordinate precision in figures

2008-01-05 Thread Jack Sankey
Thanks guys! You can also just skip a step and go: gca().fmt_xdata = str gca().fmt_ydata = str :) I changed it in Axes.py. It would be cool if there was something in matplotlibrc, but now that I understand how it works, it's no biggy to me. Take care, Jack On Jan 4, 2008 9:18 AM, John Hunter <