Versions Compared

Key

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

...

New  test versions will become 2.20.1 on OpenSuSE 11.3 workstations, Linux cluster LXAB    and will be  made available for download.   

New Features:
  • A "contour_rainbow_method" 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.

    Image Added

     

    Section
    Code Block
    languagepython
    titlecontour_rainbow_method
     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" has also been intriduced, if set to eccahrt, Magics will find a ecchart style according to the parameter.



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.
  • Robinson and lambert_north_atlantic projections have been added. Please, Inform us if you require new ones.
  •  


Magics++ Version 2.18.15 (17th April 2013)  

...