Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    7253351b
    Plot with Cartopy · 7253351b
    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.
    7253351b
    History
    Plot with Cartopy
    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.