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 4
4
PlotArea
5
5
--------
6
6
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 ``.
9
9
10
10
``PlotArea `` has the following key properties that allow it to be a "plot area" that can be used to view graphical objects:
11
11
@@ -81,4 +81,4 @@ Now that we have understood ``PlotArea`` and ``Subplot`` we need a way for the u
81
81
82
82
A ``Figure `` contains a grid of subplot and has methods such as ``show() `` to output the figure.
83
83
``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