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