SORU
17 HAZİRAN 2011, Cuma


Matplotlib onay etiketleri yazı tipi boyutunu küçültün

Matplotlib bir şekilde, nasıl kene için yazı tipi boyutunu yapabilir miyim kullanma ax1.set_xticklabels() etiketleri küçük?

Ayrıca, nasıl bir dikey için yatay döndürebilir?

CEVAP
8 Temmuz 2012, Pazar


Daha basit aslında. Buldum :

import pylab as pl
# We prepare the plot  
fig = pl.figure(1)
# We define a fake subplot that is in fact only the plot.  
plot = fig.add_subplot(111)

# We change the fontsize of minor ticks label 
plot.tick_params(axis='both', which='major', labelsize=10)
plot.tick_params(axis='both', which='minor', labelsize=8)

Sorunuza bir parçası sanıyordum etiket boyutu bu sadece cevap.

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • 3dmmfavs

    3dmmfavs

    29 Kasım 2009
  • BASS212M

    BASS212M

    15 Temmuz 2009
  • nemoking of kinges

    nemoking of

    4 EYLÜL 2009