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

Skip to content

Commit 2dfbd1b

Browse files
mdboomddale
authored andcommitted
fix a mathtext rendering bug
1 parent 03f0cbc commit 2dfbd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_hinting_type(self):
231231
class MathtextBackendBitmap(MathtextBackendAgg):
232232
def get_results(self, box, used_characters):
233233
ox, oy, width, height, depth, image, characters = \
234-
MathtextBackendAgg(self, box, used_characters)
234+
MathtextBackendAgg.get_results(self, box, used_characters)
235235
return image, depth
236236

237237
class MathtextBackendPs(MathtextBackend):

0 commit comments

Comments
 (0)