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
Describe a sequence of steps to reproduce the behavior, ideally in the form of a
self-contained, copy-pasteable block of code.
This code should not depend on external variables available in your session and
should minimize the use of external packages.
If possible, use dummy inline data, e.g.df = (x=[1, 2], y=[3, 4], c=["a", "b"]),
instead of attaching a file with the dataset you were using when the problem occurred.
Bug description
When trying to specify multiple columns for attrs like
color
, I am unable to do so:The following error is produced:
Steps to reproduce
Describe a sequence of steps to reproduce the behavior, ideally in the form of a
self-contained, copy-pasteable block of code.
This code should not depend on external variables available in your session and
should minimize the use of external packages.
If possible, use dummy inline data, e.g.
df = (x=[1, 2], y=[3, 4], c=["a", "b"])
,instead of attaching a file with the dataset you were using when the problem occurred.
Version info
The text was updated successfully, but these errors were encountered: