From 9fc0b63b57de978b55f6e23b9266ed5844586d6f Mon Sep 17 00:00:00 2001 From: isentropic Date: Tue, 9 Jun 2020 16:28:59 +0900 Subject: [PATCH] Update plotly.jl removed todo --- 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 33148bcf..810b72e3 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -345,7 +345,7 @@ function plotly_legend_pos(pos::Symbol) bottomleft = (coords = [xleft, ybot], xanchor = "left", 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"), #TODO implement outerright, outertopleft, ... + topleft = (coords = [xleft, 1.0], xanchor = "left", yanchor = "top"), default = (coords = [1.02, 1.0], xanchor = "auto", yanchor = "auto") )