-
gridplot
withGLMakie
andPyPlot
now annotates the color bars withboundary regions
andcell regions
-
unit test for undocumented names
-
Unit test for
PyPlot
andPlutoVista
- dangling exported function
backend!
- new key word argument
show_colorbar
(default=true) to toggle the color bar next to grid plots
- removed dependency on type piracy of Colors.RGB
- Fix GLMakie region colorbar in 2D/3D Plots (#23)
- update links after move to WIAS-PDELib org
-
Allow plotting using grids without boundary info
-
Add dispatches for plotting with 'coord, cellnodes'
-
Add :cellcoloring keyword for handling partitioned grids
-
Upgrade project.toml, dependencies
-
Fix cellcolor numbering
-
Remove nightly from ci due to pluto problem
-
Merge pull request #27 from j-fu/handle-partitioning
Handle partitioning
-
require Julia >= 1.9
-
allow for Makie 0.21;
See also https://blog.makie.org/blogposts/v0.21/
- Gridscale etc (#20)
Some updates, fixes:
-
gridscale for plutovista, pyplot, makie,plots
-
Export vectorsample and quiverdata
-
Fix streamplot handling for Makie
-
spacing -> rasterpoints for quiver, streamplot
-
Ensure that colorbarticks are always shown and contain the function limits
-
Add customplot
-
Prevent PyPlot from normalizing quiver vectors
-
Pin CairoMakie version due to MakieOrg/Makie.jl#3440
-
Add warnings for functionality not implemented in Plots
-
Bump CairoMakie dependency
-
Add streamplot for Makie
-
Remove another .px_area
-
Update multiscene plot for makie
- Update Makie, GridVisualizeTools versions
-
Fix notebook html generation
-
Bgcolor->backgroundcolor in makie.jl
-
Add compat for stdlibs, bump minor version
- Sets default value false for kwarg vconstant introduced in 1.15 (#18)
Co-authored-by: Christian Merdon [email protected]
- Fix Documenter v1 issues
-
Allow for PlutVista 1.0
-
Improved PyPlot backend: (#17)
-
better fontsize recognition
-
correct fig sizes
-
tight_layout() also for SubVisualizer reveal
-
fixed rare clipping of last colorlevel in scalarplot
-
coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area)
-
new vector scaling method vconstant that scales all arrows equally
-
repaired streamplot (U and V arguments needed transposition)
-
added density argument to streamplot
-
Add weakdeps + compat for Makie & co to Project.toml
-
Enable levelalpha/planealpha for makie fix colorbarticks
-
Try to fix isoline rendering in makie 2d
- Subgridplots (#16)
Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista