user1893354
user1893354

Reputation: 5938

Update matplotlib to matplotlib 1.3 on windows

I want to try out the new .xkcd() function for matplotlib as shown here http://matplotlib.org/xkcd/examples/showcase/xkcd.html but it is not working because I think it only works for matplotlib 1.3. So I'm wondering how I would update to matplotlib 1.3. I tried

easy_install matplotlib

but that did not seem to work. Alternatively, if there is a way to use .xkcd() without updating, that would answer my question as well. Also, I am using windows.

Upvotes: 0

Views: 519

Answers (1)

Steve Barnes
Steve Barnes

Reputation: 28370

On this page pick the version of python that you are using, download the exe and run it.

Upvotes: 2

Related Questions