# HG changeset patch # User moheydarian # Date 1491944438 14400 # Node ID 064d7ad9968d636b8a0a70ee8f88c8237bed2562 # Parent 9577cd390ee677104946397cc72868670f35d904 Uploaded diff -r 9577cd390ee6 -r 064d7ad9968d ggplotscripthistogram.R --- a/ggplotscripthistogram.R Tue Apr 11 16:51:37 2017 -0400 +++ b/ggplotscripthistogram.R Tue Apr 11 17:00:38 2017 -0400 @@ -71,7 +71,7 @@ gg_density = ggplot(input,aes(value ,color=variable)) } else { - gg_density = ggplot(input,aes(value, ...density...,color=variable)) + gg_density = ggplot(input,aes(value, ..density..,color=variable)) }