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
Raise on color name collision with column in render_* (#619)
When `color=<str>` was both a valid matplotlib color and a column name
in the element or an annotating table, the literal color silently won
and the column was ignored (only a default-hidden `logger.info` was
emitted). Now raise `ValueError` with disambiguation guidance: pass hex
(e.g. `"#ffa500"`), an RGB(A) tuple, or rename the column.
0 commit comments