1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<html><head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Open Visualization Data Explorer: Grocery List</title>
</head>
<body bgcolor="white">
<h2><img src="javadx-smhd.gif" alt="Java Explorer" height="60" width="240" border="0"></h2>
<hr>
<h2>Grocery Pruchasing Patterns</h2>
<h4>...the three dimensional representation in <i>Orbit</i> mode</h4>
Each glyph in the 3D scatter plot represents a purchase. Purchases
are binned according to size of the unit (i.e. pint, pound, dozen),
food group, and food. Each glyph is
colored and sized according to the total amount spent.
<p>
Click and drag the mouse inside the image to control the
viewpoints.
<p>
<APPLET
CODE="imageWindow.class" WIDTH = 576 HEIGHT = 418
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME=IMAGE_NODE VALUE="Image_4">
<PARAM NAME=OPEN_IN_ORBIT_MODE VALUE="true">
<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/GroceryList4.0.0.gif">
</APPLET>
<table border = 0>
<tr>
<td>
<APPLET
CODE="imageWindow.class" WIDTH = 344 HEIGHT = 278
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME=IMAGE_NODE VALUE="Image_2">
<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/GroceryList2.0.0.gif">
</APPLET>
</td>
<td>
<h4>...about the visualization</h4>
This plot is a view of spending in the grocery
list according to one of the 3 categorical variables:
food group, item, and unit.
<p>
If you use the mouse to pick on the plot,
the items
contributing to the picked category will appear in the other plot.
<h4>...about the visual program</h4>
This visual program shows the application of categorical tools
to the visualization of a grocery list.
<p>
</td>
</tr>
</table>
<table border = 0>
<tr>
<td>
<APPLET
CODE="GroceryList.class" width = 300 height = 350
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME="name" VALUE="GroceryList">
<PARAM NAME=NETNAME VALUE="GroceryList.net">
<PARAM NAME=DXUIVERS VALUE="4.3.3">
<param name=BACKGROUND value="[1.0, 1.0, 1.0]">
<PARAM NAME=EXECUTE_ON_CHANGE VALUE="true">
</APPLET>
</td>
<td>
<APPLET
CODE="imageWindow.class" WIDTH = 462 HEIGHT = 418
CODEBASE="../"
ARCHIVE="htmlpages/dx.jar,htmlpages/samples.jar"
MAYSCRIPT
>
<PARAM NAME=IMAGE_NODE VALUE="Image_3">
<PARAM NAME=INITIAL_IMAGE VALUE="htmlpages/GroceryList3.0.0.gif">
</APPLET>
</td>
</tr>
</table>
<p>
<div align="center">
<hr>
<b> [
<a href="Status.html">Java Explorer</a> |
<a href="http://www.opendx.org/">OpenDX home page</a> | <a href="http://www.opendx.org/support.html">Help</a> ] </b></div>
</body>
</html>
|