Skip to content

Commit

Permalink
mapbox
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Mar 15, 2024
1 parent 4cbd04d commit 08ef3be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/stipple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08ef3be

Please sign in to comment.