Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

We had to define the plot for each date label individually , (instead of defining just one plot object with a list of values), due to a current limitation for string plotting in Metview' plotting library. Until this issue is resolved this is the recommended way to plot strings onto a map.

Finally we define the title and mapview in the same way as in Step 1 and generate the plot:

Code Block
languagepy
plot(view,iv_curve,graph_curve,pltDateLst,title)

...