[Matplotlib-users] [ANN] GSOC project needs student with technical matplotlib software dev proficiency

2015-02-09 Thread Rob Clewley
Dear matplotlib users, The INCF (incf.org) is sponsoring two Google Summer of Code projects this year that will directly benefit PyDSTool (pydstool.sf.net), a math modeling toolbox for science and engineering that some of you will know. One, if not both, of the projects will involve significant te

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 =