You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Spreadsheet Format

You build bubble graphs from tree data structures. Here's a representation of a tree data structure: 

Example of tree data structure.

 

 

 

 

 

 

 

 

 

Tree data structures are made of nodes, or elements on the tree. In the example above, each box represents a node.

Tree data structures are also hierarchical: each node (or element on the tree) has a parent node. In the example above, "Pet" is the parent of "Cat," "Dog," and "Rabbit". "Cat" is the parent of "Domestic Shorthair" and "Siamese."

Trees have a root node, which has no parent. "Pet" in the example above is the root node, since it has no parent. 

You place nodes on the tree using two values: the name of the node, and the name of the node's parent. For example, you can place the Labrador node by knowing only "Labrador" (it's name) and "Dog" (it's parent). Remember, any node on the tree can be a parent. 

leaf is a node that isn't a parent (that is, it has no children). In the example above, "Domestic Shorthair", "Siamese", "Corgi", "Great Dane", "Rabbit", and "Labrador" are all leaf nodes. 

Each row in the Tree spreadsheet represents a node on the tree. 

 

 Column 1Column 2Column 3
Data Typeplain textplain textplain text
Contents

The word "node"

Note:

  • Enter the word "node" in the first cell for every row

The name of the node's parent

Note:

  • If this is the first node on the tree (called the root), write "root" in the cell
  • Keep node names consistent across the spreadsheet
  • Parents determine the bubble's color

The name of the node

Note:

  • Only leaf nodes will be labeled on the bubble visualization

 

For the sample tree above, the spreadsheet might look like this: 

 ParentNode
noderootPet

node

PetCat
nodePetDog
nodePetRabbit
nodeCatDomestic Shorthair
nodeCatSiamese
nodeDogCorgi
nodeDogGreat Dane
nodeDogLabrador

 

Customization Options

Go to Common Options for Charts and Graphs for more options

Bubble style: choose how you want to display the bubbles your graph

  • "Grouped": the bubbles will be grouped in a circular shape, with smaller bubbles dispersed among the larger ones
  • "Spiral": the bubbles will be in a spiral shape, from largest to smallest
  • "Packed": the bubbles will be grouped within different concentric circles, according to their relationships

Bubble spacing: decide how far apart to keep the bubbles from each other

  • Note that if you decided to style the bubbles as "Packed," this option will have no effect

  • Type in a higher number to space bubbles farther apart, or type in a smaller number to space bubbles closer together

Group color: note that this property only applies to bubble graphs whose style is set to "packed." Choose the color of the circles enclosing the packed bubbles.

  • Click the colored square to show the ColorPicker tool
  • Either choose a color or choose to have no color

Node color: choose what color you want the nodes to be. Note that this property only applies to bubble graphs whose style is set to "packed."

  • Click the colored square to show the ColorPicker tool
  • Either choose a color or choose to have no color

 

 

  • No labels