Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plstyl(3plplot) [debian man page]

PLSTYL(3plplot) 						    PLplot API							   PLSTYL(3plplot)

NAME
plstyl - Set line style SYNOPSIS
plstyl(nels, mark, space) DESCRIPTION
This sets up the line style for all lines subsequently drawn. A line consists of segments in which the pen is alternately down and up. The lengths of these segments are passed in the arrays mark and space respectively. The number of mark-space pairs is specified by nels. In order to return the line style to the default continuous line, plstyl(3plplot) should be called with nels=0.(see also pllsty(3plplot)) Redacted form: plstyl(mark, space) This function is used in examples 1,9,14. ARGUMENTS
nels (PLINT, input) The number of mark and space elements in a line. Thus a simple broken line can be obtained by setting nels=1. A continuous line is specified by setting nels=0. mark (PLINT *, input) Pointer to array with the lengths of the segments during which the pen is down, measured in micrometers. space (PLINT *, input) Pointer to array with the lengths of the segments during which the pen is up, measured in micrometers. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSTYL(3plplot)

Check Out this Related Man Page

PLSXAX(3plplot) 						    PLplot API							   PLSXAX(3plplot)

NAME
plsxax - Set x axis parameters SYNOPSIS
plsxax(digmax, digits) DESCRIPTION
Sets values of the digmax and digits flags for the x axis. See the PLplot documentation for more information. Redacted form: plsxax(digmax, digits) This function is used in example 31. ARGUMENTS
digmax (PLINT, input) Variable to set the maximum number of digits for the x axis. If nonzero, the printed label will be switched to a floating point representation when the number of digits exceeds digmax. digits (PLINT, input) Field digits value. Currently, changing its value here has no effect since it is set only by plbox(3plplot) or plbox3(3plplot). However, the user may obtain its value after a call to either of these functions by calling plgxax(3plplot). AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSXAX(3plplot)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

~mark

hi guys I am studing unix and I have some questions to ask. what is the diffrence beteween man and info? how and when we use ~ mark? tanks henk ;) (1 Reply)
Discussion started by: henk
1 Replies

2. UNIX for Dummies Questions & Answers

Internet half-broken

I have an odd problem with my internet connection. I think it's software not hardware, but I'm not even certain of that. My best guess is that it relates to my recent installation of KVpnc. I can't connect to most websites: no ping, nothing in the browser. But other websites I can connect to... (7 Replies)
Discussion started by: CRGreathouse
7 Replies

3. Programming

good continuous integration and automatic documentation software for c++

Started using trac and svn and it is working nicely, but am looking for some other things to add: continuous integration, automatic documentation. What suggestions do you guys have for the most full featured easy to use software for this? Stuff I am looking for: continuous integration... (1 Reply)
Discussion started by: Eruditass
1 Replies

4. Shell Programming and Scripting

Add a space at end of file

Hi I guess this is very simple.... I want to add a space at the last line in a file. The space has to be the last charachter on the last line, not at a new line. Anyone ?? (7 Replies)
Discussion started by: disel
7 Replies

5. Solaris

Will softlinks occupy space in Solaris10

I have a pen drive1 with UFS file system and it has 43G used. It has a hell lot of soft links to other files which are located in a second pen drive2. We partitioned the file system on sun sparc machine, such that / has around 150G space.Now when we are copying the files from pen drive 1 to / on... (3 Replies)
Discussion started by: crackperl
3 Replies

6. Shell Programming and Scripting

Data manipulation, Please help..

Hello, I have a huge set of data that needs to be reformatted. Here is a simple example to explain the process. I have number n=5 and a input with many numbers separated with comma: ... (11 Replies)
Discussion started by: liuzhencc
11 Replies