File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,18 @@ reliability and consistency in documentation. They are not interchangeable.
155
155
| | | rotational | |
156
156
| | | motion." | |
157
157
+------------------+--------------------------+--------------+--------------+
158
- | Explicit, | Explicit approach of | - Explicit | - object |
159
- | Object Oriented | programming in | - explicit | oriented |
160
- | Programming (OOP)| Matplotlib. | - OOP | - OO-style |
158
+ | Axes interface | Usage pattern in which | - Axes | - explicit |
159
+ | | one calls methods on | interface | interface |
160
+ | | Axes and Figure to | - call | - object |
161
+ | | configure the plot. | methods on | oriented |
162
+ | | | the Axes | - OO-style |
163
+ | | | object | - OOP |
161
164
+------------------+--------------------------+--------------+--------------+
162
- | Implicit, | Implicit approach of | - Implicit | - MATLAB like|
163
- | ``pyplot `` | programming in Matplotlib| - implicit | - Pyplot |
164
- | | with ``pyplot `` module. | - ``pyplot `` | - pyplot |
165
- | | | | interface |
165
+ | pyplot interface | Usage pattern in which | - ``pyplot `` | - implicit |
166
+ | | one calls `.pyplot ` | interface | interface |
167
+ | | functions only to with | - call | - MATLAB like|
168
+ | | configure the plot. | ``pyplot `` | - Pyplot |
169
+ | | | functions | |
166
170
+------------------+--------------------------+--------------+--------------+
167
171
168
172
.. |Figure | replace :: :class: `~matplotlib.figure.Figure `
You can’t perform that action at this time.
0 commit comments