GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PLOT3LINE2(1) BRL-CAD PLOT3LINE2(1)

plot3line2 - output a 2D UnixPlot line

plot3line2 x1 y1 x2 y2 [r g b] [<] unix_plot > unix_plot

plot3line2 outputs a UnixPlot command to draw a line in the XY plane from the point (x1 y1) to the point (x2 y2). These points can be floating point and the output is always written as a floating point plotting command. If you need an integer command then feed the output of this through plot3-plot3(1). If an optional [r g b] is given, where r, g, and b are values from 0 to 255 representing Red, Green, and Blue color values, the line will be drawn in that color. Otherwise the current drawing color (white by default) is used.

To allow this command to be used in pipelines, an optional input file can be given. All of the input will be passed through until end of file, and then the line will be appended to the end.

This command exists mostly as an aid for making graphs and things from shell commands.

plot3color(1), plot3-plot3(1), plot3(5)

BRL-CAD Team

This software is Copyright (c) 1988-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.