Versions Compared

Key

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

 

 

 

Column
width300px250px

Column
width60%50%
Panel
 
  • Create a Magics python skeleton that displays a global map using the plot command
 
  • Create and use an output object to set-up  name and format of your output
 
  • Improve mcoast to taylor the coastlines.
 
  • Add a mtext object to add some texts.
 

 

First step

In order to be able to create and use Magics objects, the Magics python package has to be imported. 

...