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

Skip to content

Commit 0c7ec90

Browse files
committed
Merged revisions 5685-5720 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint ........ r5700 | dsdale | 2008-06-30 09:24:13 -0400 (Mon, 30 Jun 2008) | 2 lines removed Qt4's NavigationToolbar2.destroy method ........ r5706 | mdboom | 2008-07-02 11:36:38 -0400 (Wed, 02 Jul 2008) | 2 lines Fix bug using autolegend with LineCollection. ........ r5720 | mdboom | 2008-07-08 10:50:20 -0400 (Tue, 08 Jul 2008) | 2 lines Improve mathtext superscript placement. ........ svn path=/trunk/matplotlib/; revision=5721
1 parent ca22a3b commit 0c7ec90

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2008-07-08 Improve mathtext superscript placement - MGD
2+
13
2008-07-07 Fix custom scales in pcolormesh (thanks Matthew Turk) - MGD
24

35
2008-07-03 Implemented findobj method for artist and pyplot - see

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def get_underline_thickness(self, font, fontsize, dpi):
11691169
# Percentage of x-height that sub/superscripts drop below the baseline
11701170
SUBDROP = 0.3
11711171
# Percentage of x-height that superscripts drop below the baseline
1172-
SUP1 = 0.7
1172+
SUP1 = 0.5
11731173
# Percentage of x-height that subscripts drop below the baseline
11741174
SUB1 = 0.0
11751175
# Percentage of x-height that superscripts are offset relative to the subscript

0 commit comments

Comments
 (0)