Tulip Amalie

Results 15 comments of Tulip Amalie

The above commit moves joins away from splitting. Pivoting still needs to be moved away from splitting, and optimizing grouping still has to be done. Pivoting is probably harder to...

While working on faceting for Graphite, I came across this work-around for setting the plot area: ```racket #lang racket (require plot/pict pict) (define (plot-extras-size plotpict) (match-define (vector (vector x-min x-max)...

Yes, I was referring more specifically to the legend. The actual plot can be created using `points` and one of the maps from the `colormaps` package. I think we have...

This fails with: ``` [2 built, 0.0 MiB DL] fetching Git repository 'https://github.com/RedPRL/bantorrfatal: couldn't find remote ref refs/heads/0.1.0 error: program 'git' failed with exit code 128 ``` because `0.1.0` isn't...

If you want to label this as wontfix that's fine, since it seems like a limitation of `fetchGit` to be fair