Questions tagged [xmgrace]

Questions about xmgrace (also known as grace) plotting tool.

xmgrace (or grace) is a graphical, WYSIWYG 2D plotting tool. It also features a command interpreter that enables batch plotting, but which provides less features than the GUI.

Learning resources include a tutorial and a user's guide.

4 questions
2
votes
0 answers

xmgrace: bar graph vizualisation using batch

I am using xmgrace to plot 2D bar plot from the following input data: @ title "H-bonds" @ xaxis label "Donor" @ yaxis label "Frac" @s0 line type 0 @s0 symbol linewidth 1 @s0 symbol fill pattern 1 @s0 symbol fill color 4 @TYPE bar @XAXIS TICK MAJOR…
2
votes
1 answer

changing batch parameters for xmgrace

I am using gracebat of xmgrace to generate images based on xvg inputs: gracebat input.xvg -hdevice PNG -nosafe -printfile ouptut.png -hardcopy -batch grace.bfile and here is my batch file s0 line type 0 s0 type BAR s0 line color 4 HARDCOPY DEVICE…
user3470313
  • 203
  • 1
  • 5
1
vote
1 answer

Axis scaling in batch mode

I am using gracebat of xmgrace to generate bar graphs using the following batch script. s0 line type 0 S0 SYMBOL COLOR 4 S0 SYMBOL FILL 1 s0 type BAR ## Bar fill. Only 1 (black) is available. S0 FILL WITH COLOR S0 FILL COLOR 3 ## Outline width. S0…
user3470313
  • 203
  • 1
  • 5
1
vote
2 answers

Installing a package (grace) using yum on CentOS

Linux question: I want to install a package named 'grace' on CentOS 7. Yum install grace fails ("No package grace available.") The grace web page lists a debian package but apt-get isn't available on CentOS and I've read posts discouraging…
JimL
  • 13
  • 1
  • 3