Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f060eb

Browse files
committed
Fix code reference of AxesImage in Artist Tutorial.
1 parent 4e9e5b8 commit 6f060eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/artists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class in the matplotlib API, and the one you will be working with most
5757
graphics primitives (:class:`~matplotlib.lines.Line2D`,
5858
:class:`~matplotlib.text.Text`,
5959
:class:`~matplotlib.patches.Rectangle`,
60-
:class:`~matplotlib.image.Image`, respectively). These helper methods
60+
:class:`~matplotlib.image.AxesImage`, respectively). These helper methods
6161
will take your data (e.g., ``numpy`` arrays and strings) and create
6262
primitive ``Artist`` instances as needed (e.g., ``Line2D``), add them to
6363
the relevant containers, and draw them when requested. Most of you

0 commit comments

Comments
 (0)