asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

How can I turn the type 3 font off in the out.pdf? #7

Closed yangluom closed 6 years ago

yangluom commented 6 years ago

Hey man, when I draw venn diagram based on bed files, intervene works well, but when I tried to modify the font of the texts in the out.pdf, it shows "Edit Text Tool doesn't support the type 3 font".how can i deal with it? Or how can I turn the font of out.pdf from type 3 font to type 1 font? And, one more question, how can make the outputs of intervene with both out.pdf and Rscripts? Many thanks!

asntech commented 6 years ago

Hi @yangluom please try the latest version v0.6.4. For Venn diagrams I am using matplotlib which by default uses Type-3 fount now I've customized it to the True-Type font. https://matplotlib.org/users/customizing.html

For question 2, since we are using Python for Venn plots you can not get the Rscript. I will consider to add this feature in the future releases. Thanks and sorry for late response.

Aziz

yangluom commented 6 years ago

Thanks @asntech ! It's so kind of you to make intervene better and better! I‘ll try it later! Many thanks! Best wishes! Luom

asntech commented 6 years ago

You're welcome!