-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationtopic: mplot3d
Milestone
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationtopic: mplot3d