From 516cdb6b925e60a31d44193a1fa1980b12c92a1b Mon Sep 17 00:00:00 2001 From: Bernd_Mac <20151553+bernd1995@users.noreply.github.com> Date: Tue, 18 May 2021 17:26:52 +0200 Subject: [PATCH] Added alias legoplot --- src/shorthands.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shorthands.jl b/src/shorthands.jl index b03e201a..cf3e30c0 100644 --- a/src/shorthands.jl +++ b/src/shorthands.jl @@ -125,6 +125,7 @@ julia> histogram3d(randn(10_000),randn(10_000)) ``` """ @shorthands histogram3d +@shorthands legoplot """ density(x)