This repository was archived by the owner on Jul 13, 2021. It is now read-only.
v0.12.17
·
901 commits
to master
since this release
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)