Hi everyone,
I have a big problem that I couldn’t overcome for days !
Mainly I’m trying to put a quiver plot ( or streamline ) as a subplot on a scattergeo plot.
I tried with low-level api and high level api and i don’t succeed to solve the problem.
I tried to do fig.add_traces(ff.create_streamline) but it doesn’t accept this kind of type.
I get this.
I also try with fig.add_scatter(ff.create_streamline)
Could-you help me? Maybe how to make streamline with the data and layout base but I don’t succeed to make subplot like this.
Thanks for your help