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
For labelcolor={linecolor,markeredgecolor,markerfacecolor}, text will
match the specified attribute if consistent, but fall back to black if
they differ within a single labeled artist.
These tests use 10 random colours out of the ['r', 'g', 'b'] set, so 3
(all red, all green, all blue) out of 3**10 will result in the text
_not_ being black. This is rare (0.0051%), but does happen once in a
while.
Instead, just hard-code some different colours in the test.
0 commit comments