Skip to content

Commit 6616f67

Browse files
authored
Add "use_header_names" option to histogram
1 parent ec4a0ce commit 6616f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/histogram/histogram2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="histogram_rpy" name="Histogram" version="1.0.4">
1+
<tool id="histogram_rpy" name="Histogram" version="1.0.5">
22
<description>of a numeric column</description>
33
<requirements>
44
<requirement type="package" version="3.3.2">rpy2</requirement>
@@ -17,7 +17,7 @@ python '$__tool_directory__/histogram.py'
1717
</command>
1818
<inputs>
1919
<param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/>
20-
<param name="numerical_column" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" />
20+
<param name="numerical_column" type="data_column" data_ref="input" numerical="True" use_header_names="true" label="Numerical column for x axis" />
2121
<param name="breaks" type="integer" value="0" label="Number of breaks (bars)"/>
2222
<param name="title" type="text" value="Histogram" label="Plot title"/>
2323
<param name="xlab" type="text" value="V1" label="Label for x axis"/>

0 commit comments

Comments
 (0)