Skip to content

Commit

Permalink
Restore displaying graph markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Aug 28, 2023
1 parent b342a1c commit ba62ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wily/commands/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def graph(
ids=state.index[state.default_archiver].revision_keys,
text=labels,
marker={
"size": 0 if z_axis is None else z,
"size": 0 if not z_axis else z,
"color": list(range(len(y))),
# "colorscale": "Viridis",
},
Expand Down

0 comments on commit ba62ad6

Please sign in to comment.