Skip to content

Commit d3ffefe

Browse files
authored
Merge pull request #126 from WIAS-PDELib/fix/bugs
Fix several bugs in UnicodePlots and slice_plots
2 parents 9785f0b + 3dbee79 commit d3ffefe

5 files changed

Lines changed: 312 additions & 184 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## [1.19.0] - 2026-XX-XX
3+
## [1.19.1] - 2026-04-23
4+
- several small fixes in `UnicodePlots` extension.
5+
- fix in slice plotting: use `simplexgrid` constructor for the resulting grid to ensure a consistent grid.
6+
7+
## [1.19.0] - 2026-04-23
48
- `UnicodePlots` does support multiplots if the package `Term` is loaded.
59
- Add colorbar for cell regions in 2D `gridplot!` with `Py[thon]Plot`
610

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GridVisualize"
22
uuid = "5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
55

66
[deps]

0 commit comments

Comments
 (0)