From efe0a47190a26d9b16d430d6e04719147430609a Mon Sep 17 00:00:00 2001 From: Adrian Dawid Date: Thu, 13 Aug 2020 21:31:02 +0200 Subject: [PATCH] Add some documentation to example --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 0ede2a50..5c21a27d 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -513,7 +513,7 @@ const _examples = PlotExample[ ), PlotExample( "Mesh3d", - "Plot a 3d mesh", + "Allows to plot arbitrary 3d meshes. If only x,y,z are given the mesh is generated automatically. You can also specify the connections using the connections keyword. This is only supported on the Plotly backend. The connections are specified using a tuple of arrays where each array contains the index of the first, second and third vertex of a triangle.", [ :( begin