Releases: danjgale/surfplot
Releases · danjgale/surfplot
v0.2.0
Release notes
Bug fixes:
- Fixed matplotlib colorbar axis errors with
matplotlib>=3.6.0
(see issue #16 and PR #17) - Fixed
LinearSegmentedColormap
problems withmatplotlib>=3.6.0
(see issue #12 and PR #19) - Fixed
color_range
discrepancy issues with matplotlib and brainspace (see issue #18 and PR #19) - Fixed path handling when loading surfaces; file reading should now work across all platforms (see issue #13 and PR #20)
Features added:
alpha
parameter toPlot.add_layer()
for transparent data plotting (see PR #14)
New contributors!! Big thank you to:
- @mgxd (#17)
- @harrisonritz (#14)
Full Changelog: v0.1.0...v0.2.0