Difference between revisions of "Applications/Grace"
From HPC
m (→Further Information) |
m (→Load Module) |
||
Line 22: | Line 22: | ||
==Usage Examples== | ==Usage Examples== | ||
− | === | + | ===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 ~]$ 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 pie.agr | ||
+ | </pre> | ||
==Further Information== | ==Further Information== |
Revision as of 10:49, 17 November 2022
Contents
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 pie.agr