How does now change the size of the labels (tick labels) of the y axis in the matrix section of an Upset plot made with Complex Upset in R? I tried using the matrix=(intersection_matrix() theme(axis.title.y=element_text(size=200)))
and nothing happens
Changes using a similar approach for the set_size()
work. Hopefully this part of the plots is modifiable.
CodePudding user response:
The intersection matrix uses a default theme from a list of themes. The ComplexUpset
documentation includes an example demonstrating how to change the font size in intersection matrix in