Book description
Enormous quantities of data go unused or underused today, simply because people can't visualize the quantities and relationships in it. Using a downloadable programming environment developed by the author, Visualizing Data demonstrates methods for representing data accurately on the Web and elsewhere, complete with user interaction, animation, and more.
How do the 3.1 billion A, C, G and T letters of the human genome compare to those of a chimp or a mouse? What do the paths that millions of visitors take through a web site look like? With Visualizing Data, you learn how to answer complex questions like these with thoroughly interactive displays. We're not talking about cookie-cutter charts and graphs. This book teaches you how to design entire interfaces around large, complex data sets with the help of a powerful new design and prototyping tool called "Processing".
Used by many researchers and companies to convey specific data in a clear and understandable manner, the Processing beta is available free. With this tool and Visualizing Data as a guide, you'll learn basic visualization principles, how to choose the right kind of display for your purposes, and how to provide interactive features that will bring users to your site over and over. This book teaches you:
- The seven stages of visualizing data -- acquire, parse, filter, mine, represent, refine, and interact
- How all data problems begin with a question and end with a narrative construct that provides a clear answer without extraneous details
- Several example projects with the code to make them work
- Positive and negative points of each representation discussed. The focus is on customization so that each one best suits what you want to convey about your data set
Publisher resources
Table of contents
- Preface
- 1. The Seven Stages of Visualizing Data
- 2. Getting Started with Processing
- 3. Mapping
-
4. Time Series
- Milk, Tea, and Coffee (Acquire and Parse)
- Cleaning the Table (Filter and Mine)
- A Simple Plot (Represent and Refine)
- Labeling the Current Data Set (Refine and Interact)
- Drawing Axis Labels (Refine)
- Choosing a Proper Representation (Represent and Refine)
- Using Rollovers to Highlight Points (Interact)
- Ways to Connect Points (Refine)
- Text Labels As Tabbed Panes (Interact)
- Interpolation Between Data Sets (Interact)
- End of the Series
-
5. Connections and Correlations
- Changing Data Sources
- Problem Statement
- Preprocessing
- Using the Preprocessed Data (Acquire, Parse, Filter, Mine)
- Displaying the Results (Represent)
- Returning to the Question (Refine)
- Sophisticated Sorting: Using Salary As a Tiebreaker (Mine)
- Moving to Multiple Days (Interact)
- Smoothing Out the Interaction (Refine)
- Deployment Considerations (Acquire, Parse, Filter)
-
6. Scatterplot Maps
- Preprocessing
- Loading the Data (Acquire and Parse)
- Drawing a Scatterplot of Zip Codes (Mine and Represent)
- Highlighting Points While Typing (Refine and Interact)
- Show the Currently Selected Point (Refine)
- Progressively Dimming and Brightening Points (Refine)
- Zooming In (Interact)
- Changing How Points Are Drawn When Zooming (Refine)
- Deployment Issues (Acquire and Refine)
- Next Steps
- 7. Trees, Hierarchies, and Recursion
-
8. Networks and Graphs
- Simple Graph Demo
- A More Complicated Graph
- Approaching Network Problems
-
Advanced Graph Example
- Getting Started with Java IDEs
- Obtaining a Web Server Logfile (Acquire)
- Reading Apache Logfiles (Parse)
- A Look at the Other Source Files
- Moving from Processing to Java
- Reading and Cleaning the Data (Acquire, Parse, Filter)
- Bringing It All Together (Mine and Represent)
- Depicting Branches and Nodes (Represent and Refine)
- Playing with Data (Interact)
- Drawing Node Names (Represent and Refine)
- Drawing Visitor Paths (Represent and Refine)
- Mining Additional Information
-
9. Acquiring Data
- Where to Find Data
- Tools for Acquiring Data from the Internet
- Locating Files for Use with Processing
- Loading Text Data
- Dealing with Files and Folders
- Listing Files in a Folder
- Asynchronous Image Downloads
- Using openStream( ) As a Bridge to Java
- Dealing with Byte Arrays
- Advanced Web Techniques
- Using a Database
- Dealing with a Large Number of Files
-
10. Parsing Data
- Levels of Effort
- Tools for Gathering Clues
- Text Is Best
- Text Markup Languages
- Regular Expressions (regexps)
- Grammars and BNF Notation
- Compressed Data
- Vectors and Geometry
- Binary Data Formats
- Advanced Detective Work
- 11. Integrating Processing with Java
- Bibliography
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Visualizing Data
- Author(s):
- Release date: December 2007
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596514556
You might also like
book
Visualizing Graph Data
Visualizing Graph Data teaches you not only how to build graph data structures, but also how …
book
Hands-On Data Visualization
Tell your story and show it with data, using free and easy-to-learn tools on the web. …
book
Data Visualization: Representing Information on Modern Web
Unleash the power of data by creating interactive, engaging, and compelling visualizations for the web About …
book
R for Data Science
Learn how to use R to turn raw data into insight, knowledge, and understanding. This book …