Skip to content

Commit

Permalink
Merge pull request #39 from charlesLoder/typo-fix
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
holtzy authored Jul 20, 2020
2 parents e80f78e + be512ad commit 141e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion story/AdjacencyMatrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h1 id="chord-diagram">Chord diagram</h1>
<p>However chord diagram is not an usual way of displaying information. Thus, it is advised to give a good amount of explanation to educate your audience. A good way to do so is to draw just a few connections in a first step, before displaying the whole graphic. See this blog post by <a href="">Nadieh Bremer</a> for more ideas on this topic.</p>
<h1 id="sankey-diagram">Sankey diagram</h1>
<hr />
<p><a href="">Sankey diagram</a> is another option to display weighted connection. Intead of displaying regions on a circle, they are duplicated and represented on both side of the graphic. Origin is usually on the left, destination on the right.</p>
<p><a href="">Sankey diagram</a> is another option to display weighted connection. Instead of displaying regions on a circle, they are duplicated and represented on both side of the graphic. Origin is usually on the left, destination on the right.</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># Package</span>
<span class="kw">library</span>(networkD3)

Expand Down

0 comments on commit 141e2a0

Please sign in to comment.