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

Skip to content

Commit 21c5307

Browse files
authored
Update widgets.py
1 parent a79fc83 commit 21c5307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def __init__(self, ax, label, initial='',
10151015
"""
10161016
super().__init__(ax)
10171017

1018-
ha_dist = {"left": 0.05, "center":0.5, "right":0.95}
1018+
ha_dist = {"left": 0.05, "center": 0.5, "right": 0.95}
10191019
self.DIST = ha_dist[ha]
10201020

10211021
self.label = ax.text(

0 commit comments

Comments
 (0)