Versions Compared

Key

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

...


Linux workstations Leap (42)lxclxopEcgate
Default user version4.6.04.6.04.6.04.6.0
New test version4.9.34.9.34.9.34.9.3
Old back-up version4.5.24.5.24.5.24.5.2


Magics Version 4.10.0 

  • The list of predefined geographical areas has been aligned with the list of geographical areas offered in the opencharts catalogue. To use them :

from Magics import macro as magics
 
area = magics.mmap(subpage_map_area_name=area_name, subpage_map_library_area='on') # where area_name specifies the predefined area to select.
magics.plot(area, magics.mcoast() )


Image AddedImage AddedImage Added

  • Improve positioning of axis labels in cartesian view.

...