Difference between revisions of "Applications/Grace"

From HPC
Jump to: navigation , search
m
(Further Information)
 
(9 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
==Usage Examples==
 
==Usage Examples==
  
===Load Module===
+
===Interactive Session===
 +
 
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add grace/5.1.25
+
 
[username@login01 ~]$ $GRACE_HOME/bin/xmgrace pie.agr
+
[username@login01 ~]$ interactive
 +
salloc: Granted job allocation 3619728
 +
Job ID 3619728 connecting to c081, please wait...
 +
c081.vc-main
 +
[username@c081 ~]$ module add grace/5.1.25
 +
[username@c081 ~]$ xmgrace correlations.agr
 +
 
 
</pre>
 
</pre>
  
* Pie chart appears as an X-Window app.
+
Which will produce the following output in an X-window as below:
 +
 
 +
(make sure your terminal program is capable of doing this, eg MobaXterm can).
  
 +
[[File:grace01.png]]
  
==Further Information==
+
===Batch Script===
  
*[http://plasma-gate.weizmann.ac.il/Grace/ Grace home page]
+
Does not apply here, as it is an interactive application.
  
 +
==Next Steps==
  
==Navigation==
+
*[http://plasma-gate.weizmann.ac.il/Grace/ Grace home page]
  
* [[Main_Page|Home]]
+
{{Modulepagenav}}
* [[Applications|Application support]] *
 
* [[General|General]]
 
* [[Programming|Programming support]]
 

Latest revision as of 10:56, 17 November 2022

Application Details

  • Description: Grace is a WYSIWYG 2D plotting tool for the X Window System and M*tif.
  • Version: 5.1.25
  • Modules: grace/5.1.25
  • Licence: GNU Licence


Description

  • WYSIWYG design
  • Convenient point-and-click graphical user interface
  • Precise control of graph features
  • True publication quality
  • Instant plot refresh

See Grace home page for more details here.


Usage Examples

Interactive Session


[username@login01 ~]$ interactive
salloc: Granted job allocation 3619728
Job ID 3619728 connecting to c081, please wait...
c081.vc-main
[username@c081 ~]$ module add grace/5.1.25
[username@c081 ~]$ xmgrace correlations.agr

Which will produce the following output in an X-window as below:

(make sure your terminal program is capable of doing this, eg MobaXterm can).

Grace01.png

Batch Script

Does not apply here, as it is an interactive application.

Next Steps





Modules | Main Page | Further Topics