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
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 defa
On Fri, Oct 1, 2010 at 9:47 AM, Tony S Yu wrote:
>
> On Oct 1, 2010, at 9:40 AM, Benjamin Root wrote:
>
> On Thu, Sep 30, 2010 at 8:44 PM, Tony S Yu wrote:
>
>> I'd like to make something in between a box plot [1] and a histogram. Each
>> histogram would be represented by a single, tall, rectang
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) plu