# Contour lines on a mesh?

**URL:** https://discourse.julialang.org/t/contour-lines-on-a-mesh/109528
**Category:** Visualization
**Tags:** makie
**Created:** [January 31, 2024, 5:41pm UTC](https://discourse.julialang.org/t/contour-lines-on-a-mesh/109528 "2024-01-31T17:41:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BambOoxX](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bambooxx/32/22179_2.png) [@BambOoxX](https://discourse.julialang.org/u/BambOoxX)
#### Post date: [January 31, 2024, 5:41pm UTC](https://discourse.julialang.org/t/contour-lines-on-a-mesh/109528/1 "2024-01-31T17:41:03Z")

</div>

Hi all, would anyone know if there is a way to plot contour lines on a Makie mesh ?  
Something like [contour3d · Makie](https://docs.makie.org/stable/reference/plots/contour3d/), but more general.  
With the application I have `contour3d` errors on `Found duplicate x/y coordinates` so I guess some hypothesis is done in the background about that.
