Susan VanderPlas

Results 8 comments of Susan VanderPlas

d3 has options for stroke-opacity and fill-opacity, which I ran into recently because I needed the rectangular outline but not the inside. I worked around it using css and the...

http://bl.ocks.org/srvanderplas/raw/ecfe137aab991c9eee8d/ This gist contains an example where this feature would be very useful, but is not currently intuitive. A workaround is possible using the aesthetic id="label" and css, but it...

The first plot is fill=NA. fill=transparent works, though. I messed around with fill="none", etc. last night, but didn't try "transparent". http://bl.ocks.org/srvanderplas/raw/b7ee3272513f79c93d9a/ Still would be good to have the d3 aesthetics...

That might be simpler to implement than attempting to check the intersection. So long as we're only using the multiple clickSelects statements to select points at the intersection of the...

I believe the output is created using a special formatting method when knitr/quarto/rmarkdown is detected: - Documentation: https://rdrr.io/cran/skimr/man/knit_print.html - Actual code: https://github.com/ropensci/skimr/blob/2a23e90b763b524f84222f925c530a42b9601a19/R/skim_print.R I'm not entirely sure how they detect that...

Same Issue: ![image](https://user-images.githubusercontent.com/2127125/41162028-3df5d8c2-6afa-11e8-8530-6a6d2c04f238.png)

I did finally get a different docker container to work (I had used the one from your github repo initially before realizing there was a container in the LabelMeAnnotationTool repo)....

I'm also having this issue. Ubuntu 18.04 with KDE (if that matters). I've gotten it working on 2/3 of my computers, and had this issue on all of them, so...