Skip to content

Commit

Permalink
file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Dec 14, 2024
1 parent cd69c45 commit b773e5f
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 231 deletions.
9 changes: 5 additions & 4 deletions examples/plotly_geo.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import PlotlyJS
import PlotlyBase

mapbox_token = "pk.eyJ1IjoibW9udHl2IiwiYSI6ImNsMDhvNTJwMzA1OHgzY256N2c2aDdzdXoifQ.cGUz0Wuc3rYRqGNwm9v5iQ"

Expand All @@ -10,16 +11,16 @@ PlotlyJS.plot(
colorscale = "Portland",
),
PlotlyJS.Layout(
margin = PlotlyBase.attr(r=0, t=0, b=0, l=0),
mapbox = PlotlyBase.attr(accesstoken=mapbox_token, style="mapbox://styles/mapbox/satellite-streets-v12")
margin = PlotlyJS.attr(r=0, t=0, b=0, l=0),
mapbox = PlotlyJS.attr(accesstoken=mapbox_token, style="mapbox://styles/mapbox/satellite-streets-v12")
)
)

df = CSV.read(download("https://raw.githubusercontent.com/plotly/datasets/master/earthquakes-23k.csv"), DataFrames.DataFrame)
PlotlyJS.plot(
PlotlyJS.densitymapbox(df, lat =:Latitude, lon = :Longitude, z = :Magnitude, zoom = 6),
PlotlyJS.Layout(
margin = PlotlyBase.attr(r=0, t=0, b=0, l=0),
mapbox = PlotlyBase.attr(accesstoken=mapbox_token, style="mapbox://styles/mapbox/satellite-streets-v12")
margin = PlotlyJS.attr(r=0, t=0, b=0, l=0),
mapbox = PlotlyJS.attr(accesstoken=mapbox_token, style="mapbox://styles/mapbox/satellite-streets-v12")
)
)
213 changes: 0 additions & 213 deletions src/NMFkMap.jl

This file was deleted.

Loading

0 comments on commit b773e5f

Please sign in to comment.