Releases: MakieOrg/AlgebraOfGraphics.jl
Releases · MakieOrg/AlgebraOfGraphics.jl
v0.6.7
AlgebraOfGraphics v0.6.7
Merged pull requests:
v0.6.6
AlgebraOfGraphics v0.6.6
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:
- Docstrings for
set_aog_theme!
andaog_theme
(#347) (@KronosTheLate) - use bulma grid theme (#352) (@piever)
- test invisible labels (#353) (@piever)
- Clarify documentation of custom scales (#354) (@haberdashPI)
- Remove accidental doc theming (#357) (@piever)
- document compute_attributes (#358) (@piever)
- CompatHelper: bump compat for "RelocatableFolders" to "0.2" (#360) (@github-actions[bot])
- add issue templates (#361) (@piever)
- cleanup of extrema utilities (#367) (@piever)
- remove arraylike and stringlike (#368) (@piever)
- correct width for date axis (#373) (@piever)
- add examples for free x histogram and density (#374) (@piever)
- Extra colormap docs (#377) (@piever)
- bump GLM and GridLayoutBase (#379) (@piever)
- bump version number (#380) (@piever)
v0.6.5
v0.6.4
AlgebraOfGraphics v0.6.4
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:
- Add tests for facet plots (#336) (@piever)
- better error message for cycle (#337) (@piever)
- fix bug in categorical scales for y mapping (#338) (@piever)
- test alignmode (#339) (@piever)
- Fix a typo in the docs (#340) (@pitmonticone)
- temporarily remove antarctica example (#341) (@piever)
- avoid dictionary (#342) (@piever)
- fix varying eltype in palette (#343) (@piever)
v0.6.3
AlgebraOfGraphics v0.6.3
Closed issues:
- Plot too small when using facet and
draw!(f[1, 1], layer)
(#304)
Merged pull requests:
v0.6.2
AlgebraOfGraphics v0.6.2
Closed issues:
- Histogram bin widths are constant (#332)
Merged pull requests:
v0.6.1
AlgebraOfGraphics v0.6.1
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:
- Avoid excessive use of tuples and named tuples (#312) (@piever)
- use Dictionary throughout (#313) (@piever)
- minor typo in docs (#314) (@musoke)
- Split Entry into different types (#316) (@piever)
- clean up rescaling code (#318) (@piever)
- Test analyses (#319) (@piever)
- add adjust legend title and label order (#320) (@onetonfoot)
- bump makie version (#323) (@piever)
- Clarify docs for
visual
(#324) (@haberdashPI) - clean glm code (#327) (@piever)
v0.6.0
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
; Introducelinkxaxes
,linkyaxes
forfacet_wrap
andfacet_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