FreeBSD Manual Pages
PLOT3LINE2(1) BRL-CAD PLOT3LINE2(1) NAME plot3line2 - output a 2D UnixPlot line SYNOPSIS plot3line2 x1 y1 x2 y2 [r g b] [<] unix_plot > unix_plot DESCRIPTION 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. SEE ALSO plot3color(1), plot3-plot3(1), plot3(5) AUTHOR BRL-CAD Team COPYRIGHT This software is Copyright (c) 1988-2019 by the United States Government as represented by U.S. Army Research Laboratory. BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 03/02/2021 PLOT3LINE2(1)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR | COPYRIGHT | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=plot3line2&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>