Replies: 1 comment 3 replies
-
|
This is with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to plot a 2D-Histogram using
hist2dploton an existing matplotlib axis. Following the example on the READMEworks, but if i have a matplotlib axis
axisand I execute:this breaks giving the following error
I checked the type of
axisto make sure it is not None, and indeed it isAxesSubplot(0.125,0.208882;0.562413x0.48434)Am I doing something wrong here?
Thanks,
Mo
Beta Was this translation helpful? Give feedback.
All reactions