-
Lionel GUEZ authored
This is necessary for a global domain and a plot on a region crossing the first longitude in the input SSH files. Plotting with Cartopy requires giving up the function `nx.draw_networkx`, since this function does not pass through the transform keyword. So we have to call the Matplotlib functions directly: scatter, `patches.FancyArrowPatch` and annotate.
Lionel GUEZ authoredThis is necessary for a global domain and a plot on a region crossing the first longitude in the input SSH files. Plotting with Cartopy requires giving up the function `nx.draw_networkx`, since this function does not pass through the transform keyword. So we have to call the Matplotlib functions directly: scatter, `patches.FancyArrowPatch` and annotate.