Skip to content

Commit

Permalink
Fix incorrect colors. (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl authored Apr 8, 2021
1 parent 838ba63 commit 0159830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/01-introduction/03-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
},
"outputs": [],
"source": [
"\n",
"# a = ArcPlot(G, node_color='gender', node_grouping='gender')\n",
"nv.arc(G, node_color_by=\"gender\", group_by=\"gender\")\n",
"annotate.arc_group(G, group_by=\"gender\")"
Expand Down Expand Up @@ -317,7 +316,7 @@
"Next, we draw edges.\n",
"We start first with edges _between_ groups.\n",
"That is shown on the left side of the figure,\n",
"joining nodes in the \"red\" and \"blue\" (boys/girls) groups.\n",
"joining nodes in the \"yellow\" and \"green\" (boys/girls) groups.\n",
"We then proceed to edges _within_ groups.\n",
"This is done by cloning the node radial axis\n",
"before drawing edges."
Expand Down

0 comments on commit 0159830

Please sign in to comment.