Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallen committed Jan 3, 2016
1 parent 1844373 commit f00b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_graph_plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"source": [
"## Define Positioning\n",
"\n",
"Plotly does not have a truth library for graph theory. We will use NetworkX to define the position of coordinates of a scatterplot and the attributes to describe the nodes of that scatterplot. Once a positioning is determined above, define it below as \"pos\", a dictionary of x and y coordinates."
"Plotly does not have a true library for graph theory. We will use NetworkX to define the position of coordinates of a scatterplot and the attributes to describe the nodes of that scatterplot. Once a positioning is determined above, define it below as \"pos\", a dictionary of x and y coordinates."
]
},
{
Expand Down

0 comments on commit f00b3b9

Please sign in to comment.