Liripo

Results 26 comments of Liripo

> Hi! > > I want to change the p-value labels to be like this: `p = 0.0004` - so pretty much add the `p = ` in front of...

@CNFeffery Thanks, I'm using it now.

is there a solution?

I also had this problem with large pixel images in a loop and had to call `gc` manually myself

![image](https://github.com/rocker-org/rocker-versioned2/assets/54770415/8289b404-b26a-4ed5-9be3-c2053237af00) ![image](https://github.com/rocker-org/rocker-versioned2/assets/54770415/d0db15b8-09dc-42e3-ad12-49634c0fe4cf) still the same.

![image](https://github.com/rocker-org/rocker-versioned2/assets/54770415/30237407-be52-417e-8dba-445c8eddeb82)

I can use it in windowns 11 (wsl2). ![image](https://github.com/rocker-org/rocker-versioned2/assets/54770415/b8cb985c-1e97-4160-bf6f-d659180970a3)

@afonit I saw here : ![image](https://github.com/altair-viz/altair/assets/54770415/9b6aaa02-d38f-4d89-97fc-211951bdb4db) I want to modify the axis title after the graph is drawn. Is there any other way?

I try it but no success. ```R reticulate::py_run_string("import plotly.io as pio") reticulate::py_run_string("pio.kaleido.scope.mathjax = None") save_image(fig,"test.pdf") browseURL("test.pdf") ```