Skip to content

Commit 762555c

Browse files
committed
font size better
1 parent df38bb4 commit 762555c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

geopytool/CustomClass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version="0.9.21.0.010"
1+
version="0.9.21.0.011"
22

33
date = '2021-10-17'
44

geopytool/ImportDependence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
ttfFontProp = ttfFontProperty(font)
135135
fontprop = font_manager.FontProperties(family='sans-serif',
136-
size=4,
136+
size=9,
137137
fname=ttfFontProp.fname,
138138
stretch=ttfFontProp.stretch,
139139
style=ttfFontProp.style,

geopytool/Pearce.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -583,22 +583,22 @@ def Pearce(self):
583583
for i in self.TagsA:
584584
self.axes[0,0].annotate(i.Label, xy=i.Location, xycoords='data', xytext=(i.X_offset, i.Y_offset),
585585
textcoords='offset points',
586-
fontsize=4, color='grey', alpha=0.8)
586+
fontsize=8, color='grey', alpha=0.8)
587587

588588
for i in self.TagsB:
589589
self.axes[0,1].annotate(i.Label, xy=i.Location, xycoords='data', xytext=(i.X_offset, i.Y_offset),
590590
textcoords='offset points',
591-
fontsize=4, color='grey', alpha=0.8)
591+
fontsize=8, color='grey', alpha=0.8)
592592

593593
for i in self.TagsC:
594594
self.axes[1,0].annotate(i.Label, xy=i.Location, xycoords='data', xytext=(i.X_offset, i.Y_offset),
595595
textcoords='offset points',
596-
fontsize=4, color='grey', alpha=0.8)
596+
fontsize=8, color='grey', alpha=0.8)
597597

598598
for i in self.TagsD:
599599
self.axes[1,1].annotate(i.Label, xy=i.Location, xycoords='data', xytext=(i.X_offset, i.Y_offset),
600600
textcoords='offset points',
601-
fontsize=4, color='grey', alpha=0.8)
601+
fontsize=8, color='grey', alpha=0.8)
602602

603603

604604

0 commit comments

Comments
 (0)