# HG changeset patch # User iuc # Date 1504011758 14400 # Node ID cb04f3235a4e2db4867d100cbd73404a17f2bb02 # Parent 76380bf74511d6f21c8618d3caf4efbf21a571f1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 97544038b04c02170ab82877db666fa3022e4469 diff -r 76380bf74511 -r cb04f3235a4e heatmap2.xml --- a/heatmap2.xml Tue Aug 22 06:42:38 2017 -0400 +++ b/heatmap2.xml Tue Aug 29 09:02:38 2017 -0400 @@ -70,13 +70,13 @@ #if $cluster: heatmap.2(linput, distfun=dist_fun, hclustfun=hclust_fun, scale = '$scale', labRow = rlabs, labCol = clabs, - col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), - main = '$title', key.xlab='$key', keysize=1) + col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), + main = '$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) #else heatmap.2(linput, dendrogram="none", scale = '$scale', labRow = rlabs, labCol = clabs, - col=colfunc(50), trace="none", density.info = "none", margins=c(8,2), - main='$title', key.xlab='$key', keysize=1) + col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), + main='$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45) #end if dev.off() diff -r 76380bf74511 -r cb04f3235a4e test-data/ggplot_heatmap2_result1.pdf Binary file test-data/ggplot_heatmap2_result1.pdf has changed