tplot(1) User Commands tplot(1)NAME
tplot, t300, t300s, t4014, t450, tek, ver - graphics filters for various plotters
SYNOPSIS
/usr/bin/tplot [-T terminal]
DESCRIPTION
tplot reads plotting instructions from the standard input and produces plotting instructions suitable for a particular terminal on the
standard output.
If no terminal is specified, the environment variable TERM is used. The default terminal is tek.
ENVIRONMENT VARIABLES
Except for ver, the following terminal-types can be used with `lpr -g' (see lpr) to produce plotted output:
300 DASI 300 or GSI terminal (Diablo(R) mechanism).
300s | 300S DASI 300s terminal (Diablo mechanism).
450 DASI Hyterm 450 terminal (Diablo mechanism).
4014 | tek Tektronix 4014 and 4015 storage scope with Enhanced Graphics Module. (Use 4013 for Tektronix 4014 or 4015 without the
Enhanced Graphics Module).
ver Versatec(R) D1200A printer-plotter. The output is scan-converted and suitable input to `lpr -v'.
FILES
/usr/lib/t300
/usr/lib/t300s
/usr/lib/t4014
/usr/lib/t450
/usr/lib/tek
/usr/lib/vplot
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO lp(1), vi(1), attributes(5)SunOS 5.10 14 Jul 1994 tplot(1)
Check Out this Related Man Page
tplot(1) User Commands tplot(1)NAME
tplot, t300, t300s, t4014, t450, tek, ver - graphics filters for various plotters
SYNOPSIS
/usr/bin/tplot [-T terminal]
DESCRIPTION
tplot reads plotting instructions from the standard input and produces plotting instructions suitable for a particular terminal on the
standard output.
If no terminal is specified, the environment variable TERM is used. The default terminal is tek.
ENVIRONMENT VARIABLES
Except for ver, the following terminal-types can be used with `lpr -g' (see lpr) to produce plotted output:
300 DASI 300 or GSI terminal (Diablo(R) mechanism).
300s | 300S DASI 300s terminal (Diablo mechanism).
450 DASI Hyterm 450 terminal (Diablo mechanism).
4014 | tek Tektronix 4014 and 4015 storage scope with Enhanced Graphics Module. (Use 4013 for Tektronix 4014 or 4015 without the
Enhanced Graphics Module).
ver Versatec(R) D1200A printer-plotter. The output is scan-converted and suitable input to `lpr -v'.
FILES
/usr/lib/t300
/usr/lib/t300s
/usr/lib/t4014
/usr/lib/t450
/usr/lib/tek
/usr/lib/vplot
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO lp(1), vi(1), attributes(5)SunOS 5.11 14 Jul 1994 tplot(1)
I have a short script for compiling an old program. It's a simple text file 'ccprog' created in emacs. The permissions were changed with 'chmod 775 ccprog' to make it an executable. When I try to run ccprog I get "bash: ./ccprog: No such file or directory". If I change to tcsh ccprog runs. Why... (68 Replies)
Hello all. I stumbled upon this site trying to get help. I'm a total newb to using Unix and I'm real eager and excited to learn it. So I'm in a computing class and to do the homework I need to install some software: scipy, numpy, python, ipython, matplotlib/pylab, mercurial, gfortran, openMP, open... (2 Replies)
Hi,
Bit of a newbie question first. I have fedora installed as a partition on a lenovo G570 laptop. When I type
uname -a I get,
Linux David 3.2.6-3.fc16.i686 #1 SMP Mon Feb 13 20:52:22 UTC 2012 i686 i686 i386 GNU/Linux the man page tells me this is
sysname = Linux
nodename = David
... (2 Replies)
I have the following bash code, and wondering if it is possible (and a good idea) to write the if statements in one line.
# Run raytrac on the sound speed model.
if ; then
$bashPath/raytrac.bash -fcmd=$fcmd.cmd
fi
# Plot the travel times and ray paths.
if ; then
... (8 Replies)
Hi, I previously installed basemap by using the yum command. This installed version 0.99.4. I want to install the latest version but am having some problems. My system info is,
$ uname -a
Linux David 3.3.0-4.fc16.i686 #1 SMP Tue Mar 20 18:45:14 UTC 2012 i686 i686 i386 GNU/Linuxyum doesnt seem to... (2 Replies)
Hi! How we are?
I have an A4 PDF in my server, and i must send it to phisically printer.
I use the comand:
lpr -P printername -o media=A4 archive.pdf
And the printer prints it in letter format, i don't know why.
¿Have ideas or solution?
Thanks, my best regards. (6 Replies)
Hello,
I was playing with ipython-notebook and python virtualenv. I met a "permission denied Error" when I tried to run ipython notebook.
~/test $ ipython
Traceback (most recent call last):
File "/usr/local/bin/ipython", line 5, in <module>
from pkg_resources import load_entry_point
... (1 Reply)
once again, mounting another volume or hdd the fstab-file is giving me a headache. May someone could give me a hint how to configure the fstab-file properly to use the hdd.
The following
ls -l /dev/disk/by-uuidis giving me this
Thats the UUID for /dev/sdb1 with the name "save"... (6 Replies)
Hello,
I am trying to inject data extracted via php-json to sql database but unable to run it in loop mode. It is working just for one data, then stops.
If it's necessary, I can share the complete php file.
test.php
<?php
include_once 'imdb.class.php';
//mysql config.
$servername =... (4 Replies)
Hello,
After I loose all my works/files couple days ago, I am trying to fix them with old backups.
Below I call a php file with shell script and it injects processed data into related database in mysql .
Current process gives below output:
http://127.0.0.1/vod-www/Top Gun 1986.mkv
But I... (1 Reply)