Skip to content

boxplot does not take parameters into account #3042

Closed
@Carreau

Description

@Carreau

And default style is changed.

Here is ho I used to have boxplot on matplotlib python 2
capture decran 2014-05-06 a 12 33 24

recent version on python 3 look different and seem not to take into account parameters passed to it.

capture decran 2014-05-06 a 12 32 54

Plot generated with

In [1]: %pylab
In [2]: boxplot(np.random.normal(size=500), sym='ro')
In [3]: matplotlib.__version__
Out[3]: '1.4.x'

(yes I know pylab is wrong)

git-desribe in mpl repo before a python3 setup install gives v1.3.1rc2-1231-gef462e4

My github foo did not show similar issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions