Skip to content

Commit

Permalink
Fix arg error in fingerprint docs test.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jul 21, 2017
1 parent 6cc4cb2 commit 8b37c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/further_topics/fingerprinting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We get the plot:
We are also able to specify a matplotlib colour map, interpolation and can
remove the colorbar and axis labels::

>>> p = af.plot(col_map='PuOr', interpolation='bicubic', colorbar=False, labels=False) # doctest: +SKIP
>>> p = af.plot(cmap='PuOr', interpolation='bicubic', colorbar=False, labels=False) # doctest: +SKIP
>>> p.show()

.. image:: _static/fingerprinting/WSLS_large_alt.png
Expand Down

0 comments on commit 8b37c6a

Please sign in to comment.