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 Sep 30, 2010, at 11:46 AM, Benjamin Root wrote:
> I just had another thought have you ever modified your matplotlibrc file?
> It might be possible that you have turned off holds (which is default). If
> so, then this would be a bug, because the errorbar function should
> temporarially
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 Thu, Sep 30, 2010 at 1:44 PM, Benjamin Root wrote:
> On Thu, Sep 30, 2010 at 1:28 PM, 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 th
On Thu, Sep 30, 2010 at 1:28 PM, 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 dat
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 and for some reason the routine is clearing the axis