8000 lost some num in x-axis when using boxplot · Issue #16 · bendichter/brokenaxes · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
lost some num in x-axis when using boxplot #16
Open
@melyseengit

Description

@melyseengit

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")
  • pic I got
    boxfig24
  • I wonder why the "1" in x-axis lost and how may I solve this?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0