1PLSDIMAP(3plplot) PLplot API PLSDIMAP(3plplot)
2
3
4
6 plsdimap - Set up transformation from metafile coordinates
7
9 plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm, dimypmm)
10
12 Set up transformation from metafile coordinates. The size of the plot
13 is scaled so as to preserve aspect ratio. This isn't intended to be a
14 general-purpose facility just yet (not sure why the user would need it,
15 for one).
16
17 Redacted form: plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm,
18 dimypmm)
19
20 This function is not used in any examples.
21
23 dimxmin (PLINT, input)
24 NEEDS DOCUMENTATION
25
26 dimxmax (PLINT, input)
27 NEEDS DOCUMENTATION
28
29 dimymin (PLINT, input)
30 NEEDS DOCUMENTATION
31
32 dimymax (PLINT, input)
33 NEEDS DOCUMENTATION
34
35 dimxpmm (PLFLT, input)
36 NEEDS DOCUMENTATION
37
38 dimypmm (PLFLT, input)
39 NEEDS DOCUMENTATION
40
41
43 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
44 man page was automatically generated from the DocBook source of the
45 PLplot documentation, maintained by Alan W. Irwin and Rafael
46 Laboissiere.
47
49 PLplot documentation at http://plplot.sourceforge.net/resources.
50
51
52
53 March, 2007 PLSDIMAP(3plplot)