# HG changeset patch # User moheydarian # Date 1489363803 14400 # Node ID 79c3ce7cc6c42223b76c1d3cdc39175cb542af7f # Parent 3372bc887b6df9c3b00ed5d7cecbc56b479a641e Uploaded diff -r 3372bc887b6d -r 79c3ce7cc6c4 ggplotscripthistogram.R --- a/ggplotscripthistogram.R Sun Mar 12 20:09:23 2017 -0400 +++ b/ggplotscripthistogram.R Sun Mar 12 20:10:03 2017 -0400 @@ -59,9 +59,9 @@ input <- melt(integrated) #Show/hide legend -if(options$legend == "TRUE"){ +if(options$legend == "yes"){ gg_legend = NULL -} else {options$legend == "FALSE" +} else {options$legend == "no" gg_legend = theme(legend.position="none") }