Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plstring(3plplot) [debian man page]

PLSTRING(3plplot)						    PLplot API							 PLSTRING(3plplot)

NAME
plstring - Plot a glyph at the specified points SYNOPSIS
plstring(n, x, y, string) DESCRIPTION
Plot a glyph at the specified points. (Supersedes plpoin(3plplot) and plsym(3plplot) because many[!] more glyphs are accessible with plstring(3plplot).) The glyph is specified with a PLplot user string. Note that the user string is not actually limited to one glyph so it is possible (but not normally useful) to plot more than one glyph at the specified points with this function. As with plmtex(3plplot) and plptex(3plplot), the user string can contain FCI escapes to determine the font, UTF-8 code to determine the glyph or else PLplot escapes for Hershey or unicode text to determine the glyph. Redacted form: plstring(x, y, string) This function is used in examples 4 and 26. ARGUMENTS
n (PLINT, input) Number of points in the x and y arrays. x (PLFLT *, input) Pointer to an array with X coordinates of points. y (PLFLT *, input) Pointer to an array with Y coordinates of points. string (const char *, input) PLplot user string corresponding to the glyph to be plotted at each of the n points. 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 PLSTRING(3plplot)

Check Out this Related Man Page

PLSYAX(3plplot) 						    PLplot API							   PLSYAX(3plplot)

NAME
plsyax - Set y axis parameters SYNOPSIS
plsyax(digmax, digits) DESCRIPTION
Identical to plsxax(3plplot), except that arguments are flags for y axis. See the description of plsxax(3plplot) for more detail. Redacted form: plsyax(digmax, digits) This function is used in examples 1,14,31. ARGUMENTS
digmax (PLINT, input) Variable to set the maximum number of digits for the y 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 plgyax(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 PLSYAX(3plplot)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help Plotting

I need to plot some files with the extension .plot, which I believe is a UNIX Plot(5) extension. Is UNIX Plot(5) something that I must download, or is it already built into UNIX? If it is already built in, is there a trick to actually plotting the files? Is there anything online that I could... (0 Replies)
Discussion started by: evenkolder
0 Replies

2. Programming

determining the IP of a function

Is there a way to determine the "Instruction Pointer" of a function in c++, and if so can someone tell me? (5 Replies)
Discussion started by: neur0n
5 Replies

3. Shell Programming and Scripting

Determination n points between two coordinates

Hi guys. Can anyone tell me how to determine points between two coardinates. For example: Which type of command line gives me 50 points between (8, -5, 7) and (2, 6, 9) points Thanks (5 Replies)
Discussion started by: rpf
5 Replies