From 71025ada2a447d63dd3bed41ee5c1d6b42f35418 Mon Sep 17 00:00:00 2001 From: Adrian Dawid Date: Fri, 14 Aug 2020 09:57:47 +0200 Subject: [PATCH] Update example --- src/examples.jl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index c617185f..aee4f6b8 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -997,7 +997,12 @@ const _examples = PlotExample[ ), PlotExample( "Mesh3d", - "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.", + """ + 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 vectors. Each vector contains the 0-based indices of one point of a triangle, + such that elements at the same position of these vectors form a triangle. + """, [ :( begin