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

Skip to content

Commit dee7232

Browse files
committed
Make parse_math kw-only
1 parent faabc0d commit dee7232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def __init__(self,
125125
usetex=None, # defaults to rcParams['text.usetex']
126126
wrap=False,
127127
transform_rotates_text=False,
128+
*,
128129
parse_math=True,
129130
**kwargs
130131
):

0 commit comments

Comments
 (0)