adjusted x axis position label for barplot_subcols_aa_LIG.R
This commit is contained in:
parent
4368c061c7
commit
861b2a7ee1
2 changed files with 6 additions and 6 deletions
|
@ -209,7 +209,7 @@ svg(plot_bp_aa_subcols_duet, width = 26, height = 4)
|
|||
|
||||
g = ggplot(df, aes(factor(position, ordered = T)))
|
||||
|
||||
outPlot = g +
|
||||
OutPlot_aa_PS = g +
|
||||
coord_cartesian(xlim = c(1, my_xlim)
|
||||
#, ylim = c(0, 6)
|
||||
, ylim = c(0, max(snp_count))
|
||||
|
@ -240,7 +240,7 @@ outPlot = g +
|
|||
, x = "Position"
|
||||
, y = "Frequency")
|
||||
|
||||
print(outPlot)
|
||||
print(OutPlot_aa_PS)
|
||||
dev.off()
|
||||
|
||||
#!!!!!!!!!!!!!!!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue