You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="input"type="data"format="tabular"label="Dataset"help="Dataset missing? See TIP below"/>
20
-
<paramname="numerical_column"type="data_column"data_ref="input"numerical="True"label="Numerical column for x axis" />
20
+
<conditionalname="cols">
21
+
<paramname="header"type="select"label="Does the table have a header?"refresh_on_change="true"help="If the table has a header, the column can be selected using the name instead of the index.">
22
+
<optionvalue="yes">yes</option>
23
+
<optionvalue="no">no</option>
24
+
</param>
25
+
<whenvalue="yes">
26
+
<paramname="numerical_column"type="data_column"data_ref="input"numerical="True"use_header_names="true"label="Numerical column for x axis" />
27
+
</when>
28
+
<whenvalue="no">
29
+
<paramname="numerical_column"type="data_column"data_ref="input"numerical="True"label="Numerical column for x axis" />
30
+
</when>
31
+
</conditional>
21
32
<paramname="breaks"type="integer"value="0"label="Number of breaks (bars)"/>
0 commit comments