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

Skip to content

Commit f6c9ac2

Browse files
committed
Replaced old figure part with the new one from the gallery (showcase section)
1 parent 0a0b3e6 commit f6c9ac2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/faq/anatomy.png

101 KB
Loading

doc/faq/fig_map.png

-29 KB
Binary file not shown.

doc/faq/usage_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ completely, leaving a purely object-oriented approach.
5050

5151
Parts of a Figure
5252
=================
53-
.. image:: fig_map.png
53+
.. image:: anatomy.png
5454

5555
:class:`~matplotlib.figure.Figure`
5656
----------------------------------
5757

58-
The **whole** figure (marked as the outer red box). The figure keeps
58+
The **whole** figure. The figure keeps
5959
track of all the child :class:`~matplotlib.axes.Axes`, a smattering of
6060
'special' artists (titles, figure legends, etc), and the **canvas**.
6161
(Don't worry too much about the canvas, it is crucial as it is the

0 commit comments

Comments
 (0)