FAQ: using Plots, plot on a map?

When I have plotted some pictures in the jupyter notebook with Plots, however, when I want to draw a map, I need to use some other packages like PlotlyJS, emmm. But there will be conflict

WARNING: both PlotlyJS and Plots export "plot"; uses of it in module Main must be qualified

Just use PlotlyJS.plot or Plots.plot.

1 Like

Oh.Oh.I know :grin: thanks