Kevin F.A. Darras

Results 4 issues of Kevin F.A. Darras

clarified that one needs to navigate to the cloned folder and added a space after chmod

In the batdetect2 version we are using, there is a typo for the Western barbastelle: it should read "Barbastella barbastellus" instead of "Barbastellus barbastellus".

bug

``` ggplot(iris,aes(Petal.Length,Sepal.Width))+ geom_point()+ coord_trans(x="sqrt")+ theme(axis.line.x = element_line(color="black")) ``` ![image](https://github.com/tidyverse/ggplot2/assets/7696198/5d79894d-5391-444a-8be8-f93df12795d2) ``` iris$Petal.Length[1]=0 ggplot(iris,aes(Petal.Length,Sepal.Width))+ geom_point()+ coord_trans(x="sqrt")+ theme(axis.line.x = element_line(color="black")) ``` ![image](https://github.com/tidyverse/ggplot2/assets/7696198/9910dbcc-cad3-4b83-b563-29bc3322ce36) I believe the axis line should stay preserved, since sqrt(0)=0, or...

bug
coord :world_map:

- [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported on Github (I've searched it). - [X] Nextcloud Server...

0. Needs triage