# HG changeset patch # User brasset_jensen # Date 1516972122 18000 # Node ID 6d9f127da28f8c8f80767b327f9b17d93ef7a696 # Parent cc66a625989f09b616e20b67a85f4e773fe1a95e Uploaded diff -r cc66a625989f -r 6d9f127da28f bin/Rcall.pm --- a/bin/Rcall.pm Fri Jan 26 08:08:24 2018 -0500 +++ b/bin/Rcall.pm Fri Jan 26 08:08:42 2018 -0500 @@ -33,7 +33,7 @@ min = min(size) max = max(size) dat = data.frame(size,percentage) - png(filename=\"$out_png\", width = 800, height = 480) + png(filename=\"$out_png\", width = 640, height = 640) c = ggplot(dat,aes(size,percentage)) c + geom_bar(stat="identity") + scale_x_continuous(breaks=min:max)+theme( axis.text.x = element_text(angle=90, hjust=0.5, size=20), axis.text.y = element_text( size=20 ), axis.title.x = element_text( size=25, face="bold"), axis.title.y = element_text( size=25, face="bold") ) dev.off()`);