thundeR icon indicating copy to clipboard operation
thundeR copied to clipboard

A rectangle appears around the wind barbs profile

Open Begio opened this issue 2 years ago • 2 comments

Hello, first of all thank you for this awesome library.

I have a trouble with a bug. When I use sounding_save or sounding_plot with any data (example data too), a rectangle appears around the wind barbs profile on the image canvas.

I used R version: 4.2.2 (2022-10-31 ucrt) and 4.1.3 (2022-03-10) -- "One Push-Up" with same result

Vienna

Sergio

Begio avatar May 08 '23 10:05 Begio

Hi Sergio,

First of all, thank you for the feedback.

I think this problem might be related to the R graphical engine that produces some artifacts and can be system specific. Could check whether the same vertical line appears if you change the extension from Vienna.png to Vienna.svg ? Please also provide the output of your sessionInfo().

We will also try to investigate the issue once we have more information. Thanks!

bczernecki avatar May 09 '23 20:05 bczernecki

Hello @bczernecki

With the svg extension the line does not appear. Vienna Vienna

My sessionInfo():

R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22621)

Matrix products: default

locale: [1] LC_COLLATE=Spanish_Spain.utf8 LC_CTYPE=Spanish_Spain.utf8 LC_MONETARY=Spanish_Spain.utf8 [4] LC_NUMERIC=C LC_TIME=Spanish_Spain.utf8

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] thunder_1.1.1

loaded via a namespace (and not attached): [1] Rcpp_1.0.10 fansi_1.0.4 utf8_1.2.3 dplyr_1.1.0 R6_2.5.1
[6] lifecycle_1.0.3 magrittr_2.0.3 pillar_1.9.0 httr_1.4.5 rlang_1.0.6
[11] cli_3.6.0 curl_5.0.0 vctrs_0.5.2 generics_0.1.3 aiRthermo_1.2.1 [16] tools_4.2.2 glue_1.6.2 compiler_4.2.2 pkgconfig_2.0.3 tidyselect_1.2.0 [21] tibble_3.1.8

Any ideas? Thanks for your help

Begio avatar May 09 '23 22:05 Begio