Re: [Matplotlib-users] power law fitting of data

2007-12-22 Thread Johann Cohen-Tanugi
hi jessica, This FittingData tutorial is very nice. Could you illustrate how to fix/thaw parameters? I did not find any such attribute and when I try some kludges they fail with a msg saying : shape mismatch: objects cannot be broadcast to a single shape thanks, Johann ---

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

2007-12-22 Thread Yongtao Cui
Hi Jack, In \matplotlib\axes.py, Axes.format_xdata() func = self.xaxis.get_major_formatter().format_data_short ->func = self.xaxis.get_major_formatter().format_data same for Axes.format_ydata() -Yongtao On Dec 22, 2007 1:46 PM, Jack Sankey <[EMAIL PROTECTED]> wrote: > Hello, > > When you make

[Matplotlib-users] mouse coordinate precision in figures

2007-12-22 Thread Jack Sankey
Hello, When you make a figure and move the mouse around inside the axes, the x- and y-values appear in the status bar. Is there a way to change the precision of this data? It's only tracking 3 significant figures and I need more (say you're zoomed in on some data with a large offset). Is there a