CARTESIANVIEW; CartesianTransformation; MagicsPlusPlus Object
{
	MAP_PROJECTION 	
	{
		cartesian
		tephigram
		taylor
	} = cartesian

     X_AUTOMATIC
     [ help = help_script, help_script_command = 'echo "Only active when data is present. This option will be deactivated if there is no data at visualisation time."' ]
     {
          on
          off
     } = off

	X_AXIS_TYPE {
          regular
          date
          logarithmic
          geoline
	} = regular
   
     X_MIN {
		*
	} = 0
    
	X_MAX {
		*
	} = 100

	X_MIN_LATITUDE
	{
		*
	} = -90

     X_MAX_LATITUDE
	{
		*
     } = 90

	X_MIN_LONGITUDE
	{
		*
	} = -180

     X_MAX_LONGITUDE
	{
		*
     } = 180

     X_DATE_MIN {
		@
	} = 2011-01-01

	X_DATE_MAX {
		@
	} = 2011-01-31
     X_AUTOMATIC_REVERSE
     [ help = help_script, help_script_command = 'echo "Will reverse axis."' ]
     {
          on
          off
     } = off
    
     Y_AUTOMATIC
     [ help = help_script, help_script_command = 'echo "Only active when data is present. This option will be deactivated if there is no data at visualisation time."' ]
     {
          on
          off
     } = off

     Y_AXIS_TYPE {        
          regular
          date
          logarithmic
          geoline
	} = regular

     Y_MIN {
		*
	} = 0

	Y_MAX {
		*
	} = 100

	Y_MIN_LATITUDE
	{
		*
	} = -90

     Y_MAX_LATITUDE
	{
		*
     } = 90

	Y_MIN_LONGITUDE
	{
		*
	} = -180

     Y_MAX_LONGITUDE
	{
		*
     } = 180

     Y_DATE_MIN {
          @
     } = 2011-01-01

     Y_DATE_MAX {
          @
     } = 2011-01-31

     Y_AUTOMATIC_REVERSE
     [ help = help_script, help_script_command = 'echo "Will reverse axis."' ]
     {
          on
          off
     } = off
    

     HORIZONTAL_AXIS [interface = icon,
                      class = MAXIS, missing = ignored,
                      help            = help_data,
                      help_name       = Horizontal Axis,
                      help_directory  = '/System/Defaults',
                      help_class      = MAXIS,
                      help_definition = ( MAXIS, AXIS_ORIENTATION ='HORIZONTAL' )
                     ]
     {
          @
     }

     VERTICAL_AXIS [interface = icon, 
                    class = MAXIS, missing = ignored,
                    help            = help_data,
                    help_name       = Vertical Axis,
                    help_directory  = '/System/Defaults',
                    help_class      = MAXIS,
                    help_definition = ( MAXIS , AXIS_ORIENTATION ='VERTICAL', AXIS_POSITION='LEFT')
                   ]
     {
          @
     }
     THERMO_GRID [interface = icon,
                      class = MTHERMOGRID, missing = ignored,
                      help            = help_data,
                      help_name       = Thermo Grid,
                      help_directory  = '/System/Defaults',
                      help_class      = MTHERMOGRID,
                      help_definition = ( MTHERMOGRID )
                     ]
     {
          @
     }

     TAYLOR_GRID [interface = icon,
                      class = MTAYLOR, missing = ignored,
                      help            = help_data,
                      help_name       = Taylor Grid,
                      help_directory  = '/System/Defaults',
                      help_class      = MTAYLOR,
                      help_definition = ( MTAYLOR )

				]
     {
          @
     }
    

	SUBPAGE_X_POSITION
	{
		@
	} = 7.5

	SUBPAGE_Y_POSITION
	{
		@
	} = 7

	SUBPAGE_X_LENGTH
	{
		@
	} = 85

	SUBPAGE_Y_LENGTH
	{
		@
	} = 80

	SUBPAGE_VERTICAL_AXIS_WIDTH
	{
		@
	} =1
	SUBPAGE_HORIZONTAL_AXIS_HEIGHT
	{
		@
	} =1

%include PageFrameDef
%include SubpageFrameDef
}
