[Matplotlib-users] Fwd: bug report

2015-09-16 Thread Bobby Wilkins
OS: Windows 8.1 Pro matplotlib version: 1.4.3 where obtained: http://www.lfd.uci.edu/~gohlke/pythonlibs/ customizations: none Sample Program: attached py file; this is a Physics homework problem; I have the answers I need, but would like to fix the errors to be able to label all lines. Debug

Re: [Matplotlib-users] bug report

2015-09-17 Thread Bobby Wilkins
now it isn't at all similar to your setup, but it is a data > point. > > > > On Wed, Sep 16, 2015 at 9:43 AM, Benjamin Root <ben.v.r...@gmail.com> > wrote: > > What version of numpy do you have installed? > > > > On Wed, Sep 16, 2015 at 5:35 AM, Bobby Wilkin

Re: [Matplotlib-users] bug report

2015-09-18 Thread Bobby Wilkins
gt; >>> import matplotlib >> >>> matplotlib.__version__ >> '1.4.3' >> >>> import numpy >> >>> numpy.__version__ >> '1.9.2' >> >>> matplotlib.get_backend() >> u’MacOSX' >> }}} >> >> All are obtained t

Re: [Matplotlib-users] bug report

2015-09-18 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 <bobby.wilk...@gmail.com> wrote: > I installed CPython 2.7.10, and the appropriate versions of the same > packages, and I still get th

[Matplotlib-users] bug report

2015-09-18 Thread Bobby Wilkins
;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>