You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotting companion module for [ExtendableGrids.jl](https://github.com/j-fu/ExtendableGrids.jl)
8
+
Plotting companion module for [ExtendableGrids.jl](https://github.com/WIAS-PDELib/ExtendableGrids.jl)
9
9
Provides plotting of grids, scalar piecewise linear functions and vectors (2D only) for various plotting backends
10
10
on simplicial grids in one, two or three space dimensions. The main supported backends
11
11
are CairoMakie, GLMakie, PyPlot, and PlutoVista. Plots is only partially supported (1D and 2D rectangular grids).
@@ -29,7 +29,7 @@ This works for 1/2/3D grids and either a function represented by its
29
29
values on the nodes of the grid, or a scalar function of 1, 2 or 3
30
30
variables, respectively. Vector and stream plots are currenly available for 2D only.
31
31
32
-
The `grid` argument should be an `ExtendableGrid` as defined by the [ExtendableGrids.jl](https://github.com/j-fu/ExtendableGrids.jl) package.
32
+
The `grid` argument should be an `ExtendableGrid` as defined by the [ExtendableGrids.jl](https://github.com/WIAS-PDELib/ExtendableGrids.jl) package.
33
33
Instead of `grid`, the following arguments can be passed in order to describe a grid (which then is internally created on-the-fly):
34
34
- An `AbstractVector``X` specifying an 1D grid
35
35
-`AbstractVector`s `X,Y` specifying a 2D grid
@@ -39,7 +39,7 @@ Instead of `grid`, the following arguments can be passed in order to describe a
39
39
a `dim`-dimensional simplex grid with `nn` nodes and `nc` simplices.
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
@@ -179,8 +179,8 @@ Plotting in Pluto notebooks for CairoMakie, PyPlot, Plots, GLMakie is working, W
179
179
180
180
Plotting in Pluto notebooks can use [PlutoVista.jl](https://github.com/j-fu/PlutoVista.jl)
181
181
based on [plotly.js](https://plotly.com/javascript/) (1D) and [vtk.js](https://kitware.github.io/vtk-js/index.html) (2/3D).
182
-
See the example notebook: [pluto](https://raw.githubusercontent.com/j-fu/GridVisualize.jl/main/examples/plutovista.jl),
0 commit comments