8000 DOC: fix table · matplotlib/matplotlib@26f1a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26f1a90

Browse files
committed
DOC: fix table
1 parent 1e5b11a commit 26f1a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,16 @@ def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
275275
aspect : {'auto_pb', 'auto'}
276276
Possible values:
277277
278-
======== =================================================
278+
======== ==================================================
279279
value description
280-
======== =================================================
280+
======== ==================================================
281281
'auto_pb' This will make the size of the axes have a fixed
282282
ratio
283283
'auto' automatic; fill the position rectangle with data.
284284
This will let the ratio between the size of the
285285
(pseudo-) bounding box be free and will not
286286
adjust anything at draw time.
287-
======== =================================================
287+
======== ==================================================
288288
289289
adjustable : None or {'box', 'datalim'}, optional
290290
If not ``None``, this defines which parameter will be adjusted to

0 commit comments

Comments
 (0)
0