[Matplotlib-devel] typo in matplotlib docs

Nelle Varoquaux nelle.varoquaux at gmail.com
Sat Jan 28 13:32:50 EST 2017


Hi Tom,

Thanks for reporting. Do you mind opening a pull request to fix this? I am
happy to guide you through the process.

Cheers,
N

On 10 January 2017 at 06:42, Howard, Tom <tom.howard at metoffice.gov.uk>
wrote:

> Hi
>
>
>
> I noticed a (fairly trivial) typo on page
>
>
>
> http://matplotlib.org/users/recipes.html
>
>
>
> I couldn’t work out how to report it – hope this is a suitable forum.
>
>
>
>
>
> Details:
>
>
>
> ax.plot(t, mu1, lw=2, label='mean population 1', color='blue')
>
> ax.plot(t, mu1, lw=2, label='mean population 2', color='yellow')
>
>
>
> should be
>
>
>
> ax.plot(t, mu1, lw=2, label='mean population 1', color='blue')
>
> ax.plot(t, mu2, lw=2, label='mean population 2', color='yellow')
>
>
>
>
>
> Then the image makes more sense, too!
>
>
>
>
>
> ================================================
>
> Best wishes
>
> Tom
>
>
>
> https://drtomhoward.wordpress.com/about/
>
>
>
> Tel: +44(0)1392 886678 <+44%201392%20886678>
>
> Dr Tom Howard, Met Office Hadley Centre
>
> FitzRoy Road, Exeter, EX1 3PB, UK
>
>
>
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20170128/f1888e7b/attachment-0001.html>


More information about the Matplotlib-devel mailing list