Skip to content

Commit d902be7

Browse files
authored
Update CHANGELOG.md
1 parent 809037b commit d902be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.12.9] - 2016-08-22
6+
### Updated
7+
- the colorbar in `.create_trisurf` now displays the appropriate max and min values on the ends of the bar which corresponding to the coloring metric of the figure
8+
- `edges_color` is now a param in `.create_trisurf` which only takes `rgb` values at the moment
9+
- updated the doc strings in `.create_trisurf` to reflect the changes above
10+
511
## [1.12.8] - 2016-08-18
612
### Fixed
713
- Fixed color bug with trisurf plots where certain triangles were colored strangely. The coordinates of `rgb(...)` are now rounded to their nearest integer (using Python3 method of rounding), then placed in the color string to fix the issue.

0 commit comments

Comments
 (0)