v0.4.0
AlgebraOfGraphics v0.4.0
Closed issues:
- Tweaking a plot (#44)
- Multiple legends cleanup (#57)
- Avoid giving marker attributes to lines (#66)
- How to pass multiple pre-grouped vectors? (#79)
- Legend attributes:
strokewidth
is not forwarded (#81) - Legend: colorbars for continuous variables are missing (#82)
- Markersize bugs (#83)
- Multiple groupings are incorrect (#88)
- Categorical cleanup (#96)
- Don't repeat axis label for each facet level (#115)
- unit tests meta issues (#119)
- Legend for barplot (#120)
- Scale things so text doesn't overlap other objects (#121)
- Clarify vertical axis label for density plots (#122)
- Categorical-axis heatmap (#123)
- Histogram of integers (#129)
- layout_wrap= (#130)
- Enhancement proposal: reduce code complexity, improve legends, allow non-incremental plots (for grouped bar) (#136)
- Disentangle rendering and specification (#140)
- Label plot error (#144)
- missing x label for horizontally concatenated plots (#147)
- Reminder issue on unicode support (#162)
- Rename wts to weights (#170)
Merged pull requests:
- Refactor reducer and frequency and allow categorical heatmap (#150) (@piever)
- CompatHelper: bump compat for "AbstractPlotting" to "0.16" (#151) (@github-actions[bot])
- port SplitApplyPlot (#155) (@piever)
- renamings (#158) (@piever)
- update home (#160) (@piever)
- avoid redirect in docs link (#161) (@piever)
- switch to fira for better unicode coverage (#163) (@piever)
- colorbar (#164) (@piever)
- also link zcolor (#166) (@piever)
- Add "philosophy" tab in docs (#167) (@piever)
- legend updates (#168) (@piever)
- arguments refactor (#169) (@piever)
- rename wts to weights (#171) (@piever)
- add geometry example (#172) (@piever)
- add choropleth (#175) (@piever)
- update naming and order of wong (#176) (@piever)
- fix plottype (#177) (@piever)
- clarify tutorial fit grouping (#178) (@knuesel)
- add machine learning example in tutorial (#179) (@piever)
- switch to Makie (#181) (@piever)
- mapping docs (#182) (@piever)
- group data eagerly (#185) (@piever)
- Remove splitapply (#186) (@piever)
- Support pre-grouped data (#188) (@piever)