Update plotly.jl
removed todo
This commit is contained in:
parent
c9d595fd92
commit
9fc0b63b57
@ -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")
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user