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
Currently all but two plotting functions exclusively use ggplot2. These two functions were implemented using grobs to avoid issues when combining plots with accompanying annotation tables.
Look into feasibility of converting the following functions to use only ggplot2 (i.e. geom_text) instead of grobs:
# Pull Request
<!--- Replace `#nnn` with your issue link for reference. -->
Part of #1109
`g_forest` creates a `ggplot` object instead of a `grob` object.
---------
Co-authored-by: walkowif <[email protected]>
Co-authored-by: walkowif <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Currently all but two plotting functions exclusively use
ggplot2
. These two functions were implemented usinggrob
s to avoid issues when combining plots with accompanying annotation tables.Look into feasibility of converting the following functions to use only
ggplot2
(i.e.geom_text
) instead ofgrob
s:g_km
Refactorg_km
#1210g_forest
Refactorg_forest
#1158The text was updated successfully, but these errors were encountered: