Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

 

 

 

Section
Column
width60%
Panel

 minput ( macro/python )


minput is used 2 define matrices as input for contouring or  list of values as input of curve or symbol plotting.

If the field is passed in array form, the user needs to describe how the array is to be mapped onto the subplot or geographical area which the array covers.

Info
titleMagics++

With Magics++, the concept of a 'FITTED' matrix no longer exists. The correct approach is to plot in a CARTESIAN projection and set input_field_initial_x, input_field_final_x, input_field_initial_y, input_field_final_y.

Column
width30%
Panel
titleQuick links :

Gallery:

  • minput examples

 

 

 

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

<script src="/wiki/download/attachments/13207038/magdoc.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" />
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="/wiki/download/attachments/13207038/jquery.miniColors.js"></script>

 <script>
	load("/wiki/download/attachments/14158118/input.json");
</script>