Skip to content

Commit 887d878

Browse files
Sch-DaRZ9082bgruening
authored
Refine font size parameter descriptions in wordcloud.xml (#1850)
* Refine font size parameter descriptions in wordcloud.xml As suggested by @RZ9082, I updated the help text for the min_font_size parameter to clarify its effect on word frequency scaling. I deleted extra spaces and renamed the label as well. @RZ9082 could you please check if this makes sense and is syntactically correct here? Thanks a lot for pointing this out! * Update tools/wordcloud/wordcloud.xml thank you! Co-authored-by: Rand Zoabi <58028465+RZ9082@users.noreply.github.com> * Update wordcloud.xml * Update test data --------- Co-authored-by: Rand Zoabi <58028465+RZ9082@users.noreply.github.com> Co-authored-by: Björn Grüning <bjoern@gruenings.eu> Co-authored-by: RZ9082 <randzoabi.rz@gmail.com>
1 parent 5f1f7b8 commit 887d878

6 files changed

Lines changed: 4 additions & 3 deletions

File tree

-477 Bytes
Loading
-248 Bytes
Loading
-422 Bytes
Loading
-709 Bytes
Loading
-520 Bytes
Loading

tools/wordcloud/wordcloud.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<description>with highly customizable appearance</description>
33
<macros>
44
<token name="@TOOL_VERSION@">1.9.4</token>
5-
<token name="@VERSION_SUFFIX@">4</token>
5+
<token name="@TOOL_VERSION@">1.9.6</token>
6+
<token name="@VERSION_SUFFIX@">0</token>
67
<token name="@PROFILE@">23.0</token>
78
</macros>
89
<requirements>
@@ -110,8 +111,8 @@
110111
</when>
111112
</conditional>
112113

113-
<param argument="--min_font_size" type="integer" min="1" value="4" optional="true" label=" Smallest font size to use" />
114-
<param argument="--max_font_size" type="integer" min="1" optional="true" label="Maximum font size for the largest word" />
114+
<param argument="--min_font_size" type="integer" min="1" value="4" optional="true" label="Smallest font size to show" help="The size will be scaled depending on the word frequency. By changing this value, you can exclude words smaller than the selected size."/>
115+
<param argument="--max_font_size" type="integer" min="1" optional="true" label="Maximum font size for the largest word"/>
115116
<param argument="--font_step" type="integer" value="1" label="Step size for the font" help="Font_step &gt; 1 might speed up computation but give a worse fit"/>
116117
<param argument="--min_word_length" type="integer" value="0" optional ="True" label="Minimum number of letters a word must have to be included"/>
117118
<param argument="--max_words" type="integer" min="1" value="200" optional="true" label="Maximum number of words"/>

0 commit comments

Comments
 (0)