From 59c03a08745329da4d4be7602fe2cb37750b1a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:41:01 +0200 Subject: [PATCH] Update TenetMakieExt.jl --- ext/TenetMakieExt.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/TenetMakieExt.jl b/ext/TenetMakieExt.jl index 52b03e4fd..183385548 100644 --- a/ext/TenetMakieExt.jl +++ b/ext/TenetMakieExt.jl @@ -16,8 +16,6 @@ Plot a [`TensorNetwork`](@ref) as a graph. # Keyword Arguments - - `layout` Mapping from graph vertices to a (2D or 3D) coordinate system. - The algorithms implemented in the `NetworkLayout` package are recommended. - `labels` If `true`, show the labels of the tensor indices. Defaults to `false`. - The rest of `kwargs` are passed to `GraphMakie.graphplot`. """