Releases: eprovst/DomainColoring.jl
Releases · eprovst/DomainColoring.jl
v1.0.1
DomainColoring v1.0.1
This release fixes some typos and adds the option to pass an arbitrary boolean function to box
instead of the bounds of a rectangle.
v1.0.0
DomainColoring v1.0.0
Highlights:
- Reworked some of the keyword arguments.
- Added
:print
option tocolor
. NaN
is now displayed transparent.
v0.8.0
DomainColoring v0.8.0
Highlights:
- Creating custom plots can now be done via the internal macro
@shaderplot
and@interactiveshaderplot
. - Support for multiple backends, namely Makie and Plots.
v0.7.0
DomainColoring v0.7.0
Highlights:
- Added
sawplot
. - Added
box
option to plots.
Breaking change:
- Renamed
domaincolor
'sangle
argument tocolor
.
v0.6.1
DomainColoring v0.6.1
Axis spines now enclose the plotted region instead of extending beyond those limits.
v0.6.0
DomainColoring v0.6.0
Highlights:
- Additional keywords are now passed to the Makie backend in both DomainColoring as DomainColoringToy.
- DomainColoring now has modifying versions of the plotting routines (i.e.
domaincolor!
,checkerplot!
, etc.) that work as expected in the Makie ecosystem. checkerplot
now accepts a togglehicontrast
to use black and white instead of the softer defaults.
Closed issues:
- Use Makie recipes instead of ordinary functions (#5)
v0.5.1
DomainColoring v0.5.1
Added the option to switch color scheme via the angle
keyword argument and quality of life improvements to the abs
keyword argument of domaincolor
.
v0.5.0
DomainColoring v0.5.0
Fixes rendering glitch for abs = Inf
and adds angle
keyword option to domaincoloring
.
v0.4.1
v0.4.0
DomainColoring v0.4.0
Highlights:
- Reworked plotting interface, exposing many new options.
Closed issues: