XMGRACE help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers XMGRACE help
# 1  
Old 03-25-2009
XMGRACE help

Dear all,

Im hoping you may be able to help with a little problem Im having using xmgrace.
I want to plot a dataset as a line curve e.g 1,2,3,4,5,6,15,16,17,18,19,20...

what i would like to do is not plot the missing bits of the sequence, i.e 1-6 would be a straight line then there would be a gap between 6 - 15 (NO line) followed by a line for 15-20... Xmgrace automatically joins the two bits up? is there away to stop it form doing this?

Mish
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with xmgrace histogram

Hi All, I am new to Grace and would like to plot histograms. My input files have one column for frequencies and another column for distances, for example: 1 2.6 4 2.7 5 2.8 2 3.9 2 4.0 4 4.7 4 4.8 4 4.9 ... I want to plot a histogram ranging from 0 to 10 with... (0 Replies)
Discussion started by: sxiong
0 Replies

2. UNIX for Dummies Questions & Answers

XMGRACE question

Dear All, I have just discovered Xmgrace these days. I find it quite useful for my work so I would like to use it further. Nevertheless there are few things which I did not understood how can be done. 1) Let's say that I have one file with 4 columns and I want to plot column 1 versus the... (1 Reply)
Discussion started by: Eduard
1 Replies

3. Linux

Help needed installing Grace (xmgrace) on Linux machine

I want to install grace (plotting package; formerly called "xmgr"; also called xmgrace) on a standard PC running Red Hat Linux. I was hoping to find someprecompiled executables, but I only found the complete source files with Makefiles, ".rpm" files, and ".so" files, but I am not experienced enough... (2 Replies)
Discussion started by: karman
2 Replies
Login or Register to Ask a Question
PLOT(1) 						      General Commands Manual							   PLOT(1)

NAME
plot - graphics filter SYNOPSIS
plot [ file ... ] DESCRIPTION
Plot interprets plotting instructions (see plot(6)) from the files or standard input, drawing the results in a newly created 81/2(1) win- dow. Plot persists until a newline is typed in the window. Various options may be interspersed with the file arguments; they take effect at the given point in processing. Options are: -d Double buffer: accumulate the plot off-screen and write to the screen all at once when an erase command is encountered or at end of file. -e Erase the screen. -c col Set the foreground color (see plot(6) for color names). -f fill Set the background color. -g grade Set the quality factor for arcs. Higher grades give better quality. -p col Set the pen color. -w Pause until a newline is typed on standard input. -C Close the current plot. -W x0,y0,x1,y1 Specify the bounding rectangle of plot's window. By default it uses a 512x512 window in the middle of the screen. SOURCE
/sys/src/cmd/plot SEE ALSO
81/2(1), plot(6) PLOT(1)