The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plstransform
: Set a global coordinate transform
function
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
and plmeridians
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.