[Matplotlib-users] Can't import pyplot, symbol not found error instead

2010-10-03 Thread Åke Kullenberg
I just installed matplotlib-1.0.0 on my system (Snow Leopard, python 2.7), but somehow when I try to import pyplot i get the error below. For reference, I installed matplotlib from source. Prior to that I installed libpng-1.4.4 and freetype-2.4.2 the usual way (./configure, make, make install)

Re: [Matplotlib-users] Combination of a box plot and a histogram

2010-10-03 Thread Benjamin Root
On Fri, Oct 1, 2010 at 9:47 AM, Tony S Yu tsy...@gmail.com wrote: On Oct 1, 2010, at 9:40 AM, Benjamin Root wrote: On Thu, Sep 30, 2010 at 8:44 PM, Tony S Yu tsy...@gmail.com wrote: I'd like to make something in between a box plot [1] and a histogram. Each histogram would be represented by

Re: [Matplotlib-users] unicode minus sign glyph missing with serif fonts in macosx backend

2010-10-03 Thread Daniele Nicolodi
On 18/09/10 02:57, Joey Richards wrote: When I plot with the MacOSX backend using a serif font, the negative signs on the axis labels show up as the missing glyph open squares rather than minus signs. Hello, I have the same problem on MacOsX 10.4 and matplotlib 1.0, but also with the default

Re: [Matplotlib-users] errorbar plot requires hold=True

2010-10-03 Thread Eric Firing
On 09/30/2010 08:28 AM, Joey Richards wrote: When I use the errorbar() routine to plot data, unless I set hold=True as a kwarg (or set it globally), the data are plotted without the errorbars. I believe it is because the routine first plots the error bars, then overplots the data points