But with that version's geom_label_repel, somehow the segment.color does not default to the same color as the text, as is not the case with the version on CRAN.
The colors of the segments are supposed to be green/red but they turn out to be black?
Version information
Here is the output from sessionInfo() in my R session:
R version 4.0.0 (2020-04-24)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
The text was updated successfully, but these errors were encountered:
lishinkou
changed the title
The latest development version's segment.color is not defaults to the same color as the text?
The latest development version's segment.color does not default to the same color as the text?
Jun 17, 2020
Summary
I am using the latest development version of ggrepel because I need to justify multi-line label as discussed in
https://stackoverflow.com/questions/54448262/justifying-lines-of-text-within-individual-ggrepel-labels
But with that version's geom_label_repel, somehow the segment.color does not default to the same color as the text, as is not the case with the version on CRAN.
Minimal code example
Here I'm borrowing the example from
https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html
The colors of the segments are supposed to be green/red but they turn out to be black?
Version information
Here is the output from
sessionInfo()
in my R session:The text was updated successfully, but these errors were encountered: