From c017e392479c9a31afcd40e88e02bc206f2482af Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sat, 17 Oct 2020 17:31:26 +0200 Subject: [PATCH] correct example string --- src/examples.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples.jl b/src/examples.jl index 6589e89d..c456c564 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1000,8 +1000,8 @@ const _examples = 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 vectors. Each vector contains the 0-based indices of one point of a triangle, + You can also specify the connections using the connections keyword. + 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. """, [