Versions Compared

Key

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

 mwrepjson ( python ) wrepjson ( magjson/magml )


For the needs of ecCharts and the epsgraph module, Magics can load input data  formatted in a specific WrepJSon format.

In future releases, Magics will accept more generic format.

Note
titleRestriction

As mentioned,  the format was designed for the epgram products only. For efficiency, Magics relies on perfectly formatted data.

Panel
titleQuick links

cloud_box.json : Example of input data for boxplotting

cloud_rose.json : Example of input data for Rose Plotting

wind_direction.json : Example of input data for wind direction

wave.json : Example of input data for wave plotting

Epsgram Examples : Examples of python scripts to demnostrate the facilities.

Column
width30%
Example of BoxPlot
Image Modified
Example of Rose Plotting

Example of Wind Direction plotting

Example of Wave plotting

 

 


 

 

 

...

HTML
<div id="magics">	
</div>

<script src="/wiki/download/attachments/13207038/magdoc_ajs.js"></script>
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/magics.css" />
<link rel="stylesheet" type="text/css" href="/wiki/download/attachments/13207038/jquery.miniColors.css" />
<script src="/wiki/download/attachments/13207038/jquery.miniColors.js"></script>
<script>
	load("/wiki/download/attachments/20418633/wrepjson.json");
</script>