# HG changeset patch # User moheydarian # Date 1489365021 14400 # Node ID ed06f51b00ef374d89bb8176924a2fc71cdb8385 # Parent 79c3ce7cc6c42223b76c1d3cdc39175cb542af7f Uploaded diff -r 79c3ce7cc6c4 -r ed06f51b00ef ggplotscripthistogram.R --- a/ggplotscripthistogram.R Sun Mar 12 20:10:03 2017 -0400 +++ b/ggplotscripthistogram.R Sun Mar 12 20:30:21 2017 -0400 @@ -61,7 +61,7 @@ #Show/hide legend if(options$legend == "yes"){ gg_legend = NULL -} else {options$legend == "no" +} else { gg_legend = theme(legend.position="none") }