Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Dec 20, 2024
1 parent 0909e29 commit 1abbf0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,6 @@ plotting.clusterProfile <- function(clProf.reshape.df,
# }
p <- p + xlab("") + ylab("") + ggtitle(title) +
theme_dose(font.size)
## theme(axis.text.x = element_text(colour="black", size=font.size, vjust = 1)) +
## theme(axis.text.y = element_text(colour="black",
## size=font.size, hjust = 1)) +
## ggtitle(title)+theme_bw()
## p <- p + theme(axis.text.x = element_text(angle=angle.axis.x,
## hjust=hjust.axis.x,
## vjust=vjust.axis.x))
return(p)
}

Expand Down

0 comments on commit 1abbf0a

Please sign in to comment.