[Matplotlib-users] robe de marièe_Nantes / Monaco : chaîne du match en direct (24 novembre)

2015-06-12 Thread robedemariee
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

Re: [Matplotlib-users] custom x axis integers boxplot

2015-06-12 Thread pb89
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. ---

Re: [Matplotlib-users] custom x axis integers boxplot

2015-06-12 Thread Jeff Blackburne
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

[Matplotlib-users] custom x axis integers boxplot

2015-06-12 Thread pb89
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