Garth Tarr

Results 5 issues of Garth Tarr

There's an issue with the brushing if there is more than one pairsD3 plot on the same webpage. This arises naturally if you're making a rmarkdown report (as shown below)....

bug

Need to implement something like with d3heatmap: `xaxis_height = 120` and `yaxis_width = 150` this would probably be more satisfactory than `leftmar` and `topmar`. Probably also be useful to have...

enhancement

From an email: > I am trying to assign colors to the edges, using groups and an igraph object; I am being able to make the assignments using the color...

Probably should add in functionality to identify 2 way imports in a similar manner to [this](http://stackoverflow.com/questions/26164800/d3-dynamic-hierarchical-edge-bundling-2-way-import) stackoverflow question. This is necessary because the link lines overlap so currently you can...

enhancement

When I export a `vis_miss` to pdf the edges of the cells are blurry... ````r --- title: "Untitled" format: pdf --- ```{r} visdat::vis_miss(airquality) ``` ```` On the left, in the...