Irregular Rhomboid

Results 3 comments of Irregular Rhomboid

> Would it be possible to handle testing of both plotting frameworks by splitting the testing of them into separate CI jobs? Good idea. Ii'll look into it.

Alright, I've gotten started with the Plots recipes, and I'm running into some obstacles Below is the current result from the following code snippet (code [here](https://github.com/JuliaStats/GLM.jl/compare/master...irregular-rhomboid:GLM.jl:master)). ```julia using GLM using...

> I'd have a preference for Makie based recipes, though Coming right up. ```Julia using GLM using GLMakie using RDatasets data = dataset("datasets", "trees") l = lm(@formula(Height ~ Girth +...