diff small_rna_maps.r @ 21:b585cb347a26 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/small_rna_maps commit bbcc21562b752860dc28945ccc69ff1ef29dec5b
author artbio
date Sun, 09 Dec 2018 13:30:54 -0500
parents cd75c72e1d75
children fe1a9cfaf5c3
line wrap: on
line diff
--- a/small_rna_maps.r	Sun Nov 25 06:56:40 2018 -0500
+++ b/small_rna_maps.r	Sun Dec 09 13:30:54 2018 -0500
@@ -72,7 +72,7 @@
                    data = df, origin = 0,
                    horizontal=FALSE,
                    col=c("darkblue"),
-                   scales=list(y=list(tick.number=4, rot=90, relation="free", cex=0.5, alternating=T), x=list(rot=0, cex=0.6, tck=0.5, alternating=c(3,3))),
+                   scales=list(y=list(tick.number=4, rot=90, relation="same", cex=0.5, alternating=T), x=list(rot=0, cex=0.6, tck=0.5, alternating=c(3,3))),
                    xlab=list(label=bottom_first_method[[args$first_plot_method]], cex=.85),
                    ylab=list(label=legend_first_method[[args$first_plot_method]], cex=.85),
                    main=title_first_method[[args$first_plot_method]],
@@ -89,7 +89,7 @@
                    group=Polarity,
                    stack=TRUE,
                    col=c('red', 'blue'),
-                   scales=list(y=list(tick.number=4, rot=90, relation="free", cex=0.5, alternating=T), x=list(rot=0, cex=0.6, tck=0.5, alternating=c(3,3))),
+                   scales=list(y=list(tick.number=4, rot=90, relation="same", cex=0.5, alternating=T), x=list(rot=0, cex=0.6, tck=0.5, alternating=c(3,3))),
                    xlab=list(label=bottom_first_method[[args$first_plot_method]], cex=.85),
                    ylab=list(label=legend_first_method[[args$first_plot_method]], cex=.85),
                    main=title_first_method[[args$first_plot_method]],