# HG changeset patch # User iuc # Date 1674574839 0 # Node ID 3e33010715f8f8f15b61c5e3bdc8f6804b2e9d7f # Parent 156a2e14ce315ceba30140a416b426f768313989 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit d7460b880c9b329465b1616d1e6ab33d45f3893c diff -r 156a2e14ce31 -r 3e33010715f8 ggplot_point.xml --- a/ggplot_point.xml Fri Dec 09 22:39:49 2022 +0000 +++ b/ggplot_point.xml Tue Jan 24 15:40:39 2023 +0000 @@ -1,4 +1,4 @@ - + macros.xml @@ -57,8 +57,8 @@ gg_point = geom_point(size=1, alpha=1, gg_factor) @SIMPLE_GGLINE@ #else - gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape') - gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape') + gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape')) + gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape')) #end if #if $adv.factor.colororder == 1