UpSetR icon indicating copy to clipboard operation
UpSetR copied to clipboard

text label font

Open Zefeng-Wu opened this issue 7 years ago • 5 comments

Hi, I want to visualize the intersection of 8 species (with Latin name ), but i need the italic (type) bar name. So how to deal with the text type?

Zefeng-Wu avatar Nov 20 '17 01:11 Zefeng-Wu

could you provide an example of one or more names

JakeConway avatar Dec 06 '17 08:12 JakeConway

for example, Arabidopsis, Oryza sativa, et, al.

Zefeng-Wu avatar Jan 31 '18 06:01 Zefeng-Wu

Besides fontface (e.g. italic, bold), could fontfamily option(e.g. serif) be added?

PengNi avatar Jan 18 '21 09:01 PengNi

Curious on the status of this request? Italics is the standard convention for displaying the accepted Latin name of species. Can we adjust the text in any way other than color and size?

andemexoax avatar Oct 21 '21 20:10 andemexoax

I just modified the code in the related functions. For example to change fontfamily in MainBar.R:

# add this line after line 192
Main_bar_plot <- (Main_bar_plot + theme(text = element_text(family = "Arial")))

PengNi avatar Nov 01 '21 08:11 PengNi