Skip to content

Commit

Permalink
Fix broken links Joe introduced in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joferkington committed Jun 26, 2015
1 parent 41688f7 commit 94a0956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AnatomyOfMatplotlib-Part1-Figures_Subplots_and_layouts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"\n",
"Let's use some of what we've been talking about. Can you reproduce this figure?\n",
"\n",
"<img src=\"images/quick_exercise_1-0.png\">\n",
"<img src=\"images/exercise_1-1.png\">\n",
"\n",
"Here's the data and some code to get you started."
]
Expand Down Expand Up @@ -675,7 +675,7 @@
"\n",
"Once again, let's use a bit of what we've learned. Try to reproduce the following figure:\n",
"\n",
"<img src=\"images/quick_exercise_1-1.png\">\n",
"<img src=\"images/exercise_1-2.png\">\n",
"\n",
"Hint: You'll need to combine `ax.axis(...)` and `ax.margins(...)`. Here's the data and some code to get you started:"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Cheers!


[Part 0: Introduction To NumPy]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part0-Intro2NumPy.ipynb
[Part 1: PyPlot]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part1-pyplot.ipynb
[Part 1: Overview of Matplotlib]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part1-Figures_Subplots_and_layouts.ipynb
[Part 2: How To Speak MPL]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part2-HowToSpeakMPL.ipynb
[Part 3: Artists]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part3-Artists.ipynb
[Part 4: mpl_toolkits]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part4-mpl_toolkits.ipynb

0 comments on commit 94a0956

Please sign in to comment.