Versions Compared

Key

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

Versions in use at ECMWF 


 Linux workstations Leap (42)lxclxopEcgateDate
Default user version34.20.2334.20.2334.20.2334.2.2 0.3
New test version34.31.1034.31.1034.31.1034.31.10

Old back-up version3.02.423.02.423.02.423.02.2


Magics Version 4

...

.1.0  

  • Metview: crash when enable cursor data for plot with netcdf geomatrix_vectors [MAGP-1183]
  • Fixed memory leak in metadata collection when plotting in Metview [MAGP-1182]
  • Fixing performance issue 
  • [MAGP-1172] Fix Bug in streamlines

  • [MAGP-1180] Fix automatic axis and Netcdf plotting.
  • Fix handling of info messages.

...

Magics Version 4.0.2   

...

Magics Version 2.31.0 - 27 January 2017   [branch:master  tag:2.31.0]

  • New Features:

    • [MAGP-889] - Magics can now produce horizontal bar
      Image Modified
  • Improvements

    • Ongoing work on NetCDF handling - Interpretation of projected data.

    • Ongoing work on  LOGOs
    • [MAGP-896] - GRIB: allow plotting of GRIB 2 satellite data
    • [MAGP-899] - GRIB: allow plotting of of satellite images encoded as sub-areas
  • Bug Fixes

    • [MAGP-891] - Wind in synop plotting should be reprojected according to the projection.

    • [MAGP-517] - SVG Wind barbs do not show correctly
    • [MAGP-602] - PostScript: cell shading does not honour empty cells in PostScript driver
    • [MAGP-688] - Contouring of very small values does not work

...

  • [MAGP-798] - Add Projection EPSG 3857
  • [MAGP-808] - Generate hatched fill with "Grid shading"
  • [MAGP-815] - Improve legend for rainbow contour
  • [MAGP-817] - implements legend_text_units : will add the text to the last entry of the legend.
  • [MAGP-841] - Combine cell shading to improve output file sizes
  • [MAGP-866] - Add some parameters to enable and style an axis_minor_grid

 


Magics Version 2.29.6 - 19 October 2016   [branch:master  tag:2.29.6]

...

  • A contour_line_colour_rainbow parameter  has been introduced, allowing the user to specify a different colour for each isoline.There are 2 ways to specify the list of colours to use, the setting being very similar of the colour settings for shading:define the list, or let Magics computes the list given a max and min colour.


 

Code Block
languagepython
titlecontour_line_colour_rainbow
 mcont(contour_level_selection_type = "interval",
	contour_line_colour_rainbow_max_level_colour = "red",
	contour_line_colour_rainbow = "on",
	contour_highlight = "off",
	contour_line_colour_rainbow_direction = "clockwise",
	contour_line_colour_rainbow_min_level_colour = "blue",
	contour_line_colour_rainbow_method = "calculate",
	contour_interval = 1.00)
 

 


  • A contour_automatic_setting parameter has also been introduced, if set to ecchart, Magics will try to match the parameter with one of the predefined ecChart style.

 


Code Block
titlecontour_automatic_setting
mcont(contour_automatic_setting = "ecchart")
 


  • Robinson and lambert_north_atlantic projections have been added. Please, Inform us if you require new ones.

...


Fixed problems:
  •  A serious bug has been fixed in computing the position of text and legend box in magml and magjson: this can need  some adjustement in positioning
  •  The display_mode block and inline have been deprecated in MagML.
  • The legend layout has been adjusted.

...

  • First support for Taylor Diagrams with new action routine PTAYLOR
  • Single precision support added

 

...



 



Magics Version 2.30.0 - 23 November 2016   [branch:master  tag:2.30.0]

...

  • [MAGP-798] - Add Projection EPSG 3857
  • [MAGP-808] - Generate hatched fill with "Grid shading"
  • [MAGP-815] - Improve legend for rainbow contour
  • [MAGP-817] - implements legend_text_units : will add the text to the last entry of the legend.
  • [MAGP-841] - Combine cell shading to improve output file sizes
  • [MAGP-866] - Add some parameters to enable and style an axis_minor_grid

 


Magics Version 2.29.6 - 19 October 2016   [branch:master  tag:2.29.6]

...

  • A contour_line_colour_rainbow parameter  has been introduced, allowing the user to specify a different colour for each isoline.There are 2 ways to specify the list of colours to use, the setting being very similar of the colour settings for shading:define the list, or let Magics computes the list given a max and min colour.

 


Code Block
languagepython
titlecontour_line_colour_rainbow
 mcont(contour_level_selection_type = "interval",
	contour_line_colour_rainbow_max_level_colour = "red",
	contour_line_colour_rainbow = "on",
	contour_highlight = "off",
	contour_line_colour_rainbow_direction = "clockwise",
	contour_line_colour_rainbow_min_level_colour = "blue",
	contour_line_colour_rainbow_method = "calculate",
	contour_interval = 1.00)
  


  • A contour_automatic_setting parameter has also been introduced, if set to ecchart, Magics will try to match the parameter with one of the predefined ecChart style.


 

Code Block
titlecontour_automatic_setting
mcont(contour_automatic_setting = "ecchart")

 


  • Robinson and lambert_north_atlantic projections have been added. Please, Inform us if you require new ones.

...


Fixed problems:
  •  A serious bug has been fixed in computing the position of text and legend box in magml and magjson: this can need  some adjustement in positioning
  •  The display_mode block and inline have been deprecated in MagML.
  • The legend layout has been adjusted.

...