Overlay maps in Plotly + Mapbox

Hi,

I got some tips from the following thread:

And I was able to overlay the two maps like this:

   trace0 = fig2 # the second map from the previous code
   fig.add_trace(trace0.data[0])
   trace0.layout.update(showlegend=False)

BR

1 Like