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

Skip to content

Commit 32d10d2

Browse files
authored
Merge pull request #16802 from QuLogic/fix-vcentered
Fix incorrect super class of VCentered.
2 parents 7540cdd + 53d2687 commit 32d10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ def __init__(self, elements):
19781978
do_kern=False)
19791979

19801980

1981-
class VCentered(Hlist):
1981+
class VCentered(Vlist):
19821982
"""
19831983
A convenience class to create a `Vlist` whose contents are
19841984
centered within its enclosing box.

0 commit comments

Comments
 (0)