Dillon Hammill
Dillon Hammill
I still have not found a solution but I do have an idea of why it may be happening. If the supplied data.frame has entries with 2 decimal places in...
Hi @jrowen, Unfortunately the problem persists with the `devel` version installed. Thanks for looking into this. Dillon
If you run the original app with the 100 diagonal and try to edit any of the zero entries to 2 decimal places - these values are automatically rounded to...
Looks like this is now resolved @jrowen. Happy for you to close this issue now. Thanks for looking into this!
Thanks a lot for looking into this @timelyportfolio! Perhaps @jrowen can offer advice on making a more permanent solution, but this works well in my testing.
@rwbaer, justification of labels is not supported - and it may not be possible given the way in which the labels are added to the plot. You can however, manually...
@rwbaer, I know what you are after and I have added it to my (long) list of things to add to CytoExploreR. I am working on revamping the internals of...
@tamaikeiichi, I would recommend using the method described on the website under "Custom Plot Layouts" section: https://dillonhammill.github.io/CytoExploreR/articles/CytoExploreR-Visualisations.html This will be the approach used in the new version of CytoExploreR as...
Can you remove the `xlim` part altogether and send through the plots?
Just pointing out that custom layouts are not actually required in this case. You can call `cyto_plot_save()` and then `cyto_plot()` directly: ```{r} cyto_plot_save("test.pdf") cyto_plot( gs, select = c(1,2), parent =...