typo in matplotlib docs

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
Dr Tom Howard, Met Office Hadley Centre
FitzRoy Road, Exeter, EX1 3PB, UK

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20170110/6fa5c1a9/attachment.html>

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
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20170128/f1888e7b/attachment-0001.html&gt;

I think this got fixed in [DOC] Apply comments from issue #7017 by rougier · Pull Request #7110 · matplotlib/matplotlib · GitHub

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
Matplotlib-devel Info Page

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel at python.org
Matplotlib-devel Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20170128/77574b07/attachment.html&gt;