Versions Compared

Key

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

...

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

Any Magics plots plot will be triggered using the plot command, the simplest plot example is :

plot(mcoast())

.

A basic plot  could The result will be a geographical map, using the default projection, and the default attributes of coastlines.

...