Mercurial > repos > iuc > ggplot2_point
changeset 5:9cec81e1b90e 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:04:59 -0400 |
parents | 52b8083a6159 |
children | 87908c76ca8d |
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:21:18 2019 -0400 +++ b/ggplot_point.xml Fri Mar 29 12:04:59 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