Skip to content

Contour plots

Martin Lange requested to merge contour-plot into main
  • Point data
    • Irregular points, with internal triangulation
    • Irregular triangle grid, without triangulation
    • Irregular triangle and quad grids, with triangulation
  • Cell data
    • Triangle meshes; use tripcolor with fill, and triangulation otherwise
    • Mixed/quad cell type? Should this use tripcolor and polygons?
  • Regular grids
Edited by Martin Lange

Merge request reports