Skip to content

Commit 62d520d

Browse files
authored
fixing svg links
1 parent 7fa58c0 commit 62d520d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a Python Script to generate <a href="https://en.wikipedia.org/wiki/Pie_c
22

33
An example chart, generated using the 100,000 most common words in the Google Books English Corpus is shown below:
44

5-
<img src="http://codebox.org.uk/graphics/wordvis/wordvis_100000_small.png" height="320px" width="320px" alt="Sunburst Chart of Common English Words, small" />
5+
<img src="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000_small.png" height="320px" width="320px" alt="Sunburst Chart of Common English Words, small" />
66

77
The charts consist of a series on concentric rings, with each ring divided into segments.
88

@@ -14,7 +14,7 @@ the letter adjacent to it on the previous ring. The size of each segment represe
1414
in that position within the corpus. For example, by looking at the innermost ring we can see that the most common
1515
letter to find at the start of a word is <strong>'T'</strong>:
1616

17-
<img src="http://codebox.org.uk/graphics/wordvis/wordvis_100000_zoom.png" height="600px" width="600px" class="fancyimage" style="border: 1px solid grey" alt="Sunburst Chart of Common English Words, small" />
17+
<img src="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000_zoom.png" height="600px" width="600px" class="fancyimage" style="border: 1px solid grey" alt="Sunburst Chart of Common English Words, small" />
1818

1919
Many of the common words found in the corpus can be seen on the chart by starting at the inner ring and reading
2020
radially outwards. For example, the word <strong>'THE'</strong> can be seen in the diagram above, at the 10 o'clock position.
@@ -30,6 +30,6 @@ python wordvis.py google-books-common-words.txt words.svg
3030
</pre>
3131

3232
The charts are generated in SVG format, and the resulting files are large.
33-
The <a href="http://codebox.org.uk/graphics/wordvis/wordvis_100000.svg">SVG file generated using the Google Books data</a>
33+
The <a href="https://codebox.net/assets/images/common-english-words-visualisation/wordvis_100000.png">SVG file generated using the Google Books data</a>
3434
was around 42MB in size.
3535

0 commit comments

Comments
 (0)