@@ -583,22 +583,22 @@ def Pearce(self):
583
583
for i in self .TagsA :
584
584
self .axes [0 ,0 ].annotate (i .Label , xy = i .Location , xycoords = 'data' , xytext = (i .X_offset , i .Y_offset ),
585
585
textcoords = 'offset points' ,
586
- fontsize = 4 , color = 'grey' , alpha = 0.8 )
586
+ fontsize = 8 , color = 'grey' , alpha = 0.8 )
587
587
588
588
for i in self .TagsB :
589
589
self .axes [0 ,1 ].annotate (i .Label , xy = i .Location , xycoords = 'data' , xytext = (i .X_offset , i .Y_offset ),
590
590
textcoords = 'offset points' ,
591
- fontsize = 4 , color = 'grey' , alpha = 0.8 )
591
+ fontsize = 8 , color = 'grey' , alpha = 0.8 )
592
592
593
593
for i in self .TagsC :
594
594
self .axes [1 ,0 ].annotate (i .Label , xy = i .Location , xycoords = 'data' , xytext = (i .X_offset , i .Y_offset ),
595
595
textcoords = 'offset points' ,
596
- fontsize = 4 , color = 'grey' , alpha = 0.8 )
596
+ fontsize = 8 , color = 'grey' , alpha = 0.8 )
597
597
598
598
for i in self .TagsD :
599
599
self .axes [1 ,1 ].annotate (i .Label , xy = i .Location , xycoords = 'data' , xytext = (i .X_offset , i .Y_offset ),
600
600
textcoords = 'offset points' ,
601
- fontsize = 4 , color = 'grey' , alpha = 0.8 )
601
+ fontsize = 8 , color = 'grey' , alpha = 0.8 )
602
602
603
603
604
604
0 commit comments