# HG changeset patch # User iuc # Date 1669321437 0 # Node ID 299307abd804eeb4a142298a8ed6f05957af9750 # Parent 1acf889211763fc7015f206818c29ddbda5eae62 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 847c77a54204433d210cd8a1234474d014628424 diff -r 1acf88921176 -r 299307abd804 ggplot_point.xml --- a/ggplot_point.xml Tue Nov 23 07:58:14 2021 +0000 +++ b/ggplot_point.xml Thu Nov 24 20:23:57 2022 +0000 @@ -38,8 +38,8 @@ gg_point = geom_point(size=1, alpha=1, gg_factor) gg_line = geom_line(size=1, alpha=1, gg_factor) #else - gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor') - gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor') + gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor', shape=as.numeric('$adv.type_conditional.points.shape')) + gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor', shape=as.numeric('$adv.type_conditional.points.shape')) #end if names(input)[$adv.factor.factorcol] <- "factor" @@ -72,8 +72,8 @@ gg_point = geom_point(size=1, alpha=1, gg_factor) gg_line = geom_line(size=1, alpha=1, gg_factor) #else - gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor') - gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor') + gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor', shape=as.numeric('$adv.type_conditional.points.shape')) + gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, colour='$adv.type_conditional.points.pointcolor', shape=as.numeric('$adv.type_conditional.points.shape')) #end if #end if @@ -220,6 +220,28 @@ + + + +
+ + + + + + + + + + + + + + +
+ + +
3.3.5 - 0 + 1 Grey + + + + + + + + + + + + + + + + + + + + + + + diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_histogram_result1.pdf Binary file test-data/ggplot_histogram_result1.pdf has changed diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_pca_result1.pdf Binary file test-data/ggplot_pca_result1.pdf has changed diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_point_result1.pdf Binary file test-data/ggplot_point_result1.pdf has changed diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_point_result2.pdf Binary file test-data/ggplot_point_result2.pdf has changed diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_point_result3.pdf Binary file test-data/ggplot_point_result3.pdf has changed diff -r 1acf88921176 -r 299307abd804 test-data/ggplot_violin_result1.pdf Binary file test-data/ggplot_violin_result1.pdf has changed