Doxygen Source Code Documentation
labmod.c File Reference
#include "f2c.h"Go to the source code of this file.
Defines | |
| #define | zzzplt_1 zzzplt_ |
| #define | zzpltr_1 zzpltr_ |
Functions | |
| int | labmod_ (integer *ifmtx, integer *ifmty, integer *numx, integer *numy, integer *jsizx, integer *jsizy, integer *ixdec, integer *iydec, integer *ixor) |
Variables | |
| struct { | |
| real xpgmin | |
| real ypgmin | |
| real xpgmax | |
| real ypgmax | |
| real xclbot | |
| real yclbot | |
| real xcltop | |
| real ycltop | |
| real xbot | |
| real ybot | |
| real xtop | |
| real ytop | |
| real xmin | |
| real ymin | |
| real xmax | |
| real ymax | |
| integer ixcoor | |
| integer iycoor | |
| real alphxx | |
| real betaxx | |
| real alphyy | |
| real betayy | |
| real tmajx | |
| real tminx | |
| real tmajy | |
| real tminy | |
| integer majrx | |
| integer minrx | |
| integer majry | |
| integer minry | |
| integer isizx | |
| integer isizy | |
| real xphold | |
| real yphold | |
| } | zzzplt_ |
| struct { | |
| real xphmax | |
| real yphmax | |
| integer ixpmax | |
| integer iypmax | |
| real xpscal | |
| real ypscal | |
| integer iflip | |
| integer nplotr | |
| char cfile [64] | |
| } | zzpltr_ |
Define Documentation
|
|
|
|
|
Definition at line 19 of file labmod.c. Referenced by labmod_(). |
Function Documentation
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 34 of file labmod.c. References zzzplt_1. Referenced by plotpak_labmod().
00037 {
00038
00039 /* Modify the labels for the axes. Note that only the JSIZX and JSIZY */
00040 /* arguments are used in this call. The other arguments are retained */
00041 /* for compatibility with NCAR. */
00042 /* .......................................................................
00043 */
00044 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00045 */
00046
00047 /* Internal Data for PLOTPAK */
00048
00049 zzzplt_1.isizx = *jsizx;
00050 if (zzzplt_1.isizx <= 0) {
00051 zzzplt_1.isizx = 8;
00052 } else if (zzzplt_1.isizx == 1) {
00053 zzzplt_1.isizx = 12;
00054 } else if (zzzplt_1.isizx == 2) {
00055 zzzplt_1.isizx = 16;
00056 } else if (zzzplt_1.isizx == 3) {
00057 zzzplt_1.isizx = 24;
00058 }
00059
00060 zzzplt_1.isizy = *jsizy;
00061 if (zzzplt_1.isizy <= 0) {
00062 zzzplt_1.isizy = 8;
00063 } else if (zzzplt_1.isizy == 1) {
00064 zzzplt_1.isizy = 12;
00065 } else if (zzzplt_1.isizy == 2) {
00066 zzzplt_1.isizy = 16;
00067 } else if (zzzplt_1.isizy == 3) {
00068 zzzplt_1.isizy = 24;
00069 }
00070
00071 return 0;
00072 } /* labmod_ */
|
Variable Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|