Releases: unfoldtoolbox/UnfoldMakie.jl
v0.3.0
v0.2.7
UnfoldMakie v0.2.7
Merged pull requests:
- CompatHelper: bump compat for Unfold to 0.4, (keep existing compat) (#46) (@github-actions[bot])
v0.2.6
UnfoldMakie v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
UnfoldMakie v0.2.2
release notes
- new colors for butterfly plots
- fix many inconsistencies in the docu
- added circulareegtopoplot (@lokmanfl @jschepers)
- added RelativeAxis (similar to BBox, but to an axis instead a scene)
- fix unittests
- added Literate.jl for Docs
- compat fix
Merged pull requests:
v0.2.1
UnfoldMakie v0.2.1
v0.2.0
UnfoldMakie v0.2.0
Release notes:
Lot's of changes. Most importantly a completly new & unified interface.
Old: plot_results(::DataFrame;color=:coefname)
, new plot_erp(::DataFrame;setMappingValues=(;color=:coefname))
In general, we allow for vast customization of the plots, by specifying setMappingValues
, setExtraValues
(plot-type specific), setAxisValues
, setVisualValues
and more. Have a look at the docs for detail.
Current plotting functions:
plot_erp
- ERP line plot
plot_butterfly
- butterfly + optional topoplot
plot_topoplot
- uses TopoPlots.jl, in the future with automatic topoplot series once TopoPlots.jl is merged
plot_designmatrix
- to plot time expanded or normal designmatrices
plot_erpimage
- erpimage, currently only for Matrix
input
plot_parallelcoordinates
- parrallel Coordinate Plot
Merged pull requests: