From d7ee76a9fafd511e81e9d35b5762006e4a30fa25 Mon Sep 17 00:00:00 2001 From: Rashika Karki <41114269+RashikaKarki@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:19:03 +0545 Subject: [PATCH] Fix var name --- src/backends/plotly.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index d2a29eb1..eedcc5fe 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -349,7 +349,7 @@ function plotly_legend_pos(pos::Symbol) top = (coords = [xcenter, ytop], xanchor = "center", yanchor = "top"), bottom = (coords = [xcenter, ybot], xanchor = "center", yanchor = "bottom"), bottomleft = (coords = [xleft, ybot], xanchor = "left", yanchor = "bottom"), - bottomrigh = (coords = [1.0, ybot], xanchor = "right", yanchor = "bottom"), + bottomright = (coords = [1.0, ybot], xanchor = "right", yanchor = "bottom"), topright = (coords = [1.0, 1.0], xanchor = "right", yanchor = "top"), topleft = (coords = [xleft, 1.0], xanchor = "left", yanchor = "top"), outertop =(coords = [center, youtertop ], xanchor = "upper", yanchor = "middle"),