Re: [Matplotlib-users] bug report

2015-09-17 Thread Bobby Wilkins
One more note: changing the plot type from loglog to just plot, the errors also go away. On Thu, Sep 17, 2015 at 11:23 PM, Bobby Wilkins wrote: > I installed CPython 2.7.10, and the appropriate versions of the same > packages, and I still get the same error: > ---

Re: [Matplotlib-users] bug report

2015-09-17 Thread Bobby Wilkins
I installed CPython 2.7.10, and the appropriate versions of the same packages, and I still get the same error: [c:\python\dev\homework1] pip list backports.ssl-match-hostname (3.4.0.2) certifi (2015.9.6.2) decorator (4.0.2) functools32 (3.2.3.post2) ipykernel (4.0.3) ipyparallel (4.0.2) ipython (4

Re: [Matplotlib-users] bug report

2015-09-17 Thread Christoph Gohlke
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 On 9/17/2015 6:46 AM, Bobby Wilkins wrote: > Thank you all. > > I am us

[Matplotlib-users] How to install matplotlib for python33?

2015-09-17 Thread Zaiwen Gong
Hi, I am trying to install matplotlib on my RedHat Linux 6.5 with Python33. Unfortunately, 'matplotlib' rpm isn't available for python33. `python-matplotlib` is included only for python2.6 from Red Hat Linux 6.5. So I try installing the latest module from matplotlib source using 'python easy_

Re: [Matplotlib-users] bug report

2015-09-17 Thread Bobby Wilkins
Thank you all. I am using Python 3.4.3. I meant to include a pip list: Assimulo (2.8) decorator (4.0.2) gmpy2 (2.0.7) ipykernel (4.0.3) ipython (4.0.0) ipython-genutils (0.1.0) ipywidgets (4.0.2) Jinja2 (2.8) jsonschema (2.5.1) jupyter-client (4.0.0) jupyter-core (4.0.4) MarkupSafe (0.23) matplo