Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
On Sun, Jan 27, 2013 at 12:28 PM, Neal Becker wrote: > Damon McDougall wrote: > >> On Sun, Jan 27, 2013 at 11:51 AM, Neal Becker >> wrote: >>> Damon McDougall wrote: >>> On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker wrote: > Simple example: the bars on the two x axis ends are not vi

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Neal Becker
Damon McDougall wrote: > On Sun, Jan 27, 2013 at 11:51 AM, Neal Becker > wrote: >> Damon McDougall wrote: >> >>> On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker >>> wrote: Simple example: the bars on the two x axis ends are not visible. x = [3, 6, 10] y = [1, 2, 3] import m

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
On Sun, Jan 27, 2013 at 11:51 AM, Neal Becker wrote: > Damon McDougall wrote: > >> On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker >> wrote: >>> Simple example: the bars on the two x axis ends are not visible. >>> >>> x = [3, 6, 10] >>> y = [1, 2, 3] >>> import matplotlib.pyplot as plt >>> >>> plt.e

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Neal Becker
Damon McDougall wrote: > On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker > wrote: >> Simple example: the bars on the two x axis ends are not visible. >> >> x = [3, 6, 10] >> y = [1, 2, 3] >> import matplotlib.pyplot as plt >> >> plt.errorbar (x, y, 0.2) > > Try adding a plt.xlim(2, 11) here. > >>

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker wrote: > Simple example: the bars on the two x axis ends are not visible. > > x = [3, 6, 10] > y = [1, 2, 3] > import matplotlib.pyplot as plt > > plt.errorbar (x, y, 0.2) Try adding a plt.xlim(2, 11) here. > plt.show() > > > > ---

[matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Neal Becker
Simple example: the bars on the two x axis ends are not visible. x = [3, 6, 10] y = [1, 2, 3] import matplotlib.pyplot as plt plt.errorbar (x, y, 0.2) plt.show() -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 20