@@ -31,6 +31,11 @@ easier for humans to see patterns, trends and other useful information.
3131 question-and-answer format for what you can do with the data is a really
3232 good model that keeps your attention throughout the post.
3333
34+ * [ How to Generate FiveThirtyEight Graphs in Python] ( https://www.dataquest.io/blog/making-538-plots/ )
35+ gives a great tutorial on generating a specific style graph with
36+ [ pandas] ( /pandas.html ) and [ Matplotlib] ( /matplotlib.html ) that is
37+ similar to [ FiveThirtyEight] ( https://fivethirtyeight.com/ ) 's plots.
38+
3439
3540### Beautiful example visualizations
3641Sometimes you need inspiration from other sources to figure out what
@@ -58,6 +63,12 @@ visualization and gave me ideas for what to build.
5863 ton of data analysis and graphing and show numerous ways to slice and
5964 present information.
6065
66+ * [ How We Animated Trillions of Tons of Flowing Ice] ( http://dwtkns.com/posts/flowing-ice.html )
67+ breaks down the process that the NY Times data team used to create the
68+ beautiful
69+ [ Antarctic Dispatches] ( https://www.nytimes.com/interactive/2017/05/18/climate/antarctica-ice-melt-climate-change.html )
70+ articles that show how glaciers and ice are moving.
71+
6172
6273### Data visualization resources
6374* [ Data visualization, from 1987 to today] ( https://medium.economist.com/data-visualisation-from-1987-to-today-65d0609c6017 )
@@ -75,6 +86,11 @@ visualization and gave me ideas for what to build.
7586* [ dataviz.tools] ( http://dataviz.tools/ ) has a nice list of categorized
7687 tools for working with data and visualizing it.
7788
89+ * [ Xenographics] ( https://xeno.graphics/ ) presents uncommon and unusual
90+ visualization formats such as the
91+ [ Manhattan Plot] ( https://xeno.graphics/manhattan-plot/ ) and
92+ [ Time Curve] ( https://xeno.graphics/time-curve/ ) .
93+
7894* [ Engineering Intelligence Through Data Visualization at Uber] ( https://eng.uber.com/data-viz-intel/ )
7995 explains how Uber's data visualization team grew from 1 person to 15
8096 and the output they created along the way, including the open source
0 commit comments