pb89
2015-06-12 22:10:09 UTC
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 25 but from 11 to 36. How can i do
that?
thanks
peter
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/custom-x-axis-integers-boxplot-tp45769.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
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 25 but from 11 to 36. How can i do
that?
thanks
peter
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/custom-x-axis-integers-boxplot-tp45769.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------