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:
The text was updated successfully, but these errors were encountered:
See original issue #1109
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:
The text was updated successfully, but these errors were encountered: