Wolverine Books
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Database Design » Visualizing Data: Exploring and Explaining Data with the Processing Environment  
Categories
Books
DVDs
Music
Magazines
VHS
Food
Jewelry
Apparel
Sporting Goods
Outdoor
Subcategories
DirectX
Flash
GIS
General
OpenGL
Solid Works
Internet & Education
Online Searching
Web Browsers
Web for Kids
Mass Market
Trade

BlogRoll

Travel With Books

Related Categories
• Database Design
Databases
Computers & Internet
Subjects
Books
• General
Databases
Computers & Internet
Subjects
Books
• Graphics & Multimedia
Programming
Computers & Internet
Subjects
Books
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• Website Architecture & Usability
Web Development
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• Internet
Home Computing
Computers & Internet
Subjects
Books
• General
Graphic Design
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• Modeling & Simulation
Computer Science
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Web Programming
Programming
O'Reilly
By Publisher
Custom Stores
• General
Programming
O'Reilly
By Publisher
Custom Stores
• Database Storage & Design
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• Graphics & Visualization
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• Software Design & Engineering
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Illustrated
Edition (format)
Refinements
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

Visualizing Data: Exploring and Explaining Data with the Processing Environment

Visualizing Data: Exploring and Explaining Data with the Processing Environment
Author: Ben Fry
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $39.99
Buy New: $22.83
You Save: $17.16 (43%)



New (33) Used (6) from $22.83

Avg. Customer Rating: 3.5 out of 5 stars 11 reviews
Sales Rank: 14368

Format: Illustrated
Media: Paperback
Number Of Items: 1
Pages: 382
Shipping Weight (lbs): 1.9
Dimensions (in): 9.1 x 7 x 0.8

ISBN: 0596514557
Dewey Decimal Number: 001.4226028566
EAN: 9780596514556
ASIN: 0596514557

Publication Date: January 11, 2008
Availability: Usually ships in 1-2 business days
Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Similar Items:

  • Processing: A Programming Handbook for Visual Designers and Artists
  • Programming Collective Intelligence: Building Smart Web 2.0 Applications
  • Processing: Creative Coding and Computational Art (Foundation)
  • Making Things Talk: Practical Methods for Connecting Physical Objects
  • Presentation Zen: Simple Ideas on Presentation Design and Delivery (Voices That Matter)

Editorial Reviews:

Product 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 toconvey about your data set The book does not provide ready-made "visualizations" that can be plugged into any data set. Instead, with chapters divided by types of data rather than types of display, you'll learn how each visualization conveys the unique properties of the data it represents -- why the data was collected, what's interesting about it, and what stories it can tell. Visualizing Data teaches you how to answer questions, not simply display information.


Customer Reviews:   Read 6 more reviews...

3 out of 5 stars Good primer to get you started   September 21, 2008
This book may not be the ultimate reference for vualizing data, but it does give the reader a complete set of tools to start with; the theory on how to get the data in the first place, information on how graphs are built and read, and a programming tool to actually create the graphs with.

It does contain many sourcecodes which may seem pointless as you can just pcik them off the web, but being able to read the code while reading on the train is quite nice :-)

it could do with more different graphs, but then again I'd rather get a complete explenation about a few graphs so I understand them completely, than a quick runthrough of many graphs and ending up not knowing much about any of them.

Your milage may vary depending on your level of experience, but I'd recommend this book to relatively experienced programmers who need to get started with graphing data.



2 out of 5 stars Just an introduction to some library   September 11, 2008
 1 out of 1 found this review helpful

I bought this book hoping to learn something about data visualisation techniques - things like which kind of presentation use for which purpose, how to design understandable and readable graphs etc.

Instead, I found just an introduction to some Java toolkit. As an introduction to this toolkit the book is not bad - it is well written and have interesting examples and readable code snippets - but it just fails to provide the information the title promises.



5 out of 5 stars Great book, bad title   May 23, 2008
 2 out of 3 found this review helpful

I'm short of superlatives for this book or more generally for the work of Ben Fry.

In my line of work, how people think of graphs is very much influenced by what is possible to do in Excel without changing the default settings too much.
Enter Processing, a data visualization-oriented language, which makes it easy to create custom visualizations, tailored for the problem you want to address. There is a growing community around Processing and a number of truly incredible graphs that have been created with just a few lines of code. Ben Fry's own work, which ranges from simplistic to very sophisticated, is nothing short of mind-blowing. Yet this book demystifies this and make it all look accessible.

It opens great perspectives for anyone interested in expressing their data graphically. Still, the title is misleading.

This is not a book about, say, editorial rules by which one should construct a visualization. It is not an abstract book that offers generic advice that can be used in whatever environment. For that kind of book, pick Show Me the Numbers: Designing Tables and Graphs to Enlighten or The Visual Display of Quantitative Information, 2nd edition - books which are consistent with Fry's approach, by the way. "Visualizing Data" is really a practical cookbook that will introduce you to Processing. It offers methodological insights, but which are mostly relevant in the Processing environment.

That being said, I highly recommend this book and keeping a close tab on [..]





5 out of 5 stars An excellent guide   May 22, 2008
 0 out of 1 found this review helpful

This book was exactly what I was looking for--chapter eight alone was worth the cost of the book. A word to the wise: rather than assuming its contents from the title alone, read chapter one thoroughly to ensure that this book is right for you.


2 out of 5 stars Where's The Visualized Data??   April 28, 2008
 19 out of 35 found this review helpful

'Visualizing Data' is a book that is supposed to discuss how data is presented, sorted, stored and examined. Instead what we get is a 350+ page book that is jumbled with lots of code samples (why) and a small subset of data that is actually visualized. This is a really niche topic that I thought would be interesting to examine as I opened the book cover but thumbing through I saw few pictures (although there are a few in here that are good) and lots of java code. While it's interesting to see how data is outputted code-wise, from the book title I felt this would be more of a design discussion for the reader.

I can't recommend this book. There is too much code, too much content, and the code that is contained within is all Java. I didn't get much out of it and I feel that if less code and more pictures were added the end result would have been much more solid.

** NOT RECOMMENDED


Powered by Associate-O-Matic

Contact Wolverine Books