Error "The axis.text.theta
theme element is not defined in the element hierarchy."
#196
Labels
potential-bug
Bug report filled by the user
Hi there,
I'm trying to get a Upset-Plot using the first example given on github. Unfortunately, I get the following error message:
Error in
mapply()
:! The
axis.text.theta
theme element is not defined in the element hierarchy.Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
<fn>
(x)Run rlang::last_trace(drop = FALSE) to see 3 hidden frames.
Here's the code:
`library(ComplexUpset)
library/ggplot2)
movies = ggplot2movies::movies
movies[movies$mpaa == '', 'mpaa'] = NA
movies = movies[complete.cases(movies), ]
movies = as.data.frame(ggplot2movies::movies)
head(movies, 3)
genres = colnames(movies)[18:24]
genres
movies[genres] = movies[genres] == 1
t(head(movies[genres], 3))
upset(movies, genres, name='genre', width_ratio=0.1)`
ComplexUpset version: > ‘1.3.3’
R.Version()
$platform
[1] "x86_64-w64-mingw32"
$arch
[1] "x86_64"
$os
[1] "mingw32"
$crt
[1] "ucrt"
$system
[1] "x86_64, mingw32"
$status
[1] ""
$major
[1] "4"
$minor
[1] "3.2"
$year
[1] "2023"
$month
[1] "10"
$day
[1] "31"
$
svn rev
[1] "85441"
$language
[1] "R"
$version.string
[1] "R version 4.3.2 (2023-10-31 ucrt)"
$nickname
[1] "Eye Holes"
The text was updated successfully, but these errors were encountered: