Recent Releases of AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.13.1
AlgebraOfGraphics v0.13.1
Merged pull requests: - fix(units): Handle missing values in Unitful and DynamicQuantities columns (#777) (@jkrumbiegel)
Closed issues: - How to add support for more recipes? (#776)
- Julia
Published by github-actions[bot] 19 days ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.13.0
AlgebraOfGraphics v0.13.0
See CHANGELOG.md
Merged pull requests: - Bump actions/checkout from 6 to 7 (#772) (@dependabot[bot]) - feat(analyses): compute analyses in transformed scale space (#773) (@jkrumbiegel) - fix(smooth): Standardize x before Loess fit so degree-2 works on Date axes (#774) (@jkrumbiegel) - Prepare v0.13.0 (#775) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 month ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.13
AlgebraOfGraphics v0.12.13
Merged pull requests: - Bump codecov/codecov-action from 5 to 7 (#768) (@dependabot[bot]) - fix(facet): Honor facet size in draw! (#770) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 month ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.12
AlgebraOfGraphics v0.12.12
Merged pull requests: - Bump actions/upload-artifact from 4 to 7 (#765) (@dependabot[bot]) - fix(scales): Match palette and categories against presorted/nonnumeric data (#766) (@jkrumbiegel) - Prepare v0.12.12 (#767) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 2 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.11
AlgebraOfGraphics v0.12.11
Merged pull requests: - fix(ablines): Accept dimensionless slope when AesX and AesY share a unit (#763) (@jkrumbiegel) - fix(footnotes): Justify multiline footnotes per footnotealign (#764) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 2 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.10
AlgebraOfGraphics v0.12.10
Merged pull requests: - fix(ablines): Align Unitful/DynamicQuantities intercept and slope to axis units (#761) (@jkrumbiegel) - Prepare v0.12.10 (#762) (@jkrumbiegel)
Closed issues:
- Check if smooth should hide confidence band for low number of points (#760)
- Julia
Published by github-actions[bot] about 2 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.9
AlgebraOfGraphics v0.12.9
Merged pull requests: - ci(tagbot): grant contents/issues write permissions (#756) (@jkrumbiegel) - feat(analyses): drop missing/NaN rows, error on Inf (#757) (@jkrumbiegel) - feat(analyses): Support Unitful & DynamicQuantities in analyses (#758) (@jkrumbiegel) - Prepare v0.12.9 (#759) (@jkrumbiegel)
Closed issues:
- dodge and dodge_x/y could play together better (#744)
- TagBot: Manual intervention needed for releases (#755)
- Julia
Published by github-actions[bot] 2 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.8
What's Changed
- feat(dodge): Route generic dodgex/dodgey to native dodge attribute by @jkrumbiegel in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/747
- Bump julia-actions/setup-julia from 2 to 3 by @dependabot[bot] in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/749
- test: Refresh reference images for CairoMakie glyph batching by @jkrumbiegel in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/752
- Add aesthetics for stem plot by @stelmo in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/751
- Prepare v0.12.8 by @jkrumbiegel in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/753
New Contributors
- @stelmo made their first contribution in https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/751
Full Changelog: https://github.com/MakieOrg/AlgebraOfGraphics.jl/compare/v0.12.7...v0.12.8
- Julia
Published by jkrumbiegel 3 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.7
AlgebraOfGraphics v0.12.7
Merged pull requests: - feat(facet): Add FacetSize and aspect-aware wrap layout (#745) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 4 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.6
AlgebraOfGraphics v0.12.6
Merged pull requests: - feat(legend): Hide unused legend entries by default (#742) (@jkrumbiegel) - Prepare v0.12.6 (#743) (@jkrumbiegel)
Closed issues:
- Legend additionally shows marker for Lines and line for Scatter plot (#576)
- Julia
Published by github-actions[bot] 4 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.5
AlgebraOfGraphics v0.12.5
Merged pull requests: - Prepare v0.12.5 (#740) (@jkrumbiegel)
Closed issues: - Examples docs rendering issue (#732)
- Julia
Published by github-actions[bot] 4 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.4
AlgebraOfGraphics v0.12.4
Merged pull requests: - fix(facet): Hide empty facets with ambiguous scales instead of erroring (#734) (@jkrumbiegel) - Prepare v0.12.4 (#735) (#735) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 5 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.3
AlgebraOfGraphics v0.12.3
Merged pull requests: - fix(dodge): Intrinsic dodge width for BoxPlot, CrossBar, and Violin (#730) (@jkrumbiegel) - fix(recipe): Migrate LongPoly and Choropleth to ComputePipeline for Makie 0.24.9+ (#733) (@jkrumbiegel)
Closed issues: - Styling specs hidden in analyses (#87) - Add legends for analyses (#141) - Missing data support (#157) - Remaining gallery items (#159) - Scale API (#165) - Docs meta issue (#173) - dodge only applies to boxplot even in combined visuals (#230)
- Julia
Published by github-actions[bot] 5 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.2
AlgebraOfGraphics v0.12.2
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)
- Julia
Published by github-actions[bot] 5 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.1
AlgebraOfGraphics v0.12.1
Merged pull requests:
- Fix a link (#709) (@Eben60)
- Let BarPlot, BoxPlot, Density and CrossBar map the strokecolor (#713) (@andreuvall)
- Fix deprecations in GLM >= 1.9.1 (#719) (@devmotion)
Closed issues: - Add TL;DR section to Tutorial (#712) - Cannot unlink axes of histograms (#715)
- Julia
Published by github-actions[bot] 7 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.12.0
AlgebraOfGraphics v0.12.0
For breaking changes check CHANGELOG.md
Merged pull requests:
- subvisual (#678) (@jkrumbiegel)
- Add flexible aggregate analysis layer (#696) (@jkrumbiegel)
- Add ability to repeat labels in facet plots (#699) (@jkrumbiegel)
- Add scale to AesColor scale properties (#700) (@icweaver)
- Add @ref links to philosophy.md (#701) (@abhro)
- Update CI actions (#702) (@abhro)
- QQNorm and QQPlot with distribution (#703) (@jkrumbiegel)
- Bump actions/checkout from 5 to 6 (#704) (@dependabot[bot])
- Auto-labels for dims (#705) (@jkrumbiegel)
- Add links to definition of "tidy" data (#706) (@vchuravy)
- Confidence intervals for smooth (#707) (@jkrumbiegel)
- Changes for 0.12 (#708) (@jkrumbiegel)
Closed issues:
- Make the color = dims(1) correspond to the mapping for wide data (#474)
- Axes and labels in each subplot of a faceted plot (#693)
- Julia
Published by github-actions[bot] 8 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.9
AlgebraOfGraphics v0.11.9
Merged pull requests: - Improve error message for incompatible continuous data (#692) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 9 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.8
AlgebraOfGraphics v0.11.8
Merged pull requests: - Prepare v0.10.9 (#685) (@jkrumbiegel) - Include v0.10.9 backport in changelog (#686) (@jkrumbiegel) - Improve all-missings group handling (#689) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 10 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.9
AlgebraOfGraphics v0.10.9
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
<!--
Merged pull requests:
- Draw to Makie.SpecApi spec (#609) (@jkrumbiegel)
- Makie 0.23 compat (#666) (@jkrumbiegel)
- TextLabel support (#671) (@jkrumbiegel)
- show_aesthetics (#673) (@jkrumbiegel)
- Makie 0.24 (#674) (@jkrumbiegel)
- Axis scales, ticks, tickformat (#675) (@jkrumbiegel)
- Bump actions/checkout from 4 to 5 (#680) (@dependabot[bot])
- Auto categoricals (#681) (@jkrumbiegel)
- Remove accidentally left in @show (#682) (@jkrumbiegel)
- Fix erroneously filled facets (#683) (@jkrumbiegel)
- Prepare v0.10.9 (#685) (@jkrumbiegel)
Closed issues: - how to deal with 2D data / heatmaps? (#267) - Cannot use alpha with numeric color mapping (#371) - Colorbar for each subplot (#381) - Specifying axis scale for X/Y aesthetics (#662) - Tutorial page not rendered properly (#664) - More flexibility in legend positions (#668) - Figure size seemingly hijacked by legend position (#677)
-->
- Julia
Published by github-actions[bot] 11 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.7
AlgebraOfGraphics v0.11.7
Merged pull requests: - Fix erroneously filled facets (#683) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 11 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.6
AlgebraOfGraphics v0.11.6
Merged pull requests:
- Remove accidentally left in @show (#682) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 11 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.5
AlgebraOfGraphics v0.11.5
Merged pull requests: - Bump actions/checkout from 4 to 5 (#680) (@dependabot[bot]) - Auto categoricals (#681) (@jkrumbiegel)
- Julia
Published by github-actions[bot] 11 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.4
AlgebraOfGraphics v0.11.4
Merged pull requests: - Draw to Makie.SpecApi spec (#609) (@jkrumbiegel)
Closed issues: - how to deal with 2D data / heatmaps? (#267) - Cannot use alpha with numeric color mapping (#371) - Colorbar for each subplot (#381) - Figure size seemingly hijacked by legend position (#677)
- Julia
Published by github-actions[bot] 12 months ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.3
AlgebraOfGraphics v0.11.3
Merged pull requests: - Axis scales, ticks, tickformat (#675) (@jkrumbiegel)
Closed issues: - Specifying axis scale for X/Y aesthetics (#662) - More flexibility in legend positions (#668)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.2
AlgebraOfGraphics v0.11.2
Merged pull requests:
- show_aesthetics (#673) (@jkrumbiegel)
- Makie 0.24 (#674) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.1
AlgebraOfGraphics v0.11.1
Merged pull requests: - TextLabel support (#671) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.11.0
AlgebraOfGraphics v0.11.0
For breaking changes, refer to the changelog
Merged pull requests: - Makie 0.23 compat (#666) (@jkrumbiegel)
Closed issues: - Tutorial page not rendered properly (#664)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.8
AlgebraOfGraphics v0.10.8
Merged pull requests:
- Add support for Makie's new Annotation recipe (#663) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.7
AlgebraOfGraphics v0.10.7
Merged pull requests: - Fix labels in paginated plots with renamed layout scale (#661) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.6
AlgebraOfGraphics v0.10.6
Merged pull requests: - Label metadata (#660) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.5
AlgebraOfGraphics v0.10.5
Merged pull requests: - Update codecov options in ci.yml (#640) (@abhro) - Band direction (#655) (@jkrumbiegel) - LineWidth aesthetic (#656) (@jkrumbiegel)
Closed issues:
- renamer and LaTeXStrings (#463)
- Density 'direction=:y' not working on latest release (#518)
- aog.makie.org/stable gives 404 (#631)
- Julia
Published by github-actions[bot] about 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.4
AlgebraOfGraphics v0.10.4
Merged pull requests:
- Add syntax highlight tags for fenced code blocks (#650) (@abhro)
- Fix mapping with functions (#651) (@jkrumbiegel)
- verbatim without aesthetics (#652) (@jkrumbiegel)
Closed issues:
- Homepage aog.makie.org returns a 404 page (#649)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.3
AlgebraOfGraphics v0.10.3
Merged pull requests: - Fix up minor docstring issues (#639) (@abhro) - Add syntax highlight tag in mapping.md (#643) (@abhro) - Fix up bullet list in visual.md (#644) (@abhro) - Fix bug with Makie 0.22.3 (#646) (@jkrumbiegel)
Closed issues: - failed to plot a simple scatter coloured plot (#645)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.2
AlgebraOfGraphics v0.10.2
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.1
AlgebraOfGraphics v0.10.1
Merged pull requests:
- catch errors in _kwdict and give nice error messages (#630) (@jkrumbiegel)
- version selector (#632) (@lazarusA)
- Add dims docstring (#633) (@jkrumbiegel)
- Make singular limits nonsingular (#634) (@jkrumbiegel)
- Always show all categories (#636) (@jkrumbiegel)
- Prepare v0.10.1 (#637) (@jkrumbiegel)
Closed issues:
- Using a Colorbar for categorical data OR forcing grouping for continuous data (#282)
- Missing dims documentation (#420)
- axis = (; xlabelvisible = false) doesn't work if mapping.col is used (#557)
- Heatmap of single-value matrix works on CairoMakie but not via AoG (#590)
- fix version selector (#607)
- Bad error message when using legend keyword for draw (#616)
- Heatmap (Surface, Contour... ) faceting X,Y,Z DimArrays. (#627)
- Empty categories are not shown if proceed existing categories (#635)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.10.0
AlgebraOfGraphics v0.10.0
Breaking changes
Refer to https://aog.makie.org/dev/changelog for a list of breaking changes and tips for upgrading.
Merged pull requests: - Categorical colorbars (#628) (@jkrumbiegel) - Prepare v0.10 (#629) (@jkrumbiegel)
Closed issues: - Different categorical X/Y scales across facets (#550)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.7
AlgebraOfGraphics v0.9.7
Merged pull requests:
- Fix axis labelling in unlinked col or row only layouts (#623) (@jkrumbiegel)
- Use legend instead of show_labels for Row, Col and Layout (#624) (@jkrumbiegel)
- Add wrapped convenience for Layout scale (#625) (@jkrumbiegel)
- prepare v0.9.7 (#626) (@jkrumbiegel)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.6
AlgebraOfGraphics v0.9.6
Merged pull requests:
- allow combining histogram with visual(Stairs) (#591) (@simeonschaub)
- Unit support (#619) (@jkrumbiegel)
- MarkerSize scale ticks (#621) (@jkrumbiegel)
Closed issues: - MarkerSize issue (#569)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.5
AlgebraOfGraphics v0.9.5
Merged pull requests:
- Break mergeable up so that it's extensible (#592) (@asinghvi17)
- intro-vi.md aktualisieren (#614) (@jkrumbiegel)
- Prepare v0.9.5 (#615) (@jkrumbiegel)
Closed issues: - Documentation: Getting Started page gives 404 (#612)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.4
AlgebraOfGraphics v0.9.4
Merged pull requests: - Add penguins testdata (#613) (@jkrumbiegel)
Closed issues: - Mapping :marker with visual contour raises an ArgumentError (#604) - Include other tutorials in the new docs (#605) - Adding text/annotations to a heatmap (a recipe ?) (#606)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.3
AlgebraOfGraphics v0.9.3
Merged pull requests:
- Fix from_continuous with special colormaps (#603) (@jkrumbiegel)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.2
AlgebraOfGraphics v0.9.2
Merged pull requests: - Fix 4-element pair mapping (#596) (@jkrumbiegel)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.1
AlgebraOfGraphics v0.9.1
Merged pull requests: - CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#579) (@github-actions[bot]) - Axis attributes when drawing pagination (#595) (@jkrumbiegel)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.9.0
AlgebraOfGraphics v0.9.0
See CHANGELOG.md for a description of changes in this release
Merged pull requests: - Compute pagination after applying scales (#593) (@jkrumbiegel) - Prepare v0.9.0 (#594) (@jkrumbiegel)
Closed issues: - String column selector does not work in mapping() (#581)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.14
AlgebraOfGraphics v0.8.14
Merged pull requests: - Bump codecov/codecov-action from 4 to 5 (#580) (@dependabot[bot]) - Separate X/Y scales within facet layout (#586) (@jkrumbiegel) - Add compat for new Makie and GeometryBasics (#587) (@jkrumbiegel) - Alpha in legend (#588) (@jkrumbiegel) - Bump patch version and Colors compat (#589) (@jkrumbiegel)
Closed issues: - Document how to set alpha values. (#225) - Neutral additive element (#437) - Add geomraster and geomsf-like features (#577) - Legend disappears when adding plot into Makie figure (#578)
- Julia
Published by github-actions[bot] over 1 year ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.13
AlgebraOfGraphics v0.8.13
Merged pull requests: - Stairs (#573) (@jkrumbiegel)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.12
AlgebraOfGraphics v0.8.12
Merged pull requests: - Legend overrides (#570) (@jkrumbiegel)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.11
AlgebraOfGraphics v0.8.11
Merged pull requests: - Fix natural sorting of tuples (#568) (@jkrumbiegel)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.10
AlgebraOfGraphics v0.8.10
Merged pull requests:
- Fixed markercolor in ScatterLines legends when it did not match color (#567) (@jkrumbiegel)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.9
AlgebraOfGraphics v0.8.9
Merged pull requests: - Manual legend labels (#565) (@jkrumbiegel) - Prepare v0.8.9 (#566) (@jkrumbiegel)
Closed issues: - nonnumeric helper function gives error (#561)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.8
AlgebraOfGraphics v0.8.8
Merged pull requests:
- Add title, subtitle and footnotes option (#556) (@jkrumbiegel)
- Generic dodging mechanism (#558) (@jkrumbiegel)
- Fix aesthetics of errorbars (#560) (@jkrumbiegel)
- Prepare v0.8.8 (#562) (@jkrumbiegel)
Closed issues: - Titles for facets (#90) - Function to manage plot title? (#331) - Dodge in scatter,lines (#393)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.7
AlgebraOfGraphics v0.8.7
Merged pull requests:
- Add ability to return ProcessedLayers from transformations (#549) (@jkrumbiegel)
- Fix mergesorted bug (#553) (@jkrumbiegel)
- Prepare v0.8.7 (#555) (@jkrumbiegel)
Closed issues: - "Arguments must be sorted" error (#552)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.6
AlgebraOfGraphics v0.8.6
Merged pull requests:
- Add bar_labels to BarPlot's aesthetic mapping (#544) (@jkrumbiegel)
- Bump actions/checkout from 2 to 4 (#545) (@dependabot[bot])
- Allow hiding legend or colorbar via show = false (#547) (@jkrumbiegel)
- Prepare v0.8.6 (#548) (@jkrumbiegel)
Closed issues:
- Ridge plot (#127)
- band plot gives artifact (#269)
- How to apply the pair syntax? (#310)
- Subplots layoute (#382)
- Rename weights to weight (#424)
- Hide legend (#428)
- Many attributes to visual don't have any effect (#454)
- stack and color legend are in reverse order (#467)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.5
AlgebraOfGraphics v0.8.5
Merged pull requests:
- Presorted data (#529) (@jkrumbiegel)
- Add from_continuous helper function for categorical use of continuous colormaps (#541) (@jkrumbiegel)
Closed issues: - How to create an ordered bar plot? (#262) - Custom recipe (#283)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.4
AlgebraOfGraphics v0.8.4
Merged pull requests:
- Fix colormap example in docs (#531) (@jkrumbiegel)
- Use changelog format similar to Makie (#533) (@jkrumbiegel)
- Add fillto to BarPlot aesthetics (#535) (@jkrumbiegel)
- Fix manually given density datalimits (#536) (@jkrumbiegel)
- Fix use of continuous scales split over facets (#539) (@jkrumbiegel)
Closed issues:
- A simpler way to plot heatmaps with independent colorbars (#444)
- Legend doesn't show color in docs example (#450)
- density(; datalimits) expects datalimits to be a 1-tuple of a 2-tuple instead of just a 2-tuple (#496)
- BarPlot 'fillto=...' not working (#519)
- colormap not applied (#530)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.3
AlgebraOfGraphics v0.8.3
Merged pull requests: - Fix link to Makie's docs (#527) (@jkrumbiegel) - Fix violin aesthetics (#528) (@jkrumbiegel)
Closed issues:
- Pagination of large facet plots (#303)
- markersize do not create a legend (#306)
- How to improve polygon rendering performance? (#311)
- Change mapping keyword from col to column (#405)
- Unable to save figure as pdf (#413)
- How can I hide the legend title? (#422)
- missing values in data no plotting for that column (#453)
- MakieCon feedback (#457)
- Title position when changing aspect for multiple-columns plot (#476)
- Density force the same xaxis on wide data plots with multiple variable (#479)
- Ignore missing values (#488)
- Colorbar shows wrong values when using Contourf, with colorrange or levels (#490)
- Documentation Link on JuliaHub is Wrong (#495)
- linesfill weird behavior in the presence of NaNs (#498)
- histogram no longer works with line visual (#503)
- Images missing from the Tutorial in the docs (#506)
- Dead link to Makie.jl plotting functions (#526)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.2
AlgebraOfGraphics v0.8.2
Merged pull requests:
- Fix dodged boxplots (#524) (@jkrumbiegel)
- Enable LaTeX and rich text in renamer (#525) (@jkrumbiegel)
Closed issues:
- renamer does not work with latex (#504)
- Define aesthetic mapping for crossbar (#513)
- boxplot dodge not working properly (#517)
- Missing aesthetic mapping for Density and ECDFPlot (#520)
- ECDFPlot with color mapping not correctly colored (#523)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.1
AlgebraOfGraphics v0.8.1
Merged pull requests: - Hist, CrossBar, ECDFPlot, Density (#522) (@jkrumbiegel)
Closed issues:
- Missing aesthetic mapping for Hist (#521)
- Julia
Published by github-actions[bot] almost 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.8.0
AlgebraOfGraphics v0.8.0
Merged pull requests:
- Fix a typo leading to paginate(plt; row, col) failures (#489) (@lcontento)
- jk/fix indent (#511) (@jkrumbiegel)
- Don't treat continuous data with possible missings as categorical (#514) (@jkrumbiegel)
- Use natural sort order for strings (#515) (@jkrumbiegel)
- Prepare v0.8 (#516) (@jkrumbiegel)
Closed issues: - handling missing values (#297) - Linestyle in 0.7 legend is less readable (#512)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.7.2
AlgebraOfGraphics v0.7.2
Merged pull requests:
- Better Layer printing (#510) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.7.1
AlgebraOfGraphics v0.7.1
Merged pull requests:
- Fix direct bug (#509) (@jkrumbiegel)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.7.0
AlgebraOfGraphics v0.7.0
Merged pull requests: - Explicit aesthetics / scales (#505) (@jkrumbiegel) - Fix compat for registration (#508) (@jkrumbiegel)
Closed issues:
- Pass custom scale in spec or in style? (#75)
- How to deal with plotting functions where positional args are not necessarily x and y (#97)
- Colormap doesn't work on lines (#329)
- Support mapping strokecolor (#365)
- Layering visuals with separate legends (#427)
- Legend doesn't show attributes passed directly to Visual (#434)
- Accept a uer-defined domain of variable (#469)
- [FR] Errorbars (#487)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.20
AlgebraOfGraphics v0.6.20
Merged pull requests: - add Dictionaries@0.4 to compat (#499) (@aplavin) - Fix CI badge (#500) (@andreasnoack) - Update permissions in CompatHelper.yml (#501) (@andreasnoack) - bump version (#507) (@greimel)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.19
AlgebraOfGraphics v0.6.19
Merged pull requests: - Support Makie@0.21 (#492) (@asinghvi17)
Closed issues: - cornerplot and corrplot (#210)
- Julia
Published by github-actions[bot] about 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.18
AlgebraOfGraphics v0.6.18
Merged pull requests: - fix #472 as long Dictioanry.jl isn't fixed (#484) (@SimonDanisch)
Closed issues: - AlgebraOfGraphics.density() error message: "LoadError: Tuple field type cannot be Union{}." in Julia 1.10 (#472) - Smoothing error in Julia 1.10 (#483)
- Julia
Published by github-actions[bot] over 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.17
AlgebraOfGraphics v0.6.17
Merged pull requests: - Prepare for Makie@0.20 (#470) (@SimonDanisch) - Set color of minor ticks in default theme (#477) (@fabern) - bump version and add deprecation (#478) (@piever) - update for Makie deprecations (#480) (@piever)
Closed issues:
- Native support for Makie.DataInspector (#468)
- Julia
Published by github-actions[bot] over 2 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.16
AlgebraOfGraphics v0.6.16
Merged pull requests: - Bump StatsBase compat (#458) (@palday)
- Julia
Published by github-actions[bot] about 3 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.15
AlgebraOfGraphics v0.6.15
Closed issues:
- Confidence intervals for linear() (#425)
- Legend doesn't properly show linestyle (#435)
- Wrapping AoG in Tidier.jl to expose a more 1:1 ggplot interface (#448)
- Cannot replicate example from tutorial containing dims() (#451)
Merged pull requests:
- Migrate from SnoopPrecompile to PrecompileTools (#455) (@timholy)
- Show styles from mapping in legends from ScatterLines, VLines, HLines and ABLines (#461) (@jotas6)
- Allow Loess 0.6 (#462) (@SimonDanisch)
- Julia
Published by github-actions[bot] about 3 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.14
AlgebraOfGraphics v0.6.14
Closed issues: - [FR] Plot legend when plotting into existing figure (#394) - SnoopPrecompile (#430)
Merged pull requests: - Small Layers cleanup (#436) (@piever) - Use SnoopPrecompile (#438) (@greimel) - doc: Example for legend! (#439) (@musoke) - documentation: tutorial, penguins example (#441) (@cecileane) - fix deprecation warning (#443) (@jeremiahpslewis)
- Julia
Published by github-actions[bot] over 3 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.13
AlgebraOfGraphics v0.6.13
Closed issues: - draw doesn't automatically display (#431)
Merged pull requests: - Export Layers type (#432) (@nathanrboyer) - Support makie v0.19 (#440) (@cossio) - Add support for Makie waterfall plots. (#442) (@daschw)
- Julia
Published by github-actions[bot] over 3 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.12
AlgebraOfGraphics v0.6.12
Closed issues: - Text markers (#128)
Merged pull requests: - CompatHelper: bump compat for "RelocatableFolders" to "1.0" (#426) (@github-actions[bot]) - bump Makie compat (#429) (@cossio)
- Julia
Published by github-actions[bot] almost 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.11
AlgebraOfGraphics v0.6.11
Merged pull requests: - Pagination (#408) (@jkrumbiegel) - bump version (#421) (@piever)
- Julia
Published by github-actions[bot] almost 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.10
AlgebraOfGraphics v0.6.10
Closed issues: - Scatter legend colors not visible (#411)
Merged pull requests:
- Update example in gallery using visual(Makie.Text) (#410) (@greimel)
- small spelling correction (#415) (@alecloudenback)
- ignore order in axes linking tests (#417) (@daschw)
- bump gridlayout (#418) (@piever)
- Julia
Published by github-actions[bot] almost 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.9
AlgebraOfGraphics v0.6.9
Closed issues: - colorrange ignored (#223) - Allow weights in density analysis (#389)
Merged pull requests: - Respect user's colorrange (#402) (@piever) - doc improvements (#403) (@piever) - bump version (#409) (@piever)
- Julia
Published by github-actions[bot] about 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.8
AlgebraOfGraphics v0.6.8
Closed issues:
- hlines! and vlines! (#299)
- density() datalimits do not adjust for different columns (#399)
Merged pull requests: - CompatHelper: bump compat for "RelocatableFolders" to "0.3" (#391) (@github-actions[bot]) - example for faceting with specified layout (#396) (@jfb-h) - Update faceting.jl documentation that it must be nonnumeric (#400) (@ew-git) - switch to choropleth (#401) (@piever) - add some release notes (#404) (@piever)
- Julia
Published by github-actions[bot] about 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.7
AlgebraOfGraphics v0.6.7
Merged pull requests: - Update to latest Makie (#390) (@piever)
- Julia
Published by github-actions[bot] about 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - 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! and aog_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)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.5
AlgebraOfGraphics v0.6.5
Merged pull requests: - add documenter cleanup action (#348) (@piever) - Clean up demos (#349) (@piever) - facet labels also inherit visible from title (#350) (@piever)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - 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)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - 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: - replace resizetocontent! with resizetolayout! (#330) (@piever)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.2
AlgebraOfGraphics v0.6.2
Closed issues: - Histogram bin widths are constant (#332)
Merged pull requests: - fix width computation bug in histogram (#333) (@piever)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - 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)
- Julia
Published by github-actions[bot] over 4 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.6.0
AlgebraOfGraphics v0.6.0
What's Changed
- switch to vector approach for sorter and renamer by @piever in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/280
- Simple documentation update to use capital letters for first argument by @flyaflya in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/278
- Improve
facet_wrap; Introducelinkxaxes,linkyaxesforfacet_wrapandfacet_gridby @greimel in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/287 - Move colorbar stuff to its own file by @greimel in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/290
- clarify docs for axis linking by @piever in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/293
- Customize legend by @greimel in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/291
- make colorbar easily customizable by @piever in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/294
- news and version bump by @piever in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/295
New Contributors
- @flyaflya made their first contribution in https://github.com/JuliaPlots/AlgebraOfGraphics.jl/pull/278
Full Changelog: https://github.com/JuliaPlots/AlgebraOfGraphics.jl/compare/v0.5.4...v0.6.0
- Julia
Published by piever almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.5.4
AlgebraOfGraphics v0.5.4
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: - fix ordering for Renamer{Nothing} (#279) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.5.3
AlgebraOfGraphics v0.5.3
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: - Replace Point2f0 with Point2f (#237) (@knuesel) - set up democards (#260) (@piever) - fix integer hist and add to gallery (#261) (@piever) - support categorical color gradient (#271) (@piever) - bump version (#272) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.5.2
AlgebraOfGraphics v0.5.2
Merged pull requests: - respect drawing order (#254) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.5.1
AlgebraOfGraphics v0.5.1
Merged pull requests: - small refactor to support custom datetime ticks (#252) (@piever) - document and export datetimeticks (#255) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.5.0
AlgebraOfGraphics v0.5.0
Closed issues: - Use of common names (#207) - add a "do not rescale" wrapper (#227) - documentation website down (#250)
Merged pull requests: - switch to enum for scientific types and add wrapper (#248) (@piever) - Breaking changes for AlgebraOfGraphics 0.5 (#249) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.10
AlgebraOfGraphics v0.4.10
Closed issues: - Pin AlgebraofGraphics in the JuliaPlots Org profile (#246)
Merged pull requests:
- Allow draw!(axis, ...), and mapping(markersize=:column_with_vec2) (#233) (@SimonDanisch)
- small refactor and version bump (#247) (@piever)
- Julia
Published by github-actions[bot] almost 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.9
AlgebraOfGraphics v0.4.9
Closed issues: - Contour/heatmap/surface without density (#240)
Merged pull requests:
- avoid checking out documenter (#236) (@piever)
- Use RelocatableFolders for font assets folders. (#241) (@MichaelHatherly)
- bump version (#244) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.8
AlgebraOfGraphics v0.4.8
Closed issues:
- How to use visual(Heatmap)? (#229)
Merged pull requests: - CompatHelper: bump compat for "Makie" to "0.15" (#234) (@github-actions[bot]) - bump version (#235) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.7
AlgebraOfGraphics v0.4.7
Closed issues:
- Plotting to FigurePositions of a FigureGrid (#219)
- Mixing categorical and continues colors doesn't work (#224)
Merged pull requests:
- Add FAQ entry for combining Makie and AoG plots. (#221) (@MichaelHatherly)
- support geometry types in rescale (#222) (@piever)
- remove ContinuousScale (#226) (@piever)
- bump version (#231) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.6
AlgebraOfGraphics v0.4.6
Closed issues: - using Gadfly causes Method error in AlgebraOfGraphics.draw() (#215) - stacked bar plots wrong? (#216)
Merged pull requests: - CompatHelper: bump compat for "StructArrays" to "0.6" (#217) (@github-actions[bot]) - bump version number (#218) (@piever) - implement pair syntax (#220) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.5
AlgebraOfGraphics v0.4.5
Closed issues: - Faceting problem - ContinuousScale has no field plot (#202) - How to specify linestyle? (#209)
Merged pull requests: - Fix typo in docstring (#208) (@rikhuijzer) - Update documentation for density (#211) (@rikhuijzer) - CompatHelper: bump compat for "Makie" to "0.14" (#213) (@github-actions[bot]) - bump patch number (#214) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.4
AlgebraOfGraphics v0.4.4
Closed issues:
- Compatibility of pair syntax with DataFrames (#180)
- Formalisation of algebra (#184)
- Manually passed axis keywords are overridden (#195)
- xscale with densities looks strange (#205)
Merged pull requests: - Division rather than addition for mm -> cm (#201) (@dmbates) - respect user passed ticks (#204) (@piever) - add FAQs section to docs (#206) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.3
AlgebraOfGraphics v0.4.3
Closed issues: - weird marker/color cycling bug (#197)
Merged pull requests: - hide non-tick spines in 3D (#196) (@piever) - all data entries must be equal when merging labels (#198) (@piever) - support renaming dims selector (#200) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.2
AlgebraOfGraphics v0.4.2
Merged pull requests: - doc fixes (#191) (@piever) - do theming via Makie's theming mechanism (#192) (@piever) - fix isequal for Sorted (#193) (@piever) - colormap theming fixes (#194) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.4.1
AlgebraOfGraphics v0.4.1
Merged pull requests: - misc doc fixes (#189) (@piever) - add sorter (#190) (@piever)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - 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)
- Julia
Published by github-actions[bot] about 5 years ago
AlgebraOfGraphics.jl: A Makie-powered algebraic grammar of graphics for Julia - v0.3.1
AlgebraOfGraphics v0.3.1
Merged pull requests: - more forcefully use categorical ticks (#149) (@piever)
- Julia
Published by github-actions[bot] over 5 years ago