Previous changeset 8:355a82227003 (2021-11-23) Next changeset 10:11869c5becd8 (2022-12-02) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 847c77a54204433d210cd8a1234474d014628424 |
modified:
macros.xml test-data/ggplot_histogram_result1.pdf test-data/ggplot_pca_result1.pdf test-data/ggplot_point_result1.pdf test-data/ggplot_point_result2.pdf test-data/ggplot_violin_result1.pdf |
added:
test-data/ggplot_point_result3.pdf |
b |
diff -r 355a82227003 -r fb50ab943396 macros.xml --- a/macros.xml Tue Nov 23 07:57:41 2021 +0000 +++ b/macros.xml Thu Nov 24 20:23:34 2022 +0000 |
[ |
@@ -13,7 +13,7 @@ </xrefs> </xml> <token name="@TOOL_VERSION@">3.3.5</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@R_INIT@"><![CDATA[ @@ -318,6 +318,29 @@ <option value="grey">Grey</option> <option value="gold">Gold</option> </param> + <param name="shape" type="select" label="Shape of data points" > + <option value="0">square</option> + <option value="1">circle</option> + <option value="2">triangle point up</option> + <option value="3">plus</option> + <option value="4">cross</option> + <option value="5">diamond</option> + <option value="6">triangle point down</option> + <option value="7">square cross</option> + <option value="8">star</option> + <option value="9">diamond plus</option> + <option value="10">circle plus</option> + <option value="11">triangles up and down</option> + <option value="12">square plus</option> + <option value="13">circle cross</option> + <option value="14">square and triangle down</option> + <option value="15">filled square</option> + <option value="16">filled circle</option> + <option value="17">filled triangle point-up</option> + <option value="18">filled diamond</option> + <option value="19">solid circle</option> + <option value="20">bullet (smaller circle)</option> + </param> </when> </conditional> </xml> |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_histogram_result1.pdf |
b |
Binary file test-data/ggplot_histogram_result1.pdf has changed |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_pca_result1.pdf |
b |
Binary file test-data/ggplot_pca_result1.pdf has changed |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_point_result1.pdf |
b |
Binary file test-data/ggplot_point_result1.pdf has changed |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_point_result2.pdf |
b |
Binary file test-data/ggplot_point_result2.pdf has changed |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_point_result3.pdf |
b |
Binary file test-data/ggplot_point_result3.pdf has changed |
b |
diff -r 355a82227003 -r fb50ab943396 test-data/ggplot_violin_result1.pdf |
b |
Binary file test-data/ggplot_violin_result1.pdf has changed |