Thank you Christoph, and thank you for the extensive package builds!

I did update to matplotlib 1.5 and it seems to address the error; I get all
of my plots and they look correct, though I did get the following warning
on Python 2.7.10:

[c:\python\dev\homework1] python PHYS404-homework1-problem3-rev05.py
C:\Python27\lib\site-packages\numpy\core\fromnumeric.py:2648:
RuntimeWarning: invalid value encountered in rint
  return round(decimals, out)

... and the same on CPython 3.4 (do you think 3.5 is stable enough to move
to?):

[c:\python\dev\homework1] python PHYS404-homework1-problem3-rev05.py
C:\Python34\lib\site-packages\numpy\core\fromnumeric.py:2648:
RuntimeWarning: invalid value encountered in rint
  return round(decimals, out)

Many thanks again,
Bobby

On Thu, Sep 17, 2015 at 11:23 PM, <
matplotlib-users-requ...@lists.sourceforge.net> wrote:

> Today's Topics:
>
>    1. Re: bug report (Christoph Gohlke)
>    2. Re: bug report (Bobby Wilkins)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 17 Sep 2015 10:30:30 -0700
> From: Christoph Gohlke <cgoh...@uci.edu>
> Subject: Re: [Matplotlib-users] bug report
> To: matplotlib-users@lists.sourceforge.net
> Message-ID: <55faf8b6.8020...@uci.edu>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> I can reproduce the AttributeError on all Python versions and the crash
> (in Python's _tkinter.pyd extension) on Python 3.4.
>
> As a workaround you might try to upgrade to matplotlib 1.5, which seems
> to work for me.
>
> Christoph
>
>
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to