0

I am interested in plotting some data on a map using Julia. Is there currently a library similar to Python's folium that could do that?

Thanks.

Anarcho-Chossid
  • 2,210
  • 4
  • 27
  • 44

1 Answers1

1

I don't know about a native julia library, but you can call Python from Julia via PyCall.jl.

A related plotting package put out by the same developer is PyPlot. An examples gist for PyPlot can be found here.

Jeremy
  • 621
  • 6
  • 20
tholy
  • 11,882
  • 1
  • 29
  • 42