Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bug in 3D histogram documentation #1702

Copy link
Copy link
Closed
@TormodLandet

Description

@TormodLandet
Issue body actions

The documentation on http://matplotlib.org/examples/mplot3d/hist3d_demo.html contains use of numpy.meshgrid, numpy.histogram2d and flatten. Meshgrid returns arrays of shape (ny, nx) while histogram2d returns arrays of shape (nx, ny). Thus, one or the other has to be transposed in order to use them all together after flatten (or flatten must be run with order='F' on one of the results)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.