X Tutup
Skip to content

Use cbook._reshape_2D in hist.#8369

Merged
dstansby merged 1 commit intomatplotlib:masterfrom
anntzer:hist-reuses-_reshape_2D
Mar 25, 2017
Merged

Use cbook._reshape_2D in hist.#8369
dstansby merged 1 commit intomatplotlib:masterfrom
anntzer:hist-reuses-_reshape_2D

Conversation

@anntzer
Copy link
Copy Markdown
Contributor

@anntzer anntzer commented Mar 24, 2017

... instead of rewriting essentially the same function locally. The
warning regarding potentially transposed inputs could be restored
if we consider it to be really worth it, but it probably belongs to
_reshape_2D anyways as it also applies to box plots.

attn @NelleV, xref #8116.

... instead of rewriting essentially the same function locally.  The
warning regarding potentially transposed inputs could be restored
if we consider it to be really worth it, but it probably belongs to
`_reshape_2D` anyways as it also applies to box plots.
@dstansby dstansby added this to the 2.1 (next point release) milestone Mar 24, 2017
@phobson phobson changed the title Use cbook._reshape_2D in hist. [MRG+1] Use cbook._reshape_2D in hist. Mar 24, 2017
@dstansby dstansby changed the title [MRG+1] Use cbook._reshape_2D in hist. Use cbook._reshape_2D in hist. Mar 25, 2017
@dstansby dstansby merged commit 73d2ea0 into matplotlib:master Mar 25, 2017
@anntzer anntzer deleted the hist-reuses-_reshape_2D branch March 26, 2017 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup