Skip to content

How to bold only select y-axis labels? #108

Answered by WuSelina
WuSelina asked this question in Q&A
Discussion options

You must be logged in to vote

I used yaxis.fontface parameter as directed and gave it a vector as follows:

yaxis.fontface = ifelse(
        df$genes %in% genes.to.bold,
        'bold',
        'plain'
        )

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

WuSelina
Mar 21, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by WuSelina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants