vert line

From DavinciWiki
Jump to: navigation, search

Description

Draws a vertical line (known in GnuPlot as an arrow with no head) on a GnuPlot graph.

Lines are drawn beneath the object of the plot.

Lines can be removed by rm_arrow().

Arguments and Return Values

Arguments: The x-position of the desired line. A color and width designation are optional.

Return Value: None. A vertical line is drawn to the graph.

Usage

Syntax: vert_line(x_position [, color = INT] [, width = INT])

Width: Any positive integer

Colors:

  • -1 black
  • 1 red
  • 2 green
  • 3 blue
  • 4 purple
  • 5 aqua
  • 6 brown
  • 7 orange
  • 8 light brown

Examples

dv> vert_line(0.001, color = 3, width = 2)

Images

vert line.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 08-04-2006
Modified On: 01-17-2008

Personal tools