changeset 5:82ece4599993 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit a2b0aa23d09e06fa6f81ce4f7987b144e91537d9
author iuc
date Fri, 29 Mar 2019 12:02:29 -0400
parents 7b1528dd7398
children 465aa9ddde1b
files ggplot_point.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_point.xml	Sun Mar 24 13:18:56 2019 -0400
+++ b/ggplot_point.xml	Fri Mar 29 12:02:29 2019 -0400
@@ -33,7 +33,7 @@
      gg_facet = facet_wrap( ~ factor)
      gg_factor = NULL
      color_scale = NULL
-     #if $adv.points.pointoptions == "Default"
+     #if $adv.points.pointoptions == "default"
         gg_point = geom_point(size=1, alpha=1, gg_factor)
         gg_line = geom_line(size=1, alpha=1, gg_factor)
      #else