File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name = " GridVisualize"
22uuid = " 5eed8a63-0fb0-45eb-886d-8d5a387d12b8"
33authors = [" 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 ]
77ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
@@ -28,6 +28,7 @@ PlutoVista = "646e1f28-b900-46d7-9d87-d554eb38a413"
2828PyPlot = " d330b81b-6aea-500a-939a-2ce795aea3ee"
2929PythonPlot = " 274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
3030Triangulate = " f7e6ffb2-c36d-4f8f-a77e-16e897189344"
31+ UnicodePlots = " b8865327-cd53-5732-bb35-84acbb429228"
3132VTKView = " 955f2c64-5fd0-11e9-0ad0-3332e913311a"
3233
3334[extensions ]
@@ -37,6 +38,7 @@ GridVisualizePlotsExt = "Plots"
3738GridVisualizePlutoVistaExt = " PlutoVista"
3839GridVisualizePyPlotExt = " PyPlot"
3940GridVisualizePythonPlotExt = " PythonPlot"
41+ GridVisualizeUnicodePlotsExt = " UnicodePlots"
4042GridVisualizeVTKViewExt = " VTKView"
4143
4244[compat ]
@@ -63,6 +65,7 @@ PyPlot = "2"
6365PythonPlot = " 1"
6466StaticArrays = " 1"
6567Triangulate = " 2, 3"
68+ UnicodePlots = " 3"
6669VTKView = " 0.1,0.2"
6770julia = " 1.9"
6871
You can’t perform that action at this time.
0 commit comments