# HG changeset patch # User elindfor # Date 1389778401 18000 # Node ID 635c4cfd83eea6df064b0be67a6bd50b4bc8e2f3 # Parent ec1cc2cd9c936cbc08dd1cd18518a8c6396684c0 Uploaded diff -r ec1cc2cd9c93 -r 635c4cfd83ee scatterplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scatterplot.xml Wed Jan 15 04:33:21 2014 -0500 @@ -0,0 +1,71 @@ + + of two numeric columns + scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab" + + + + + + + + + + + + + rpy + + + + +.. class:: infomark + +**TIP:** If your data is not TAB delimited, use *Text Manipulation->Convert* + +----- + +**Syntax** + +This tool creates a simple scatter plot between two variables containing numeric values of a selected dataset. + +- All invalid, blank and comment lines in the dataset are skipped. The number of skipped lines is displayed in the resulting history item. + +- **Plot title** The scatterplot title +- **Label for x axis** and **Label for y axis** The labels for x and y axis of the scatterplot. + +----- + +**Example** + +- Input file:: + + 1 68 4.1 + 2 71 4.6 + 3 62 3.8 + 4 75 4.4 + 5 58 3.2 + 6 60 3.1 + 7 67 3.8 + 8 68 4.1 + 9 71 4.3 + 10 69 3.7 + +- Create a simple scatterplot between the variables in column 2 and column 3 of the above dataset. + +.. image:: ${static_path}/images/scatterplot.png + + + \ No newline at end of file