On Fri, Oct 10, 2008 at 11:31 AM, Gregor Thalhammer
<[EMAIL PROTECTED]> wrote:
> Is this really an intended behaviour? Wouldn't it be better if
> get_xlim() already returns a copy? Or could at least the documentation
> be updated to mention this pitfall?
I think it should return a copy -- if I do
Dear developers,
the following example shows a somewhat unexpected behaviour of the
get_xlim() method of an axis object: it returns a view to the internal
data structure used to store the data limits. Because of this saving and
restoring the data limits failed in this example (I am using matplo
John Hunter wrote:
> On Wed, Oct 8, 2008 at 10:27 PM, Erik Tollerud <[EMAIL PROTECTED]> wrote:
>> Ah, that makes more sense Jae-Joon - thanks!
>
> Jae-Joon -- could you handle this patch submission?
>
> Thanks,
> JDH
Hi,
I also had a look at this patch -- as that's a feature I was
interested i