Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81760d7

Browse files
committed
Remove backticks around None. This is not a ref
1 parent e70c567 commit 81760d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/colorbar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,12 +1014,12 @@ def make_axes(parents, location=None, orientation=None, fraction=0.15,
10141014
10151015
Keyword arguments may include the following (with defaults):
10161016
1017-
location : [`None`|'left'|'right'|'top'|'bottom']
1017+
location : [None|'left'|'right'|'top'|'bottom']
10181018
The position, relative to **parents**, where the colorbar axes
10191019
should be created. If None, the value will either come from the
10201020
given ``orientation``, else it will default to 'right'.
10211021
1022-
orientation : [`None`|'vertical'|'horizontal']
1022+
orientation : [None|'vertical'|'horizontal']
10231023
The orientation of the colorbar. Typically, this keyword shouldn't
10241024
be used, as it can be derived from the ``location`` keyword.
10251025

0 commit comments

Comments
 (0)