This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Releases: JuliaPlots/AbstractPlotting.jl
Releases · JuliaPlots/AbstractPlotting.jl
v0.13.6
AbstractPlotting v0.13.6
Merged pull requests:
- fix colored polygon animation bug (#551) (@SimonDanisch)
- Jk/selection rect (#554) (@jkrumbiegel)
v0.13.5
AbstractPlotting v0.13.5
Merged pull requests:
- add contourf plot using isoband (#500) (@jkrumbiegel)
- Make texture atlas serialization julia-version specific (#544) (@ianshmean)
v0.13.4
v0.13.3
AbstractPlotting v0.13.3
Merged pull requests:
- change mouse events and LAxis interaction backend logic (#538) (@jkrumbiegel)
- added a visible attribute to BarPlot (#539) (@kragol)
- Correct typo in comment (#540) (@eschnett)
- Correct typo in documentation (#541) (@eschnett)
- remove makie from docs (#545) (@jkrumbiegel)
v0.13.2
v0.13.1
AbstractPlotting v0.13.1
v0.13.0
AbstractPlotting v0.13.0
Merged pull requests:
- add test database code from MakieGallery (#498) (@SimonDanisch)
v0.12.18
AbstractPlotting v0.12.18
Merged pull requests:
- rewrite interaction docs (#514) (@jkrumbiegel)
- CompatHelper: bump compat for "Distributions" to "0.24" (#518) (@github-actions[bot])
- add matcap docs (#529) (@ffreyer)
- filter out tests that need a backend (#531) (@SimonDanisch)
v0.12.17
AbstractPlotting v0.12.17
- fixed empty / "zoomed away" LAxis ticks
- fixed empty annotations
- fixed empty strings
- added rectangle selection to LAxis
- LAxis ignores empty or invisible plots for autolimits
- LObjects don't crazy-print themselves fully, just
LText()
,LMenu()
etc - LAxis zoom in and out has same speed
- fixed much uninferrable code in MakieLayout
Merged pull requests:
- Don't specialize
show
for types (#503) (@timholy) - cleanups and inference improvements in makielayout (#520) (@jkrumbiegel)
- Fix and test pan/zoom (#524) (@timholy)
- split out recipes into separate files (#526) (@jkrumbiegel)
- Clearer docstring for
rotate_cam!
(#527) (@ali-ramadhan) - Fix problems with empty plots / strings / annotations / tick labels (#530) (@jkrumbiegel)
v0.12.16
AbstractPlotting v0.12.16
Merged pull requests:
- add colormap atttribute to arrows (#523) (@SimonDanisch)