Carson Sievert

Results 193 comments of Carson Sievert

Thanks for the reprex @dbart79. It appears your issue is subtly different from @daattali's (which was indeed fixed by #3155). Until we have proper fix for your issue, a workaround...

Hi @leandroroser, I sent you a PR to fix this here https://github.com/leandroroser/FastqCleaner/pull/2

Now that #2067 has been merged, you can at least workaround this issue by doing `p

Some ideas in here might still be useful, but will require some rethought after https://github.com/plotly/plotly.js/issues/272 is resolved

I don't *think* plotly.js has the ability to accept arbitrary SVG/PNG for marker definitions...you *might* be able to leverage [marker color gradients](https://github.com/plotly/plotly.js/pull/1620), but I'm not immediately sure. Anyway, I remember...

Annotations are raster objects -- that's also true for geom_flag, correct? If so, the implementation would be very similar (which works for facets)

@moutikabdessabour here's some code to get weekly downloads over the past year for all the packages listed thus far. This pretty well reflects my priority list ```r library(dplyr) library(cranlogs) library(plotly)...

Likely related to https://github.com/ropensci/plotly/issues/1657

Ah, yea, let's add `ggalt` to `Suggests` in the `DESCRIPTION` file