Randall Boyes
Randall Boyes
Hi - can you provide a reprex?
Version 0.4.0 adds support for different shapes, bolding text still not supported
Hi - I'm not really actively developing this package anymore. Feel free to submit a PR with a fix to allow this if you would like to
Running into this error using `density()` from AlgebraOfGraphics as well - a simple MWE from here: https://github.com/MakieOrg/AlgebraOfGraphics.jl/issues/472#issuecomment-1859060029 ``` julia> draw( data((x=randn(100), y=randn(100))) * mapping(:x, :y) * AlgebraOfGraphics.density() * visual(Contour) )...
@ashwani-rathee not sure if you're actively maintaining this project anymore - I'm happy to help do so if you want!
Yes, happy to help and/or for my code to be used. A couple early thoughts: 1. I've made the code much more robust and put it in a R package...
Looking at the figure a little more, here's how I think we could build it: 1. Using the code that I already have, we should be able to make the...
IMHO the "statistical tests as rows" design is kind of distracting. It should work no problem, but I wonder if there's a better place to put them
Sorry, I didn't see this response until just now. I've implemented a pretty good version of the required function that processes output from metafor::rma() automatically. It needs expanding to increase...
And re: "why not just have one ggplot object?" - we agree on this, I just phrased it in a confusing way.