Skip to content

Commit bad8fb2

Browse files
chmerdonpjaap
authored andcommitted
Implementation of UnicodePlots extension
1 parent c0527dc commit bad8fb2

4 files changed

Lines changed: 404 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.18.0] - 2026-04-15
4+
- new UnicodePlots.jl extension that at the moment supports gridplot and scalarplot in 1D and 2D
5+
36
## [1.17.1] - 2026-03-25
47
- `PyPlot/PythonPlot`: assign increasing `fignumber`s to each new context (user can see multiple plotting windows)
58

Project.toml

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

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -28,6 +28,7 @@ PlutoVista = "646e1f28-b900-46d7-9d87-d554eb38a413"
2828
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
2929
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
3030
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
31+
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
3132
VTKView = "955f2c64-5fd0-11e9-0ad0-3332e913311a"
3233

3334
[extensions]
@@ -37,6 +38,7 @@ GridVisualizePlotsExt = "Plots"
3738
GridVisualizePlutoVistaExt = "PlutoVista"
3839
GridVisualizePyPlotExt = "PyPlot"
3940
GridVisualizePythonPlotExt = "PythonPlot"
41+
GridVisualizeUnicodePlotsExt = "UnicodePlots"
4042
GridVisualizeVTKViewExt = "VTKView"
4143

4244
[compat]
@@ -63,6 +65,7 @@ PyPlot = "2"
6365
PythonPlot = "1"
6466
StaticArrays = "1"
6567
Triangulate = "2, 3"
68+
UnicodePlots = "3"
6669
VTKView = "0.1,0.2"
6770
julia = "1.9"
6871

0 commit comments

Comments
 (0)