[Matplotlib-devel] typo in matplotlib docs

Thomas Caswell tcaswell at gmail.com
Sat Jan 28 13:36:06 EST 2017


I think this got fixed in https://github.com/matplotlib/matplotlib/pull/7110

Tom

On Sat, Jan 28, 2017 at 1:33 PM Nelle Varoquaux <nelle.varoquaux at gmail.com>
wrote:

> 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
>
>
> _______________________________________________
> 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/77574b07/attachment.html>


More information about the Matplotlib-devel mailing list