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

2015-06-13 Thread pb89
yes, that works as well! thanks for your suggestion -- View this message in context: http://matplotlib.1069221.n5.nabble.com/custom-x-axis-integers-boxplot-tp45769p45776.html Sent from the matplotlib - users mailing list archive at Nabble.com.

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

2015-06-13 Thread pb89
it tried this before, but it throws an exception: TypeError: boxplot() got an unexpected keyword argument 'pos' -- View this message in context: http://matplotlib.1069221.n5.nabble.com/custom-x-axis-integers-boxplot-tp45769p45774.html Sent from the matplotlib - users mailing list archive

[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

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.