GridVisualize.jl
GridVisualize.jl copied to clipboard
This can help with faulty grids, Also simplexgrid constructors should warn.
They don't seem to show up
Use iterator api for 2D function plot as a first attempt to generalize to discontinuous and higher order plots. Linked to https://github.com/WIAS-PDELib/GridVisualizeTools.jl/pull/3
cellwise switch is now handled in 2d Makie scalarplot (isolines are switched off for now, though)
Hi Jürgen - we've been using the non-exported function `marching_tetrahedra` to compute some very nice isosurface meshes. However, we are also interested in coloring these isosurfaces according to a scalar...
``` using GridVisualize, GLMakie, ExtendableGrids scalarplot( grid_unitcube(Tetrahedron3D), (x) -> 42, Plotter = GLMakie) ``` crashes with `ERROR: Invalid text boundingbox GeometryBasics.HyperRectangle{3, Float64}([109.0, NaN, 0.0], [41.97999811172485, 11.649999618530273, 0.0]) ` same also...
It was disabled in #70 since we had random failures with `Conda.jl`. Please revert the commit above once the underlying issue is fixed or a suitable workaround is available.
For 3D Makie plots, the axis limits are ignored when plotting from a Pluto notebook. Instead, the unit cube is assumed.
this is the newer version of PyPlot