Versions Compared

Key

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

 

 

 

Column
width350px300px

Column
width50%

 

 

Panel
titleCheck List
  •  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.

...

Magics will instantiate the default driver.

 

 

 

 

Image Removed
Section
Column
width200px
Column
width50%
Code Block
languagepython
titlePython
from Magics.macro import *

plot(mocast())

 

Create a postscript file called ps.ps

 


 

Column
width200px

 

Image Added