Mattriks
Mattriks
In the main Gadfly plot, Stats and Geoms that are not in layers, are both pushed into a layer (which makes sense). This means the `statistics` field of the main...
The current syntax that is allowed for color mapping includes: + `color=[colorant"red"]` (works with some, but not all, Geoms) + `color=["group label"]` see [example here](https://github.com/GiovineItalia/Gadfly.jl/issues/1366#issuecomment-609741761) + `color="population"` or `color=:population` #...
- [ ] I've run the regression tests - [x] I've built the docs and confirmed these changes don't cause new errors ### This PR: - makes the `layer.statistics` field...
color2
- [x] I've updated the documentation to reflect these changes - [x] I've added an entry to `NEWS.md` - [ ] I've added and/or updated the unit tests - [...
@bjarthur The docs didn't deploy e.g. from #409. [Github actions](https://github.com/GiovineItalia/Compose.jl/runs/1646340251) shows: ```julia ┌ Info: Deployment criteria for deploying devbranch build from GitHub Actions: │ - ✔ ENV["GITHUB_REPOSITORY"]="GiovineItalia/Compose.jl" occurs in repo="github.com/GiovineItalia/Compose.jl.git"...
- [x] I've updated the documentation to reflect these changes - [x] I've updated the unit tests - [x] I've run the regression tests - [x] I've built the docs...
I'm opening this issue here, because I can demonstrate the issue using Compose. Note that there are some examples in Gadfly where this issue does currently occur (e.g. `Geom.boxplot`): ```julia...