diff scatterplot.xml @ 1:d243056b22ed draft

planemo upload commit 4ec9eb1570ea116d83f5464a786af6e14fb5b57d
author devteam
date Fri, 09 Oct 2015 17:17:55 -0400
parents c12b0759203b
children 4f8b9e70fda0
line wrap: on
line diff
--- a/scatterplot.xml	Mon Jul 28 11:56:22 2014 -0400
+++ b/scatterplot.xml	Fri Oct 09 17:17:55 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" />