Once you have chosen a data visualization tool, you can find plenty of supporting documentation at the library and on the web. Resources for several popular data visualization software are included here.
Microsoft Excel
Excel charts can be leveraged to build compelling, albeit simple, visualizations.
Visual Intelligence by Mark Stacey; Joe Salvatore; Adam JorgensenISBN: 1118417526
This book thoroughly covers the Microsoft toolset for data analysis and visualization, including Excel, and explores best practices for choosing a data visualization design, selecting tools from the Microsoft stack, and building a dynamic data visualization from start to finish.
R
R is an open-source software with several data visualization packages, including ggplot2 and Plotly.
ggplot2 User Documentationggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics by Leland Wilkinson.
ggplot2 by Hadley Wickham; Carson SievertISBN: 3319242776
This new edition to the classic book by ggplot2 creator Hadley Wickham highlights compatibility with knitr and RStudio. ggplot2 is a data visualization package for R that helps users create data graphics, including those that are multi-layered, with ease.
R Graphics, Second Edition by Paul MurrellISBN: 1498759629
Extensively updated to reflect the evolution of statistics and computing, the second edition of the bestselling R Graphics comes complete with new packages and new examples. Paul Murrell, widely known as the leading expert on R graphics, has developed an in-depth resource that helps both neophyte and seasoned users master the intricacies of R graphics.
Tableau
Tableau is a powerful business intelligence software known for creating clean, interactive data visualizations. While users can access full functionality through a paid desktop license, anyone can use Tableau Public. See select visualizations on the Tableau Public Gallery
Pro Tableau by Seema Acharya; Subhashini ChellappanISBN: 1484223519
Leverage the power of visualization in business intelligence and data science to make quicker and better decisions. Use statistics and data mining to make compelling and interactive dashboards.
Flourish
Flourish allows you to upload spreadsheets or paste from Excel which you can turn into charts, maps and interactive stories. It is extremely straightforward with no coding required and they have a very flexible template library. Once you’ve finished your visualization you can embed it on your own site or download the RAW files.
ArcGIS
ArcGIS supports the visualization and analysis of spatial (map) data. Faculty and staff can request licenses through eCampus. Students can receive access through course enrollment.
Gephi
Gephi is an open-source software specifically for visualizing network data.
Gephi WikiIncludes installation instructions, a developer manual, and links to online Gephi communities.
Visualizing Graph Data by Corey L. LanumISBN: 1617293075
Visualizing Graph Data teaches you not only how to build graph data structures, but also how to create your own dynamic and interactive visualizations using a variety of tools. This book is loaded with fascinating examples and case studies to show you the real-world value of graph visualizations.
d3.js
d3.js is a JavaScript library for scripting visualizations from scratch.
d3.js in Action by Elijah MeeksISBN: 1617294489
d3.js in Action, Second Edition is completely revised and updated for D3 v4 and ES6. It's a practical tutorial for creating interactive graphics and data-driven applications using D3.
RAW Graphs is a graphical user interface built on top of d3.js, so if you are interested in d3.js visualizations but don’t want to code from scratch, this is a good option.