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
Not sure if this is a bug or just a feature not yet implemented (or I'm just doing something wrong), but it seems like images cannot be treated just like ggplot objects for composing patchworks. For the two examples that fail below, they work if logo is replaced with p1, a ggplot object.
Along these same lines. Using this same example an error is thrown when logo is the first in the list:
`
library(magrittr)
library(ggplot2)
library(patchwork)
Along these same lines. Using this same example an error is thrown when logo is the first in the list:
`
library(magrittr)
library(ggplot2)
library(patchwork)
Hi Thomas,
Not sure if this is a bug or just a feature not yet implemented (or I'm just doing something wrong), but it seems like images cannot be treated just like ggplot objects for composing patchworks. For the two examples that fail below, they work if logo is replaced with
p1
, a ggplot object.The text was updated successfully, but these errors were encountered: