Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:50
63ec916

AlgebraOfGraphics v0.12.2

Diff since v0.12.1

Merged pull requests:

  • Fix label missing from legend when group not present in first facet (#721) (@jkrumbiegel)
  • fix: Support Date/DateTime axes in smooth(), linear() and histogram() (#724) (@jkrumbiegel)
  • feat(ticks): Delegate datetime ticks to Makie's DateTimeTicks (#725) (@jkrumbiegel)
  • fix(facet): Propagate datetime ticks to empty facets (#726) (@jkrumbiegel)
  • fix(facet): Consistent bar/box/crossbar/violin width across facets (#727) (@jkrumbiegel)
  • feat(legend): Per-layer legend visibility via visual(legend = (; visible = false)) (#728) (@jkrumbiegel)
  • Prepare v0.12.2 (#729) (@jkrumbiegel)

Closed issues:

  • Can't use smooth() with ::Date axis (#376)
  • Apply datalimits to only some groups (#412)
  • Easier date-axis formatting (#423)
  • Replace nonnumeric with nominal and ordinal (#449)
  • Faceting with empty panels is broken for time series (#471)
  • LinesFillx (#473)
  • Time axis, including date and hours/minutes/seconds (#654)
  • Label missing if group not present in first facet (#691)
  • Unfilled line plot for density (#694)
  • Barplot width not consistent across facets (#717)
  • BarPlot bars not appearing in facet plot using TimeType data (#718)