From 08ef3be4fc0349b7cf62dc482cc79edb0729cfd3 Mon Sep 17 00:00:00 2001 From: monty Date: Thu, 14 Mar 2024 21:15:47 -0600 Subject: [PATCH] mapbox --- scripts/stipple.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/stipple.jl b/scripts/stipple.jl index e32089cf..48a5ba91 100644 --- a/scripts/stipple.jl +++ b/scripts/stipple.jl @@ -18,9 +18,10 @@ import StipplePlotly ] layout::StipplePlotly.PlotLayout = StipplePlotly.PlotLayout( mapbox = StipplePlotly.PlotLayoutMapbox(; style="stamen-terrain", zoom=5, center=StipplePlotly.MCenter(-73, 46)), - showlegend= false, - height= 450, - width= 600 + paper_bgcolor="#000", + showlegend= true, + height=450, + width=600 ) config::StipplePlotly.PlotConfig = StipplePlotly.PlotConfig() end