1PLSTRANSFORM(3plplot) PLplot API PLSTRANSFORM(3plplot)
2
3
4
6 plstransform - Set a global coordinate transform function
7
9 plstransform(transform_fun, data)
10
12 This function can be used to define a coordinate transformation which
13 affects all elements drawn within the current plot window. The transā
14 formation function is similar to that provided for the plmap(3plplot)
15 and plmeridians(3plplot) functions. The data parameter may be used to
16 pass extra data to transform_fun.
17
18 Redacted form: General: plstransform(transform_fun, data)
19
20
21 This function is used in example 19.
22
24 transform_fun (void (*) (PLFLT, PLFLT, PLFLT*, PLFLT*, PLPointer) ,
25 input)
26 Pointer to a function that defines a transformation from the
27 input (x, y) coordinate to a new plot world coordiante.
28
29 data (PLPointer, input)
30 Optional extra data for transform_fun.
31
32
34 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
35 man page was automatically generated from the DocBook source of the
36 PLplot documentation, maintained by Alan W. Irwin and Rafael
37 Laboissiere.
38
40 PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44 July, 2010 PLSTRANSFORM(3plplot)