Making a Multi-D Scatter Plot

Revision as of 20:12, 6 February 2007 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this tutorial example, we'll plot the points from a 4-D Gaussian distribution as a scatter plot. You will learn how to set up a scatter plot when the coordinates of the data are organized as columns in a single table, and how such plots can be interactively pivoted to view the scatter points from each dimension.

First, let's create the data to be plotted. For this, we'll define a 4-D gaussian distribution. Follow these steps:

1. Start with a fresh model.

2. In the model's object window, fill in the title and description. ScatterExample1.jpg

3. Close the object window.

4. Select File->Add Library... -> Multivariate Distributions.ana

5. Create these two indexes:

Index Dim := [1,2,3,4]
Index Dim2 := CopyIndex(Dim)
Comments


You are not allowed to post comments.