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
Describe the bug plot_map() using title_text throws an error and won't plot.
Error in check.length("fill") :
'gpar' element 'fill' must not be length 0
In addition: Warning messages:
1: In rayimage::render_title(hillshade, title_text = title_text, title_offset = title_offset, :
Title position is ignored when not using {magick}
2: In matrix(offset, nrow = 4L, ncol = ncol(x)) :
non-empty data for zero-extent matrix
Session Info
R version 4.4.2 (2024-10-31)
Platform: aarch64-apple-darwin20
Running under: macOS Sequoia 15.2
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0
Describe the bug
plot_map()
usingtitle_text
throws an error and won't plot.Session Info
Reproducible Example
Please provide a reproducible example that triggers the bug below.
The text was updated successfully, but these errors were encountered: