Skip to content

Commit 4294969

Browse files
authored
fix typo in dev docs (#807)
1 parent 29b098d commit 4294969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/developer_notes/layouts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Layouts
44
PlotArea
55
--------
66

7-
This is the main base class within layouts. A ``Figure`` and ``Dock`` are areas within a ``Subplot`` that
8-
inherit from ``PlotArea``.
7+
This is the main base class within layouts. A ``Subplot`` and ``Dock`` are areas within a ``Figure``.
8+
``Subplot`` and ``Dock`` inherit from ``PlotArea``.
99

1010
``PlotArea`` has the following key properties that allow it to be a "plot area" that can be used to view graphical objects:
1111

@@ -81,4 +81,4 @@ Now that we have understood ``PlotArea`` and ``Subplot`` we need a way for the u
8181

8282
A ``Figure`` contains a grid of subplot and has methods such as ``show()`` to output the figure.
8383
``Figure.__init__`` basically does a lot of parsing of user arguments to determine how to create
84-
the subplots. All subplots within a ``Figure`` share the same canvas and use different viewports to create the subplots.
84+
the subplots. All subplots within a ``Figure`` share the same canvas and use different viewports to create the subplots.

0 commit comments

Comments
 (0)