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
-
Hi,
I'm trying to plot a 2D-Histogram using
hist2dplot
on an existing matplotlib axis. Following the example on the READMEworks, but if i have a matplotlib axis
axis
and I execute:this breaks giving the following error
I checked the type of
axis
to 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