Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/03-matplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ which is the default for plotting matrix-type data (because this is where `[0:0]
We can also add a colour bar to help describe the figure, with a little more code:

~~~
import mpl_toolkits
import mpl_toolkits.axes_grid1

matplotlib.pyplot.figure()
ax = matplotlib.pyplot.gca()
Expand Down