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
👋🏻 I'm running into an issue when trying to draw a NetworkX graph with Altair.
I'm trying to render a DAG with colored nodes, but the color parameter does not accept alt.Color which would be useful for situations where not all categories have data.
The fix would be to update this if statement to accept the altair.Color type.
👋🏻 I'm running into an issue when trying to draw a NetworkX graph with Altair.
I'm trying to render a DAG with colored nodes, but the color parameter does not accept
alt.Color
which would be useful for situations where not all categories have data.The fix would be to update this if statement to accept the
altair.Color
type.https://github.com/Zsailer/nx_altair/blob/master/nx_altair/draw_altair.py#L92-L94
The text was updated successfully, but these errors were encountered: