Skip to content

Commit

Permalink
fix typo in subplot section
Browse files Browse the repository at this point in the history
subplot index should be 121 and 122, but was 121 and 112
  • Loading branch information
arunpersaud committed Nov 16, 2012
1 parent 20ee019 commit 8231a24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions intro/matplotlib/matplotlib.rst
@@ -1,4 +1,3 @@

.. _matplotlib:

Matplotlib
Expand Down Expand Up @@ -537,7 +536,7 @@ A plot with two rows and one column is created with
:width: 25%

If you want two plots side by side, you create one row and two columns
with ``subplot(121)`` and ``subplot(112)``. The result looks like this:
with ``subplot(121)`` and ``subplot(122)``. The result looks like this:

.. raw:: pdf
Expand Down

0 comments on commit 8231a24

Please sign in to comment.