Mercurial > repos > devteam > scatterplot
changeset 1:4afd68392187 draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:31:01 -0400 |
parents | c30eeaaac86d |
children | 53eb2c412783 |
files | scatterplot.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scatterplot.xml Mon Jul 28 11:30:24 2014 -0400 +++ b/scatterplot.xml Tue Oct 13 12:31:01 2015 -0400 @@ -8,9 +8,9 @@ <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/> <param name="col1" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" /> <param name="col2" type="data_column" data_ref="input" numerical="True" label="Numerical column for y axis" /> - <param name="title" size="30" type="text" value="Scatterplot" label="Plot title"/> - <param name="xlab" size="30" type="text" value="V1" label="Label for x axis"/> - <param name="ylab" size="30" type="text" value="V2" label="Label for y axis"/> + <param name="title" type="text" value="Scatterplot" label="Plot title"/> + <param name="xlab" type="text" value="V1" label="Label for x axis"/> + <param name="ylab" type="text" value="V2" label="Label for y axis"/> </inputs> <outputs> <data format="pdf" name="out_file1" />