File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/source/developer_notes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44PlotArea
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
8282A ``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.
You can’t perform that action at this time.
0 commit comments