Questions tagged [ggtext]

Advanced text formatting in ggplot2, enables the rendering of complex formatted plot labels.

The ggtext package enables using (a limited subset of) Markdown and HTML syntax in ggplot2 plot labels.

Repositories:

77 questions
0
votes
0 answers

ggtext creates excessive white space between subtitle and title

I have created a plot in ggplot and am using ggtext to colorize particular words in my subtitle. While that works, every time that I render the plot, there is an excessive amount of white space at the top. The code that is helping with rendering the…
wcbrown
  • 157
  • 7
-1
votes
1 answer

How to solve the problem while loading package "ggtext" in R?

I want to use ggtext packgae for visualization in R, but while I loaded the packgae that I have installed before I found this error: Error: package or namespace load failed for ‘ggtext’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =…
1 2 3 4 5
6