Versions Compared

Key

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

  mgraph ( macro/python ) pgraph ( fortran )Symbol


Graph plotting in Magics is the plotting of

different types of symbols at selected locations.

A symbol in this context is a number (the value at the location), a text string (given by the user) or a Magics marker.

The Magics marker set contains classic markers such as dot, cross, square but also weather or clouds symbols.

An  advanced mode has beed added.

Using advanced mode means that the colour and height of the plotted symbols are determined automatically according to configurable rules

line charts (curves), bar charts, area charts and box plots within a set of axes.

There are facilities in graph plotting that allow the user to control the line style, colour and thickness of each graph and, if required, a legend describing the graph may be plotted.

Column
width30%
Panel
titleQuick links :

Import data:

Gallery:

 

 

 

 

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/14157274/graph.json");
</script>