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.10.0
AbstractPlotting v0.10.0
Merged pull requests:
- switch to geometrybasics (#351) (@SimonDanisch)
- use black band by default (#380) (@piever)
v0.9.27
AbstractPlotting v0.9.27
Closed issues:
Base.convert(Node{T}, x)
yieldsNode{Any}
(#250)- RGBA volumes (#269)
- to_colormap for RGB array (#288)
- Error with
volume(::Array{Int8, 3})
(#301) - font path seems to not contain dejavu sans (#303)
- Can't use a custom font? (#305)
- marker_offset offsets even when set to 0 (#352)
convert_attribute
is not applied to primitives (#377)
Merged pull requests:
- dont push nan for last point! (#353) (@SimonDanisch)
- fix #301 (#354) (@SimonDanisch)
- Squash error if .julia exists (#356) (@asinghvi17)
- CompatHelper: bump compat for "ColorTypes" to "0.10" (#357) (@github-actions[bot])
- CompatHelper: bump compat for "Colors" to "0.12" (#359) (@github-actions[bot])
- remove old light attribute (#362) (@ffreyer)
- Add a bunch of format2mime definitions (#364) (@asinghvi17)
- Don't test cat normals (#365) (@asinghvi17)
- Add GR's
peaks
function (#366) (@asinghvi17) - Allow mesh to be passed to poly (#367) (@sethaxen)
- Try to fix the y label offset bug (#368) (@asinghvi17)
- Correct ylabel! behaviour (#371) (@ro-ble)
- improve text bbs (#372) (@SimonDanisch)
v0.9.26
AbstractPlotting v0.9.26
Closed issues:
Merged pull requests:
- refactor geometrytypes (#340) (@SimonDanisch)
- Better support categorical strings/ints (#345) (@sethaxen)
- Test categorical label and position functions (#346) (@asinghvi17)
- Set shift_lookat to false when zooming (in orthographic projection) (#347) (@jaakkor2)
v0.9.25
v0.9.24
AbstractPlotting v0.9.24
Merged pull requests:
- change PlotUtils compat (#332) (@asinghvi17)
- fix fillto for barplot (#338) (@SimonDanisch)
- fix spelling (#339) (@SimonDanisch)
v0.9.23
AbstractPlotting v0.9.23
Closed issues:
- ylabel! and xlabel! are broken (#333)
Merged pull requests:
- Take IJulia into account when warning about text display (#289) (@asinghvi17)
- Small clean ups (#331) (@SimonDanisch)
- change PlotUtils compat (#332) (@asinghvi17)
v0.9.22
AbstractPlotting v0.9.22
Closed issues:
- Volume does not have alpha implemented (#173)
- Regression with CairoMakie when upgrading from v0.9.8 to v0.9.9 (push_screen!) (#201)
- More StaticArrays depwarns (#275)
volume(mat; isorange = any_value)
not working on mac (#302)- Issue with tick setters and automatic limits (#317)
Merged pull requests:
- remove all the Observable conversion clutter (#315) (@SimonDanisch)
- fix setlims (#319) (@SimonDanisch)
- CI for text rewrite (#320) (@asinghvi17)
- As/ffmpeg 0.3 (#327) (@asinghvi17)
- As/🏴☠️ (#328) (@asinghvi17)
v0.9.21
v0.9.20
v0.9.19
AbstractPlotting v0.9.19
Merged pull requests:
- Bump version (#309) (@asinghvi17)
- Fix conversion for a function on an interval (#310) (@piever)