Re: [Matplotlib-users] Matplotlib differences MacOSXAgg and others

2015-07-15 Thread John Coppens
On Wed, 15 Jul 2015 07:19:53 -1000 Eric Firing efir...@hawaii.edu wrote: John, if you haven't already done so, please escalate this to a github issue. Will do... Cheers, John -- Don't Limit Your Business. Reach for

[Matplotlib-users] Matplotlib 1.4.3 Agg problem

2015-07-15 Thread John Coppens
Hello all. I had MatPlotLib 1.3.1 installed, and decided to upgrade to 1.4.3. I compiled the .tar.gz package, which went without a hitch (except for a number of warnings from gcc). Installation also completed without problems. But, on running the same simple plot I was working on, no plot was

[Matplotlib-users] Matplotlib differences MacOSXAgg and others

2015-07-15 Thread John Coppens
Hello again, I've posted these two issues in separate mails, as I suspect they're actually different problems. This error is particular to the default version of MacOSX's matplotlib version 1.4.3: When doing a simple plot: import matplotlib.pyplot as plt def test_plot(): x = range(11)