We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c01a commit eb514d5Copy full SHA for eb514d5
lib/matplotlib/tests/__init__.py
@@ -50,7 +50,7 @@ def setup():
50
rcParams['text.hinting'] = False
51
rcParams['text.hinting_factor'] = 8
52
if use_new_toolmanager:
53
- rcParams['toolbar'] == 'toolmanager'
+ rcParams['toolbar'] = 'toolmanager'
54
55
# Clear the font caches. Otherwise, the hinting mode can travel
56
# from one test to another.
0 commit comments