Skip to content

Commit 6690e97

Browse files
committed
Add UnicodePlots image to README
1 parent 67157bd commit 6690e97

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@ and all plotting functions will do nothing.
135135
| | PyPlot/PythonPlot | Makie | PlutoVista | Plots | VTKView | UnicodePlots |
136136
|----------------|--------------------|-------|------------|-------|---------|--------------|
137137
| scalarplot, 1D | y | y | y,i | y | y | y |
138-
| vectorplot, 1D | y | y | y | y | y | |
138+
| vectorplot, 1D | y | y | y | y | y | n |
139139
| gridplot, 1D | y | y | y | y | | y |
140140
| scalarplot, 2D | y | y | y | (y) | y,i | y |
141-
| vectorplot, 2D | y | y | y | y | |
142-
| streamplot, 2D | y | y | p | n | |
141+
| vectorplot, 2D | y | y | y | y | | y
142+
| streamplot, 2D | y | y | p | n | | n
143143
| gridplot, 2D | y | y,i | y | (y) | y,i | y |
144-
| scalarplot, 3D | y | y,i | y,i | n | y,i | |
145-
| gridplot, 3D | y | y,i | y,i | n | y,i | |
146-
| vectorplot, 3D | p | p | p | n | | |
147-
| streamplot, 3D | | p | p | n | | |
148-
| movie | n | y | n | y | | |
149-
| triangulateio | y | y | n | n | n | |
144+
| scalarplot, 3D | y | y,i | y,i | n | y,i | n |
145+
| gridplot, 3D | y | y,i | y,i | n | y,i | n |
146+
| vectorplot, 3D | p | p | p | n | | n |
147+
| streamplot, 3D | | p | p | n | | n |
148+
| movie | n | y | n | y | | n |
149+
| triangulateio | y | y | n | n | n | n |
150150

151151
## Sample output
152152

@@ -166,6 +166,10 @@ and all plotting functions will do nothing.
166166
### [VTKView](https://github.com/j-fu/VTKView.jl) (experimental):
167167
![](https://github.com/WIAS-PDELib/GridVisualize.jl/blob/main/docs/src/assets/multiscene_vtkview.png?raw=true")
168168

169+
### [UnicodePlots](https://github.com/JuliaPlots/UnicodePlots.jl) (experimental):
170+
![](https://github.com/WIAS-PDELib/GridVisualize.jl/blob/main/docs/src/assets/multiscene_unicodeplots.png?raw=true")
171+
172+
169173
## vscode
170174
Plotting into the plot pane of Visual Studio Code is working. Here, you can use CairoMakie or WGLMakie as backend. This works only with the mutating functions, i.e. you should use something like
171175
```
57 KB
Loading

0 commit comments

Comments
 (0)