Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plot(1g) [v7 man page]

PLOT(1G)																  PLOT(1G)

NAME
plot - graphics filters SYNOPSIS
plot [ -Tterminal [ raster ] ] DESCRIPTION
These commands read plotting instructions (see plot(5)) from the standard input, and in general produce plotting instructions suitable for a particular terminal on the standard output. If no terminal type is specified, the environment parameter $TERM (see environ(5)) is used. Known terminals are: 4014 Tektronix 4014 storage scope. 450 DASI Hyterm 450 terminal (Diablo mechanism). 300 DASI 300 or GSI terminal (Diablo mechanism). 300S DASI 300S terminal (Diablo mechanism). ver Versatec D1200A printer-plotter. This version of plot places a scan-converted image in `/usr/tmp/raster' and sends the result directly to the plotter device rather than to the standard output. The optional argument causes a previously scan-converted file raster to be sent to the plotter. FILES
/usr/bin/tek /usr/bin/t450 /usr/bin/t300 /usr/bin/t300s /usr/bin/vplot /usr/tmp/raster SEE ALSO
plot(3), plot(5) BUGS
There is no lockout protection for /usr/tmp/raster. PLOT(1G)

Check Out this Related Man Page

PLOT(1G)																  PLOT(1G)

NAME
plot - graphics filters SYNOPSIS
plot [ -Tterminal ] [ -rresolution ] [ files... ] DESCRIPTION
These commands read plotting instructions (see plot(5)) from the standard input or the specified files, and in general produce plotting instructions suitable for a particular terminal on the standard output. The -r flag may be used to specify the device's output resolution (currently only the Imagen laser printer understands this option). If no terminal type is specified, the environment parameter $TERM (see environ(7)) is used. Known terminals are: 4013 Tektronix 4013 storage scope. 4014 or tek Tektronix 4014 or 4015 storage scope with Enhanced Graphics Module. (Use 4013 for Tektronix 4014 or 4015 without the Enhanced Graphics Module). 450 DASI Hyterm 450 terminal (Diablo mechanism). 300 DASI 300 or GSI terminal (Diablo mechanism). 300S DASI 300S terminal (Diablo mechanism). aed AED 512 color graphics terminal. bitgraph or bg BBN bitgraph graphics terminal. imagen or ip Imagen laser printer (default 240 dots-per-inch resolution). crt Any crt terminal capable of running vi(1). dumb Dumb terminals without cursor addressing or line printers. vt125 DEC vt125 terminal. hp2648 or hp or hp8 Hewlett Packard 2648 graphics terminal. ver Versatec D1200A printer-plotter. var Benson Varian printer-plotter. These versions of plot use the -g option of lpr(1) to send the result directly to the plotter device rather than to the standard output. FILES
/usr/bin/t4013 /usr/bin/tek /usr/bin/t450 /usr/bin/t300 /usr/bin/t300s /usr/bin/aedplot /usr/bin/bgplot /usr/bin/crtplot /usr/bin/dumbplot /usr/bin/gigiplot /usr/bin/hpplot /usr/bin/implot /usr/ucb/lpr SEE ALSO
plot(3X), plot(3F), plot(5), lpr(1) 7th Edition September 21, 1985 PLOT(1G)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help! can't excute

I can't excute any commands in /usr/bin when I try to excute commands in /usr/bin the error message is displayed " No Such device or address" Can you Help? Thanks in Advance (6 Replies)
Discussion started by: hassan2
6 Replies

2. HP-UX

parameter list too long

Hi When i say ls * (HP-UX 11.11)in a particular directory it says sh: /usr/bin/ls: The parameter list is too long. Can somebody help me how to resolve this problem. (2 Replies)
Discussion started by: satyanarayang
2 Replies

3. Solaris

scp message

Hi, I will copy a file with /usr/bin/scp -v /tmp/gaga venus:/tmp The result is: PVER1 GERR00Unkonw switch supplied Wath's the matter Thank's a lot Urs (2 Replies)
Discussion started by: MuellerUrs
2 Replies

4. UNIX for Dummies Questions & Answers

Some one please help

Hi people please help i need to change the default printer on a usr name and i cant evin get in to the usr file EG do i type cd/ usr/ ims1 please i need help (2 Replies)
Discussion started by: the_real_reaper
2 Replies

5. Shell Programming and Scripting

automated plotting

Hi, I would like to make a lot of plots with for instance xmgrace and don't know how. I have a directory with about 500 data files with the same structure and I want to plot always the same columns. I don't know how to call xmgrace to produce a, say, gif plot of the columns 3 and 4 of... (2 Replies)
Discussion started by: pau
2 Replies

6. AIX

set permission to files in /tmp

Trying to setup user to have the ability to delete any files (regardless of owner) in /tmp. I've tried almost everything... the permission on the folder is drwxrwxrwt 10 bin bin, and at one point I give all the possible permission (short of root) I can give to the user, and he still can't delete... (2 Replies)
Discussion started by: cchiang12
2 Replies

7. UNIX for Dummies Questions & Answers

stuck and confused

#!/bin/bash echo $1 | cat - $2 >> /tmp/$$ && mv /tmp/$$ $2 im trying to get the first argument to go in the middle of the second argument which is a file, anyone any ideas. i have only managed to get it to go on the end or the front. been fiddling about with wc -l, i get the number of lines... (5 Replies)
Discussion started by: iago
5 Replies

8. UNIX for Dummies Questions & Answers

Help with extracting data and plotting

I have attached a txt file, what I would like to be able to do is: 1. Extract Data from Columns labeled E/N and Ko into a new file 2. Then in the new file I would like to be able to plot E/N on the X axis and Ko on the y axis. 3. Lastly I would like to be able to extract multiple data sets and... (6 Replies)
Discussion started by: gingburg
6 Replies

9. Shell Programming and Scripting

Extracting the values separated by comma

Hi, I have a variable which has a list of string separated by comma. for ex , Variable=/usr/bin,/usr/smrshbin,/tmp How can i get the values between the commas separately using shell scripts.Please help me. Thanks, Padmini. (6 Replies)
Discussion started by: padmisri
6 Replies

10. Solaris

Solaris - /usr/bin/rm file

Hi , Can anyone tel me how to read the content of /usr/bin/rm file and pls tell me is it possible to edit that file??? (23 Replies)
Discussion started by: sudhan143
23 Replies

11. Shell Programming and Scripting

sort file adding extra character

HI all i have this script : #!/bin/bash sort /usr/tmp/"REPORT"$1 -o \ /usr/tmp/"SREPORT"$1 -k 1,7 -S 150 end of script now i'm doing this command : ls -lsgt *REPORT* 4 -rw-r--r-- 300 Sep 16 REPORT54784 4 -rw-r--r-- 301 Sep 16 SREPORT54784 as you can see the sorted file... (5 Replies)
Discussion started by: naamas03
5 Replies

12. HP-UX

errors from output /usr/bin/last

for ga016dgf -> /usr/bin/last | cut -c1-3 Invalid record size. Unable to continue ... any ideas? running on ga016dgf -> uname -a HP-UX ga016dgf B.11.31 U ia64 1246079591 unlimited-user license thank you. Video tutorial on how to use code tags in The UNIX and Linux Forums. (4 Replies)
Discussion started by: Bill L.
4 Replies

13. Linux

Decode the statement!!

What will the below statement do ?:confused: && { && {eval `/bin/setup 1`} || && { VAR="/tmp" } export $VAR; } (3 Replies)
Discussion started by: krishnaux
3 Replies

14. Shell Programming and Scripting

perl regular expression deal with $

Dear All, #!/usr/bin/perl use strict; use warnings; my $tmp = $ARGV; if ($tmp =~ s///g > 0) { print "yes\n" } else { print "no\n"; } Output is: ./master.pl " 333" yes (5 Replies)
Discussion started by: jimmy_y
5 Replies

15. Red Hat

Memmove fail on 4 Gb+ raster under RHEL 64 bit

I'm rotating huge image rasters (1+ GB) using a 3-shear algorithm. I rotate 'in-place' after reallocating the raster. A necessary first step is reorganizing the image in the new raster dimensions that will exist after the rotation. RGBA pixels byte packed into uint32. The following code runs... (6 Replies)
Discussion started by: imagtek
6 Replies