Chris Baker

Results 55 comments of Chris Baker

Hey @ms-gx , here's where the main plot grab associated with the histogram is pulled out of the marginal plot, leaving behind all of the axis grobs. You'd have to...

I looked into this and it's only easy to fix it for the top marginal plot. I believe you would have to go deep into the internals of ggplot2 to...

I'd be happy to take a stab at this issue. I have two questions though: * Are you OK with `reprex` having a dependency on `rvest`? If not, I'll include...

> Use as much existing reprex logic and interface as possible to dump it to the usual places (clipboard, outfile, return value). So just to be clear, `reprex_scrape()` would be...

#199 has a first pass at implementing `reprex_scrap()` for GitHub issues. A few comments/questions: 1. I noticed a teeny issue where `reprex_undo()` strips sequences of 4 leading spaces from marked...

OK, I'll incorporate the file opening behavior you mentioned into #199 once #204 is addressed

Can you post what you tried in terms of theme modifications?

Can you try using margin, like so: ``` r library(ggplot2) library(ggExtra) p

Try using `t = 1` instead of `b`

Hi @OVazquezVillegas , sorry, the wosr package is only for the extended version of the API (not the lite version).