Skip to content

Releases: MakieOrg/AlgebraOfGraphics.jl

v0.6.7

13 May 10:40
cd66301
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.7

Diff since v0.6.6

Merged pull requests:

v0.6.6

16 Apr 12:01
3967a70
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.6

Diff since v0.6.5

Closed issues:

  • Adjusting the legend position (#40)
  • Customizing aspects other than plot attributes (#85)
  • First predicted value of smooth is NaN (#102)
  • Limit data range on y-axis (violin plot/box plot) (#263)
  • Wrong axis labelled in case of single mapping (#305)
  • titlevisible ignored in legend customization (#309)
  • Wrong axis when plotting Bar plot horizontally (#355)
  • Unable to draw at grid position (#359)
  • Unable to use weights on histogram (#364)
  • Invisible boxes when creating boxplot with Dates axis (#369)
  • linkxaxes doesn't affect histograms (#372)

Merged pull requests:

v0.6.5

16 Feb 19:35
9b08603
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.6.4

07 Feb 15:53
077c4fa
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.4

Diff since v0.6.3

Closed issues:

  • Very slow plotting of pair() type plot compared to R (#315)
  • Xminor ticks don't go to all columns when faceting (#325)
  • Negative values in density plot (#334)

Merged pull requests:

v0.6.3

01 Feb 15:35
5721908
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.3

Diff since v0.6.2

Closed issues:

  • Plot too small when using facet and draw!(f[1, 1], layer) (#304)

Merged pull requests:

  • replace resizetocontent! with resize_to_layout! (#330) (@piever)

v0.6.2

31 Jan 17:15
fe909cc
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.2

Diff since v0.6.1

Closed issues:

  • Histogram bin widths are constant (#332)

Merged pull requests:

  • fix width computation bug in histogram (#333) (@piever)

v0.6.1

28 Jan 13:43
bc1e784
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.1

Diff since v0.6.0

Closed issues:

  • BUG: BarPlot overlapping bars (#277)
  • color scales are applied inconsistently between visuals with row/col mapping (#288)
  • axis() args trailing comma required and/or documentation issue? (#307)
  • How to change the title of a legend? (#317)
  • Docstrings for objects defined with @recipe throw an error (#321)

Merged pull requests:

v0.6.0

24 Oct 09:36
b52ea1a
Compare
Choose a tag to compare

AlgebraOfGraphics v0.6.0

What's Changed

  • switch to vector approach for sorter and renamer by @piever in #280
  • Simple documentation update to use capital letters for first argument by @flyaflya in #278
  • Improve facet_wrap; Introduce linkxaxes, linkyaxes for facet_wrap and facet_grid by @greimel in #287
  • Move colorbar stuff to its own file by @greimel in #290
  • clarify docs for axis linking by @piever in #293
  • Customize legend by @greimel in #291
  • make colorbar easily customizable by @piever in #294
  • news and version bump by @piever in #295

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

16 Sep 09:17
Compare
Choose a tag to compare

AlgebraOfGraphics v0.5.4

Diff since v0.5.3

Closed issues:

  • LoadError: MethodError: no method matching select (#273)
  • Issue with scatterplot code in tutorial: type GridLayout has no field needs_update (#276)

Merged pull requests:

v0.5.3

29 Aug 18:21
453fb89
Compare
Choose a tag to compare

AlgebraOfGraphics v0.5.3

Diff since v0.5.2

Closed issues:

  • visual(Violin) creates box plot (not a violin plot) (#264)
  • xscale does not compose with categorical data / dodge / Violin (#265)

Merged pull requests: