Re: [Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Eric Firing
On 2015/02/09 8:19 AM, Thomas Caswell wrote: > Can you test with 1.4.3rc1? I believe this has been fixed. Oops! Of course--I never use ',', and I was forgetting that it *is* just one pixel. Eric > > On Mon Feb 09 2015 at 1:07:28 PM Alex Böhnert > wrote: > >

Re: [Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Dekalog
Thomas Caswell wrote > Can you test with 1.4.3rc1? I believe this has been fixed. I just built 1.4.3-rc1 (from the Download page->other Downloads -> Older/mics) from source. It seems to indeed be fixed there. Thanks a lot! -- View this message in context: http://matplotlib.1069221.n5.nabble

Re: [Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Eric Firing
On 2015/02/09 8:19 AM, Thomas Caswell wrote: > Can you test with 1.4.3rc1? I believe this has been fixed. I don't think so. I can reproduce it on master. Regardless of the "ms" kwarg, I see only a pixel. Eric > > On Mon Feb 09 2015 at 1:07:28 PM Alex Böhnert

Re: [Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Thomas Caswell
Can you test with 1.4.3rc1? I believe this has been fixed. On Mon Feb 09 2015 at 1:07:28 PM Alex Böhnert wrote: > Dear all, > > when plotting scattered data with the "," marker, the data points do not > show up either on screen (Qt4Agg backend) or in saved bitmap images (tested > with png); the

[Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Alex Böhnert
Dear all, when plotting scattered data with the "," marker, the data points do not show up either on screen (Qt4Agg backend) or in saved bitmap images (tested with png); they do show up if the plot is exported as pdf. Example code (run in "ipython --pylab" for simplicity): import numpy as np a =