robe de marièe.
Nantes / Monaco : chaîne du match en direct (24 novembre)
Déjà la 14e journée pour le Championnat de France de Ligue 1 avec une belle
affiche ce dimanche 24 novembre : Nantes vs Monaco. Un match qui s’annonce
difficile pour l’équipe de Nantes qui est un peu inférieure sur le papie
thanks for the quick answer Jeffrey, its working!
-peter
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/custom-x-axis-integers-boxplot-tp45769p45771.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
---
Try adding these lines before your call to plt.show():
locs, labels = plt.xticks()
plt.xticks(locs, np.arange(11, 36))
On Fri, Jun 12, 2015 at 3:10 PM, pb89 wrote:
> hi guys,
>
> i guess thats an easy one for you:
>
> fig=plt.figure()
> rect=fig.patch
> rect.set_facecolor('white')
> ax
hi guys,
i guess thats an easy one for you:
fig=plt.figure()
rect=fig.patch
rect.set_facecolor('white')
ax1=fig.add_subplot(111)
bp=boxplot(array)
xlabel('case ID')
ylabel('registration time, sec')
show()
whereas array is a list of lists with 25 entries.
i want to have the axis not from 0 to