Versions Compared

Key

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

 mgraph ( macro/python ) pgraph ( fortran )


Graph plotting in Magics is the plotting of 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>