hist() ignores axes argument
The hist()
does not use the provided axes or (main, ratio)
tuple of axes.
The hist()
does not use the provided axes or (main, ratio)
tuple of axes.
added Type::Bug label
changed title from hist() doesn't ignores axes argument to hist() ignores axes argument
assigned to @fsauerbu
mentioned in merge request !30 (closed)
created merge request !30 (closed) to address this issue
I'm closing this, because I think it is not actually a bug. I cannot reproduce the issue. hist()
does not create new axes when axes
and figure
are given.
closed