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
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
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
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.
>
>>
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()
>
>
>
> ---
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