You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, recently I have updated this package.
Everything works fine. But, title() doesn't work in plotting process.
I had used title() for adding a title in a Venn diagram in the previous version of venndir(). But, now doesn't work.
How can I add title in the Venn diagram based on the Jamba tool?
I added the fontsize and fontface to show how to customize these values.
One reason to add the title to venndir() is so the title will be drawn for each plot, if the plot is used in a multi-panel figure. I will add it to my short list. For now, hopefully grid::grid.text() will suit your needs.
Just to close this out, there is now a main argument in venndir() used to set the plot title.
To use a custom title, use the steps above to add grid::grid.text() to the plot device afterwards.
Hi, recently I have updated this package.
Everything works fine. But, title() doesn't work in plotting process.
I had used title() for adding a title in a Venn diagram in the previous version of venndir(). But, now doesn't work.
How can I add title in the Venn diagram based on the Jamba tool?
It shows this error message.
Error in title(main = main) : plot.new has not been called yet
I appreciate for your helps and thank for your recent update :) .
The text was updated successfully, but these errors were encountered: