Skip to content

Commit

Permalink
Merge branch 'start-plutovista' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jun 22, 2021
2 parents a433a16 + ffa8c31 commit 8c24567
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ The main supported backends are GLMakie and PyPlot.
- 'i' means some level of interactive control
- '(y)' means avaiability only on rectangular resp. cuboid grids.

| | PyPlot | GLMakie | Plots | VTKView |
|------------|--------|---------|-------|---------|
| scalar, 1D | y | y | y | y |
| grid, 1D | y | y | y | n |
| scalar, 2D | y | y,i | (y) | y,i |
| grid, 2D | y | y,i | (y) | y,i |
| scalar, 3D | y | y,i | no | y,i |
| grid, 3D | y | y,i | no | y,i |
| | PyPlot | GLMakie | Plots | VTKView | PlutoVista |
|------------|--------|---------|-------|---------|------------|
| scalar, 1D | y | y | y | y | y,i |
| grid, 1D | y | y | y | n | n |
| scalar, 2D | y | y,i | (y) | y,i | y |
| grid, 2D | y | y,i | (y) | y,i | n |
| scalar, 3D | y | y,i | no | y,i | n |
| grid, 3D | y | y,i | no | y,i | n |


For 2D plots, CairoMakie works as well.
Expand All @@ -102,3 +102,7 @@ For 2D plots, CairoMakie works as well.
## Notebooks
Plotting within Pluto notebooks for PyPlot, Plots, GLMakie is working.

Plotting in Pluto notebooks using [PlutoVista.jl](https://github.com/j-fu/PlutoVista.jl) is under
development - see the example notebook: [pluto](https://raw.githubusercontent.com/j-fu/GridVisualize.jl/main/examples/plutovista.jl),
[html](https://j-fu.github.io/GridVisualize.jl/dev/plutovista.html)

1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage:
ignore:
- "src/GridVisualize/makie.jl"
- "src/GridVisualize/plots.jl"
- "src/GridVisualize/plutovista.jl"
- "src/GridVisualize/flippablelayout.jl"
- "src/GridVisualize/vtkview.jl"
- "src/GridVisualize/meshcat.jl"
Expand Down

2 comments on commit 8c24567

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 8c24567 Jun 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/39430

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.8 -m "<description of version>" 8c24567eeb2b7aeaf67550e41265018dff3d3460
git push origin v0.2.8

Please sign in to comment.