debian man page for plstransform

Query: plstransform

OS: debian

Section: 3plplot

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLSTRANSFORM(3plplot)						    PLplot API						     PLSTRANSFORM(3plplot)

NAME
plstransform - Set a global coordinate transform function
SYNOPSIS
plstransform(transform_fun, data)
DESCRIPTION
This function can be used to define a coordinate transformation which affects all elements drawn within the current plot window. The transformation function is similar to that provided for the plmap(3plplot) and plmeridians(3plplot) functions. The data parameter may be used to pass extra data to transform_fun. Redacted form: General: plstransform(transform_fun, data) This function is used in example 19.
ARGUMENTS
transform_fun (void (*) (PLFLT, PLFLT, PLFLT*, PLFLT*, PLPointer) , input) Pointer to a function that defines a transformation from the input (x, y) coordinate to a new plot world coordiante. data (PLPointer, input) Optional extra data for transform_fun.
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 PLSTRANSFORM(3plplot)
Related Man Pages
pl_setcontlabelparam(3plplot) - debian
plfill3(3plplot) - debian
plmesh(3plplot) - debian
plsdidev(3plplot) - debian
plstring(3plplot) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com