Open
Description
Great brokenaxes ! yet I met a little problem in drawing boxplot.
- env
- jupyter 4.4.0
- python 3.6
- matplotlib 2.1.2
- code
# boxDaw is lists in list like [[],[],[],[],[],[],[]] with 7 lists in it
figBox2=plt.figure()
bax=brokenaxes(ylims=((0,0.010),(0.139,0.14)),hspace=0)
bax.boxplot(boxDraw,positions=[1,2,3,4,5,6,7])
figBox2.savefig("boxFig24.png")
Thanks.
Metadata
Metadata
Assignees
Labels
No labels