Closed paocorrales closed 11 months ago
Thanks for the report! This was an upstream rayimage
bug: update the rayimage package to the latest version (v0.10.0) to fix:
remotes::install_github("tylermorganwall/rayimage")
Alternatively, install the binary from r-universe:
install.packages('rayimage', repos = c('https://tylermorganwall.r-universe.dev', 'https://cloud.r-project.org'))
Hi, I tried to change the aspect ratio of a plot using the
asp
argument ofplot_map()
but it seems it doesn't do anything to the plot.Here is an example using the examples from the documentation of
plot_map()
Created on 2023-11-23 with reprex v2.0.2