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
After v2.2.0 came out, I expected my tool to start working again as the above bug had been fixed. Unfortunately, my minimal example was too minimal and there was a second, very similar, bug that was missed.
It seems that adding the argument ncol=5 to the axes.legend call in the previous minimal example triggers the error that I'm now seeing.
if taken care of just a bit to late (total can be called in a subtraction a few lines before). I'll check if that fixes the issue and open an PR if it does.
Hmm, sorry @afvincent - looks like my reply to your first comment never made it yesterday. The minimal example is a stripped down version of the code I'm using in my tool MultiQC, here. These plots can have large numbers of samples, so yes there can often be more than just 2 datasets.
After v2.2.0 came out, I expected my tool to start working again as the above bug had been fixed. Unfortunately, my minimal example was too minimal and there was a second, very similar, bug that was missed.
It seems that adding the argument
ncol=5
to theaxes.legend
call in the previous minimal example triggers the error that I'm now seeing.Minimal example:
Note that my full
axes.label()
call is as follows:Matplotlib version
print(matplotlib.get_backend())
): MacOSXmatplotlib installed using pip, python installed using conda locally (OSX) and on Travis CI.
Pinging @tacaswell, @dstansby and @afvincent as you fixed the previous bug 😉
The text was updated successfully, but these errors were encountered: