You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling log scale for the bar plot, the bars are not plotted properly and the plot is empty.
See also this bug report #163 and the corresponding fix #2147.
Commit dda42ab changed the default value of nonpos parameter from clip to mask which introduced the issue. I cannot tell whether clip should be default behavior or mask doesn't work as intended.
If I am correct this is a duplicate of #9288 and #9628, and the issue was fixed by #9477. Your MWE is working fine with Matplotlib from the current master branch and will be OK with Matplotlib 2.1.1, which should be shipped in aa very near future :).
Closing, but feel free to reopen if you think I was mistaken.
When enabling log scale for the bar plot, the bars are not plotted properly and the plot is empty.
See also this bug report #163 and the corresponding fix #2147.
Commit dda42ab changed the default value of
nonpos
parameter fromclip
tomask
which introduced the issue. I cannot tell whetherclip
should be default behavior ormask
doesn't work as intended.Result is an empty plot. Saving to an image file or PDF doesn't make a change.
Adding
fixes that issue.
Additional info:
Latest Miniconda
Various platforms (Ubuntu 16.04, Windows 10, macOS)
Matplotlib 2.1.0, Qt5Agg (from Anaconda)
The text was updated successfully, but these errors were encountered: