Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width50%60%
Panel

Subpages subpages are the smallest entity - they can contain one chart, e.g. contours superimposed on a background map of coast lines and grid lines.

A geographical projection or cartesian transformation is always attached to a subpage.

One or more subpages can be plotted on a page, provided that they fit within the limits assigned to that page.

Subpages can be of varying sizes. A subpage is defined by the position of its bottom left hand corner and its lengths in the horizontal (X) and vertical (Y) directions.

The position of the subpage is relative to the bottom left hand corner of the page.

Subpage define the projection.

 

Column
40%
width30%

 

 

 

 

Panel
titleQuick Linkslinks

 

Layout examples

Projection examples

 

 

 

 

 

 


HTML
<div id="magics">	
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://software.ecmwf.int/wiki/download/attachments/13207038/magdoc.js"></script>
<link rel="stylesheet" type="text/css" href="http://software.ecmwf.int/wiki/download/attachments/13207038/magics.css" />
<link rel="stylesheet" type="text/css" href="http://software.ecmwf.int/wiki/download/attachments/13207038/jquery.miniColors.css" />
<script src="http://software.ecmwf.int/wiki/download/attachments/13207038/jquery.miniColors.js"></script>
<script>
	load("http://software.ecmwf.int/wiki/download/attachments/14156283/subpage.json");
</script>
 

...