16 #define SWIG_PYTHON_DIRECTOR_NO_VTABLE 24 #ifndef SWIGTEMPLATEDISAMBIGUATOR 25 # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560) 26 # define SWIGTEMPLATEDISAMBIGUATOR template 27 # elif defined(__HP_aCC) 30 # define SWIGTEMPLATEDISAMBIGUATOR template 32 # define SWIGTEMPLATEDISAMBIGUATOR 38 # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__)) 39 # define SWIGINLINE inline 47 # if defined(__GNUC__) 48 # if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) 49 # define SWIGUNUSED __attribute__ ((__unused__)) 54 # define SWIGUNUSED __attribute__ ((__unused__)) 60 #ifndef SWIG_MSC_UNSUPPRESS_4505 61 # if defined(_MSC_VER) 62 # pragma warning(disable : 4505) 66 #ifndef SWIGUNUSEDPARM 68 # define SWIGUNUSEDPARM(p) 70 # define SWIGUNUSEDPARM(p) p SWIGUNUSED 76 # define SWIGINTERN static SWIGUNUSED 80 #ifndef SWIGINTERNINLINE 81 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE 86 # if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) 87 # ifndef GCC_HASCLASSVISIBILITY 88 # define GCC_HASCLASSVISIBILITY 94 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) 95 # if defined(STATIC_LINKED) 98 # define SWIGEXPORT __declspec(dllexport) 101 # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY) 102 # define SWIGEXPORT __attribute__ ((visibility("default"))) 111 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) 112 # define SWIGSTDCALL __stdcall 119 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE) 120 # define _CRT_SECURE_NO_DEPRECATE 124 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE) 125 # define _SCL_SECURE_NO_DEPRECATE 129 #if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES) 130 # define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 138 #ifdef __INTEL_COMPILER 139 # pragma warning disable 592 143 #if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG) 161 #define SWIG_RUNTIME_VERSION "4" 164 #ifdef SWIG_TYPE_TABLE 165 # define SWIG_QUOTE_STRING(x) #x 166 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x) 167 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE) 169 # define SWIG_TYPE_TABLE_NAME 182 # define SWIGRUNTIME SWIGINTERN 185 #ifndef SWIGRUNTIMEINLINE 186 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE 190 #ifndef SWIG_BUFFER_SIZE 191 # define SWIG_BUFFER_SIZE 1024 195 #define SWIG_POINTER_DISOWN 0x1 196 #define SWIG_CAST_NEW_MEMORY 0x2 199 #define SWIG_POINTER_OWN 0x1 282 #define SWIG_ERROR (-1) 283 #define SWIG_IsOK(r) (r >= 0) 284 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) 287 #define SWIG_CASTRANKLIMIT (1 << 8) 289 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) 291 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) 293 #define SWIG_BADOBJ (SWIG_ERROR) 294 #define SWIG_OLDOBJ (SWIG_OK) 295 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) 296 #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) 298 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) 299 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) 300 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) 301 #define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) 302 #define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) 303 #define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) 306 #if defined(SWIG_CASTRANK_MODE) 307 # ifndef SWIG_TypeRank 308 # define SWIG_TypeRank unsigned long 310 # ifndef SWIG_MAXCASTRANK 311 # define SWIG_MAXCASTRANK (2) 313 # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1) 314 # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK) 319 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
322 # define SWIG_AddCast(r) (r) 323 # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) 333 typedef void *(*swig_converter_func)(
void *,
int *);
375 const char *f2,
const char *l2) {
376 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
377 while ((*f1 ==
' ') && (f1 != l1)) ++f1;
378 while ((*f2 ==
' ') && (f2 != l2)) ++f2;
379 if (*f1 != *f2)
return (*f1 > *f2) ? 1 : -1;
381 return (
int)((l1 - f1) - (l2 - f2));
391 const char* te = tb + strlen(tb);
393 while (equiv != 0 && *ne) {
394 for (nb = ne; *ne; ++ne) {
395 if (*ne ==
'|')
break;
420 if (strcmp(iter->
type->
name, c) == 0) {
421 if (iter == ty->
cast)
447 if (iter->
type == from) {
448 if (iter == ty->
cast)
480 if (!ty || !ty->
dcast)
return ty;
481 while (ty && (ty->
dcast)) {
482 ty = (*ty->
dcast)(ptr);
506 if (!type)
return NULL;
507 if (type->
str != NULL) {
508 const char *last_name = type->
str;
510 for (s = type->
str; *s; s++)
511 if (*s ==
'|') last_name = s+1;
559 size_t r = iter->
size - 1;
562 size_t i = (l + r) >> 1;
563 const char *iname = iter->
types[i]->
name;
565 int compare = strcmp(
name, iname);
567 return iter->
types[i];
568 }
else if (compare < 0) {
574 }
else if (compare > 0) {
583 }
while (iter != end);
610 for (; i < iter->
size; ++i) {
612 return iter->
types[i];
615 }
while (iter != end);
627 static const char hex[17] =
"0123456789abcdef";
628 const unsigned char *u = (
unsigned char *) ptr;
629 const unsigned char *eu = u + sz;
630 for (; u != eu; ++u) {
631 unsigned char uu = *u;
632 *(c++) = hex[(uu & 0xf0) >> 4];
633 *(c++) = hex[uu & 0xf];
643 unsigned char *u = (
unsigned char *) ptr;
644 const unsigned char *eu = u + sz;
645 for (; u != eu; ++u) {
648 if ((d >=
'0') && (d <=
'9'))
649 uu = (
unsigned char)((d -
'0') << 4);
650 else if ((d >=
'a') && (d <=
'f'))
651 uu = (
unsigned char)((d - (
'a'-10)) << 4);
655 if ((d >=
'0') && (d <=
'9'))
656 uu |= (
unsigned char)(d -
'0');
657 else if ((d >=
'a') && (d <=
'f'))
658 uu |= (
unsigned char)(d - (
'a'-10));
672 if ((2*
sizeof(
void *) + 2) > bsz)
return 0;
675 if (strlen(
name) + 1 > (bsz - (r - buff)))
return 0;
683 if (strcmp(c,
"NULL") == 0) {
696 size_t lname = (
name ? strlen(
name) : 0);
697 if ((2*sz + 2 + lname) > bsz)
return 0;
701 strncpy(r,
name,lname+1);
711 if (strcmp(c,
"NULL") == 0) {
726 #define SWIG_UnknownError -1 727 #define SWIG_IOError -2 728 #define SWIG_RuntimeError -3 729 #define SWIG_IndexError -4 730 #define SWIG_TypeError -5 731 #define SWIG_DivisionByZero -6 732 #define SWIG_OverflowError -7 733 #define SWIG_SyntaxError -8 734 #define SWIG_ValueError -9 735 #define SWIG_SystemError -10 736 #define SWIG_AttributeError -11 737 #define SWIG_MemoryError -12 738 #define SWIG_NullReferenceError -13 743 #if PY_VERSION_HEX >= 0x03000000 745 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) 746 #define PyInt_Check(x) PyLong_Check(x) 747 #define PyInt_AsLong(x) PyLong_AsLong(x) 748 #define PyInt_FromLong(x) PyLong_FromLong(x) 749 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x) 750 #define PyString_Check(name) PyBytes_Check(name) 751 #define PyString_FromString(x) PyUnicode_FromString(x) 752 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) 753 #define PyString_AsString(str) PyBytes_AsString(str) 754 #define PyString_Size(str) PyBytes_Size(str) 755 #define PyString_InternFromString(key) PyUnicode_InternFromString(key) 756 #define Py_TPFLAGS_HAVE_CLASS Py_TPFLAGS_BASETYPE 757 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x) 758 #define _PyLong_FromSsize_t(x) PyLong_FromSsize_t(x) 763 # define Py_TYPE(op) ((op)->ob_type) 768 #if PY_VERSION_HEX >= 0x03000000 769 # define SWIG_Python_str_FromFormat PyUnicode_FromFormat 771 # define SWIG_Python_str_FromFormat PyString_FromFormat 781 #if PY_VERSION_HEX >= 0x03000000 783 str = PyUnicode_AsUTF8String(str);
787 PyBytes_AsStringAndSize(str, &cstr, &len);
788 newstr = (
char *) malloc(len+1);
789 memcpy(newstr, cstr, len+1);
794 return PyString_AsString(str);
798 #if PY_VERSION_HEX >= 0x03000000 799 # define SWIG_Python_str_DelForPy3(x) free( (void*) (x) ) 801 # define SWIG_Python_str_DelForPy3(x) 808 #if PY_VERSION_HEX >= 0x03000000 809 return PyUnicode_FromString(c);
811 return PyString_FromString(c);
816 # define PyObject_DEL PyObject_Del 821 # define SWIGPY_USE_CAPSULE 822 # define SWIGPY_CAPSULE_NAME ("swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME) 824 #if PY_VERSION_HEX < 0x03020000 825 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type) 826 #define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name) 827 #define Py_hash_t long 839 type = PyExc_MemoryError;
842 type = PyExc_IOError;
845 type = PyExc_RuntimeError;
848 type = PyExc_IndexError;
851 type = PyExc_TypeError;
854 type = PyExc_ZeroDivisionError;
857 type = PyExc_OverflowError;
860 type = PyExc_SyntaxError;
863 type = PyExc_ValueError;
866 type = PyExc_SystemError;
869 type = PyExc_AttributeError;
872 type = PyExc_RuntimeError;
883 PyObject *traceback = 0;
885 if (PyErr_Occurred())
886 PyErr_Fetch(&type, &
value, &traceback);
888 PyObject *old_str = PyObject_Str(
value);
893 PyErr_Format(type,
"%s %s", tmp, mesg);
895 PyErr_Format(type,
"%s", mesg);
900 PyErr_SetString(PyExc_RuntimeError, mesg);
910 error = PyErr_Occurred();
911 return error && PyErr_GivenExceptionMatches(
error, PyExc_TypeError);
920 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
921 PyErr_Fetch(&type, &
value, &traceback);
922 #if PY_VERSION_HEX >= 0x03000000 923 newvalue = PyUnicode_FromFormat(
"%S\nAdditional information:\n%s",
value, message);
925 newvalue = PyString_FromFormat(
"%s\nAdditional information:\n%s", PyString_AsString(
value), message);
928 PyErr_Restore(type, newvalue, traceback);
931 PyErr_SetString(PyExc_TypeError, message);
935 #if defined(SWIG_PYTHON_NO_THREADS) 936 # if defined(SWIG_PYTHON_THREADS) 937 # undef SWIG_PYTHON_THREADS 940 #if defined(SWIG_PYTHON_THREADS) 941 # if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL) 942 # define SWIG_PYTHON_USE_GIL 944 # if defined(SWIG_PYTHON_USE_GIL) 945 # ifndef SWIG_PYTHON_INITIALIZE_THREADS 946 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads() 949 class SWIG_Python_Thread_Block {
951 PyGILState_STATE state;
953 void end() {
if (status) { PyGILState_Release(state); status =
false;} }
954 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
955 ~SWIG_Python_Thread_Block() { end(); }
957 class SWIG_Python_Thread_Allow {
961 void end() {
if (status) { PyEval_RestoreThread(save); status =
false; }}
962 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
963 ~SWIG_Python_Thread_Allow() { end(); }
965 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK SWIG_Python_Thread_Block _swig_thread_block 966 # define SWIG_PYTHON_THREAD_END_BLOCK _swig_thread_block.end() 967 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW SWIG_Python_Thread_Allow _swig_thread_allow 968 # define SWIG_PYTHON_THREAD_END_ALLOW _swig_thread_allow.end() 970 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure() 971 # define SWIG_PYTHON_THREAD_END_BLOCK PyGILState_Release(_swig_thread_block) 972 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW PyThreadState *_swig_thread_allow = PyEval_SaveThread() 973 # define SWIG_PYTHON_THREAD_END_ALLOW PyEval_RestoreThread(_swig_thread_allow) 976 # if !defined(SWIG_PYTHON_INITIALIZE_THREADS) 977 # define SWIG_PYTHON_INITIALIZE_THREADS 979 # if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK) 980 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK 982 # if !defined(SWIG_PYTHON_THREAD_END_BLOCK) 983 # define SWIG_PYTHON_THREAD_END_BLOCK 985 # if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW) 986 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW 988 # if !defined(SWIG_PYTHON_THREAD_END_ALLOW) 989 # define SWIG_PYTHON_THREAD_END_ALLOW 993 # define SWIG_PYTHON_INITIALIZE_THREADS 994 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK 995 # define SWIG_PYTHON_THREAD_END_BLOCK 996 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW 997 # define SWIG_PYTHON_THREAD_END_ALLOW 1013 #define SWIG_PY_POINTER 4 1014 #define SWIG_PY_BINARY 5 1033 #if PY_VERSION_HEX >= 0x03000000 1034 return PyInstanceMethod_New(func);
1036 return PyMethod_New(func, NULL, NULL);
1054 #if PY_VERSION_HEX < 0x02070000 1055 # error "This version of SWIG only supports Python >= 2.7" 1058 #if PY_VERSION_HEX >= 0x03000000 && PY_VERSION_HEX < 0x03020000 1059 # error "This version of SWIG only supports Python 3 >= 3.2" 1065 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) 1066 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags) 1067 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own) 1069 #ifdef SWIGPYTHON_BUILTIN 1070 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, flags) 1072 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) 1075 #define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags) 1077 #define SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty) 1078 #define SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src) 1079 #define swig_owntype int 1082 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) 1083 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 1086 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) 1087 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) 1090 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type) 1091 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, 0) 1094 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) 1095 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 1100 #define SWIG_GetModule(clientdata) SWIG_Python_GetModule(clientdata) 1101 #define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer) 1102 #define SWIG_NewClientData(obj) SwigPyClientData_New(obj) 1104 #define SWIG_SetErrorObj SWIG_Python_SetErrorObj 1105 #define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg 1106 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code) 1107 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) 1108 #define SWIG_fail goto fail 1118 PyErr_SetObject(errtype, obj);
1126 PyErr_SetString(errtype, msg);
1130 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) 1134 #if defined(SWIGPYTHON_BUILTIN) 1137 SwigPyBuiltin_AddPublicSymbol(PyObject *seq,
const char *key) {
1138 PyObject *s = PyString_InternFromString(key);
1139 PyList_Append(seq, s);
1145 PyDict_SetItemString(d,
name, obj);
1147 if (public_interface)
1148 SwigPyBuiltin_AddPublicSymbol(public_interface,
name);
1155 PyDict_SetItemString(d,
name, obj);
1165 #if !defined(SWIG_PYTHON_OUTPUT_TUPLE) 1168 }
else if (result == Py_None) {
1172 if (!PyList_Check(result)) {
1173 PyObject *o2 = result;
1174 result = PyList_New(1);
1175 PyList_SetItem(result, 0, o2);
1177 PyList_Append(result,obj);
1186 }
else if (result == Py_None) {
1190 if (!PyTuple_Check(result)) {
1192 result = PyTuple_New(1);
1193 PyTuple_SET_ITEM(result, 0, o2);
1195 o3 = PyTuple_New(1);
1196 PyTuple_SET_ITEM(o3, 0, obj);
1198 result = PySequence_Concat(o2, o3);
1215 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got none",
1220 if (!PyTuple_Check(args)) {
1221 if (min <= 1 && max >= 1) {
1224 for (i = 1; i <
max; ++i) {
1229 PyErr_SetString(PyExc_SystemError,
"UnpackTuple() argument list is not a tuple");
1232 Py_ssize_t l = PyTuple_GET_SIZE(args);
1234 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1237 }
else if (l >
max) {
1238 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1243 for (i = 0; i < l; ++i) {
1244 objs[i] = PyTuple_GET_ITEM(args, i);
1246 for (; l <
max; ++l) {
1255 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, (char *)"O", obj); 1262 #define SWIG_STATIC_POINTER(var) var 1264 #define SWIG_STATIC_POINTER(var) var = 0; if (!var) var 1272 #define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) 1273 #define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) 1275 #define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) 1277 #define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2) 1278 #define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN) 1289 PyObject *none = Py_None;
1312 PyErr_SetString(PyExc_TypeError,
"Implicit conversion is prohibited for explicit constructors.");
1319 PyObject *klass = data ? data->
klass : 0;
1320 return (klass ? klass : PyExc_RuntimeError);
1333 Py_INCREF(data->
klass);
1335 if (PyClass_Check(obj)) {
1340 data->
newraw = PyObject_GetAttrString(data->
klass,
"__new__");
1343 data->
newargs = PyTuple_New(1);
1344 PyTuple_SetItem(data->
newargs, 0, obj);
1351 data->
destroy = PyObject_GetAttrString(data->
klass,
"__swig_destroy__");
1352 if (PyErr_Occurred()) {
1359 flags = PyCFunction_GET_FLAGS(data->
destroy);
1360 data->
delargs = !(flags & (METH_O));
1372 Py_XDECREF(data->
newraw);
1385 #ifdef SWIGPYTHON_BUILTIN 1391 #ifdef SWIGPYTHON_BUILTIN 1394 SwigPyObject_get___dict__(PyObject *v, PyObject *
SWIGUNUSEDPARM(args))
1399 sobj->dict = PyDict_New();
1401 Py_INCREF(sobj->dict);
1410 return PyLong_FromVoidPtr(v->
ptr);
1416 PyObject *res = NULL;
1417 PyObject *args = PyTuple_New(1);
1422 #if PY_VERSION_HEX >= 0x03000000 1423 res = PyUnicode_Format(ofmt,args);
1425 res = PyString_Format(ofmt,args);
1454 # if PY_VERSION_HEX >= 0x03000000 1455 PyObject *joined = PyUnicode_Concat(repr, nrep);
1460 PyString_ConcatAndDel(&repr,nrep);
1479 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1487 if( op != Py_EQ && op != Py_NE ) {
1488 Py_INCREF(Py_NotImplemented);
1489 return Py_NotImplemented;
1498 #ifdef SWIGPYTHON_BUILTIN 1503 assert(SwigPyObject_stype);
1519 #ifdef SWIGPYTHON_BUILTIN 1521 if (PyType_IsSubtype(op->ob_type, target_tp))
1523 return (strcmp(op->ob_type->tp_name,
"SwigPyObject") == 0);
1526 || (strcmp(
Py_TYPE(op)->tp_name,
"SwigPyObject") == 0);
1537 PyObject *next = sobj->
next;
1541 PyObject *destroy = data ? data->
destroy : 0;
1553 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
1554 PyErr_Fetch(&type, &
value, &traceback);
1562 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1563 PyObject *mself = PyCFunction_GET_SELF(destroy);
1564 res = ((*meth)(mself, v));
1567 PyErr_WriteUnraisable(destroy);
1569 PyErr_Restore(type,
value, traceback);
1573 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK) 1576 printf(
"swig/python detected a memory leak of type '%s', no destructor found.\n", (
name ?
name :
"unknown"));
1589 PyErr_SetString(PyExc_TypeError,
"Attempt to append a non SwigPyObject");
1602 Py_INCREF(sobj->
next);
1629 if (!PyArg_UnpackTuple(args,
"own", 0, 1, &val)) {
1633 PyObject *obj = PyBool_FromLong(sobj->
own);
1635 if (PyObject_IsTrue(val)) {
1649 {
"own",
SwigPyObject_own, METH_VARARGS,
"returns/sets ownership of the pointer"},
1658 static char swigobject_doc[] =
"Swig object carries a C/C++ instance pointer";
1660 static PyNumberMethods SwigPyObject_as_number = {
1665 #
if PY_VERSION_HEX < 0x03000000
1681 #
if PY_VERSION_HEX < 0x03000000
1685 #if PY_VERSION_HEX < 0x03000000 1691 #if PY_VERSION_HEX < 0x03000000 1695 #if PY_VERSION_HEX >= 0x03050000 1696 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1697 #elif PY_VERSION_HEX >= 0x03000000 1698 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1700 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1704 static PyTypeObject swigpyobject_type;
1705 static int type_init = 0;
1707 const PyTypeObject tmp = {
1708 #if PY_VERSION_HEX >= 0x03000000 1709 PyVarObject_HEAD_INIT(NULL, 0)
1711 PyObject_HEAD_INIT(NULL)
1721 #if PY_VERSION_HEX >= 0x03000000 1727 &SwigPyObject_as_number,
1733 PyObject_GenericGetAttr,
1764 #
if PY_VERSION_HEX >= 0x03040000
1775 swigpyobject_type = tmp;
1777 if (PyType_Ready(&swigpyobject_type) < 0)
1780 return &swigpyobject_type;
1793 return (PyObject *)sobj;
1811 fputs(
"<Swig Packed ", fp);
1848 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1849 return s ? s : strncmp((
const char *)v->
pack, (
const char *)w->
pack, 2*v->
size);
1863 || (strcmp((op)->ob_type->tp_name,
"SwigPyPacked") == 0);
1878 static char swigpacked_doc[] =
"Swig object carries a C/C++ instance pointer";
1879 static PyTypeObject swigpypacked_type;
1880 static int type_init = 0;
1882 const PyTypeObject tmp = {
1883 #if PY_VERSION_HEX>=0x03000000 1884 PyVarObject_HEAD_INIT(NULL, 0)
1886 PyObject_HEAD_INIT(NULL)
1896 #
if PY_VERSION_HEX>=0x03000000
1908 PyObject_GenericGetAttr,
1939 #if PY_VERSION_HEX >= 0x03040000 1950 swigpypacked_type = tmp;
1952 if (PyType_Ready(&swigpypacked_type) < 0)
1955 return &swigpypacked_type;
1963 void *pack = malloc(size);
1965 memcpy(pack, ptr, size);
1974 return (PyObject *) sobj;
1982 if (sobj->
size != size)
return 0;
1983 memcpy(ptr, sobj->
pack, size);
2007 #if PY_VERSION_HEX>=0x03000000 2008 #define SWIG_PYTHON_SLOW_GETSET_THIS 2019 #ifdef SWIGPYTHON_BUILTIN 2021 # ifdef PyWeakref_CheckProxy 2022 if (PyWeakref_CheckProxy(pyobj)) {
2023 pyobj = PyWeakref_GET_OBJECT(pyobj);
2033 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS) 2034 if (PyInstance_Check(pyobj)) {
2035 obj = _PyInstance_Lookup(pyobj,
SWIG_This());
2037 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
2038 if (dictptr != NULL) {
2039 PyObject *dict = *dictptr;
2040 obj = dict ? PyDict_GetItem(dict,
SWIG_This()) : 0;
2042 #ifdef PyWeakref_CheckProxy 2043 if (PyWeakref_CheckProxy(pyobj)) {
2044 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
2048 obj = PyObject_GetAttr(pyobj,
SWIG_This());
2052 if (PyErr_Occurred()) PyErr_Clear();
2058 obj = PyObject_GetAttr(pyobj,
SWIG_This());
2062 if (PyErr_Occurred()) PyErr_Clear();
2082 int oldown = sobj->
own;
2100 if (obj == Py_None && !implicit_conv) {
2112 void *vptr = sobj->
ptr;
2117 if (ptr) *ptr = vptr;
2137 if (ptr) *ptr = vptr;
2143 *own = *own | sobj->
own;
2149 if (implicit_conv) {
2152 PyObject *klass = data->
klass;
2158 if (PyErr_Occurred()) {
2184 if (!
SWIG_IsOK(res) && obj == Py_None) {
2187 if (PyErr_Occurred())
2199 if (!PyCFunction_Check(obj)) {
2206 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2207 const char *desc = doc ? strstr(doc,
"swig_ptr: ") : 0;
2253 PyObject *newraw = data->
newraw;
2255 inst = PyObject_Call(newraw, data->
newargs, NULL);
2257 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS) 2258 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2259 if (dictptr != NULL) {
2260 PyObject *dict = *dictptr;
2262 dict = PyDict_New();
2264 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2269 PyObject_SetAttr(inst, key, swig_this);
2273 #if PY_VERSION_HEX >= 0x03000000 2274 PyObject *empty_args = PyTuple_New(0);
2276 inst = ((PyTypeObject *)data->
newargs)->tp_new((PyTypeObject *)data->
newargs, empty_args, Py_None);
2277 Py_DECREF(empty_args);
2279 PyObject_SetAttr(inst,
SWIG_This(), swig_this);
2280 Py_TYPE(inst)->tp_flags &= ~Py_TPFLAGS_VALID_VERSION_TAG;
2284 PyObject *dict = PyDict_New();
2286 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2287 inst = PyInstance_NewRaw(data->
newargs, dict);
2299 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS) 2300 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2301 if (dictptr != NULL) {
2304 dict = PyDict_New();
2307 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2311 dict = PyObject_GetAttrString(inst,
"__dict__");
2312 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2346 if (clientdata && clientdata->
pytype) {
2351 PyObject *next_self = clientdata->
pytype->tp_alloc(clientdata->
pytype, 0);
2352 while (newobj->
next)
2354 newobj->
next = next_self;
2356 #ifdef SWIGPYTHON_BUILTIN 2362 #ifdef SWIGPYTHON_BUILTIN 2371 return (PyObject*) newobj;
2398 #ifdef SWIG_LINK_RUNTIME 2399 void *SWIG_ReturnGlobalTypeList(
void *);
2404 static void *type_pointer = (
void *)0;
2406 if (!type_pointer) {
2407 #ifdef SWIG_LINK_RUNTIME 2408 type_pointer = SWIG_ReturnGlobalTypeList((
void *)0);
2411 if (PyErr_Occurred()) {
2413 type_pointer = (
void *)0;
2439 #if PY_VERSION_HEX >= 0x03000000 2443 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };
2444 PyObject *module = Py_InitModule(
"swig_runtime_data" SWIG_RUNTIME_VERSION, swig_empty_runtime_method_table);
2447 if (pointer && module) {
2450 Py_XDECREF(pointer);
2466 PyObject *obj = PyDict_GetItem(cache, key);
2474 obj = PyCapsule_New((
void*) descriptor, NULL, NULL);
2475 PyDict_SetItem(cache, key, obj);
2486 #define SWIG_POINTER_EXCEPTION 0 2487 #define SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg) 2488 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) 2493 if (PyErr_Occurred()) {
2495 PyObject *
value = 0;
2496 PyObject *traceback = 0;
2497 PyErr_Fetch(&type, &
value, &traceback);
2499 PyObject *old_str = PyObject_Str(
value);
2501 const char *errmesg = tmp ? tmp :
"Invalid error message";
2505 PyErr_Format(type,
"%s %s", mesg, errmesg);
2507 PyErr_Format(type,
"%s %s", errmesg, mesg);
2521 if (PyErr_Occurred()) {
2524 PyOS_snprintf(mesg,
sizeof(mesg),
"argument number %d:", argnum);
2536 return ty ? ty->
str :
"";
2543 #if defined(SWIG_COBJECT_TYPES) 2547 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, 'SwigPyObject(%s)' is received",
2554 const char *otype = (obj ? obj->ob_type->tp_name : 0);
2556 PyObject *str = PyObject_Str(obj);
2559 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, '%s(%s)' is received",
2563 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, '%s' is received",
2570 PyErr_Format(PyExc_TypeError,
"a '%s' is expected", type);
2572 PyErr_Format(PyExc_TypeError,
"unexpected type is received");
2583 #if SWIG_POINTER_EXCEPTION 2593 #ifdef SWIGPYTHON_BUILTIN 2595 SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *
name, PyObject *
value) {
2596 PyTypeObject *tp = obj->ob_type;
2598 PyObject *encoded_name;
2602 # ifdef Py_USING_UNICODE 2603 if (PyString_Check(
name)) {
2604 name = PyUnicode_Decode(PyString_AsString(
name), PyString_Size(
name), NULL, NULL);
2607 }
else if (!PyUnicode_Check(
name))
2609 if (!PyString_Check(
name))
2612 PyErr_Format(PyExc_TypeError,
"attribute name must be string, not '%.200s'",
name->ob_type->tp_name);
2619 if (PyType_Ready(tp) < 0)
2623 descr = _PyType_Lookup(tp,
name);
2626 f = descr->ob_type->tp_descr_set;
2628 if (PyString_Check(
name)) {
2629 encoded_name =
name;
2632 encoded_name = PyUnicode_AsUTF8String(
name);
2636 PyErr_Format(PyExc_AttributeError,
"'%.100s' object has no attribute '%.200s'", tp->tp_name, PyString_AsString(encoded_name));
2637 Py_DECREF(encoded_name);
2639 res = f(descr, obj,
value);
2655 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 2657 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else 2663 #define SWIGTYPE_p_PLGraphicsIn swig_types[0] 2664 #define SWIGTYPE_p_PLcGrid swig_types[1] 2665 #define SWIGTYPE_p_PLcGrid2 swig_types[2] 2666 #define SWIGTYPE_p_char swig_types[3] 2667 #define SWIGTYPE_p_double swig_types[4] 2668 #define SWIGTYPE_p_f_double_double__int swig_types[5] 2669 #define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[6] 2670 #define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[7] 2671 #define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[8] 2672 #define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void swig_types[9] 2673 #define SWIGTYPE_p_int swig_types[10] 2674 #define SWIGTYPE_p_p_char swig_types[11] 2675 #define SWIGTYPE_p_p_double swig_types[12] 2676 #define SWIGTYPE_p_unsigned_int swig_types[13] 2679 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) 2680 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) 2684 #ifdef SWIG_TypeQuery 2685 # undef SWIG_TypeQuery 2687 #define SWIG_TypeQuery SWIG_Python_TypeQuery 2692 #if PY_VERSION_HEX >= 0x03000000 2693 # define SWIG_init PyInit__plplotc 2696 # define SWIG_init init_plplotc 2699 #define SWIG_name "_plplotc" 2701 #define SWIGVERSION 0x040000 2702 #define SWIG_VERSION SWIGVERSION 2705 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 2706 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 2709 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION 2710 #include <arrayobject.h> 2714 #define NPY_PLINT NPY_INT32 2717 #define NPY_PLFLT NPY_FLOAT64 2719 #define NPY_PLFLT NPY_FLOAT32 2723 #if !defined ( PySequence_Fast_GET_ITEM ) 2724 #define PySequence_Fast_GET_ITEM PySequence_GetItem 2726 #define PySequence_Size PySequence_Length 2737 if (PyFloat_Check(obj)) {
2738 if (val) *val = PyFloat_AsDouble(obj);
2740 #if PY_VERSION_HEX < 0x03000000 2741 }
else if (PyInt_Check(obj)) {
2742 if (val) *val = (double) PyInt_AsLong(obj);
2745 }
else if (PyLong_Check(obj)) {
2746 double v = PyLong_AsDouble(obj);
2747 if (!PyErr_Occurred()) {
2754 #ifdef SWIG_PYTHON_CAST_MODE 2757 double d = PyFloat_AsDouble(obj);
2758 if (!PyErr_Occurred()) {
2765 long v = PyLong_AsLong(obj);
2766 if (!PyErr_Occurred()) {
2779 #define SWIG_From_double PyFloat_FromDouble 2794 return PyInt_FromLong((
long)
value);
2799 #if !defined(SWIG_NO_LLONG_MAX) 2800 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__) 2801 # define LLONG_MAX __LONG_LONG_MAX__ 2802 # define LLONG_MIN (-LLONG_MAX - 1LL) 2803 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL) 2817 if ((
min <= x && x <=
max)) {
2818 double fx = floor(x);
2819 double cx = ceil(x);
2820 double rd = ((x - fx) < 0.5) ? fx : cx;
2821 if ((errno == EDOM) || (errno == ERANGE)) {
2824 double summ, reps, diff;
2827 }
else if (rd > x) {
2834 if (reps < 8*DBL_EPSILON) {
2847 #if PY_VERSION_HEX < 0x03000000 2848 if (PyInt_Check(obj)) {
2849 if (val) *val = PyInt_AsLong(obj);
2853 if (PyLong_Check(obj)) {
2854 long v = PyLong_AsLong(obj);
2855 if (!PyErr_Occurred()) {
2863 #ifdef SWIG_PYTHON_CAST_MODE 2866 long v = PyInt_AsLong(obj);
2867 if (!PyErr_Occurred()) {
2877 if (val) *val = (long)(d);
2893 if ((v < INT_MIN || v > INT_MAX)) {
2896 if (val) *val = (int)(v);
2906 #if PY_VERSION_HEX < 0x03000000 2907 if (PyInt_Check(obj)) {
2908 long v = PyInt_AsLong(obj);
2917 if (PyLong_Check(obj)) {
2918 unsigned long v = PyLong_AsUnsignedLong(obj);
2919 if (!PyErr_Occurred()) {
2927 #ifdef SWIG_PYTHON_CAST_MODE 2930 unsigned long v = PyLong_AsUnsignedLong(obj);
2931 if (!PyErr_Occurred()) {
2941 if (val) *val = (
unsigned long)(d);
2957 if ((v > UINT_MAX)) {
2960 if (val) *val = (
unsigned int)(v);
2970 return PyInt_FromSize_t((
size_t)
value);
2977 static int init = 0;
2990 #if PY_VERSION_HEX>=0x03000000 2991 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 2992 if (PyBytes_Check(obj))
2994 if (PyUnicode_Check(obj))
2997 if (PyString_Check(obj))
3000 char *cstr; Py_ssize_t len;
3002 #if PY_VERSION_HEX>=0x03000000 3003 #if !defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 3004 if (!alloc && cptr) {
3011 obj = PyUnicode_AsUTF8String(obj);
3017 PyBytes_AsStringAndSize(obj, &cstr, &len);
3019 PyString_AsStringAndSize(obj, &cstr, &len);
3024 *cptr = (
char *)memcpy(malloc((len + 1)*
sizeof(
char)), cstr,
sizeof(char)*(len + 1));
3031 #if PY_VERSION_HEX>=0x03000000 3032 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 3033 *cptr = PyBytes_AsString(obj);
3044 if (psize) *psize = len + 1;
3045 #if PY_VERSION_HEX>=0x03000000 && !defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 3050 #if defined(SWIG_PYTHON_2_UNICODE) 3051 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 3052 #error "Cannot use both SWIG_PYTHON_2_UNICODE and SWIG_PYTHON_STRICT_BYTE_CHAR at once" 3054 #if PY_VERSION_HEX<0x03000000 3055 if (PyUnicode_Check(obj)) {
3056 char *cstr; Py_ssize_t len;
3057 if (!alloc && cptr) {
3060 obj = PyUnicode_AsUTF8String(obj);
3063 if (PyString_AsStringAndSize(obj, &cstr, &len) != -1) {
3066 *cptr = (
char *)memcpy(malloc((len + 1)*
sizeof(
char)), cstr,
sizeof(char)*(len + 1));
3068 if (psize) *psize = len + 1;
3080 if (pchar_descriptor) {
3083 if (cptr) *cptr = (
char *) vptr;
3084 if (psize) *psize = vptr ? (strlen((
char *)vptr) + 1) : 0;
3097 char* cptr = 0;
size_t csize = 0;
int alloc =
SWIG_OLDOBJ;
3101 if (size == 1 && csize == 2 && cptr && !cptr[1]) --csize;
3102 if (csize <= size) {
3104 if (csize) memcpy(val, cptr, csize*
sizeof(
char));
3105 if (csize < size) memset(val + csize, 0, (size - csize)*
sizeof(
char));
3123 if (size > INT_MAX) {
3125 return pchar_descriptor ?
3128 #if PY_VERSION_HEX >= 0x03000000 3129 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR) 3130 return PyBytes_FromStringAndSize(carray, (Py_ssize_t)(size));
3132 return PyUnicode_DecodeUTF8(carray, (Py_ssize_t)(size),
"surrogateescape");
3135 return PyString_FromStringAndSize(carray, (Py_ssize_t)(size));
3148 for (p = s;
maxlen-- && *p; p++)
3157 #define t_output_helper SWIG_Python_AppendOutput 3168 if ((CHAR_MIN <= v) && (v <= CHAR_MAX)) {
3169 if (val) *val = (char)(v);
3187 PyArrayObject* tmp = (PyArrayObject *) PyArray_ContiguousFromObject( in,
NPY_PLINT,
3192 if ( PyArray_Check( in ) )
3195 tmp = (PyArrayObject *) PyArray_Cast( (PyArrayObject *) in,
NPY_PLINT );
3202 #define myArray_ContiguousFromObject PyArray_ContiguousFromObject 3205 PyObject *resultobj = 0;
3219 PyObject *swig_obj[2] ;
3231 arg1 = (
PLFLT)(val1);
3236 arg2 = (
PLFLT)(val2);
3237 pltr0(arg1,arg2,arg3,arg4,arg5);
3272 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3281 PyErr_SetString( PyExc_ValueError,
"Expected a sequence to two 1D arrays." );
3290 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3298 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3320 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3329 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two 2D arrays." );
3335 PyErr_SetString( PyExc_ValueError,
"Arrays must be same size." );
3344 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3352 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3376 PyObject *resultobj = 0;
3390 PyObject *swig_obj[3] ;
3399 arg1 = (
PLFLT)(val1);
3404 arg2 = (
PLFLT)(val2);
3410 pltr1(arg1,arg2,arg3,arg4,arg5);
3437 PyObject *resultobj = 0;
3451 PyObject *swig_obj[3] ;
3460 arg1 = (
PLFLT)(val1);
3465 arg2 = (
PLFLT)(val2);
3471 pltr2(arg1,arg2,arg3,arg4,arg5);
3500 static PyInterpreterState *save_interp = NULL;
3510 #define MY_BLOCK_THREADS { \ 3511 PyThreadState *prev_state, *new_state; \ 3514 PyEval_AcquireLock(); \ 3515 new_state = PyThreadState_New( save_interp ); \ 3516 prev_state = PyThreadState_Swap( new_state ); 3517 #define MY_UNBLOCK_THREADS \ 3518 new_state = PyThreadState_Swap( prev_state ); \ 3519 PyThreadState_Clear( new_state ); \ 3520 PyEval_ReleaseLock(); \ 3521 PyThreadState_Delete( new_state ); \ 3524 #define MY_BLOCK_THREADS 3525 #define MY_UNBLOCK_THREADS 3548 PyObject *pdata, *arglist, *result;
3552 pdata = (PyObject *) data;
3559 Py_XINCREF( pdata );
3564 arglist = Py_BuildValue(
"(ddO)", x, y, pdata );
3566 arglist = Py_BuildValue(
"(ffO)", x, y, pdata );
3568 if ( arglist == NULL )
3570 fprintf( stderr,
"Py_BuildValue failed to make argument list.\n" );
3575 result = PyEval_CallObject(
python_pltr, arglist );
3577 Py_CLEAR( arglist );
3579 if ( result == NULL )
3581 fprintf( stderr,
"call to python pltr function with 3 arguments failed\n" );
3582 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must take 3 arguments." );
3588 if ( tmp == 0 || PyArray_DIMS( tmp )[0] != 2 )
3590 fprintf( stderr,
"pltr callback must return a 2 element array or sequence\n" );
3591 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must return a 2-sequence." );
3611 PyObject *pdata, *arglist, *result;
3612 PLFLT fresult = 0.0;
3615 pdata = (PyObject *) data;
3618 Py_XINCREF( pdata );
3622 arglist = Py_BuildValue(
"(iiO)", x, y, pdata );
3626 Py_CLEAR( arglist );
3628 if ( !PyFloat_Check( result ) )
3630 fprintf( stderr,
"f2eval callback must return a float\n" );
3631 PyErr_SetString( PyExc_RuntimeError,
"f2eval callback must return a float." );
3636 fresult = (
PLFLT) PyFloat_AsDouble( result );
3648 PyObject *pdata, *arglist, *result, *unicode_string;
3653 pdata = (PyObject *) data;
3658 Py_XINCREF( pdata );
3663 arglist = Py_BuildValue(
"(ldO)", axis,
value, pdata );
3665 arglist = Py_BuildValue(
"(lfO)", axis,
value, pdata );
3672 if ( result == NULL )
3674 fprintf( stderr,
"label callback failed with 3 arguments\n" );
3675 PyErr_SetString( PyExc_RuntimeError,
"label callback must take 3 arguments." );
3677 else if ( PyString_Check( result ) )
3680 pystring = PyString_AsString( result );
3681 strncpy(
string, pystring, len );
3683 else if ( PyUnicode_Check( result ) )
3686 unicode_string = PyUnicode_AsEncodedString( result,
"utf-8",
"Error ~" );
3687 pystring = PyBytes_AS_STRING( unicode_string );
3689 strncpy(
string, pystring, len );
3693 fprintf( stderr,
"label callback must return a string\n" );
3694 PyErr_SetString( PyExc_RuntimeError,
"label callback must return a string." );
3705 PyObject *px, *py, *pdata, *arglist, *result;
3710 pdata = (PyObject *) data;
3717 Py_XINCREF( pdata );
3721 px = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) xt );
3722 py = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) yt );
3723 arglist = Py_BuildValue(
"(ddOOO)", x, y, px, py, pdata );
3725 result = PyEval_CallObject(
python_ct, arglist );
3727 Py_CLEAR( arglist );
3732 if ( result == NULL )
3734 fprintf( stderr,
"call to python coordinate transform function with 5 arguments failed\n" );
3735 PyErr_SetString( PyExc_RuntimeError,
"coordinate transform callback must take 5 arguments." );
3746 PyObject *px, *py, *arglist, *result;
3757 #ifdef PL_HAVE_PTHREAD 3758 px = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) x );
3759 py = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) y );
3761 px = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) x );
3762 py = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) y );
3764 arglist = Py_BuildValue(
"(iOO)", n, px, py );
3768 Py_CLEAR( arglist );
3772 if ( result == NULL )
3774 fprintf( stderr,
"call to python mapform function with 3 arguments failed\n" );
3775 PyErr_SetString( PyExc_RuntimeError,
"mapform callback must take 3 arguments." );
3788 PyObject * rep = PyObject_Repr( input );
3793 if ( PyUnicode_Check( rep ) )
3795 PyObject *uni_str = PyUnicode_AsEncodedString( rep,
"utf-8",
"Error ~" );
3796 str = PyBytes_AS_STRING( uni_str );
3800 str = PyString_AsString( rep );
3802 if ( strcmp( str,
"<built-in function pltr0>" ) == 0 )
3808 else if ( strcmp( str,
"<built-in function pltr1>" ) == 0 )
3814 else if ( strcmp( str,
"<built-in function pltr2>" ) == 0 )
3824 Py_XINCREF( input );
3832 Py_XINCREF( input );
3848 Py_XINCREF( input );
3863 Py_XINCREF( input );
3881 if ( input != Py_None )
3885 if ( input != Py_None )
3889 Py_XINCREF( input );
3893 fprintf( stderr,
"pltr_type is invalid\n" );
3914 fprintf( stderr,
"pltr_type is invalid\n" );
3923 PyObject *resultobj = 0;
3930 PyObject *swig_obj[2] ;
3943 if (arg1) (arg1)->type = arg2;
3952 PyObject *resultobj = 0;
3956 PyObject *swig_obj[1] ;
3966 result = (int) ((arg1)->type);
3975 PyObject *resultobj = 0;
3982 PyObject *swig_obj[2] ;
3994 arg2 = (
unsigned int)(val2);
3995 if (arg1) (arg1)->state = arg2;
4004 PyObject *resultobj = 0;
4008 PyObject *swig_obj[1] ;
4009 unsigned int result;
4018 result = (
unsigned int) ((arg1)->state);
4027 PyObject *resultobj = 0;
4034 PyObject *swig_obj[2] ;
4046 arg2 = (
unsigned int)(val2);
4047 if (arg1) (arg1)->keysym = arg2;
4056 PyObject *resultobj = 0;
4060 PyObject *swig_obj[1] ;
4061 unsigned int result;
4070 result = (
unsigned int) ((arg1)->keysym);
4079 PyObject *resultobj = 0;
4086 PyObject *swig_obj[2] ;
4098 arg2 = (
unsigned int)(val2);
4099 if (arg1) (arg1)->button = arg2;
4108 PyObject *resultobj = 0;
4112 PyObject *swig_obj[1] ;
4113 unsigned int result;
4122 result = (
unsigned int) ((arg1)->button);
4131 PyObject *resultobj = 0;
4138 PyObject *swig_obj[2] ;
4150 arg2 = (
PLINT)(val2);
4151 if (arg1) (arg1)->subwindow = arg2;
4160 PyObject *resultobj = 0;
4164 PyObject *swig_obj[1] ;
4174 result = (
PLINT) ((arg1)->subwindow);
4183 PyObject *resultobj = 0;
4190 PyObject *swig_obj[2] ;
4202 arg2 = (
char *)(temp2);
4203 if (arg2) memcpy(arg1->
string,arg2,16*
sizeof(
char));
4204 else memset(arg1->
string,0,16*
sizeof(
char));
4213 PyObject *resultobj = 0;
4217 PyObject *swig_obj[1] ;
4227 result = (
char *)(
char *) ((arg1)->
string);
4242 PyObject *resultobj = 0;
4249 PyObject *swig_obj[2] ;
4262 if (arg1) (arg1)->pX = arg2;
4271 PyObject *resultobj = 0;
4275 PyObject *swig_obj[1] ;
4285 result = (int) ((arg1)->pX);
4294 PyObject *resultobj = 0;
4301 PyObject *swig_obj[2] ;
4314 if (arg1) (arg1)->pY = arg2;
4323 PyObject *resultobj = 0;
4327 PyObject *swig_obj[1] ;
4337 result = (int) ((arg1)->pY);
4346 PyObject *resultobj = 0;
4353 PyObject *swig_obj[2] ;
4365 arg2 = (
PLFLT)(val2);
4366 if (arg1) (arg1)->dX = arg2;
4375 PyObject *resultobj = 0;
4379 PyObject *swig_obj[1] ;
4389 result = (
PLFLT) ((arg1)->dX);
4398 PyObject *resultobj = 0;
4405 PyObject *swig_obj[2] ;
4417 arg2 = (
PLFLT)(val2);
4418 if (arg1) (arg1)->dY = arg2;
4427 PyObject *resultobj = 0;
4431 PyObject *swig_obj[1] ;
4441 result = (
PLFLT) ((arg1)->dY);
4450 PyObject *resultobj = 0;
4457 PyObject *swig_obj[2] ;
4469 arg2 = (
PLFLT)(val2);
4470 if (arg1) (arg1)->wX = arg2;
4479 PyObject *resultobj = 0;
4483 PyObject *swig_obj[1] ;
4493 result = (
PLFLT) ((arg1)->wX);
4502 PyObject *resultobj = 0;
4509 PyObject *swig_obj[2] ;
4521 arg2 = (
PLFLT)(val2);
4522 if (arg1) (arg1)->wY = arg2;
4531 PyObject *resultobj = 0;
4535 PyObject *swig_obj[1] ;
4545 result = (
PLFLT) ((arg1)->wY);
4554 PyObject *resultobj = 0;
4567 PyObject *resultobj = 0;
4571 PyObject *swig_obj[1] ;
4580 free((
char *) arg1);
4600 PyObject *resultobj = 0;
4604 PyObject *swig_obj[1] ;
4612 arg1 = (
PLINT)(val1);
4622 PyObject *resultobj = 0;
4629 PyObject *swig_obj[2] ;
4636 arg1 = (
PLINT)(val1);
4641 arg2 = (
PLINT)(val2);
4651 PyObject *resultobj = 0;
4664 PyObject *swig_obj[4] ;
4671 arg1 = (
PLFLT)(val1);
4676 arg2 = (
PLFLT)(val2);
4681 arg3 = (
PLFLT)(val3);
4686 arg4 = (
PLINT)(val4);
4696 PyObject *resultobj = 0;
4700 PyObject *swig_obj[1] ;
4708 arg1 = (
PLINT)(val1);
4718 PyObject *resultobj = 0;
4743 PyObject *swig_obj[8] ;
4750 arg1 = (
PLFLT)(val1);
4755 arg2 = (
PLFLT)(val2);
4760 arg3 = (
PLFLT)(val3);
4765 arg4 = (
PLFLT)(val4);
4770 arg5 = (
PLFLT)(val5);
4775 arg6 = (
PLFLT)(val6);
4780 arg7 = (
PLFLT)(val7);
4786 plarc(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
4795 PyObject *resultobj = 0;
4798 char *arg3 = (
char *) 0 ;
4801 char *arg6 = (
char *) 0 ;
4822 PyObject *swig_obj[8] ;
4829 arg1 = (
PLFLT)(val1);
4834 arg2 = (
PLFLT)(val2);
4839 arg3 = (
char *)(buf3);
4844 arg4 = (
PLFLT)(val4);
4849 arg5 = (
PLINT)(val5);
4854 arg6 = (
char *)(buf6);
4859 arg7 = (
PLFLT)(val7);
4864 arg8 = (
PLINT)(val8);
4865 plaxes(arg1,arg2,(
char const *)arg3,arg4,arg5,(
char const *)arg6,arg7,arg8);
4878 PyObject *resultobj = 0;
4883 PyArrayObject *tmp1 = NULL ;
4884 PyArrayObject *tmp3 = NULL ;
4887 PyObject *swig_obj[3] ;
4894 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
4895 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
4901 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
4903 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
4906 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
4912 arg4 = (
PLINT)(val4);
4913 plbin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
4934 PyObject *resultobj = 0;
4956 PyObject *swig_obj[1] ;
4970 arg7 = (
PLFLT)(val7);
4971 plbtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
5016 PyObject *resultobj = 0;
5028 PyObject *resultobj = 0;
5029 char *arg1 = (
char *) 0 ;
5032 char *arg4 = (
char *) 0 ;
5049 PyObject *swig_obj[6] ;
5056 arg1 = (
char *)(buf1);
5061 arg2 = (
PLFLT)(val2);
5066 arg3 = (
PLINT)(val3);
5071 arg4 = (
char *)(buf4);
5076 arg5 = (
PLFLT)(val5);
5081 arg6 = (
PLINT)(val6);
5082 plbox((
char const *)arg1,arg2,arg3,(
char const *)arg4,arg5,arg6);
5095 PyObject *resultobj = 0;
5096 char *arg1 = (
char *) 0 ;
5097 char *arg2 = (
char *) 0 ;
5100 char *arg5 = (
char *) 0 ;
5101 char *arg6 = (
char *) 0 ;
5104 char *arg9 = (
char *) 0 ;
5105 char *arg10 = (
char *) 0 ;
5138 PyObject *swig_obj[12] ;
5145 arg1 = (
char *)(buf1);
5150 arg2 = (
char *)(buf2);
5155 arg3 = (
PLFLT)(val3);
5160 arg4 = (
PLINT)(val4);
5165 arg5 = (
char *)(buf5);
5170 arg6 = (
char *)(buf6);
5175 arg7 = (
PLFLT)(val7);
5180 arg8 = (
PLINT)(val8);
5185 arg9 = (
char *)(buf9);
5190 arg10 = (
char *)(buf10);
5195 arg11 = (
PLFLT)(val11);
5200 arg12 = (
PLINT)(val12);
5201 plbox3((
char const *)arg1,(
char const *)arg2,arg3,arg4,(
char const *)arg5,(
char const *)arg6,arg7,arg8,(
char const *)arg9,(
char const *)arg10,arg11,arg12);
5222 PyObject *resultobj = 0;
5238 PyObject *swig_obj[2] ;
5248 arg1 = (
PLFLT)(val1);
5253 arg2 = (
PLFLT)(val2);
5281 PyObject *resultobj = 0;
5293 PyObject *resultobj = 0;
5297 PyObject *swig_obj[1] ;
5305 arg1 = (
PLINT)(val1);
5315 PyObject *resultobj = 0;
5319 PyObject *swig_obj[1] ;
5327 arg1 = (
PLFLT)(val1);
5337 PyObject *resultobj = 0;
5371 PyObject *swig_obj[11] ;
5378 arg1 = (
PLFLT)(val1);
5383 arg2 = (
PLFLT)(val2);
5388 arg3 = (
PLFLT)(val3);
5393 arg4 = (
PLINT)(val4);
5403 arg6 = (
PLINT)(val6);
5408 arg7 = (
PLINT)(val7);
5413 arg8 = (
PLINT)(val8);
5418 arg9 = (
PLINT)(val9);
5423 arg10 = (
PLINT)(val10);
5428 arg11 = (
PLFLT)(val11);
5429 plconfigtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
5438 PyObject *resultobj = 0;
5450 PyArrayObject *tmp1 = NULL ;
5459 PyArrayObject *tmp8 = NULL ;
5460 PyObject *swig_obj[8] ;
5475 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
5476 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
5478 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
5479 for ( i = 0; i < arg2; i++ )
5480 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
5486 arg4 = (
PLINT)(val4);
5491 arg5 = (
PLINT)(val5);
5496 arg6 = (
PLINT)(val6);
5501 arg7 = (
PLINT)(val7);
5506 arg9 = PyArray_DIMS( tmp8 )[0];
5507 arg8 = (
PLFLT *) PyArray_DATA( tmp8 );
5512 if ( swig_obj[6] == Py_None )
5518 if ( !PyCallable_Check( (PyObject *) swig_obj[6] ) )
5520 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
5529 if ( swig_obj[7] == Py_None )
5537 plcont((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,(
double const *)arg8,arg9,arg10,arg11);
5572 PyObject *resultobj = 0;
5594 PyObject *swig_obj[6] ;
5602 arg1 = (
PLINT)(val1);
5607 arg2 = (
PLINT)(val2);
5612 arg3 = (
PLINT)(val3);
5617 arg4 = (
PLINT)(val4);
5622 arg5 = (
PLINT)(val5);
5627 arg6 = (
PLFLT)(val6);
5628 plctime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
5643 PyObject *resultobj = 0;
5650 PyObject *swig_obj[2] ;
5657 arg1 = (
PLINT)(val1);
5672 PyObject *resultobj = 0;
5684 PyObject *resultobj = 0;
5696 PyObject *resultobj = 0;
5715 PyObject *swig_obj[6] ;
5722 arg1 = (
PLFLT)(val1);
5727 arg2 = (
PLFLT)(val2);
5732 arg3 = (
PLFLT)(val3);
5737 arg4 = (
PLFLT)(val4);
5742 arg5 = (
PLINT)(val5);
5747 arg6 = (
PLINT)(val6);
5748 plenv(arg1,arg2,arg3,arg4,arg5,arg6);
5757 PyObject *resultobj = 0;
5776 PyObject *swig_obj[6] ;
5783 arg1 = (
PLFLT)(val1);
5788 arg2 = (
PLFLT)(val2);
5793 arg3 = (
PLFLT)(val3);
5798 arg4 = (
PLFLT)(val4);
5803 arg5 = (
PLINT)(val5);
5808 arg6 = (
PLINT)(val6);
5809 plenv0(arg1,arg2,arg3,arg4,arg5,arg6);
5818 PyObject *resultobj = 0;
5830 PyObject *resultobj = 0;
5835 PyArrayObject *tmp1 = NULL ;
5836 PyArrayObject *tmp3 = NULL ;
5837 PyArrayObject *tmp4 = NULL ;
5838 PyObject *swig_obj[3] ;
5845 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5846 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5852 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5854 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5857 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
5863 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
5865 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5868 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
5870 plerrx(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
5897 PyObject *resultobj = 0;
5902 PyArrayObject *tmp1 = NULL ;
5903 PyArrayObject *tmp3 = NULL ;
5904 PyArrayObject *tmp4 = NULL ;
5905 PyObject *swig_obj[3] ;
5912 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5913 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5919 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5921 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5924 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
5930 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
5932 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5935 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
5937 plerry(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
5964 PyObject *resultobj = 0;
5976 PyObject *resultobj = 0;
5980 PyArrayObject *tmp1 = NULL ;
5981 PyArrayObject *tmp3 = NULL ;
5982 PyObject *swig_obj[2] ;
5989 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5990 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5996 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5998 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6001 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6003 plfill(arg1,(
double const *)arg2,(
double const *)arg3);
6024 PyObject *resultobj = 0;
6029 PyArrayObject *tmp1 = NULL ;
6030 PyArrayObject *tmp3 = NULL ;
6031 PyArrayObject *tmp4 = NULL ;
6032 PyObject *swig_obj[3] ;
6039 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6040 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6046 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6048 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6051 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6057 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
6059 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6062 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
6064 plfill3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
6091 PyObject *resultobj = 0;
6096 PyArrayObject *tmp1 = NULL ;
6097 PyArrayObject *tmp3 = NULL ;
6100 PyObject *swig_obj[3] ;
6107 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6108 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6114 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6116 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6119 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6125 arg4 = (
PLFLT)(val4);
6126 plgradient(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
6147 PyObject *resultobj = 0;
6159 PyObject *resultobj = 0;
6163 PyObject *swig_obj[1] ;
6171 arg1 = (
PLINT)(val1);
6181 PyObject *resultobj = 0;
6185 PyObject *swig_obj[1] ;
6193 arg1 = (
PLINT)(val1);
6203 PyObject *resultobj = 0;
6235 PyObject *resultobj = 0;
6248 PyObject *swig_obj[1] ;
6259 arg1 = (
PLINT)(val1);
6287 PyObject *resultobj = 0;
6303 PyObject *swig_obj[1] ;
6315 arg1 = (
PLINT)(val1);
6316 plgcol0a(arg1,arg2,arg3,arg4,arg5);
6349 PyObject *resultobj = 0;
6391 PyObject *resultobj = 0;
6443 PyObject *resultobj = 0;
6465 PyObject *resultobj = 0;
6466 char *arg1 = (
char *) 0 ;
6476 PyObject *o = PyString_FromString( arg1 );
6486 PyObject *resultobj = 0;
6538 PyObject *resultobj = 0;
6560 PyObject *resultobj = 0;
6612 PyObject *resultobj = 0;
6654 PyObject *resultobj = 0;
6676 PyObject *resultobj = 0;
6677 char *arg1 = (
char *) 0 ;
6687 PyObject *o = PyString_FromString( arg1 );
6697 PyObject *resultobj = 0;
6739 PyObject *resultobj = 0;
6761 PyObject *resultobj = 0;
6788 plgpage(arg1,arg2,arg3,arg4,arg5,arg6);
6833 PyObject *resultobj = 0;
6845 PyObject *resultobj = 0;
6857 PyArrayObject *tmp1 = NULL ;
6858 PyArrayObject *tmp2 = NULL ;
6859 PyArrayObject *tmp3 = NULL ;
6860 PyArrayObject *tmp5 = NULL ;
6861 PyArrayObject *tmp7 = NULL ;
6862 PyObject *array7 = NULL ;
6867 PyObject *swig_obj[7] ;
6874 Alen = PyArray_DIMS( tmp1 )[0];
6875 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
6881 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
6883 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6886 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
6892 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6894 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6897 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6898 arg4 = PyArray_DIMS( tmp3 )[0];
6904 Xlen = PyArray_DIMS( tmp5 )[0];
6906 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
6914 Ylen = PyArray_DIMS( tmp7 )[0];
6916 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
6921 array7 = PyArray_SimpleNew( 2, dims,
NPY_PLFLT );
6925 arg9 = (
PLFLT **) malloc(
sizeof (
double * ) * (size_t)
Xlen );
6926 for ( i = 0; i <
Xlen; i++ )
6927 arg9[i] = ( (
PLFLT *) PyArray_DATA( (PyArrayObject *) array7 ) + i * size );
6933 arg10 = (
PLINT)(val10);
6938 arg11 = (
PLFLT)(val11);
6939 plgriddata((
double const *)arg1,(
double const *)arg2,(
double const *)arg3,arg4,(
double const *)arg5,arg6,(
double const *)arg7,arg8,arg9,arg10,arg11);
6983 PyObject *resultobj = 0;
7002 plgspa(arg1,arg2,arg3,arg4);
7035 PyObject *resultobj = 0;
7057 PyObject *resultobj = 0;
7058 char *arg1 = (
char *) 0 ;
7068 PyObject *o = PyString_FromString( arg1 );
7078 PyObject *resultobj = 0;
7097 plgvpd(arg1,arg2,arg3,arg4);
7130 PyObject *resultobj = 0;
7149 plgvpw(arg1,arg2,arg3,arg4);
7182 PyObject *resultobj = 0;
7214 PyObject *resultobj = 0;
7246 PyObject *resultobj = 0;
7278 PyObject *resultobj = 0;
7285 PyArrayObject *tmp1 = NULL ;
7294 PyObject *swig_obj[5] ;
7301 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
7302 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
7308 arg3 = (
PLFLT)(val3);
7313 arg4 = (
PLFLT)(val4);
7318 arg5 = (
PLINT)(val5);
7323 arg6 = (
PLINT)(val6);
7324 plhist(arg1,(
double const *)arg2,arg3,arg4,arg5,arg6);
7339 PyObject *resultobj = 0;
7358 PyObject *swig_obj[3] ;
7368 arg1 = (
PLFLT)(val1);
7373 arg2 = (
PLFLT)(val2);
7378 arg3 = (
PLFLT)(val3);
7379 plhlsrgb(arg1,arg2,arg3,arg4,arg5,arg6);
7406 PyObject *resultobj = 0;
7418 PyObject *resultobj = 0;
7431 PyObject *swig_obj[4] ;
7438 arg1 = (
PLFLT)(val1);
7443 arg2 = (
PLFLT)(val2);
7448 arg3 = (
PLFLT)(val3);
7453 arg4 = (
PLFLT)(val4);
7454 pljoin(arg1,arg2,arg3,arg4);
7463 PyObject *resultobj = 0;
7464 char *arg1 = (
char *) 0 ;
7465 char *arg2 = (
char *) 0 ;
7466 char *arg3 = (
char *) 0 ;
7476 PyObject *swig_obj[3] ;
7483 arg1 = (
char *)(buf1);
7488 arg2 = (
char *)(buf2);
7493 arg3 = (
char *)(buf3);
7494 pllab((
char const *)arg1,(
char const *)arg2,(
char const *)arg3);
7509 PyObject *resultobj = 0;
7529 char **arg20 = (
char **) 0 ;
7540 char **arg31 = (
char **) 0 ;
7565 PyArrayObject *tmp13 = NULL ;
7574 PyArrayObject *tmp19 = NULL ;
7575 PyArrayObject *tmp20 = NULL ;
7576 PyArrayObject *tmp21 = NULL ;
7577 PyArrayObject *tmp22 = NULL ;
7578 PyArrayObject *tmp23 = NULL ;
7579 PyArrayObject *tmp24 = NULL ;
7580 PyArrayObject *tmp25 = NULL ;
7581 PyArrayObject *tmp26 = NULL ;
7582 PyArrayObject *tmp27 = NULL ;
7583 PyArrayObject *tmp28 = NULL ;
7584 PyArrayObject *tmp29 = NULL ;
7585 PyArrayObject *tmp30 = NULL ;
7586 PyArrayObject *tmp31 = NULL ;
7587 PyObject *swig_obj[28] ;
7596 arg3 = (
PLINT)(val3);
7601 arg4 = (
PLINT)(val4);
7606 arg5 = (
PLFLT)(val5);
7611 arg6 = (
PLFLT)(val6);
7616 arg7 = (
PLFLT)(val7);
7621 arg8 = (
PLINT)(val8);
7626 arg9 = (
PLINT)(val9);
7631 arg10 = (
PLINT)(val10);
7636 arg11 = (
PLINT)(val11);
7641 arg12 = (
PLINT)(val12);
7644 if ( tmp13 == NULL )
7646 arg13 =
Alen = PyArray_DIMS( tmp13 )[0];
7647 arg14 = (
PLINT *) PyArray_DATA( tmp13 );
7653 arg15 = (
PLFLT)(val15);
7658 arg16 = (
PLFLT)(val16);
7663 arg17 = (
PLFLT)(val17);
7668 arg18 = (
PLFLT)(val18);
7671 if ( tmp19 == NULL )
7673 if ( PyArray_DIMS( tmp19 )[0] !=
Alen )
7675 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7678 arg19 = (
PLINT *) PyArray_DATA( tmp19 );
7682 tmp20 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[16], NPY_STRING, 1, 1 );
7683 if ( tmp20 == NULL )
7685 if ( PyArray_DIMS( tmp20 )[0] !=
Alen )
7687 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7690 arg20 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
7691 for ( i = 0; i <
Alen; i++ )
7693 arg20[i] = (
char *) PyArray_DATA( tmp20 ) + i * PyArray_STRIDES( tmp20 )[0];
7694 if ( arg20[i] == NULL )
7703 if ( tmp21 == NULL )
7705 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
7707 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7710 arg21 = (
PLINT *) PyArray_DATA( tmp21 );
7714 if ( tmp22 == NULL )
7716 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
7718 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7721 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
7724 if ( swig_obj[19] != Py_None )
7727 if ( tmp23 == NULL )
7729 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
7731 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7734 arg23 = (
PLFLT *) PyArray_DATA( tmp23 );
7742 if ( swig_obj[20] != Py_None )
7745 if ( tmp24 == NULL )
7747 if ( PyArray_DIMS( tmp24 )[0] !=
Alen )
7749 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7752 arg24 = (
PLFLT *) PyArray_DATA( tmp24 );
7761 if ( tmp25 == NULL )
7763 if ( PyArray_DIMS( tmp25 )[0] !=
Alen )
7765 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7768 arg25 = (
PLINT *) PyArray_DATA( tmp25 );
7772 if ( tmp26 == NULL )
7774 if ( PyArray_DIMS( tmp26 )[0] !=
Alen )
7776 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7779 arg26 = (
PLINT *) PyArray_DATA( tmp26 );
7782 if ( swig_obj[23] != Py_None )
7785 if ( tmp27 == NULL )
7787 if ( PyArray_DIMS( tmp27 )[0] !=
Alen )
7789 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7792 arg27 = (
PLFLT *) PyArray_DATA( tmp27 );
7801 if ( tmp28 == NULL )
7803 if ( PyArray_DIMS( tmp28 )[0] !=
Alen )
7805 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7808 arg28 = (
PLINT *) PyArray_DATA( tmp28 );
7811 if ( swig_obj[25] != Py_None )
7814 if ( tmp29 == NULL )
7816 if ( PyArray_DIMS( tmp29 )[0] !=
Alen )
7818 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7821 arg29 = (
PLFLT *) PyArray_DATA( tmp29 );
7830 if ( tmp30 == NULL )
7832 if ( PyArray_DIMS( tmp30 )[0] !=
Alen )
7834 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7837 arg30 = (
PLINT *) PyArray_DATA( tmp30 );
7841 tmp31 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[27], NPY_STRING, 1, 1 );
7842 if ( tmp31 == NULL )
7844 if ( PyArray_DIMS( tmp31 )[0] !=
Alen )
7846 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7849 arg31 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
7850 for ( i = 0; i <
Alen; i++ )
7852 arg31[i] = (
char *) PyArray_DATA( tmp31 ) + i * PyArray_STRIDES( tmp31 )[0];
7853 if ( arg31[i] == NULL )
7860 pllegend(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,(
int const *)arg14,arg15,arg16,arg17,arg18,(
int const *)arg19,(
char const **)arg20,(
int const *)arg21,(
int const *)arg22,(
double const *)arg23,(
double const *)arg24,(
int const *)arg25,(
int const *)arg26,(
double const *)arg27,(
int const *)arg28,(
double const *)arg29,(
int const *)arg30,(
char const **)arg31);
7881 Py_CLEAR( tmp20 ); free( arg20 );
7914 Py_CLEAR( tmp31 ); free( arg31 );
7925 Py_CLEAR( tmp20 ); free( arg20 );
7958 Py_CLEAR( tmp31 ); free( arg31 );
7965 PyObject *resultobj = 0;
7983 char **arg18 = (
char **) 0 ;
7985 char **arg20 = (
char **) 0 ;
8020 PyArrayObject *tmp16 = NULL ;
8021 PyArrayObject *tmp18 = NULL ;
8022 PyArrayObject *tmp19 = NULL ;
8023 PyArrayObject *tmp21 = NULL ;
8024 PyArrayObject *tmp22 = NULL ;
8025 PyArrayObject *tmp23 = NULL ;
8026 PyArrayObject *tmp24 = NULL ;
8027 PyObject *swig_obj[20] ;
8036 arg3 = (
PLINT)(val3);
8041 arg4 = (
PLINT)(val4);
8046 arg5 = (
PLFLT)(val5);
8051 arg6 = (
PLFLT)(val6);
8056 arg7 = (
PLFLT)(val7);
8061 arg8 = (
PLFLT)(val8);
8066 arg9 = (
PLINT)(val9);
8071 arg10 = (
PLINT)(val10);
8076 arg11 = (
PLINT)(val11);
8081 arg12 = (
PLFLT)(val12);
8086 arg13 = (
PLFLT)(val13);
8091 arg14 = (
PLINT)(val14);
8096 arg15 = (
PLFLT)(val15);
8099 if ( tmp16 == NULL )
8101 arg16 =
Alen = PyArray_DIMS( tmp16 )[0];
8102 arg17 = (
PLINT *) PyArray_DATA( tmp16 );
8106 tmp18 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[14], NPY_STRING, 1, 1 );
8107 if ( tmp18 == NULL )
8109 if ( PyArray_DIMS( tmp18 )[0] !=
Alen )
8111 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8114 arg18 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
8115 for ( i = 0; i <
Alen; i++ )
8117 arg18[i] = (
char *) PyArray_DATA( tmp18 ) + i * PyArray_STRIDES( tmp18 )[0];
8118 if ( arg18[i] == NULL )
8127 tmp19 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[15], NPY_STRING, 1, 1 );
8128 if ( tmp19 == NULL )
8130 Alen = PyArray_DIMS( tmp19 )[0];
8132 arg20 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
8133 for ( i = 0; i <
Alen; i++ )
8135 arg20[i] = (
char *) PyArray_DATA( tmp19 ) + i * PyArray_STRIDES( tmp19 )[0];
8136 if ( arg20[i] == NULL )
8145 if ( tmp21 == NULL )
8147 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
8149 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8152 arg21 = (
PLFLT *) PyArray_DATA( tmp21 );
8156 if ( tmp22 == NULL )
8158 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
8160 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8163 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
8168 if ( tmp23 == NULL )
8170 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
8172 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8175 Xlen = PyArray_DIMS( tmp23 )[0];
8176 arg23 = (
PLINT *) PyArray_DATA( tmp23 );
8178 for ( i = 0; i <
Xlen; i++ )
8179 if ( arg23[i] >
Ylen )
8185 if ( tmp24 == NULL )
8187 if ( PyArray_DIMS( tmp24 )[0] !=
Xlen || PyArray_DIMS( tmp24 )[1] !=
Ylen )
8189 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8194 for ( i = 0; i <
Xlen; i++ )
8195 arg24[i] = ( (
PLFLT *) PyArray_DATA( tmp24 ) + i * size );
8197 plcolorbar(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,(
int const *)arg17,(
char const **)arg18,arg19,(
char const **)arg20,(
double const *)arg21,(
int const *)arg22,(
int const *)arg23,(
double const **)arg24);
8215 Py_CLEAR( tmp18 ); free( arg18 );
8218 Py_CLEAR( tmp19 ); free( arg20 );
8239 Py_CLEAR( tmp18 ); free( arg18 );
8242 Py_CLEAR( tmp19 ); free( arg20 );
8262 PyObject *resultobj = 0;
8272 PyObject *swig_obj[3] ;
8279 arg1 = (
PLFLT)(val1);
8284 arg2 = (
PLFLT)(val2);
8289 arg3 = (
PLFLT)(val3);
8299 PyObject *resultobj = 0;
8303 PyArrayObject *tmp1 = NULL ;
8304 PyArrayObject *tmp3 = NULL ;
8305 PyObject *swig_obj[2] ;
8312 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8313 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8319 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8321 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8324 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8326 plline(arg1,(
double const *)arg2,(
double const *)arg3);
8347 PyObject *resultobj = 0;
8352 PyArrayObject *tmp1 = NULL ;
8353 PyArrayObject *tmp3 = NULL ;
8354 PyArrayObject *tmp4 = NULL ;
8355 PyObject *swig_obj[3] ;
8362 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8363 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8369 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8371 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8374 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8380 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
8382 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8385 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
8387 plline3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
8414 PyObject *resultobj = 0;
8418 PyObject *swig_obj[1] ;
8426 arg1 = (
PLINT)(val1);
8436 PyObject *resultobj = 0;
8443 PyArrayObject *tmp1 = NULL ;
8444 PyArrayObject *tmp2 = NULL ;
8445 PyArrayObject *tmp3 = NULL ;
8448 PyObject *swig_obj[4] ;
8455 Xlen = PyArray_DIMS( tmp1 )[0];
8456 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8462 Ylen = PyArray_DIMS( tmp2 )[0];
8463 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8470 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8472 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8475 arg4 = PyArray_DIMS( tmp3 )[0];
8476 arg5 = PyArray_DIMS( tmp3 )[1];
8478 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8479 for ( i = 0; i < arg4; i++ )
8480 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8486 arg6 = (
PLINT)(val6);
8487 plmesh((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6);
8516 PyObject *resultobj = 0;
8525 PyArrayObject *tmp1 = NULL ;
8526 PyArrayObject *tmp2 = NULL ;
8527 PyArrayObject *tmp3 = NULL ;
8530 PyArrayObject *tmp7 = NULL ;
8531 PyObject *swig_obj[5] ;
8538 Xlen = PyArray_DIMS( tmp1 )[0];
8539 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8545 Ylen = PyArray_DIMS( tmp2 )[0];
8546 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8553 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8555 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8558 arg4 = PyArray_DIMS( tmp3 )[0];
8559 arg5 = PyArray_DIMS( tmp3 )[1];
8561 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8562 for ( i = 0; i < arg4; i++ )
8563 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8569 arg6 = (
PLINT)(val6);
8574 arg8 = PyArray_DIMS( tmp7 )[0];
8575 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
8577 plmeshc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
8612 PyObject *resultobj = 0;
8634 PyObject *resultobj = 0;
8635 char *arg1 = (
char *) 0 ;
8639 char *arg5 = (
char *) 0 ;
8652 PyObject *swig_obj[5] ;
8659 arg1 = (
char *)(buf1);
8664 arg2 = (
PLFLT)(val2);
8669 arg3 = (
PLFLT)(val3);
8674 arg4 = (
PLFLT)(val4);
8679 arg5 = (
char *)(buf5);
8680 plmtex((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
8693 PyObject *resultobj = 0;
8694 char *arg1 = (
char *) 0 ;
8698 char *arg5 = (
char *) 0 ;
8711 PyObject *swig_obj[5] ;
8718 arg1 = (
char *)(buf1);
8723 arg2 = (
PLFLT)(val2);
8728 arg3 = (
PLFLT)(val3);
8733 arg4 = (
PLFLT)(val4);
8738 arg5 = (
char *)(buf5);
8739 plmtex3((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
8752 PyObject *resultobj = 0;
8760 PyArrayObject *tmp1 = NULL ;
8761 PyArrayObject *tmp2 = NULL ;
8762 PyArrayObject *tmp3 = NULL ;
8767 PyObject *swig_obj[5] ;
8774 Xlen = PyArray_DIMS( tmp1 )[0];
8775 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8781 Ylen = PyArray_DIMS( tmp2 )[0];
8782 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8789 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8791 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8794 arg4 = PyArray_DIMS( tmp3 )[0];
8795 arg5 = PyArray_DIMS( tmp3 )[1];
8797 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8798 for ( i = 0; i < arg4; i++ )
8799 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8805 arg6 = (
PLINT)(val6);
8811 plot3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,arg7);
8840 PyObject *resultobj = 0;
8849 PyArrayObject *tmp1 = NULL ;
8850 PyArrayObject *tmp2 = NULL ;
8851 PyArrayObject *tmp3 = NULL ;
8854 PyArrayObject *tmp7 = NULL ;
8855 PyObject *swig_obj[5] ;
8862 Xlen = PyArray_DIMS( tmp1 )[0];
8863 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8869 Ylen = PyArray_DIMS( tmp2 )[0];
8870 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8877 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8879 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8882 arg4 = PyArray_DIMS( tmp3 )[0];
8883 arg5 = PyArray_DIMS( tmp3 )[1];
8885 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8886 for ( i = 0; i < arg4; i++ )
8887 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8893 arg6 = (
PLINT)(val6);
8898 arg8 = PyArray_DIMS( tmp7 )[0];
8899 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
8901 plot3dc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
8936 PyObject *resultobj = 0;
8949 PyArrayObject *tmp1 = NULL ;
8950 PyArrayObject *tmp2 = NULL ;
8951 PyArrayObject *tmp3 = NULL ;
8954 PyArrayObject *tmp7 = NULL ;
8957 PyArrayObject *tmp10 = NULL ;
8958 PyArrayObject *tmp12 = NULL ;
8959 PyObject *swig_obj[8] ;
8966 Xlen = PyArray_DIMS( tmp1 )[0];
8967 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8973 Ylen = PyArray_DIMS( tmp2 )[0];
8974 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8981 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8983 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8986 arg4 = PyArray_DIMS( tmp3 )[0];
8987 arg5 = PyArray_DIMS( tmp3 )[1];
8989 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8990 for ( i = 0; i < arg4; i++ )
8991 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8997 arg6 = (
PLINT)(val6);
9002 arg8 = PyArray_DIMS( tmp7 )[0];
9003 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9009 arg9 = (
PLINT)(val9);
9012 if ( tmp10 == NULL )
9014 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9015 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9019 if ( tmp12 == NULL )
9021 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9023 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9026 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9028 plot3dcl((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8,arg9,arg10,(
int const *)arg11,(
int const *)arg12);
9075 PyObject *resultobj = 0;
9084 PyArrayObject *tmp1 = NULL ;
9085 PyArrayObject *tmp2 = NULL ;
9086 PyArrayObject *tmp3 = NULL ;
9089 PyArrayObject *tmp7 = NULL ;
9090 PyObject *swig_obj[5] ;
9097 Xlen = PyArray_DIMS( tmp1 )[0];
9098 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9104 Ylen = PyArray_DIMS( tmp2 )[0];
9105 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9112 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9114 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9117 arg4 = PyArray_DIMS( tmp3 )[0];
9118 arg5 = PyArray_DIMS( tmp3 )[1];
9120 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
9121 for ( i = 0; i < arg4; i++ )
9122 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9128 arg6 = (
PLINT)(val6);
9133 arg8 = PyArray_DIMS( tmp7 )[0];
9134 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9136 plsurf3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
9171 PyObject *resultobj = 0;
9184 PyArrayObject *tmp1 = NULL ;
9185 PyArrayObject *tmp2 = NULL ;
9186 PyArrayObject *tmp3 = NULL ;
9189 PyArrayObject *tmp7 = NULL ;
9192 PyArrayObject *tmp10 = NULL ;
9193 PyArrayObject *tmp12 = NULL ;
9194 PyObject *swig_obj[8] ;
9201 Xlen = PyArray_DIMS( tmp1 )[0];
9202 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9208 Ylen = PyArray_DIMS( tmp2 )[0];
9209 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9216 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9218 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9221 arg4 = PyArray_DIMS( tmp3 )[0];
9222 arg5 = PyArray_DIMS( tmp3 )[1];
9224 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
9225 for ( i = 0; i < arg4; i++ )
9226 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9232 arg6 = (
PLINT)(val6);
9237 arg8 = PyArray_DIMS( tmp7 )[0];
9238 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9244 arg9 = (
PLINT)(val9);
9247 if ( tmp10 == NULL )
9249 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9250 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9254 if ( tmp12 == NULL )
9256 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9258 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9261 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9263 plsurf3dl((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8,arg9,arg10,(
int const *)arg11,(
int const *)arg12);
9310 PyObject *resultobj = 0;
9311 int *arg1 = (
int *) 0 ;
9312 char **arg2 = (
char **) 0 ;
9317 PyObject *swig_obj[2] ;
9323 PyObject *unicode_string;
9325 if ( !PyList_Check( swig_obj[0] ) )
9327 PyErr_SetString( PyExc_ValueError,
"Expecting a list" );
9330 tmp1 = PyList_Size( swig_obj[0] );
9332 arg2 = (
char **) malloc( (
size_t) ( tmp1 + 1 ) *
sizeof (
char * ) );
9333 for ( i = 0; i < tmp1; i++ )
9335 PyObject *s = PyList_GetItem( swig_obj[0], i );
9336 if ( PyString_Check( s ) )
9338 arg2[i] = PyString_AsString( s );
9340 else if ( PyUnicode_Check( s ) )
9343 unicode_string = PyUnicode_AsEncodedString( s,
"utf-8",
"Error ~" );
9344 arg2[i] = PyBytes_AS_STRING( unicode_string );
9349 PyErr_SetString( PyExc_ValueError,
"List items must be strings" );
9359 arg3 = (
PLINT)(val3);
9377 PyObject *resultobj = 0;
9381 PyArrayObject *tmp1 = NULL ;
9382 PyArrayObject *tmp3 = NULL ;
9383 PyObject *swig_obj[2] ;
9390 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9391 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
9397 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9399 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9402 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
9404 plpat(arg1,(
int const *)arg2,(
int const *)arg3);
9425 PyObject *resultobj = 0;
9441 PyObject *swig_obj[5] ;
9448 arg1 = (
PLINT)(val1);
9453 arg2 = (
PLFLT)(val2);
9458 arg3 = (
PLFLT)(val3);
9463 arg4 = (
PLFLT)(val4);
9468 arg5 = (
PLFLT)(val5);
9469 plpath(arg1,arg2,arg3,arg4,arg5);
9478 PyObject *resultobj = 0;
9483 PyArrayObject *tmp1 = NULL ;
9484 PyArrayObject *tmp3 = NULL ;
9487 PyObject *swig_obj[3] ;
9494 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9495 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9501 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9503 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9506 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9512 arg4 = (
PLINT)(val4);
9513 plpoin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
9534 PyObject *resultobj = 0;
9540 PyArrayObject *tmp1 = NULL ;
9541 PyArrayObject *tmp3 = NULL ;
9542 PyArrayObject *tmp4 = NULL ;
9545 PyObject *swig_obj[4] ;
9552 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9553 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9559 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9561 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9564 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9570 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
9572 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9575 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
9581 arg5 = (
PLINT)(val5);
9582 plpoin3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,arg5);
9609 PyObject *resultobj = 0;
9616 PyArrayObject *tmp1 = NULL ;
9617 PyArrayObject *tmp3 = NULL ;
9618 PyArrayObject *tmp4 = NULL ;
9619 PyArrayObject *tmp5 = NULL ;
9622 PyObject *swig_obj[5] ;
9629 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9630 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9636 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9638 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9641 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9647 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
9649 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9652 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
9658 if ( PyArray_DIMS( tmp5 )[0] <
Alen - 1 )
9660 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
9663 arg5 = (
PLINT *) PyArray_DATA( tmp5 );
9670 plpoly3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
int const *)arg5,arg6);
9703 PyObject *resultobj = 0;
9710 PyObject *swig_obj[2] ;
9717 arg1 = (
PLINT)(val1);
9722 arg2 = (
PLINT)(val2);
9732 PyObject *resultobj = 0;
9736 PyObject *swig_obj[1] ;
9744 arg1 = (
PLINT)(val1);
9754 PyObject *resultobj = 0;
9760 char *arg6 = (
char *) 0 ;
9774 PyObject *swig_obj[6] ;
9781 arg1 = (
PLFLT)(val1);
9786 arg2 = (
PLFLT)(val2);
9791 arg3 = (
PLFLT)(val3);
9796 arg4 = (
PLFLT)(val4);
9801 arg5 = (
PLFLT)(val5);
9806 arg6 = (
char *)(buf6);
9807 plptex(arg1,arg2,arg3,arg4,arg5,(
char const *)arg6);
9818 PyObject *resultobj = 0;
9829 char *arg11 = (
char *) 0 ;
9853 PyObject *swig_obj[11] ;
9860 arg1 = (
PLFLT)(val1);
9865 arg2 = (
PLFLT)(val2);
9870 arg3 = (
PLFLT)(val3);
9875 arg4 = (
PLFLT)(val4);
9880 arg5 = (
PLFLT)(val5);
9885 arg6 = (
PLFLT)(val6);
9890 arg7 = (
PLFLT)(val7);
9895 arg8 = (
PLFLT)(val8);
9900 arg9 = (
PLFLT)(val9);
9905 arg10 = (
PLFLT)(val10);
9910 arg11 = (
char *)(buf11);
9911 plptex3(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,(
char const *)arg11);
9922 PyObject *resultobj = 0;
9935 PyObject *resultobj = 0;
9947 PyObject *resultobj = 0;
9966 PyObject *swig_obj[3] ;
9976 arg1 = (
PLFLT)(val1);
9981 arg2 = (
PLFLT)(val2);
9986 arg3 = (
PLFLT)(val3);
9987 plrgbhls(arg1,arg2,arg3,arg4,arg5,arg6);
10014 PyObject *resultobj = 0;
10021 PyObject *swig_obj[2] ;
10028 arg1 = (
PLFLT)(val1);
10033 arg2 = (
PLFLT)(val2);
10043 PyObject *resultobj = 0;
10048 PyArrayObject *tmp1 = NULL ;
10049 PyArrayObject *tmp2 = NULL ;
10050 PyArrayObject *tmp3 = NULL ;
10051 PyObject *swig_obj[3] ;
10056 if ( tmp1 == NULL )
10058 Alen = PyArray_DIMS( tmp1 )[0];
10059 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10063 if ( tmp2 == NULL )
10065 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10067 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10070 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10074 if ( tmp3 == NULL )
10076 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10078 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10081 arg4 = PyArray_DIMS( tmp3 )[0];
10082 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10084 plscmap0((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10111 PyObject *resultobj = 0;
10117 PyArrayObject *tmp1 = NULL ;
10118 PyArrayObject *tmp2 = NULL ;
10119 PyArrayObject *tmp3 = NULL ;
10120 PyArrayObject *tmp4 = NULL ;
10121 PyObject *swig_obj[4] ;
10126 if ( tmp1 == NULL )
10128 Alen = PyArray_DIMS( tmp1 )[0];
10129 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10133 if ( tmp2 == NULL )
10135 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10137 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10140 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10144 if ( tmp3 == NULL )
10146 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10148 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10151 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10155 if ( tmp4 == NULL )
10157 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10159 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10162 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10163 arg5 = PyArray_DIMS( tmp4 )[0];
10165 plscmap0a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
10198 PyObject *resultobj = 0;
10202 PyObject *swig_obj[1] ;
10205 swig_obj[0] = args;
10210 arg1 = (
PLINT)(val1);
10220 PyObject *resultobj = 0;
10225 PyArrayObject *tmp1 = NULL ;
10226 PyArrayObject *tmp2 = NULL ;
10227 PyArrayObject *tmp3 = NULL ;
10228 PyObject *swig_obj[3] ;
10233 if ( tmp1 == NULL )
10235 Alen = PyArray_DIMS( tmp1 )[0];
10236 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10240 if ( tmp2 == NULL )
10242 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10244 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10247 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10251 if ( tmp3 == NULL )
10253 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10255 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10258 arg4 = PyArray_DIMS( tmp3 )[0];
10259 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10261 plscmap1((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10288 PyObject *resultobj = 0;
10294 PyArrayObject *tmp1 = NULL ;
10295 PyArrayObject *tmp2 = NULL ;
10296 PyArrayObject *tmp3 = NULL ;
10297 PyArrayObject *tmp4 = NULL ;
10298 PyObject *swig_obj[4] ;
10303 if ( tmp1 == NULL )
10305 Alen = PyArray_DIMS( tmp1 )[0];
10306 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10310 if ( tmp2 == NULL )
10312 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10314 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10317 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10321 if ( tmp3 == NULL )
10323 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10325 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10328 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10332 if ( tmp4 == NULL )
10334 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10336 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10339 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10340 arg5 = PyArray_DIMS( tmp4 )[0];
10342 plscmap1a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
10375 PyObject *resultobj = 0;
10385 PyArrayObject *tmp2 = NULL ;
10386 PyArrayObject *tmp4 = NULL ;
10387 PyArrayObject *tmp5 = NULL ;
10388 PyArrayObject *tmp6 = NULL ;
10389 PyArrayObject *tmp7 = NULL ;
10390 PyObject *swig_obj[6] ;
10400 if ( tmp2 == NULL )
10402 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
10403 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
10407 if ( tmp4 == NULL )
10409 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10411 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10414 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10418 if ( tmp5 == NULL )
10420 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
10422 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10425 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
10429 if ( tmp6 == NULL )
10431 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
10433 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10436 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
10440 if ( tmp7 == NULL )
10442 if ( PyArray_DIMS( tmp7 )[0] <
Alen - 1 )
10444 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
10447 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
10449 plscmap1l(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
int const *)arg7);
10488 PyObject *resultobj = 0;
10499 PyArrayObject *tmp2 = NULL ;
10500 PyArrayObject *tmp4 = NULL ;
10501 PyArrayObject *tmp5 = NULL ;
10502 PyArrayObject *tmp6 = NULL ;
10503 PyArrayObject *tmp7 = NULL ;
10504 PyArrayObject *tmp8 = NULL ;
10505 PyObject *swig_obj[7] ;
10515 if ( tmp2 == NULL )
10517 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
10518 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
10522 if ( tmp4 == NULL )
10524 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10526 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10529 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10533 if ( tmp5 == NULL )
10535 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
10537 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10540 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
10544 if ( tmp6 == NULL )
10546 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
10548 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10551 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
10555 if ( tmp7 == NULL )
10557 if ( PyArray_DIMS( tmp7 )[0] !=
Alen )
10559 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10562 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
10566 if ( tmp8 == NULL )
10568 if ( PyArray_DIMS( tmp8 )[0] <
Alen - 1 )
10570 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
10573 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
10575 plscmap1la(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
double const *)arg7,(
int const *)arg8);
10620 PyObject *resultobj = 0;
10624 PyObject *swig_obj[1] ;
10627 swig_obj[0] = args;
10632 arg1 = (
PLINT)(val1);
10642 PyObject *resultobj = 0;
10649 PyObject *swig_obj[2] ;
10656 arg1 = (
PLFLT)(val1);
10661 arg2 = (
PLFLT)(val2);
10671 PyObject *resultobj = 0;
10703 PyObject *resultobj = 0;
10716 PyObject *swig_obj[4] ;
10723 arg1 = (
PLINT)(val1);
10728 arg2 = (
PLINT)(val2);
10733 arg3 = (
PLINT)(val3);
10738 arg4 = (
PLINT)(val4);
10739 plscol0(arg1,arg2,arg3,arg4);
10748 PyObject *resultobj = 0;
10764 PyObject *swig_obj[5] ;
10771 arg1 = (
PLINT)(val1);
10776 arg2 = (
PLINT)(val2);
10781 arg3 = (
PLINT)(val3);
10786 arg4 = (
PLINT)(val4);
10791 arg5 = (
PLFLT)(val5);
10792 plscol0a(arg1,arg2,arg3,arg4,arg5);
10801 PyObject *resultobj = 0;
10811 PyObject *swig_obj[3] ;
10818 arg1 = (
PLINT)(val1);
10823 arg2 = (
PLINT)(val2);
10828 arg3 = (
PLINT)(val3);
10838 PyObject *resultobj = 0;
10851 PyObject *swig_obj[4] ;
10858 arg1 = (
PLINT)(val1);
10863 arg2 = (
PLINT)(val2);
10868 arg3 = (
PLINT)(val3);
10873 arg4 = (
PLFLT)(val4);
10883 PyObject *resultobj = 0;
10887 PyObject *swig_obj[1] ;
10890 swig_obj[0] = args;
10895 arg1 = (
PLINT)(val1);
10905 PyObject *resultobj = 0;
10909 PyObject *swig_obj[1] ;
10912 swig_obj[0] = args;
10917 arg1 = (
PLINT)(val1);
10927 PyObject *resultobj = 0;
10928 char *arg1 = (
char *) 0 ;
10932 PyObject *swig_obj[1] ;
10935 swig_obj[0] = args;
10940 arg1 = (
char *)(buf1);
10941 plsdev((
char const *)arg1);
10952 PyObject *resultobj = 0;
10965 PyObject *swig_obj[4] ;
10972 arg1 = (
PLFLT)(val1);
10977 arg2 = (
PLFLT)(val2);
10982 arg3 = (
PLFLT)(val3);
10987 arg4 = (
PLFLT)(val4);
10997 PyObject *resultobj = 0;
11016 PyObject *swig_obj[6] ;
11023 arg1 = (
PLINT)(val1);
11028 arg2 = (
PLINT)(val2);
11033 arg3 = (
PLINT)(val3);
11038 arg4 = (
PLINT)(val4);
11043 arg5 = (
PLFLT)(val5);
11048 arg6 = (
PLFLT)(val6);
11049 plsdimap(arg1,arg2,arg3,arg4,arg5,arg6);
11058 PyObject *resultobj = 0;
11062 PyObject *swig_obj[1] ;
11065 swig_obj[0] = args;
11070 arg1 = (
PLFLT)(val1);
11080 PyObject *resultobj = 0;
11093 PyObject *swig_obj[4] ;
11100 arg1 = (
PLFLT)(val1);
11105 arg2 = (
PLFLT)(val2);
11110 arg3 = (
PLFLT)(val3);
11115 arg4 = (
PLFLT)(val4);
11125 PyObject *resultobj = 0;
11138 PyObject *swig_obj[4] ;
11145 arg1 = (
PLFLT)(val1);
11150 arg2 = (
PLFLT)(val2);
11155 arg3 = (
PLFLT)(val3);
11160 arg4 = (
PLFLT)(val4);
11170 PyObject *resultobj = 0;
11171 unsigned int arg1 ;
11172 unsigned int val1 ;
11174 PyObject *swig_obj[1] ;
11177 swig_obj[0] = args;
11182 arg1 = (
unsigned int)(val1);
11192 PyObject *resultobj = 0;
11196 PyObject *swig_obj[1] ;
11199 swig_obj[0] = args;
11204 arg1 = (char)(val1);
11214 PyObject *resultobj = 0;
11215 char *arg1 = (
char *) 0 ;
11216 char *arg2 = (
char *) 0 ;
11223 PyObject *swig_obj[2] ;
11231 arg1 = (
char *)(buf1);
11236 arg2 = (
char *)(buf2);
11237 result = (
PLINT)
plsetopt((
char const *)arg1,(
char const *)arg2);
11250 PyObject *resultobj = 0;
11260 PyObject *swig_obj[3] ;
11267 arg1 = (
PLINT)(val1);
11272 arg2 = (
PLINT)(val2);
11277 arg3 = (
PLINT)(val3);
11287 PyObject *resultobj = 0;
11289 unsigned int val1 ;
11291 PyObject *swig_obj[1] ;
11294 swig_obj[0] = args;
11309 PyObject *resultobj = 0;
11310 char *arg1 = (
char *) 0 ;
11314 PyObject *swig_obj[1] ;
11317 swig_obj[0] = args;
11322 arg1 = (
char *)(buf1);
11334 PyObject *resultobj = 0;
11344 PyObject *swig_obj[3] ;
11351 arg1 = (
PLINT)(val1);
11356 arg2 = (
PLINT)(val2);
11361 arg3 = (
PLINT)(val3);
11371 PyObject *resultobj = 0;
11389 PyArrayObject *tmp1 = NULL ;
11398 PyArrayObject *tmp9 = NULL ;
11407 PyObject *swig_obj[12] ;
11426 if ( tmp1 == NULL )
11428 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
11429 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
11431 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
11432 for ( i = 0; i < arg2; i++ )
11433 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
11439 arg5 = (
PLFLT)(val5);
11444 arg6 = (
PLFLT)(val6);
11449 arg7 = (
PLFLT)(val7);
11454 arg8 = (
PLFLT)(val8);
11457 if ( tmp9 == NULL )
11459 arg10 = PyArray_DIMS( tmp9 )[0];
11460 arg9 = (
PLFLT *) PyArray_DATA( tmp9 );
11466 arg11 = (
PLFLT)(val11);
11471 arg12 = (
PLINT)(val12);
11476 arg13 = (
PLFLT)(val13);
11481 arg15 = (
PLBOOL)(val15);
11482 if (swig_obj[10]) {
11485 if ( swig_obj[10] == Py_None )
11491 if ( !PyCallable_Check( (PyObject *) swig_obj[10] ) )
11493 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
11500 if (swig_obj[11]) {
11502 if ( swig_obj[11] == Py_None )
11510 plshades((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,(
double const *)arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17);
11545 PyObject *resultobj = 0;
11567 PyArrayObject *tmp1 = NULL ;
11596 PyObject *swig_obj[17] ;
11615 if ( tmp1 == NULL )
11617 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
11618 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
11620 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
11621 for ( i = 0; i < arg2; i++ )
11622 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
11628 arg5 = (
PLFLT)(val5);
11633 arg6 = (
PLFLT)(val6);
11638 arg7 = (
PLFLT)(val7);
11643 arg8 = (
PLFLT)(val8);
11648 arg9 = (
PLFLT)(val9);
11653 arg10 = (
PLFLT)(val10);
11658 arg11 = (
PLINT)(val11);
11663 arg12 = (
PLFLT)(val12);
11668 arg13 = (
PLFLT)(val13);
11673 arg14 = (
PLINT)(val14);
11678 arg15 = (
PLFLT)(val15);
11683 arg16 = (
PLINT)(val16);
11688 arg17 = (
PLFLT)(val17);
11693 arg19 = (
PLBOOL)(val19);
11694 if (swig_obj[15]) {
11697 if ( swig_obj[15] == Py_None )
11703 if ( !PyCallable_Check( (PyObject *) swig_obj[15] ) )
11705 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
11712 if (swig_obj[16]) {
11714 if ( swig_obj[16] == Py_None )
11722 plshade((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21);
11751 PyObject *resultobj = 0;
11755 PyObject *swig_obj[2] ;
11766 if ( swig_obj[0] == Py_None )
11772 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
11774 PyErr_SetString( PyExc_ValueError,
"label_func argument must be callable" );
11778 Py_XINCREF( (PyObject *) swig_obj[0] );
11797 PyObject *resultobj = 0;
11804 PyObject *swig_obj[2] ;
11811 arg1 = (
PLFLT)(val1);
11816 arg2 = (
PLFLT)(val2);
11826 PyObject *resultobj = 0;
11829 void *arg3 = (
void *) 0 ;
11834 PyObject *swig_obj[3] ;
11841 arg1 = (
PLINT)(val1);
11846 arg2 = (
PLINT)(val2);
11848 int res;
void *
buf = 0;
11850 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
11852 PyBuffer_Release(&view);
11857 arg3 = (
void *)
buf;
11868 PyObject *resultobj = 0;
11871 void *arg3 = (
void *) 0 ;
11876 PyObject *swig_obj[3] ;
11883 arg1 = (
PLINT)(val1);
11888 arg2 = (
PLINT)(val2);
11890 int res;
void *
buf = 0;
11892 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
11894 PyBuffer_Release(&view);
11899 arg3 = (
void *)
buf;
11910 PyObject *resultobj = 0;
11917 PyObject *swig_obj[2] ;
11924 arg1 = (
PLFLT)(val1);
11929 arg2 = (
PLFLT)(val2);
11939 PyObject *resultobj = 0;
11943 PyObject *swig_obj[1] ;
11946 swig_obj[0] = args;
11951 arg1 = (
PLINT)(val1);
11961 PyObject *resultobj = 0;
11980 PyObject *swig_obj[6] ;
11987 arg1 = (
PLFLT)(val1);
11992 arg2 = (
PLFLT)(val2);
11997 arg3 = (
PLINT)(val3);
12002 arg4 = (
PLINT)(val4);
12007 arg5 = (
PLINT)(val5);
12012 arg6 = (
PLINT)(val6);
12013 plspage(arg1,arg2,arg3,arg4,arg5,arg6);
12022 PyObject *resultobj = 0;
12023 char *arg1 = (
char *) 0 ;
12027 PyObject *swig_obj[1] ;
12030 swig_obj[0] = args;
12035 arg1 = (
char *)(buf1);
12047 PyObject *resultobj = 0;
12048 char *arg1 = (
char *) 0 ;
12055 PyObject *swig_obj[2] ;
12062 arg1 = (
char *)(buf1);
12068 plspal1((
char const *)arg1,arg2);
12079 PyObject *resultobj = 0;
12083 PyObject *swig_obj[1] ;
12086 swig_obj[0] = args;
12101 PyObject *resultobj = 0;
12105 PyObject *swig_obj[1] ;
12108 swig_obj[0] = args;
12113 arg1 = (
PLINT)(val1);
12123 PyObject *resultobj = 0;
12130 PyObject *swig_obj[2] ;
12137 arg1 = (
PLINT)(val1);
12142 arg2 = (
PLINT)(val2);
12152 PyObject *resultobj = 0;
12159 PyObject *swig_obj[2] ;
12166 arg1 = (
PLFLT)(val1);
12171 arg2 = (
PLFLT)(val2);
12181 PyObject *resultobj = 0;
12188 PyObject *swig_obj[2] ;
12195 arg1 = (
PLINT)(val1);
12200 arg2 = (
PLINT)(val2);
12210 PyObject *resultobj = 0;
12211 char *arg1 = (
char *) 0 ;
12221 PyObject *swig_obj[3] ;
12228 arg1 = (
char *)(buf1);
12233 arg2 = (
PLINT)(val2);
12238 arg3 = (
PLINT)(val3);
12239 plstart((
char const *)arg1,arg2,arg3);
12250 PyObject *resultobj = 0;
12254 PyObject *swig_obj[2] ;
12266 if ( swig_obj[0] == Py_None )
12272 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
12274 PyErr_SetString( PyExc_ValueError,
"coordinate transform argument must be callable" );
12296 PyObject *resultobj = 0;
12300 char *arg4 = (
char *) 0 ;
12301 PyArrayObject *tmp1 = NULL ;
12302 PyArrayObject *tmp3 = NULL ;
12306 PyObject *swig_obj[3] ;
12311 if ( tmp1 == NULL )
12313 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12314 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12318 if ( tmp3 == NULL )
12320 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12322 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12325 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
12331 arg4 = (
char *)(buf4);
12332 plstring(arg1,(
double const *)arg2,(
double const *)arg3,(
char const *)arg4);
12355 PyObject *resultobj = 0;
12360 char *arg5 = (
char *) 0 ;
12361 PyArrayObject *tmp1 = NULL ;
12362 PyArrayObject *tmp3 = NULL ;
12363 PyArrayObject *tmp4 = NULL ;
12367 PyObject *swig_obj[4] ;
12372 if ( tmp1 == NULL )
12374 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12375 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12379 if ( tmp3 == NULL )
12381 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12383 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12386 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
12390 if ( tmp4 == NULL )
12392 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
12394 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12397 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
12403 arg5 = (
char *)(buf5);
12404 plstring3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
char const *)arg5);
12433 PyObject *resultobj = 0;
12446 PyObject *swig_obj[4] ;
12453 arg1 = (
PLINT)(val1);
12458 arg2 = (
PLINT)(val2);
12463 arg3 = (
PLFLT)(val3);
12468 arg4 = (
PLFLT)(val4);
12478 PyObject *resultobj = 0;
12480 char *arg2 = (
char *) 0 ;
12481 char *arg3 = (
char *) 0 ;
12496 char *arg18 = (
char *) 0 ;
12497 char *arg19 = (
char *) 0 ;
12498 char *arg20 = (
char *) 0 ;
12529 PyArrayObject *tmp15 = NULL ;
12530 PyArrayObject *tmp16 = NULL ;
12531 char **tmp17 = NULL ;
12541 PyObject *swig_obj[19] ;
12549 arg2 = (
char *)(buf2);
12554 arg3 = (
char *)(buf3);
12559 arg4 = (
PLFLT)(val4);
12564 arg5 = (
PLFLT)(val5);
12569 arg6 = (
PLFLT)(val6);
12574 arg7 = (
PLFLT)(val7);
12579 arg8 = (
PLFLT)(val8);
12584 arg9 = (
PLFLT)(val9);
12589 arg10 = (
PLFLT)(val10);
12594 arg11 = (
PLBOOL)(val11);
12599 arg12 = (
PLBOOL)(val12);
12604 arg13 = (
PLINT)(val13);
12609 arg14 = (
PLINT)(val14);
12612 if ( tmp15 == NULL )
12614 Alen = PyArray_DIMS( tmp15 )[0];
12615 arg15 = (
PLINT *) PyArray_DATA( tmp15 );
12619 if ( tmp16 == NULL )
12621 if ( PyArray_DIMS( tmp16 )[0] !=
Alen )
12623 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12626 arg16 = (
PLINT *) PyArray_DATA( tmp16 );
12630 PyObject *elt, *unicode_string;
12632 if ( !PySequence_Check( swig_obj[15] ) ||
PySequence_Size( swig_obj[15] ) != 4 )
12634 PyErr_SetString( PyExc_ValueError,
"Requires a sequence of 4 strings." );
12639 PyErr_SetString( PyExc_ValueError,
"colline and styline args must be length 4." );
12642 tmp17 = (
char **) malloc(
sizeof (
char* ) * 4 );
12643 if ( tmp17 == NULL )
12646 for ( i = 0; i < 4; i++ )
12650 if ( PyString_Check( elt ) )
12652 arg17[i] = PyString_AsString( elt );
12654 else if ( PyUnicode_Check( elt ) )
12656 unicode_string = PyUnicode_AsEncodedString( elt,
"utf-8",
"Error ~" );
12657 arg17[i] = PyBytes_AS_STRING( unicode_string );
12659 if ( arg17[i] == NULL )
12670 arg18 = (
char *)(buf18);
12675 arg19 = (
char *)(buf19);
12680 arg20 = (
char *)(buf20);
12681 plstripc(arg1,(
char const *)arg2,(
char const *)arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,(
int const *)arg15,(
int const *)arg16,(
char const *(*))arg17,(
char const *)arg18,(
char const *)arg19,(
char const *)arg20);
12724 PyObject *resultobj = 0;
12728 PyObject *swig_obj[1] ;
12731 swig_obj[0] = args;
12736 arg1 = (
PLINT)(val1);
12746 PyObject *resultobj = 0;
12750 PyArrayObject *tmp1 = NULL ;
12751 PyArrayObject *tmp3 = NULL ;
12752 PyObject *swig_obj[2] ;
12757 if ( tmp1 == NULL )
12759 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12760 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
12764 if ( tmp3 == NULL )
12766 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12768 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12771 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
12773 plstyl(arg1,(
int const *)arg2,(
int const *)arg3);
12794 PyObject *resultobj = 0;
12799 PyArrayObject *tmp1 = NULL ;
12800 PyArrayObject *tmp2 = NULL ;
12803 PyObject *swig_obj[3] ;
12807 if ( swig_obj[0] != Py_None )
12810 if ( tmp1 == NULL )
12812 Alen = PyArray_DIMS( tmp1 )[0];
12813 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
12822 if ( swig_obj[1] != Py_None )
12825 if ( tmp2 == NULL )
12827 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
12829 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12832 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
12833 arg3 = PyArray_DIMS( tmp2 )[0];
12846 plsvect((
double const *)arg1,(
double const *)arg2,arg3,arg4);
12867 PyObject *resultobj = 0;
12880 PyObject *swig_obj[4] ;
12887 arg1 = (
PLFLT)(val1);
12892 arg2 = (
PLFLT)(val2);
12897 arg3 = (
PLFLT)(val3);
12902 arg4 = (
PLFLT)(val4);
12903 plsvpa(arg1,arg2,arg3,arg4);
12912 PyObject *resultobj = 0;
12919 PyObject *swig_obj[2] ;
12926 arg1 = (
PLINT)(val1);
12931 arg2 = (
PLINT)(val2);
12941 PyObject *resultobj = 0;
12948 PyObject *swig_obj[2] ;
12955 arg1 = (
PLINT)(val1);
12960 arg2 = (
PLINT)(val2);
12970 PyObject *resultobj = 0;
12975 PyArrayObject *tmp1 = NULL ;
12976 PyArrayObject *tmp3 = NULL ;
12979 PyObject *swig_obj[3] ;
12984 if ( tmp1 == NULL )
12986 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12987 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12991 if ( tmp3 == NULL )
12993 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12995 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12998 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
13004 arg4 = (
PLINT)(val4);
13005 plsym(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
13026 PyObject *resultobj = 0;
13033 PyObject *swig_obj[2] ;
13040 arg1 = (
PLINT)(val1);
13045 arg2 = (
PLINT)(val2);
13055 PyObject *resultobj = 0;
13067 PyObject *resultobj = 0;
13068 char *arg1 = (
char *) 0 ;
13072 PyObject *swig_obj[1] ;
13075 swig_obj[0] = args;
13080 arg1 = (
char *)(buf1);
13092 PyObject *resultobj = 0;
13096 PyObject *swig_obj[1] ;
13099 swig_obj[0] = args;
13104 arg1 = (
PLFLT)(val1);
13114 PyObject *resultobj = 0;
13122 PyArrayObject *tmp1 = NULL ;
13123 PyArrayObject *tmp2 = NULL ;
13126 PyObject *swig_obj[5] ;
13139 if ( tmp1 == NULL )
13141 Xlen = PyArray_DIMS( tmp1 )[0];
13142 Ylen = PyArray_DIMS( tmp1 )[1];
13145 for ( i = 0; i <
Xlen; i++ )
13146 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
13151 if ( tmp2 == NULL )
13153 if (
Xlen != PyArray_DIMS( tmp2 )[0] ||
Ylen != PyArray_DIMS( tmp2 )[1] )
13155 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
13158 arg3 = PyArray_DIMS( tmp2 )[0];
13159 arg4 = PyArray_DIMS( tmp2 )[1];
13161 arg2 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg3 );
13162 for ( i = 0; i < arg3; i++ )
13163 arg2[i] = ( (
PLFLT *) PyArray_DATA( tmp2 ) + i * size );
13169 arg5 = (
PLFLT)(val5);
13173 if ( swig_obj[3] == Py_None )
13179 if ( !PyCallable_Check( (PyObject *) swig_obj[3] ) )
13181 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
13190 if ( swig_obj[4] == Py_None )
13198 plvect((
double const **)arg1,(
double const **)arg2,arg3,arg4,arg5,arg6,arg7);
13235 PyObject *resultobj = 0;
13251 PyObject *swig_obj[5] ;
13258 arg1 = (
PLFLT)(val1);
13263 arg2 = (
PLFLT)(val2);
13268 arg3 = (
PLFLT)(val3);
13273 arg4 = (
PLFLT)(val4);
13278 arg5 = (
PLFLT)(val5);
13279 plvpas(arg1,arg2,arg3,arg4,arg5);
13288 PyObject *resultobj = 0;
13301 PyObject *swig_obj[4] ;
13308 arg1 = (
PLFLT)(val1);
13313 arg2 = (
PLFLT)(val2);
13318 arg3 = (
PLFLT)(val3);
13323 arg4 = (
PLFLT)(val4);
13324 plvpor(arg1,arg2,arg3,arg4);
13333 PyObject *resultobj = 0;
13345 PyObject *resultobj = 0;
13379 PyObject *swig_obj[11] ;
13386 arg1 = (
PLFLT)(val1);
13391 arg2 = (
PLFLT)(val2);
13396 arg3 = (
PLFLT)(val3);
13401 arg4 = (
PLFLT)(val4);
13406 arg5 = (
PLFLT)(val5);
13411 arg6 = (
PLFLT)(val6);
13416 arg7 = (
PLFLT)(val7);
13421 arg8 = (
PLFLT)(val8);
13426 arg9 = (
PLFLT)(val9);
13431 arg10 = (
PLFLT)(val10);
13436 arg11 = (
PLFLT)(val11);
13437 plw3d(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
13446 PyObject *resultobj = 0;
13450 PyObject *swig_obj[1] ;
13453 swig_obj[0] = args;
13458 arg1 = (
PLFLT)(val1);
13468 PyObject *resultobj = 0;
13481 PyObject *swig_obj[4] ;
13488 arg1 = (
PLFLT)(val1);
13493 arg2 = (
PLFLT)(val2);
13498 arg3 = (
PLFLT)(val3);
13503 arg4 = (
PLFLT)(val4);
13504 plwind(arg1,arg2,arg3,arg4);
13513 PyObject *resultobj = 0;
13520 PyObject *swig_obj[1] ;
13524 swig_obj[0] = args;
13545 PyObject *resultobj = 0;
13547 char *arg2 = (
char *) 0 ;
13563 PyObject *swig_obj[6] ;
13568 if ( swig_obj[0] == Py_None )
13574 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13576 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13586 arg2 = (
char *)(buf2);
13591 arg3 = (
PLFLT)(val3);
13596 arg4 = (
PLFLT)(val4);
13601 arg5 = (
PLFLT)(val5);
13606 arg6 = (
PLFLT)(val6);
13607 plmap(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6);
13624 PyObject *resultobj = 0;
13626 char *arg2 = (
char *) 0 ;
13644 PyArrayObject *tmp7 = NULL ;
13645 PyObject *swig_obj[7] ;
13650 if ( swig_obj[0] == Py_None )
13656 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13658 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13668 arg2 = (
char *)(buf2);
13673 arg3 = (
PLFLT)(val3);
13678 arg4 = (
PLFLT)(val4);
13683 arg5 = (
PLFLT)(val5);
13688 arg6 = (
PLFLT)(val6);
13690 if ( swig_obj[6] != Py_None )
13693 if ( tmp7 == NULL )
13695 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
13696 arg8 = PyArray_DIMS( tmp7 )[0];
13704 plmapline(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
13727 PyObject *resultobj = 0;
13729 char *arg2 = (
char *) 0 ;
13730 char *arg3 = (
char *) 0 ;
13751 PyArrayObject *tmp8 = NULL ;
13752 PyObject *swig_obj[8] ;
13757 if ( swig_obj[0] == Py_None )
13763 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13765 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13775 arg2 = (
char *)(buf2);
13780 arg3 = (
char *)(buf3);
13785 arg4 = (
PLFLT)(val4);
13790 arg5 = (
PLFLT)(val5);
13795 arg6 = (
PLFLT)(val6);
13800 arg7 = (
PLFLT)(val7);
13802 if ( swig_obj[7] != Py_None )
13805 if ( tmp8 == NULL )
13807 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
13808 arg9 = PyArray_DIMS( tmp8 )[0];
13816 plmapstring(arg1,(
char const *)arg2,(
char const *)arg3,arg4,arg5,arg6,arg7,(
int const *)arg8,arg9);
13841 PyObject *resultobj = 0;
13843 char *arg2 = (
char *) 0 ;
13847 char *arg6 = (
char *) 0 ;
13875 PyObject *swig_obj[11] ;
13880 if ( swig_obj[0] == Py_None )
13886 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13888 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13898 arg2 = (
char *)(buf2);
13903 arg3 = (
PLFLT)(val3);
13908 arg4 = (
PLFLT)(val4);
13913 arg5 = (
PLFLT)(val5);
13918 arg6 = (
char *)(buf6);
13923 arg7 = (
PLFLT)(val7);
13928 arg8 = (
PLFLT)(val8);
13933 arg9 = (
PLFLT)(val9);
13938 arg10 = (
PLFLT)(val10);
13943 arg11 = (
PLINT)(val11);
13944 plmaptex(arg1,(
char const *)arg2,arg3,arg4,arg5,(
char const *)arg6,arg7,arg8,arg9,arg10,arg11);
13963 PyObject *resultobj = 0;
13965 char *arg2 = (
char *) 0 ;
13983 PyArrayObject *tmp7 = NULL ;
13984 PyObject *swig_obj[7] ;
13989 if ( swig_obj[0] == Py_None )
13995 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13997 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14007 arg2 = (
char *)(buf2);
14012 arg3 = (
PLFLT)(val3);
14017 arg4 = (
PLFLT)(val4);
14022 arg5 = (
PLFLT)(val5);
14027 arg6 = (
PLFLT)(val6);
14029 if ( swig_obj[6] != Py_None )
14032 if ( tmp7 == NULL )
14034 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
14035 arg8 = PyArray_DIMS( tmp7 )[0];
14043 plmapfill(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
14066 PyObject *resultobj = 0;
14086 PyObject *swig_obj[7] ;
14091 if ( swig_obj[0] == Py_None )
14097 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14099 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14109 arg2 = (
PLFLT)(val2);
14114 arg3 = (
PLFLT)(val3);
14119 arg4 = (
PLFLT)(val4);
14124 arg5 = (
PLFLT)(val5);
14129 arg6 = (
PLFLT)(val6);
14134 arg7 = (
PLFLT)(val7);
14150 PyObject *resultobj = 0;
14164 PyArrayObject *tmp1 = NULL ;
14185 PyObject *swig_obj[11] ;
14191 if ( tmp1 == NULL )
14193 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14194 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14196 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14197 for ( i = 0; i < arg2; i++ )
14198 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14204 arg4 = (
PLFLT)(val4);
14209 arg5 = (
PLFLT)(val5);
14214 arg6 = (
PLFLT)(val6);
14219 arg7 = (
PLFLT)(val7);
14224 arg8 = (
PLFLT)(val8);
14229 arg9 = (
PLFLT)(val9);
14234 arg10 = (
PLFLT)(val10);
14239 arg11 = (
PLFLT)(val11);
14244 arg12 = (
PLFLT)(val12);
14249 arg13 = (
PLFLT)(val13);
14250 plimage((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
14267 PyObject *resultobj = 0;
14281 PyArrayObject *tmp1 = NULL ;
14298 PyObject *swig_obj[11] ;
14311 if ( tmp1 == NULL )
14313 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14314 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14316 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14317 for ( i = 0; i < arg2; i++ )
14318 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14324 arg4 = (
PLFLT)(val4);
14329 arg5 = (
PLFLT)(val5);
14334 arg6 = (
PLFLT)(val6);
14339 arg7 = (
PLFLT)(val7);
14344 arg8 = (
PLFLT)(val8);
14349 arg9 = (
PLFLT)(val9);
14354 arg10 = (
PLFLT)(val10);
14359 arg11 = (
PLFLT)(val11);
14363 if ( swig_obj[9] == Py_None )
14369 if ( !PyCallable_Check( (PyObject *) swig_obj[9] ) )
14371 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
14378 if (swig_obj[10]) {
14380 if ( swig_obj[10] == Py_None )
14388 plimagefr((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
14417 PyObject *resultobj = 0;
14429 PyObject *resultobj = 0;
14441 PyObject *resultobj = 0;
14442 char *arg1 = (
char *) 0 ;
14443 char *arg2 = (
char *) 0 ;
14450 PyObject *swig_obj[2] ;
14457 arg1 = (
char *)(buf1);
14462 arg2 = (
char *)(buf2);
14463 plSetUsage((
char const *)arg1,(
char const *)arg2);
14476 PyObject *resultobj = 0;
14488 PyObject *resultobj = 0;
14494 PyArrayObject *tmp1 = NULL ;
14499 PyObject *swig_obj[1] ;
14504 swig_obj[0] = args;
14508 if ( tmp1 == NULL )
14510 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14511 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14513 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14514 for ( i = 0; i < arg2; i++ )
14515 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14546 PyObject *resultobj = 0;
14550 PyObject *swig_obj[1] ;
14554 swig_obj[0] = args;
14603 "Set format of numerical label for contours\n" 14607 " Set format of numerical label for contours.\n" 14609 " Redacted form: pl_setcontlabelformat(lexp, sigdig)\n" 14611 " This function is used example 9.\n" 14617 "pl_setcontlabelformat(lexp, sigdig)\n" 14621 " lexp (PLINT, input) : If the contour numerical label is greater\n" 14622 " than 10^(lexp) or less than 10^(-lexp), then the exponential\n" 14623 " format is used. Default value of lexp is 4.\n" 14625 " sigdig (PLINT, input) : Number of significant digits. Default\n" 14630 "Set parameters of contour labelling other than format of numerical label\n" 14634 " Set parameters of contour labelling other than those handled by\n" 14635 " pl_setcontlabelformat.\n" 14637 " Redacted form: pl_setcontlabelparam(offset, size, spacing, active)\n" 14639 " This function is used in example 9.\n" 14645 "pl_setcontlabelparam(offset, size, spacing, active)\n" 14649 " offset (PLFLT, input) : Offset of label from contour line (if set\n" 14650 " to 0.0, labels are printed on the lines). Default value is 0.006.\n" 14652 " size (PLFLT, input) : Font height for contour labels (normalized).\n" 14653 " Default value is 0.3.\n" 14655 " spacing (PLFLT, input) : Spacing parameter for contour labels.\n" 14656 " Default value is 0.1.\n" 14658 " active (PLINT, input) : Activate labels. Set to 1 if you want\n" 14659 " contour labels on. Default is off (0).\n" 14663 "Advance the (sub-)page\n" 14667 " Advances to the next subpage if sub=0, performing a page advance if\n" 14668 " there are no remaining subpages on the current page. If subpages\n" 14669 " aren't being used, pladv(0) will always advance the page. If page>0,\n" 14670 " PLplot switches to the specified subpage. Note that this allows you\n" 14671 " to overwrite a plot on the specified subpage; if this is not what you\n" 14672 " intended, use pleop followed by plbop to first advance the page. This\n" 14673 " routine is called automatically (with page=0) by plenv, but if plenv\n" 14674 " is not used, pladv must be called after initializing PLplot but before\n" 14675 " defining the viewport.\n" 14677 " Redacted form: pladv(page)\n" 14679 " This function is used in examples 1, 2, 4, 6-12, 14-18, 20, 21, 23-27,\n" 14690 " page (PLINT, input) : Specifies the subpage number (starting from 1\n" 14691 " in the top left corner and increasing along the rows) to which to\n" 14692 " advance. Set to zero to advance to the next subpage (or to the\n" 14693 " next page if subpages are not being used).\n" 14697 "Draw a circular or elliptical arc\n" 14701 " Draw a possibly filled arc centered at x, y with semimajor axis a and\n" 14702 " semiminor axis b, starting at angle1 and ending at angle2.\n" 14704 " Redacted form: General: plarc(x, y, a, b, angle1, angle2, rotate,\n" 14708 " This function is used in examples 3 and 27.\n" 14714 "plarc(x, y, a, b, angle1, angle2, rotate, fill)\n" 14718 " x (PLFLT, input) : X coordinate of arc center.\n" 14720 " y (PLFLT, input) : Y coordinate of arc center.\n" 14722 " a (PLFLT, input) : Length of the semimajor axis of the arc.\n" 14724 " b (PLFLT, input) : Length of the semiminor axis of the arc.\n" 14726 " angle1 (PLFLT, input) : Starting angle of the arc relative to the\n" 14727 " semimajor axis.\n" 14729 " angle2 (PLFLT, input) : Ending angle of the arc relative to the\n" 14730 " semimajor axis.\n" 14732 " rotate (PLFLT, input) : Angle of the semimajor axis relative to the\n" 14735 " fill (PLBOOL, input) : Draw a filled arc.\n" 14739 "Draw a box with axes, etc. with arbitrary origin\n" 14743 " Draws a box around the currently defined viewport with arbitrary\n" 14744 " world-coordinate origin specified by x0 and y0 and labels it with\n" 14745 " world coordinate values appropriate to the window. Thus plaxes should\n" 14746 " only be called after defining both viewport and window. The ascii\n" 14747 " character strings xopt and yopt specify how the box should be drawn as\n" 14748 " described below. If ticks and/or subticks are to be drawn for a\n" 14749 " particular axis, the tick intervals and number of subintervals may be\n" 14750 " specified explicitly, or they may be defaulted by setting the\n" 14751 " appropriate arguments to zero.\n" 14753 " Redacted form: General: plaxes(x0, y0, xopt, xtick, nxsub, yopt,\n" 14757 " This function is not used in any examples.\n" 14763 "plaxes(x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub)\n" 14767 " x0 (PLFLT, input) : World X coordinate of origin.\n" 14769 " y0 (PLFLT, input) : World Y coordinate of origin.\n" 14771 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 14772 " options for the x axis. The string can include any combination of\n" 14773 " the following letters (upper or lower case) in any order: a: Draws\n" 14774 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n" 14776 " b: Draws bottom (X) or left (Y) edge of frame.\n" 14777 " c: Draws top (X) or right (Y) edge of frame.\n" 14778 " d: Plot labels as date / time. Values are assumed to be\n" 14779 " seconds since the epoch (as used by gmtime).\n" 14780 " f: Always use fixed point numeric labels.\n" 14781 " g: Draws a grid at the major tick interval.\n" 14782 " h: Draws a grid at the minor tick interval.\n" 14783 " i: Inverts tick marks, so they are drawn outwards, rather than\n" 14785 " l: Labels axis logarithmically. This only affects the labels,\n" 14786 " not the data, and so it is necessary to compute the logarithms\n" 14787 " of data points before passing them to any of the drawing\n" 14789 " m: Writes numeric labels at major tick intervals in the\n" 14790 " unconventional location (above box for X, right of box for Y).\n" 14791 " n: Writes numeric labels at major tick intervals in the\n" 14792 " conventional location (below box for X, left of box for Y).\n" 14793 " o: Use custom labelling function to generate axis label text.\n" 14794 " The custom labelling function can be defined with the\n" 14795 " plslabelfunc command.\n" 14796 " s: Enables subticks between major ticks, only valid if t is\n" 14797 " also specified.\n" 14798 " t: Draws major ticks.\n" 14799 " u: Exactly like \"b\" except don't draw edge line.\n" 14800 " w: Exactly like \"c\" except don't draw edge line.\n" 14801 " x: Exactly like \"t\" (including the side effect of the\n" 14802 " numerical labels for the major ticks) except exclude drawing\n" 14803 " the major and minor tick marks.\n" 14806 " xtick (PLFLT, input) : World coordinate interval between major\n" 14807 " ticks on the x axis. If it is set to zero, PLplot automatically\n" 14808 " generates a suitable tick interval.\n" 14810 " nxsub (PLINT, input) : Number of subintervals between major x axis\n" 14811 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 14812 " generates a suitable minor tick interval.\n" 14814 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 14815 " options for the y axis. The string can include any combination of\n" 14816 " the letters defined above for xopt, and in addition may contain:\n" 14817 " v: Write numeric labels for the y axis parallel to the base of the\n" 14818 " graph, rather than parallel to the axis.\n" 14821 " ytick (PLFLT, input) : World coordinate interval between major\n" 14822 " ticks on the y axis. If it is set to zero, PLplot automatically\n" 14823 " generates a suitable tick interval.\n" 14825 " nysub (PLINT, input) : Number of subintervals between major y axis\n" 14826 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 14827 " generates a suitable minor tick interval.\n" 14831 "Plot a histogram from binned data\n" 14835 " Plots a histogram consisting of nbin bins. The value associated with\n" 14836 " the i'th bin is placed in x[i], and the number of points in the bin is\n" 14837 " placed in y[i]. For proper operation, the values in x[i] must form a\n" 14838 " strictly increasing sequence. By default, x[i] is the left-hand edge\n" 14839 " of the i'th bin. If opt=PL_BIN_CENTRED is used, the bin boundaries are\n" 14840 " placed midway between the values in the x vector. Also see plhist for\n" 14841 " drawing histograms from unbinned data.\n" 14843 " Redacted form: General: plbin(x, y, opt)\n" 14844 " Python: plbin(nbin, x, y, opt)\n" 14847 " This function is not used in any examples.\n" 14853 "plbin(nbin, x, y, opt)\n" 14857 " nbin (PLINT, input) : Number of bins (i.e., number of values in x\n" 14858 " and y vectors.)\n" 14860 " x (PLFLT_VECTOR, input) : A vector containing values associated\n" 14861 " with bins. These must form a strictly increasing sequence.\n" 14863 " y (PLFLT_VECTOR, input) : A vector containing a number which is\n" 14864 " proportional to the number of points in each bin. This is a PLFLT\n" 14865 " (instead of PLINT) vector so as to allow histograms of\n" 14866 " probabilities, etc.\n" 14868 " opt (PLINT, input) : Is a combination of several flags:\n" 14869 " opt=PL_BIN_DEFAULT: The x represent the lower bin boundaries, the\n" 14870 " outer bins are expanded to fill up the entire x-axis and bins of\n" 14871 " zero height are simply drawn.\n" 14872 " opt=PL_BIN_CENTRED|...: The bin boundaries are to be midway\n" 14873 " between the x values. If the values in x are equally spaced,\n" 14874 " the values are the center values of the bins.\n" 14875 " opt=PL_BIN_NOEXPAND|...: The outer bins are drawn with equal\n" 14876 " size as the ones inside.\n" 14877 " opt=PL_BIN_NOEMPTY|...: Bins with zero height are not drawn\n" 14878 " (there is a gap for such bins).\n" 14882 "Calculate broken-down time from continuous time for the current stream\n" 14886 " Calculate broken-down time; year, month, day, hour, min, sec; from\n" 14887 " continuous time, ctime for the current stream. This function is the\n" 14888 " inverse of plctime.\n" 14890 " The PLplot definition of broken-down time is a calendar time that\n" 14891 " completely ignores all time zone offsets, i.e., it is the user's\n" 14892 " responsibility to apply those offsets (if so desired) before using the\n" 14893 " PLplot time API. By default broken-down time is defined using the\n" 14894 " proleptic Gregorian calendar without the insertion of leap seconds and\n" 14895 " continuous time is defined as the number of seconds since the Unix\n" 14896 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n" 14897 " broken-down and continuous time are possible, see plconfigtime.\n" 14899 " Redacted form: General: plbtime(year, month, day, hour, min, sec,\n" 14903 " This function is used in example 29.\n" 14909 "plbtime(year, month, day, hour, min, sec, ctime)\n" 14913 " year (PLINT_NC_SCALAR, output) : Returned value of years with\n" 14914 " positive values corresponding to CE (i.e., 1 = 1 CE, etc.) and\n" 14915 " non-negative values corresponding to BCE (e.g., 0 = 1 BCE, -1 = 2\n" 14918 " month (PLINT_NC_SCALAR, output) : Returned value of month within\n" 14919 " the year in the range from 0 (January) to 11 (December).\n" 14921 " day (PLINT_NC_SCALAR, output) : Returned value of day within the\n" 14922 " month in the range from 1 to 31.\n" 14924 " hour (PLINT_NC_SCALAR, output) : Returned value of hour within the\n" 14925 " day in the range from 0 to 23.\n" 14927 " min (PLINT_NC_SCALAR, output) : Returned value of minute within the\n" 14928 " hour in the range from 0 to 59\n" 14930 " sec (PLFLT_NC_SCALAR, output) : Returned value of second within the\n" 14931 " minute in range from 0. to 60.\n" 14933 " ctime (PLFLT, input) : Continuous time from which the broken-down\n" 14934 " time is calculated.\n" 14938 "Begin a new page\n" 14942 " Begins a new page. For a file driver, the output file is opened if\n" 14943 " necessary. Advancing the page via pleop and plbop is useful when a\n" 14944 " page break is desired at a particular point when plotting to subpages.\n" 14945 " Another use for pleop and plbop is when plotting pages to different\n" 14946 " files, since you can manually set the file name by calling plsfnam\n" 14947 " after the call to pleop. (In fact some drivers may only support a\n" 14948 " single page per file, making this a necessity.) One way to handle\n" 14949 " this case automatically is to page advance via pladv, but enable\n" 14950 " familying (see plsfam) with a small limit on the file size so that a\n" 14951 " new family member file will be created on each page break.\n" 14953 " Redacted form: plbop()\n" 14955 " This function is used in examples 2 and 20.\n" 14965 "Draw a box with axes, etc\n" 14969 " Draws a box around the currently defined viewport, and labels it with\n" 14970 " world coordinate values appropriate to the window. Thus plbox should\n" 14971 " only be called after defining both viewport and window. The ascii\n" 14972 " character strings xopt and yopt specify how the box should be drawn as\n" 14973 " described below. If ticks and/or subticks are to be drawn for a\n" 14974 " particular axis, the tick intervals and number of subintervals may be\n" 14975 " specified explicitly, or they may be defaulted by setting the\n" 14976 " appropriate arguments to zero.\n" 14978 " Redacted form: General: plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n" 14981 " This function is used in examples 1, 2, 4, 6, 6-12, 14-18, 21, 23-26,\n" 14988 "plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n" 14992 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 14993 " options for the x axis. The string can include any combination of\n" 14994 " the following letters (upper or lower case) in any order: a: Draws\n" 14995 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n" 14997 " b: Draws bottom (X) or left (Y) edge of frame.\n" 14998 " c: Draws top (X) or right (Y) edge of frame.\n" 14999 " d: Plot labels as date / time. Values are assumed to be\n" 15000 " seconds since the epoch (as used by gmtime).\n" 15001 " f: Always use fixed point numeric labels.\n" 15002 " g: Draws a grid at the major tick interval.\n" 15003 " h: Draws a grid at the minor tick interval.\n" 15004 " i: Inverts tick marks, so they are drawn outwards, rather than\n" 15006 " l: Labels axis logarithmically. This only affects the labels,\n" 15007 " not the data, and so it is necessary to compute the logarithms\n" 15008 " of data points before passing them to any of the drawing\n" 15010 " m: Writes numeric labels at major tick intervals in the\n" 15011 " unconventional location (above box for X, right of box for Y).\n" 15012 " n: Writes numeric labels at major tick intervals in the\n" 15013 " conventional location (below box for X, left of box for Y).\n" 15014 " o: Use custom labelling function to generate axis label text.\n" 15015 " The custom labelling function can be defined with the\n" 15016 " plslabelfunc command.\n" 15017 " s: Enables subticks between major ticks, only valid if t is\n" 15018 " also specified.\n" 15019 " t: Draws major ticks.\n" 15020 " u: Exactly like \"b\" except don't draw edge line.\n" 15021 " w: Exactly like \"c\" except don't draw edge line.\n" 15022 " x: Exactly like \"t\" (including the side effect of the\n" 15023 " numerical labels for the major ticks) except exclude drawing\n" 15024 " the major and minor tick marks.\n" 15027 " xtick (PLFLT, input) : World coordinate interval between major\n" 15028 " ticks on the x axis. If it is set to zero, PLplot automatically\n" 15029 " generates a suitable tick interval.\n" 15031 " nxsub (PLINT, input) : Number of subintervals between major x axis\n" 15032 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 15033 " generates a suitable minor tick interval.\n" 15035 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 15036 " options for the y axis. The string can include any combination of\n" 15037 " the letters defined above for xopt, and in addition may contain:\n" 15038 " v: Write numeric labels for the y axis parallel to the base of the\n" 15039 " graph, rather than parallel to the axis.\n" 15042 " ytick (PLFLT, input) : World coordinate interval between major\n" 15043 " ticks on the y axis. If it is set to zero, PLplot automatically\n" 15044 " generates a suitable tick interval.\n" 15046 " nysub (PLINT, input) : Number of subintervals between major y axis\n" 15047 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 15048 " generates a suitable minor tick interval.\n" 15052 "Draw a box with axes, etc, in 3-d\n" 15056 " Draws axes, numeric and text labels for a three-dimensional surface\n" 15057 " plot. For a more complete description of three-dimensional plotting\n" 15058 " see the PLplot documentation.\n" 15060 " Redacted form: General: plbox3(xopt, xlabel, xtick, nxsub, yopt,\n" 15061 " ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n" 15064 " This function is used in examples 8, 11, 18, and 21.\n" 15070 "plbox3(xopt, xlabel, xtick, nxsub, yopt, ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n" 15074 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 15075 " options for the x axis. The string can include any combination of\n" 15076 " the following letters (upper or lower case) in any order: b: Draws\n" 15077 " axis at base, at height z=\n" 15078 " zmin where zmin is defined by call to plw3d. This character must be\n" 15079 " specified in order to use any of the other options.\n" 15080 " d: Plot labels as date / time. Values are assumed to be\n" 15081 " seconds since the epoch (as used by gmtime).\n" 15082 " f: Always use fixed point numeric labels.\n" 15083 " i: Inverts tick marks, so they are drawn downwards, rather\n" 15085 " l: Labels axis logarithmically. This only affects the labels,\n" 15086 " not the data, and so it is necessary to compute the logarithms\n" 15087 " of data points before passing them to any of the drawing\n" 15089 " n: Writes numeric labels at major tick intervals.\n" 15090 " o: Use custom labelling function to generate axis label text.\n" 15091 " The custom labelling function can be defined with the\n" 15092 " plslabelfunc command.\n" 15093 " s: Enables subticks between major ticks, only valid if t is\n" 15094 " also specified.\n" 15095 " t: Draws major ticks.\n" 15096 " u: If this is specified, the text label for the axis is\n" 15097 " written under the axis.\n" 15100 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 15101 " the text label for the x axis. It is only drawn if u is in the\n" 15104 " xtick (PLFLT, input) : World coordinate interval between major\n" 15105 " ticks on the x axis. If it is set to zero, PLplot automatically\n" 15106 " generates a suitable tick interval.\n" 15108 " nxsub (PLINT, input) : Number of subintervals between major x axis\n" 15109 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 15110 " generates a suitable minor tick interval.\n" 15112 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 15113 " options for the y axis. The string is interpreted in the same way\n" 15116 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 15117 " the text label for the y axis. It is only drawn if u is in the\n" 15120 " ytick (PLFLT, input) : World coordinate interval between major\n" 15121 " ticks on the y axis. If it is set to zero, PLplot automatically\n" 15122 " generates a suitable tick interval.\n" 15124 " nysub (PLINT, input) : Number of subintervals between major y axis\n" 15125 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 15126 " generates a suitable minor tick interval.\n" 15128 " zopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 15129 " options for the z axis. The string can include any combination of\n" 15130 " the following letters (upper or lower case) in any order: b: Draws\n" 15131 " z axis to the left of the surface plot.\n" 15132 " c: Draws z axis to the right of the surface plot.\n" 15133 " d: Draws grid lines parallel to the x-y plane behind the\n" 15134 " figure. These lines are not drawn until after plot3d or\n" 15135 " plmesh are called because of the need for hidden line removal.\n" 15136 " e: Plot labels as date / time. Values are assumed to be\n" 15137 " seconds since the epoch (as used by gmtime). Note this\n" 15138 " suboption is interpreted the same as the d suboption for xopt\n" 15139 " and yopt, but it has to be identified as e for zopt since d\n" 15140 " has already been used for the different purpose above.\n" 15141 " f: Always use fixed point numeric labels.\n" 15142 " i: Inverts tick marks, so they are drawn away from the center.\n" 15143 " l: Labels axis logarithmically. This only affects the labels,\n" 15144 " not the data, and so it is necessary to compute the logarithms\n" 15145 " of data points before passing them to any of the drawing\n" 15147 " m: Writes numeric labels at major tick intervals on the\n" 15148 " right-hand z axis.\n" 15149 " n: Writes numeric labels at major tick intervals on the\n" 15150 " left-hand z axis.\n" 15151 " o: Use custom labelling function to generate axis label text.\n" 15152 " The custom labelling function can be defined with the\n" 15153 " plslabelfunc command.\n" 15154 " s: Enables subticks between major ticks, only valid if t is\n" 15155 " also specified.\n" 15156 " t: Draws major ticks.\n" 15157 " u: If this is specified, the text label is written beside the\n" 15158 " left-hand axis.\n" 15159 " v: If this is specified, the text label is written beside the\n" 15160 " right-hand axis.\n" 15163 " zlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 15164 " the text label for the z axis. It is only drawn if u or v are in\n" 15165 " the zopt string.\n" 15167 " ztick (PLFLT, input) : World coordinate interval between major\n" 15168 " ticks on the z axis. If it is set to zero, PLplot automatically\n" 15169 " generates a suitable tick interval.\n" 15171 " nzsub (PLINT, input) : Number of subintervals between major z axis\n" 15172 " ticks for minor ticks. If it is set to zero, PLplot automatically\n" 15173 " generates a suitable minor tick interval.\n" 15177 "Calculate world coordinates and corresponding window index from relative device coordinates\n" 15181 " Calculate world coordinates, wx and wy, and corresponding window index\n" 15182 " from relative device coordinates, rx and ry.\n" 15184 " Redacted form: General: plcalc_world(rx, ry, wx, wy, window)\n" 15187 " This function is used in example 31.\n" 15193 "plcalc_world(rx, ry, wx, wy, window)\n" 15197 " rx (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n" 15198 " the x coordinate.\n" 15200 " ry (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n" 15201 " the y coordinate.\n" 15203 " wx (PLFLT_NC_SCALAR, output) : Returned value of the x world\n" 15204 " coordinate corresponding to the relative device coordinates rx and\n" 15207 " wy (PLFLT_NC_SCALAR, output) : Returned value of the y world\n" 15208 " coordinate corresponding to the relative device coordinates rx and\n" 15211 " window (PLINT_NC_SCALAR, output) : Returned value of the last\n" 15212 " defined window index that corresponds to the input relative device\n" 15213 " coordinates (and the returned world coordinates). To give some\n" 15214 " background on the window index, for each page the initial window\n" 15215 " index is set to zero, and each time plwind is called within the\n" 15216 " page, world and device coordinates are stored for the window and\n" 15217 " the window index is incremented. Thus, for a simple page layout\n" 15218 " with non-overlapping viewports and one window per viewport, window\n" 15219 " corresponds to the viewport index (in the order which the\n" 15220 " viewport/windows were created) of the only viewport/window\n" 15221 " corresponding to rx and ry. However, for more complicated layouts\n" 15222 " with potentially overlapping viewports and possibly more than one\n" 15223 " window (set of world coordinates) per viewport, window and the\n" 15224 " corresponding output world coordinates corresponds to the last\n" 15225 " window created that fulfills the criterion that the relative\n" 15226 " device coordinates are inside it. Finally, in all cases where the\n" 15227 " input relative device coordinates are not inside any\n" 15228 " viewport/window, then the returned value of the last defined\n" 15229 " window index is set to -1.\n" 15233 "Clear current (sub)page\n" 15237 " Clears the current page, effectively erasing everything that have been\n" 15238 " drawn. This command only works with interactive drivers; if the\n" 15239 " driver does not support this, the page is filled with the background\n" 15240 " color in use. If the current page is divided into subpages, only the\n" 15241 " current subpage is erased. The nth subpage can be selected with\n" 15244 " Redacted form: General: plclear()\n" 15247 " This function is not used in any examples.\n" 15257 "Set color, cmap0\n" 15261 " Sets the color index for cmap0 (see the PLplot documentation).\n" 15263 " Redacted form: plcol0(icol0)\n" 15265 " This function is used in examples 1-9, 11-16, 18-27, and 29.\n" 15275 " icol0 (PLINT, input) : Integer representing the color. The\n" 15276 " defaults at present are (these may change):\n" 15277 " 0 black (default background)\n" 15278 " 1 red (default foreground)\n" 15294 " Use plscmap0 to change the entire cmap0 color palette and plscol0 to\n" 15295 " change an individual color in the cmap0 color palette.\n" 15299 "Set color, cmap1\n" 15303 " Sets the color for cmap1 (see the PLplot documentation).\n" 15305 " Redacted form: plcol1(col1)\n" 15307 " This function is used in examples 12 and 21.\n" 15317 " col1 (PLFLT, input) : This value must be in the range (0.0-1.0) and\n" 15318 " is mapped to color using the continuous cmap1 palette which by\n" 15319 " default ranges from blue to the background color to red. The\n" 15320 " cmap1 palette can also be straightforwardly changed by the user\n" 15321 " with plscmap1 or plscmap1l.\n" 15325 "Configure the transformation between continuous and broken-down time for the current stream\n" 15329 " Configure the transformation between continuous and broken-down time\n" 15330 " for the current stream. This transformation is used by both plbtime\n" 15333 " Redacted form: General: plconfigtime(scale, offset1, offset2,\n" 15334 " ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n" 15337 " This function is used in example 29.\n" 15343 "plconfigtime(scale, offset1, offset2, ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n" 15347 " scale (PLFLT, input) : The number of days per continuous time unit.\n" 15348 " As a special case, if\n" 15349 " scale is 0., then all other arguments are ignored, and the result (the\n" 15350 " default used by PLplot) is the equivalent of a call to\n" 15351 " plconfigtime(1./86400., 0., 0., 0x0, 1, 1970, 0, 1, 0, 0, 0.).\n" 15352 " That is, for this special case broken-down time is calculated with\n" 15353 " the proleptic Gregorian calendar with no leap seconds inserted,\n" 15354 " and the continuous time is defined as the number of seconds since\n" 15355 " the Unix epoch of 1970-01-01T00:00:00Z.\n" 15357 " offset1 (PLFLT, input) : If\n" 15358 " ifbtime_offset is true, the parameters\n" 15360 " offset2 are completely ignored. Otherwise, the sum of these parameters\n" 15361 " (with units in days) specify the epoch of the continuous time\n" 15362 " relative to the MJD epoch corresponding to the Gregorian calendar\n" 15363 " date of 1858-11-17T00:00:00Z or JD = 2400000.5. Two PLFLT numbers\n" 15364 " are used to specify the origin to allow users (by specifying\n" 15365 " offset1 as an integer that can be exactly represented by a\n" 15366 " floating-point variable and specifying\n" 15367 " offset2 as a number in the range from 0. to 1) the chance to minimize\n" 15368 " the numerical errors of the continuous time representation.\n" 15370 " offset2 (PLFLT, input) : See documentation of\n" 15373 " ccontrol (PLINT, input) : ccontrol contains bits controlling the\n" 15374 " transformation. If the 0x1 bit is set, then the proleptic Julian\n" 15375 " calendar is used for broken-down time rather than the proleptic\n" 15376 " Gregorian calendar. If the 0x2 bit is set, then leap seconds that\n" 15377 " have been historically used to define UTC are inserted into the\n" 15378 " broken-down time. Other possibilities for additional control bits\n" 15379 " for ccontrol exist such as making the historical time corrections\n" 15380 " in the broken-down time corresponding to ET (ephemeris time) or\n" 15381 " making the (slightly non-constant) corrections from international\n" 15382 " atomic time (TAI) to what astronomers define as terrestrial time\n" 15383 " (TT). But those additional possibilities have not been\n" 15384 " implemented yet in the qsastime library (one of the PLplot utility\n" 15387 " ifbtime_offset (PLBOOL, input) : ifbtime_offset controls how the\n" 15388 " epoch of the continuous time scale is specified by the user. If\n" 15389 " ifbtime_offset is false, then\n" 15391 " offset2 are used to specify the epoch, and the following broken-down\n" 15392 " time parameters are completely ignored. If\n" 15393 " ifbtime_offset is true, then\n" 15395 " offset2 are completely ignored, and the following broken-down time\n" 15396 " parameters are used to specify the epoch.\n" 15398 " year (PLINT, input) : Year of epoch.\n" 15400 " month (PLINT, input) : Month of epoch in range from 0 (January) to\n" 15401 " 11 (December).\n" 15403 " day (PLINT, input) : Day of epoch in range from 1 to 31.\n" 15405 " hour (PLINT, input) : Hour of epoch in range from 0 to 23\n" 15407 " min (PLINT, input) : Minute of epoch in range from 0 to 59.\n" 15409 " sec (PLFLT, input) : Second of epoch in range from 0. to 60.\n" 15417 " Draws a contour plot of the data in f[\n" 15419 " ny], using the nlevel contour levels specified by clevel. Only the\n" 15420 " region of the matrix from kx to lx and from ky to ly is plotted out\n" 15421 " where all these index ranges are interpreted as one-based for\n" 15422 " historical reasons. A transformation routine pointed to by pltr with\n" 15423 " a generic pointer pltr_data for additional data required by the\n" 15424 " transformation routine is used to map indices within the matrix to the\n" 15425 " world coordinates.\n" 15427 " Redacted form: plcont(f, kx, lx, ky, ly, clevel, pltr, pltr_data)\n" 15428 " where (see above discussion) the pltr, pltr_data callback arguments\n" 15429 " are sometimes replaced by a tr vector with 6 elements; xg and yg\n" 15430 " vectors; or xg and yg matrices.\n" 15432 " This function is used in examples 9, 14, 16, and 22.\n" 15438 "plcont(f, nx, ny, kx, lx, ky, ly, clevel, nlevel, pltr, pltr_data)\n" 15442 " f (PLFLT_MATRIX, input) : A matrix containing data to be contoured.\n" 15444 " nx, ny (PLINT, input) : The dimensions of the matrix f.\n" 15446 " kx, lx (PLINT, input) : Range of x indices to consider where 0 <=\n" 15447 " kx-1 < lx-1 < nx. Values of kx and lx are one-based rather than\n" 15448 " zero-based for historical backwards-compatibility reasons.\n" 15450 " ky, ly (PLINT, input) : Range of y indices to consider where 0 <=\n" 15451 " ky-1 < ly-1 < ny. Values of ky and ly are one-based rather than\n" 15452 " zero-based for historical backwards-compatibility reasons.\n" 15454 " clevel (PLFLT_VECTOR, input) : A vector specifying the levels at\n" 15455 " which to draw contours.\n" 15457 " nlevel (PLINT, input) : Number of contour levels to draw.\n" 15459 " pltr (PLTRANSFORM_callback, input) : A callback function that\n" 15460 " defines the transformation between the zero-based indices of the\n" 15461 " matrix f and the world coordinates.For the C case, transformation\n" 15462 " functions are provided in the PLplot library: pltr0 for the\n" 15463 " identity mapping, and pltr1 and pltr2 for arbitrary mappings\n" 15464 " respectively defined by vectors and matrices. In addition, C\n" 15465 " callback routines for the transformation can be supplied by the\n" 15466 " user such as the mypltr function in examples/c/x09c.c which\n" 15467 " provides a general linear transformation between index coordinates\n" 15468 " and world coordinates.For languages other than C you should\n" 15469 " consult the PLplot documentation for the details concerning how\n" 15470 " PLTRANSFORM_callback arguments are interfaced. However, in\n" 15471 " general, a particular pattern of callback-associated arguments\n" 15472 " such as a tr vector with 6 elements; xg and yg vectors; or xg and\n" 15473 " yg matrices are respectively interfaced to a linear-transformation\n" 15474 " routine similar to the above mypltr function; pltr1; and pltr2.\n" 15475 " Furthermore, some of our more sophisticated bindings (see, e.g.,\n" 15476 " the PLplot documentation) support native language callbacks for\n" 15477 " handling index to world-coordinate transformations. Examples of\n" 15478 " these various approaches are given in examples/<language>x09*,\n" 15479 " examples/<language>x16*, examples/<language>x20*,\n" 15480 " examples/<language>x21*, and examples/<language>x22*, for all our\n" 15481 " supported languages.\n" 15483 " pltr_data (PLPointer, input) : Extra parameter to help pass\n" 15484 " information to pltr0, pltr1, pltr2, or whatever callback routine\n" 15485 " that is externally supplied.\n" 15489 "Calculate continuous time from broken-down time for the current stream\n" 15493 " Calculate continuous time, ctime, from broken-down time for the\n" 15494 " current stream. The broken-down\n" 15495 " time is specified by the following parameters: year, month, day, hour,\n" 15496 " min, and sec. This function is the inverse of plbtime.\n" 15498 " The PLplot definition of broken-down time is a calendar time that\n" 15499 " completely ignores all time zone offsets, i.e., it is the user's\n" 15500 " responsibility to apply those offsets (if so desired) before using the\n" 15501 " PLplot time API. By default broken-down time is defined using the\n" 15502 " proleptic Gregorian calendar without the insertion of leap seconds and\n" 15503 " continuous time is defined as the number of seconds since the Unix\n" 15504 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n" 15505 " broken-down and continuous time are possible, see plconfigtime which\n" 15506 " specifies that transformation for the current stream.\n" 15508 " Redacted form: General: plctime(year, month, day, hour, min, sec,\n" 15512 " This function is used in example 29.\n" 15518 "plctime(year, month, day, hour, min, sec, ctime)\n" 15522 " year (PLINT, input) : Input year.\n" 15524 " month (PLINT, input) : Input month in range from 0 (January) to 11\n" 15527 " day (PLINT, input) : Input day in range from 1 to 31.\n" 15529 " hour (PLINT, input) : Input hour in range from 0 to 23\n" 15531 " min (PLINT, input) : Input minute in range from 0 to 59.\n" 15533 " sec (PLFLT, input) : Input second in range from 0. to 60.\n" 15535 " ctime (PLFLT_NC_SCALAR, output) : Returned value of the continuous\n" 15536 " time calculated from the broken-down time specified by the\n" 15537 " previous parameters.\n" 15541 "Copy state parameters from the reference stream to the current stream\n" 15545 " Copies state parameters from the reference stream to the current\n" 15546 " stream. Tell driver interface to map device coordinates unless flags\n" 15549 " This function is used for making save files of selected plots (e.g.\n" 15550 " from the TK driver). After initializing, you can get a copy of the\n" 15551 " current plot to the specified device by switching to this stream and\n" 15552 " issuing a plcpstrm and a plreplot, with calls to plbop and pleop as\n" 15553 " appropriate. The plot buffer must have previously been enabled (done\n" 15554 " automatically by some display drivers, such as X).\n" 15556 " Redacted form: plcpstrm(iplsr, flags)\n" 15558 " This function is used in example 1,20.\n" 15564 "plcpstrm(iplsr, flags)\n" 15568 " iplsr (PLINT, input) : Number of reference stream.\n" 15570 " flags (PLBOOL, input) : If flags is set to true the device\n" 15571 " coordinates are not copied from the reference to current stream.\n" 15575 "End plotting session\n" 15579 " Ends a plotting session, tidies up all the output files, switches\n" 15580 " interactive devices back into text mode and frees up any memory that\n" 15581 " was allocated. Must be called before end of program.\n" 15583 " By default, PLplot's interactive devices (Xwin, TK, etc.) go into a\n" 15584 " wait state after a call to plend or other functions which trigger the\n" 15585 " end of a plot page. To avoid this, use the plspause function.\n" 15587 " Redacted form: plend()\n" 15589 " This function is used in all of the examples.\n" 15599 "End plotting session for current stream\n" 15603 " Ends a plotting session for the current output stream only. See\n" 15604 " plsstrm for more info.\n" 15606 " Redacted form: plend1()\n" 15608 " This function is used in examples 1 and 20.\n" 15618 "Set up standard window and draw box\n" 15622 " Sets up plotter environment for simple graphs by calling pladv and\n" 15623 " setting up viewport and window to sensible default values. plenv\n" 15624 " leaves a standard margin (left-hand margin of eight character heights,\n" 15625 " and a margin around the other three sides of five character heights)\n" 15626 " around most graphs for axis labels and a title. When these defaults\n" 15627 " are not suitable, use the individual routines plvpas, plvpor, or\n" 15628 " plvasp for setting up the viewport, plwind for defining the window,\n" 15629 " and plbox for drawing the box.\n" 15631 " Redacted form: plenv(xmin, xmax, ymin, ymax, just, axis)\n" 15633 " This function is used in example 1,3,9,13,14,19-22,29.\n" 15639 "plenv(xmin, xmax, ymin, ymax, just, axis)\n" 15643 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n" 15644 " world coordinates).\n" 15646 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n" 15647 " world coordinates).\n" 15649 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n" 15652 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n" 15655 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n" 15656 " scales will not be set, the user must set up the scale before\n" 15657 " calling plenv using plsvpa, plvasp or other.\n" 15658 " 0: the x and y axes are scaled independently to use as much of\n" 15659 " the screen as possible.\n" 15660 " 1: the scales of the x and y axes are made equal.\n" 15661 " 2: the axis of the x and y axes are made equal, and the plot\n" 15662 " box will be square.\n" 15665 " axis (PLINT, input) : Controls drawing of the box around the plot:\n" 15666 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n" 15667 " -1: draw box only.\n" 15668 " 0: draw box, ticks, and numeric tick labels.\n" 15669 " 1: also draw coordinate axes at x=0 and y=0.\n" 15670 " 2: also draw a grid at major tick positions in both\n" 15672 " 3: also draw a grid at minor tick positions in both\n" 15674 " 10: same as 0 except logarithmic x tick marks. (The x data\n" 15675 " have to be converted to logarithms separately.)\n" 15676 " 11: same as 1 except logarithmic x tick marks. (The x data\n" 15677 " have to be converted to logarithms separately.)\n" 15678 " 12: same as 2 except logarithmic x tick marks. (The x data\n" 15679 " have to be converted to logarithms separately.)\n" 15680 " 13: same as 3 except logarithmic x tick marks. (The x data\n" 15681 " have to be converted to logarithms separately.)\n" 15682 " 20: same as 0 except logarithmic y tick marks. (The y data\n" 15683 " have to be converted to logarithms separately.)\n" 15684 " 21: same as 1 except logarithmic y tick marks. (The y data\n" 15685 " have to be converted to logarithms separately.)\n" 15686 " 22: same as 2 except logarithmic y tick marks. (The y data\n" 15687 " have to be converted to logarithms separately.)\n" 15688 " 23: same as 3 except logarithmic y tick marks. (The y data\n" 15689 " have to be converted to logarithms separately.)\n" 15690 " 30: same as 0 except logarithmic x and y tick marks. (The x\n" 15691 " and y data have to be converted to logarithms separately.)\n" 15692 " 31: same as 1 except logarithmic x and y tick marks. (The x\n" 15693 " and y data have to be converted to logarithms separately.)\n" 15694 " 32: same as 2 except logarithmic x and y tick marks. (The x\n" 15695 " and y data have to be converted to logarithms separately.)\n" 15696 " 33: same as 3 except logarithmic x and y tick marks. (The x\n" 15697 " and y data have to be converted to logarithms separately.)\n" 15698 " 40: same as 0 except date / time x labels.\n" 15699 " 41: same as 1 except date / time x labels.\n" 15700 " 42: same as 2 except date / time x labels.\n" 15701 " 43: same as 3 except date / time x labels.\n" 15702 " 50: same as 0 except date / time y labels.\n" 15703 " 51: same as 1 except date / time y labels.\n" 15704 " 52: same as 2 except date / time y labels.\n" 15705 " 53: same as 3 except date / time y labels.\n" 15706 " 60: same as 0 except date / time x and y labels.\n" 15707 " 61: same as 1 except date / time x and y labels.\n" 15708 " 62: same as 2 except date / time x and y labels.\n" 15709 " 63: same as 3 except date / time x and y labels.\n" 15710 " 70: same as 0 except custom x and y labels.\n" 15711 " 71: same as 1 except custom x and y labels.\n" 15712 " 72: same as 2 except custom x and y labels.\n" 15713 " 73: same as 3 except custom x and y labels.\n" 15717 "Same as plenv but if in multiplot mode does not advance the subpage, instead clears it\n" 15721 " Sets up plotter environment for simple graphs by calling pladv and\n" 15722 " setting up viewport and window to sensible default values. plenv0\n" 15723 " leaves a standard margin (left-hand margin of eight character heights,\n" 15724 " and a margin around the other three sides of five character heights)\n" 15725 " around most graphs for axis labels and a title. When these defaults\n" 15726 " are not suitable, use the individual routines plvpas, plvpor, or\n" 15727 " plvasp for setting up the viewport, plwind for defining the window,\n" 15728 " and plbox for drawing the box.\n" 15730 " Redacted form: plenv0(xmin, xmax, ymin, ymax, just, axis)\n" 15732 " This function is used in example 21.\n" 15738 "plenv0(xmin, xmax, ymin, ymax, just, axis)\n" 15742 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n" 15743 " world coordinates).\n" 15745 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n" 15746 " world coordinates).\n" 15748 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n" 15751 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n" 15754 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n" 15755 " scales will not be set, the user must set up the scale before\n" 15756 " calling plenv0 using plsvpa, plvasp or other.\n" 15757 " 0: the x and y axes are scaled independently to use as much of\n" 15758 " the screen as possible.\n" 15759 " 1: the scales of the x and y axes are made equal.\n" 15760 " 2: the axis of the x and y axes are made equal, and the plot\n" 15761 " box will be square.\n" 15764 " axis (PLINT, input) : Controls drawing of the box around the plot:\n" 15765 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n" 15766 " -1: draw box only.\n" 15767 " 0: draw box, ticks, and numeric tick labels.\n" 15768 " 1: also draw coordinate axes at x=0 and y=0.\n" 15769 " 2: also draw a grid at major tick positions in both\n" 15771 " 3: also draw a grid at minor tick positions in both\n" 15773 " 10: same as 0 except logarithmic x tick marks. (The x data\n" 15774 " have to be converted to logarithms separately.)\n" 15775 " 11: same as 1 except logarithmic x tick marks. (The x data\n" 15776 " have to be converted to logarithms separately.)\n" 15777 " 12: same as 2 except logarithmic x tick marks. (The x data\n" 15778 " have to be converted to logarithms separately.)\n" 15779 " 13: same as 3 except logarithmic x tick marks. (The x data\n" 15780 " have to be converted to logarithms separately.)\n" 15781 " 20: same as 0 except logarithmic y tick marks. (The y data\n" 15782 " have to be converted to logarithms separately.)\n" 15783 " 21: same as 1 except logarithmic y tick marks. (The y data\n" 15784 " have to be converted to logarithms separately.)\n" 15785 " 22: same as 2 except logarithmic y tick marks. (The y data\n" 15786 " have to be converted to logarithms separately.)\n" 15787 " 23: same as 3 except logarithmic y tick marks. (The y data\n" 15788 " have to be converted to logarithms separately.)\n" 15789 " 30: same as 0 except logarithmic x and y tick marks. (The x\n" 15790 " and y data have to be converted to logarithms separately.)\n" 15791 " 31: same as 1 except logarithmic x and y tick marks. (The x\n" 15792 " and y data have to be converted to logarithms separately.)\n" 15793 " 32: same as 2 except logarithmic x and y tick marks. (The x\n" 15794 " and y data have to be converted to logarithms separately.)\n" 15795 " 33: same as 3 except logarithmic x and y tick marks. (The x\n" 15796 " and y data have to be converted to logarithms separately.)\n" 15797 " 40: same as 0 except date / time x labels.\n" 15798 " 41: same as 1 except date / time x labels.\n" 15799 " 42: same as 2 except date / time x labels.\n" 15800 " 43: same as 3 except date / time x labels.\n" 15801 " 50: same as 0 except date / time y labels.\n" 15802 " 51: same as 1 except date / time y labels.\n" 15803 " 52: same as 2 except date / time y labels.\n" 15804 " 53: same as 3 except date / time y labels.\n" 15805 " 60: same as 0 except date / time x and y labels.\n" 15806 " 61: same as 1 except date / time x and y labels.\n" 15807 " 62: same as 2 except date / time x and y labels.\n" 15808 " 63: same as 3 except date / time x and y labels.\n" 15809 " 70: same as 0 except custom x and y labels.\n" 15810 " 71: same as 1 except custom x and y labels.\n" 15811 " 72: same as 2 except custom x and y labels.\n" 15812 " 73: same as 3 except custom x and y labels.\n" 15816 "Eject current page\n" 15820 " Clears the graphics screen of an interactive device, or ejects a page\n" 15821 " on a plotter. See plbop for more information.\n" 15823 " Redacted form: pleop()\n" 15825 " This function is used in example 2,14.\n" 15835 "Draw error bars in x direction\n" 15839 " Draws a set of n error bars in x direction, the i'th error bar\n" 15840 " extending from xmin[i] to xmax[i] at y coordinate y[i]. The terminals\n" 15841 " of the error bars are of length equal to the minor tick length\n" 15842 " (settable using plsmin).\n" 15844 " Redacted form: General: plerrx(xmin, ymax, y)\n" 15847 " This function is used in example 29.\n" 15853 "plerrx(n, xmin, xmax, y)\n" 15857 " n (PLINT, input) : Number of error bars to draw.\n" 15859 " xmin (PLFLT_VECTOR, input) : A vector containing the x coordinates\n" 15860 " of the left-hand endpoints of the error bars.\n" 15862 " xmax (PLFLT_VECTOR, input) : A vector containing the x coordinates\n" 15863 " of the right-hand endpoints of the error bars.\n" 15865 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 15866 " the error bars.\n" 15870 "Draw error bars in the y direction\n" 15874 " Draws a set of n error bars in the y direction, the i'th error bar\n" 15875 " extending from ymin[i] to ymax[i] at x coordinate x[i]. The terminals\n" 15876 " of the error bars are of length equal to the minor tick length\n" 15877 " (settable using plsmin).\n" 15879 " Redacted form: General: plerry(x, ymin, ymax)\n" 15882 " This function is used in example 29.\n" 15888 "plerry(n, x, ymin, ymax)\n" 15892 " n (PLINT, input) : Number of error bars to draw.\n" 15894 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 15895 " the error bars.\n" 15897 " ymin (PLFLT_VECTOR, input) : A vector containing the y coordinates\n" 15898 " of the lower endpoints of the error bars.\n" 15900 " ymax (PLFLT_VECTOR, input) : A vector containing the y coordinates\n" 15901 " of the upper endpoints of the error bars.\n" 15905 "Advance to the next family file on the next new page\n" 15909 " Advance to the next family file on the next new page.\n" 15911 " Redacted form: plfamadv()\n" 15913 " This function is not used in any examples.\n" 15923 "Draw filled polygon\n" 15927 " Fills the polygon defined by the n points (\n" 15929 " y[i]) using the pattern defined by plpsty or plpat. The default fill\n" 15930 " style is a solid fill. The routine will automatically close the\n" 15931 " polygon between the last and first vertices. If multiple closed\n" 15932 " polygons are passed in x and y then plfill will fill in between them.\n" 15934 " Redacted form: plfill(x,y)\n" 15936 " This function is used in examples 12, 13, 15, 16, 21, 24, and 25.\n" 15942 "plfill(n, x, y)\n" 15946 " n (PLINT, input) : Number of vertices in polygon.\n" 15948 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 15951 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 15956 "Draw filled polygon in 3D\n" 15960 " Fills the 3D polygon defined by the n points in the x, y, and z\n" 15961 " vectors using the pattern defined by plpsty or plpat. The routine\n" 15962 " will automatically close the polygon between the last and first\n" 15963 " vertices. If multiple closed polygons are passed in x, y, and z then\n" 15964 " plfill3 will fill in between them.\n" 15966 " Redacted form: General: plfill3(x, y, z)\n" 15969 " This function is used in example 15.\n" 15975 "plfill3(n, x, y, z)\n" 15979 " n (PLINT, input) : Number of vertices in polygon.\n" 15981 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 15984 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 15987 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n" 15992 "Draw linear gradient inside polygon\n" 15996 " Draw a linear gradient using cmap1 inside the polygon defined by the n\n" 15999 " y[i]). Interpretation of the polygon is the same as for plfill. The\n" 16000 " polygon coordinates and the gradient angle are all expressed in world\n" 16001 " coordinates. The angle from the x axis for both the rotated\n" 16002 " coordinate system and the gradient vector is specified by angle. The\n" 16003 " magnitude of the gradient vector is the difference between the maximum\n" 16004 " and minimum values of x for the vertices in the rotated coordinate\n" 16005 " system. The origin of the gradient vector can be interpreted as being\n" 16006 " anywhere on the line corresponding to the minimum x value for the\n" 16007 " vertices in the rotated coordinate system. The distance along the\n" 16008 " gradient vector is linearly transformed to the independent variable of\n" 16009 " color map 1 which ranges from 0. at the tail of the gradient vector to\n" 16010 " 1. at the head of the gradient vector. What is drawn is the RGBA\n" 16011 " color corresponding to the independent variable of cmap1. For more\n" 16012 " information about cmap1 (see the PLplot documentation).\n" 16014 " Redacted form: plgradient(x,y,angle)\n" 16016 " This function is used in examples 25 and 30.\n" 16022 "plgradient(n, x, y, angle)\n" 16026 " n (PLINT, input) : Number of vertices in polygon.\n" 16028 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 16031 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 16034 " angle (PLFLT, input) : Angle (degrees) of gradient vector from x\n" 16039 "Flushes the output stream\n" 16043 " Flushes the output stream. Use sparingly, if at all.\n" 16045 " Redacted form: plflush()\n" 16047 " This function is used in examples 1 and 14.\n" 16061 " Sets the font used for subsequent text and symbols. For devices that\n" 16062 " still use Hershey fonts this routine has no effect unless the Hershey\n" 16063 " fonts with extended character set are loaded (see plfontld). For\n" 16064 " unicode-aware devices that use system fonts instead of Hershey fonts,\n" 16065 " this routine calls the plsfci routine with argument set up\n" 16066 " appropriately for the various cases below. However, this method of\n" 16067 " specifying the font for unicode-aware devices is deprecated, and the\n" 16068 " much more flexible method of calling plsfont directly is recommended\n" 16069 " instead (where plsfont provides a user-friendly interface to plsfci),\n" 16071 " Redacted form: plfont(ifont)\n" 16073 " This function is used in examples 1, 2, 4, 7, 13, 24, and 26.\n" 16083 " ifont (PLINT, input) : Specifies the font: 1: Sans serif font\n" 16084 " (simplest and fastest)\n" 16086 " 3: Italic font\n" 16087 " 4: Script font\n" 16091 "Load Hershey fonts\n" 16095 " Loads the Hershey fonts used for text and symbols. This routine may\n" 16096 " be called before or after initializing PLplot. If not explicitly\n" 16097 " called before PLplot initialization, then by default that\n" 16098 " initialization loads Hershey fonts with the extended character set.\n" 16099 " This routine only has a practical effect for devices that still use\n" 16100 " Hershey fonts (as opposed to modern devices that use unicode-aware\n" 16101 " system fonts instead of Hershey fonts).\n" 16103 " Redacted form: plfontld(fnt)\n" 16105 " This function is used in examples 1 and 7.\n" 16115 " fnt (PLINT, input) : Specifies the type of Hershey fonts to load.\n" 16116 " A zero value specifies Hershey fonts with the standard character\n" 16117 " set and a non-zero value (the default assumed if plfontld is never\n" 16118 " called) specifies Hershey fonts with the extended character set.\n" 16122 "Get character default height and current (scaled) height\n" 16126 " Get character default height and current (scaled) height.\n" 16128 " Redacted form: plgchr(p_def, p_ht)\n" 16130 " This function is used in example 23.\n" 16136 "plgchr(p_def, p_ht)\n" 16140 " p_def (PLFLT_NC_SCALAR, output) : Returned value of the default\n" 16141 " character height (mm).\n" 16143 " p_ht (PLFLT_NC_SCALAR, output) : Returned value of the scaled\n" 16144 " character height (mm).\n" 16148 "Returns 8-bit RGB values for given color index from cmap0\n" 16152 " Returns 8-bit RGB values (0-255) for given color from cmap0 (see the\n" 16153 " PLplot documentation). Values are negative if an invalid color id is\n" 16156 " Redacted form: plgcol0(icol0, r, g, b)\n" 16158 " This function is used in example 2.\n" 16164 "plgcol0(icol0, r, g, b)\n" 16168 " icol0 (PLINT, input) : Index of desired cmap0 color.\n" 16170 " r (PLINT_NC_SCALAR, output) : Returned value of the 8-bit red\n" 16173 " g (PLINT_NC_SCALAR, output) : Returned value of the 8-bit green\n" 16176 " b (PLINT_NC_SCALAR, output) : Returned value of the 8-bit blue\n" 16181 "Returns 8-bit RGB values and PLFLT alpha transparency value for given color index from cmap0\n" 16185 " Returns 8-bit RGB values (0-255) and PLFLT alpha transparency value\n" 16186 " (0.0-1.0) for given color from cmap0 (see the PLplot documentation).\n" 16187 " Values are negative if an invalid color id is given.\n" 16189 " Redacted form: plgcola(r, g, b)\n" 16191 " This function is used in example 30.\n" 16197 "plgcol0a(icol0, r, g, b, alpha)\n" 16201 " icol0 (PLINT, input) : Index of desired cmap0 color.\n" 16203 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n" 16204 " in the range from 0 to 255.\n" 16206 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n" 16207 " in the range from 0 to 255.\n" 16209 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n" 16210 " in the range from 0 to 255.\n" 16212 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n" 16213 " transparency in the range from (0.0-1.0).\n" 16217 "Returns the background color (cmap0[0]) by 8-bit RGB value\n" 16221 " Returns the background color (cmap0[0]) by 8-bit RGB value.\n" 16223 " Redacted form: plgcolbg(r, g, b)\n" 16225 " This function is used in example 31.\n" 16231 "plgcolbg(r, g, b)\n" 16235 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n" 16236 " in the range from 0 to 255.\n" 16238 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n" 16239 " in the range from 0 to 255.\n" 16241 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n" 16242 " in the range from 0 to 255.\n" 16246 "Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value\n" 16250 " Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT\n" 16251 " alpha transparency value.\n" 16253 " This function is used in example 31.\n" 16259 "plgcolbga(r, g, b, alpha)\n" 16263 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n" 16264 " in the range from 0 to 255.\n" 16266 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n" 16267 " in the range from 0 to 255.\n" 16269 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n" 16270 " in the range from 0 to 255.\n" 16272 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n" 16273 " transparency in the range (0.0-1.0).\n" 16277 "Get the current device-compression setting\n" 16281 " Get the current device-compression setting. This parameter is only\n" 16282 " used for drivers that provide compression.\n" 16284 " Redacted form: plgcompression(compression)\n" 16286 " This function is used in example 31.\n" 16292 "plgcompression(compression)\n" 16296 " compression (PLINT_NC_SCALAR, output) : Returned value of the\n" 16297 " compression setting for the current device.\n" 16301 "Get the current device (keyword) name\n" 16305 " Get the current device (keyword) name. Note: you must have allocated\n" 16306 " space for this (80 characters is safe).\n" 16308 " Redacted form: plgdev(p_dev)\n" 16310 " This function is used in example 14.\n" 16320 " p_dev (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n" 16321 " (with preallocated length of 80 characters or more) containing the\n" 16322 " device (keyword) name.\n" 16326 "Get parameters that define current device-space window\n" 16330 " Get relative margin width, aspect ratio, and relative justification\n" 16331 " that define current device-space window. If plsdidev has not been\n" 16332 " called the default values pointed to by p_mar, p_aspect, p_jx, and\n" 16333 " p_jy will all be 0.\n" 16335 " Redacted form: plgdidev(p_mar, p_aspect, p_jx, p_jy)\n" 16337 " This function is used in example 31.\n" 16343 "plgdidev(p_mar, p_aspect, p_jx, p_jy)\n" 16347 " p_mar (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16350 " p_aspect (PLFLT_NC_SCALAR, output) : Returned value of the aspect\n" 16353 " p_jx (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16354 " justification in x.\n" 16356 " p_jy (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16357 " justification in y.\n" 16361 "Get plot orientation\n" 16365 " Get plot orientation parameter which is multiplied by 90 degrees to\n" 16366 " obtain the angle of rotation. Note, arbitrary rotation parameters\n" 16367 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n" 16368 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n" 16369 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n" 16370 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori has\n" 16371 " not been called the default value pointed to by p_rot will be 0.\n" 16373 " Redacted form: plgdiori(p_rot)\n" 16375 " This function is not used in any examples.\n" 16381 "plgdiori(p_rot)\n" 16385 " p_rot (PLFLT_NC_SCALAR, output) : Returned value of the orientation\n" 16390 "Get parameters that define current plot-space window\n" 16394 " Get relative minima and maxima that define current plot-space window.\n" 16395 " If plsdiplt has not been called the default values pointed to by\n" 16396 " p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.\n" 16398 " Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n" 16400 " This function is used in example 31.\n" 16406 "plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n" 16410 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16413 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16416 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16419 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n" 16424 "Get family file parameters\n" 16428 " Gets information about current family file, if familying is enabled.\n" 16429 " See the PLplot documentation for more information.\n" 16431 " Redacted form: plgfam(p_fam, p_num, p_bmax)\n" 16433 " This function is used in examples 14 and 31.\n" 16439 "plgfam(p_fam, p_num, p_bmax)\n" 16443 " p_fam (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16444 " family flag value. If nonzero, familying is enabled for the\n" 16445 " current device.\n" 16447 " p_num (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16448 " family file number.\n" 16450 " p_bmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n" 16451 " file size (in bytes) for a family file.\n" 16455 "Get FCI (font characterization integer)\n" 16459 " Gets information about the current font using the FCI approach. See\n" 16460 " the PLplot documentation for more information.\n" 16462 " Redacted form: plgfci(p_fci)\n" 16464 " This function is used in example 23.\n" 16474 " p_fci (PLUNICODE_NC_SCALAR, output) : Returned value of the current\n" 16479 "Get output file name\n" 16483 " Gets the current output file name, if applicable.\n" 16485 " Redacted form: plgfnam(fnam)\n" 16487 " This function is used in example 31.\n" 16497 " fnam (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n" 16498 " (with preallocated length of 80 characters or more) containing the\n" 16503 "Get family, style and weight of the current font\n" 16507 " Gets information about current font. See the PLplot documentation for\n" 16508 " more information on font selection.\n" 16510 " Redacted form: plgfont(p_family, p_style, p_weight)\n" 16512 " This function is used in example 23.\n" 16518 "plgfont(p_family, p_style, p_weight)\n" 16522 " p_family (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16523 " font family. The available values are given by the PL_FCI_*\n" 16524 " constants in plplot.h. Current options are PL_FCI_SANS,\n" 16525 " PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. If\n" 16526 " p_family is NULL then the font family is not returned.\n" 16528 " p_style (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16529 " font style. The available values are given by the PL_FCI_*\n" 16530 " constants in plplot.h. Current options are PL_FCI_UPRIGHT,\n" 16531 " PL_FCI_ITALIC and PL_FCI_OBLIQUE. If p_style is NULL then the font\n" 16532 " style is not returned.\n" 16534 " p_weight (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16535 " font weight. The available values are given by the PL_FCI_*\n" 16536 " constants in plplot.h. Current options are PL_FCI_MEDIUM and\n" 16537 " PL_FCI_BOLD. If p_weight is NULL then the font weight is not\n" 16542 "Get the (current) run level\n" 16546 " Get the (current) run level. Valid settings are: 0, uninitialized\n" 16547 " 1, initialized\n" 16548 " 2, viewport defined\n" 16549 " 3, world coordinates defined\n" 16552 " Redacted form: plglevel(p_level)\n" 16554 " This function is used in example 31.\n" 16560 "plglevel(p_level)\n" 16564 " p_level (PLINT_NC_SCALAR, output) : Returned value of the run\n" 16569 "Get page parameters\n" 16573 " Gets the current page configuration. The length and offset values are\n" 16574 " expressed in units that are specific to the current driver. For\n" 16575 " instance: screen drivers will usually interpret them as number of\n" 16576 " pixels, whereas printer drivers will usually use mm.\n" 16578 " Redacted form: plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n" 16580 " This function is used in examples 14 and 31.\n" 16586 "plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n" 16590 " p_xp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n" 16591 " pixels/inch (DPI) in x.\n" 16593 " p_yp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n" 16594 " pixels/inch (DPI) in y.\n" 16596 " p_xleng (PLINT_NC_SCALAR, output) : Returned value of the x page\n" 16599 " p_yleng (PLINT_NC_SCALAR, output) : Returned value of the y page\n" 16602 " p_xoff (PLINT_NC_SCALAR, output) : Returned value of the x page\n" 16605 " p_yoff (PLINT_NC_SCALAR, output) : Returned value of the y page\n" 16610 "Switch to graphics screen\n" 16614 " Sets an interactive device to graphics mode, used in conjunction with\n" 16615 " pltext to allow graphics and text to be interspersed. On a device\n" 16616 " which supports separate text and graphics windows, this command causes\n" 16617 " control to be switched to the graphics window. If already in graphics\n" 16618 " mode, this command is ignored. It is also ignored on devices which\n" 16619 " only support a single window or use a different method for shifting\n" 16620 " focus. See also pltext.\n" 16622 " Redacted form: plgra()\n" 16624 " This function is used in example 1.\n" 16634 "Grid data from irregularly sampled data\n" 16638 " Real world data is frequently irregularly sampled, but PLplot 3D plots\n" 16639 " require data organized as a grid, i.e., with x sample point values\n" 16640 " independent of y coordinate and vice versa. This function takes\n" 16641 " irregularly sampled data from the x[npts], y[npts], and z[npts]\n" 16642 " vectors; reads the desired grid location from the input vectors\n" 16643 " xg[nptsx] and yg[nptsy]; and returns the interpolated result on that\n" 16644 " grid using the output matrix zg[nptsx][nptsy]. The algorithm used to\n" 16645 " interpolate the data to the grid is specified with the argument type\n" 16646 " which can have one parameter specified in argument data.\n" 16648 " Redacted form: General: plgriddata(x, y, z, xg, yg, zg, type, data)\n" 16649 " Python: zg=plgriddata(x, y, z, xg, yg, type, data)\n" 16652 " This function is used in example 21.\n" 16658 "plgriddata(x, y, z, npts, xg, nptsx, yg, nptsy, zg, type, data)\n" 16662 " x (PLFLT_VECTOR, input) : The input x vector.\n" 16664 " y (PLFLT_VECTOR, input) : The input y vector.\n" 16666 " z (PLFLT_VECTOR, input) : The input z vector. Each triple x[i],\n" 16667 " y[i], z[i] represents one data sample coordinate.\n" 16669 " npts (PLINT, input) : The number of data samples in the x, y and z\n" 16672 " xg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n" 16673 " in the x direction. Usually xg has nptsx equally spaced values\n" 16674 " from the minimum to the maximum values of the x input vector.\n" 16676 " nptsx (PLINT, input) : The number of points in the xg vector.\n" 16678 " yg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n" 16679 " in the y direction. Similar to the xg parameter.\n" 16681 " nptsy (PLINT, input) : The number of points in the yg vector.\n" 16683 " zg (PLFLT_NC_MATRIX, output) : The matrix of interpolated results\n" 16684 " where data lies in the grid specified by xg and yg. Therefore the\n" 16685 " zg matrix must be dimensioned\n" 16689 " type (PLINT, input) : The type of grid interpolation algorithm to\n" 16690 " use, which can be: GRID_CSA: Bivariate Cubic Spline approximation\n" 16691 " GRID_DTLI: Delaunay Triangulation Linear Interpolation\n" 16692 " GRID_NNI: Natural Neighbors Interpolation\n" 16693 " GRID_NNIDW: Nearest Neighbors Inverse Distance Weighted\n" 16694 " GRID_NNLI: Nearest Neighbors Linear Interpolation\n" 16695 " GRID_NNAIDW: Nearest Neighbors Around Inverse Distance\n" 16697 " For details of the algorithms read the source file plgridd.c.\n" 16699 " data (PLFLT, input) : Some gridding algorithms require extra data,\n" 16700 " which can be specified through this argument. Currently, for\n" 16701 " algorithm: GRID_NNIDW, data specifies the number of neighbors to\n" 16702 " use, the lower the value, the noisier (more local) the\n" 16703 " approximation is.\n" 16704 " GRID_NNLI, data specifies what a thin triangle is, in the\n" 16705 " range [1. .. 2.]. High values enable the usage of very thin\n" 16706 " triangles for interpolation, possibly resulting in error in\n" 16707 " the approximation.\n" 16708 " GRID_NNI, only weights greater than data will be accepted. If\n" 16709 " 0, all weights will be accepted.\n" 16713 "Get current subpage parameters\n" 16717 " Gets the size of the current subpage in millimeters measured from the\n" 16718 " bottom left hand corner of the output device page or screen. Can be\n" 16719 " used in conjunction with plsvpa for setting the size of a viewport in\n" 16720 " absolute coordinates (millimeters).\n" 16722 " Redacted form: plgspa(xmin, xmax, ymin, ymax)\n" 16724 " This function is used in example 23.\n" 16730 "plgspa(xmin, xmax, ymin, ymax)\n" 16734 " xmin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n" 16735 " the left hand edge of the subpage in millimeters.\n" 16737 " xmax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n" 16738 " the right hand edge of the subpage in millimeters.\n" 16740 " ymin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n" 16741 " the bottom edge of the subpage in millimeters.\n" 16743 " ymax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n" 16744 " the top edge of the subpage in millimeters.\n" 16748 "Get current stream number\n" 16752 " Gets the number of the current output stream. See also plsstrm.\n" 16754 " Redacted form: plgstrm(p_strm)\n" 16756 " This function is used in example 1,20.\n" 16762 "plgstrm(p_strm)\n" 16766 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the current\n" 16771 "Get the current library version number\n" 16775 " Get the current library version number. Note: you must have allocated\n" 16776 " space for this (80 characters is safe).\n" 16778 " Redacted form: plgver(p_ver)\n" 16780 " This function is used in example 1.\n" 16790 " p_ver (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n" 16791 " (with preallocated length of 80 characters or more) containing the\n" 16792 " PLplot version number.\n" 16796 "Get viewport limits in normalized device coordinates\n" 16800 " Get viewport limits in normalized device coordinates.\n" 16802 " Redacted form: General: plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n" 16805 " This function is used in example 31.\n" 16811 "plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n" 16815 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n" 16816 " viewport limit of the normalized device coordinate in x.\n" 16818 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n" 16819 " viewport limit of the normalized device coordinate in x.\n" 16821 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n" 16822 " viewport limit of the normalized device coordinate in y.\n" 16824 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n" 16825 " viewport limit of the normalized device coordinate in y.\n" 16829 "Get viewport limits in world coordinates\n" 16833 " Get viewport limits in world coordinates.\n" 16835 " Redacted form: General: plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n" 16838 " This function is used in example 31.\n" 16844 "plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n" 16848 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n" 16849 " viewport limit of the world coordinate in x.\n" 16851 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n" 16852 " viewport limit of the world coordinate in x.\n" 16854 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n" 16855 " viewport limit of the world coordinate in y.\n" 16857 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n" 16858 " viewport limit of the world coordinate in y.\n" 16862 "Get x axis parameters\n" 16866 " Returns current values of the p_digmax and p_digits flags for the x\n" 16867 " axis. p_digits is updated after the plot is drawn, so this routine\n" 16868 " should only be called after the call to plbox (or plbox3) is complete.\n" 16869 " See the PLplot documentation for more information.\n" 16871 " Redacted form: plgxax(p_digmax, p_digits)\n" 16873 " This function is used in example 31.\n" 16879 "plgxax(p_digmax, p_digits)\n" 16883 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n" 16884 " number of digits for the x axis. If nonzero, the printed label\n" 16885 " has been switched to a floating-point representation when the\n" 16886 " number of digits exceeds this value.\n" 16888 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n" 16889 " number of digits for the numeric labels (x axis) from the last\n" 16894 "Get y axis parameters\n" 16898 " Identical to plgxax, except that arguments are flags for y axis. See\n" 16899 " the description of plgxax for more detail.\n" 16901 " Redacted form: plgyax(p_digmax, p_digits)\n" 16903 " This function is used in example 31.\n" 16909 "plgyax(p_digmax, p_digits)\n" 16913 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n" 16914 " number of digits for the y axis. If nonzero, the printed label\n" 16915 " has been switched to a floating-point representation when the\n" 16916 " number of digits exceeds this value.\n" 16918 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n" 16919 " number of digits for the numeric labels (y axis) from the last\n" 16924 "Get z axis parameters\n" 16928 " Identical to plgxax, except that arguments are flags for z axis. See\n" 16929 " the description of plgxax for more detail.\n" 16931 " Redacted form: plgzax(p_digmax, p_digits)\n" 16933 " This function is used in example 31.\n" 16939 "plgzax(p_digmax, p_digits)\n" 16943 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n" 16944 " number of digits for the z axis. If nonzero, the printed label\n" 16945 " has been switched to a floating-point representation when the\n" 16946 " number of digits exceeds this value.\n" 16948 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n" 16949 " number of digits for the numeric labels (z axis) from the last\n" 16954 "Plot a histogram from unbinned data\n" 16958 " Plots a histogram from n data points stored in the data vector. This\n" 16959 " routine bins the data into nbin bins equally spaced between datmin and\n" 16960 " datmax, and calls plbin to draw the resulting histogram. Parameter\n" 16961 " opt allows, among other things, the histogram either to be plotted in\n" 16962 " an existing window or causes plhist to call plenv with suitable limits\n" 16963 " before plotting the histogram.\n" 16965 " Redacted form: plhist(data, datmin, datmax, nbin, opt)\n" 16967 " This function is used in example 5.\n" 16973 "plhist(n, data, datmin, datmax, nbin, opt)\n" 16977 " n (PLINT, input) : Number of data points.\n" 16979 " data (PLFLT_VECTOR, input) : A vector containing the values of the\n" 16980 " n data points.\n" 16982 " datmin (PLFLT, input) : Left-hand edge of lowest-valued bin.\n" 16984 " datmax (PLFLT, input) : Right-hand edge of highest-valued bin.\n" 16986 " nbin (PLINT, input) : Number of (equal-sized) bins into which to\n" 16987 " divide the interval xmin to xmax.\n" 16989 " opt (PLINT, input) : Is a combination of several flags:\n" 16990 " opt=PL_HIST_DEFAULT: The axes are automatically rescaled to fit\n" 16991 " the histogram data, the outer bins are expanded to fill up the\n" 16992 " entire x-axis, data outside the given extremes are assigned to the\n" 16993 " outer bins and bins of zero height are simply drawn.\n" 16994 " opt=PL_HIST_NOSCALING|...: The existing axes are not rescaled\n" 16995 " to fit the histogram data, without this flag, plenv is called\n" 16996 " to set the world coordinates.\n" 16997 " opt=PL_HIST_IGNORE_OUTLIERS|...: Data outside the given\n" 16998 " extremes are not taken into account. This option should\n" 16999 " probably be combined with opt=PL_HIST_NOEXPAND|..., so as to\n" 17000 " properly present the data.\n" 17001 " opt=PL_HIST_NOEXPAND|...: The outer bins are drawn with equal\n" 17002 " size as the ones inside.\n" 17003 " opt=PL_HIST_NOEMPTY|...: Bins with zero height are not drawn\n" 17004 " (there is a gap for such bins).\n" 17008 "Convert HLS color to RGB\n" 17012 " Convert HLS color coordinates to RGB.\n" 17014 " Redacted form: General: plhlsrgb(h, l, s, p_r, p_g, p_b)\n" 17017 " This function is used in example 2.\n" 17023 "plhlsrgb(h, l, s, p_r, p_g, p_b)\n" 17027 " h (PLFLT, input) : Hue in degrees (0.0-360.0) on the color\n" 17030 " l (PLFLT, input) : Lightness expressed as a fraction (0.0-1.0) of\n" 17031 " the axis of the color cylinder.\n" 17033 " s (PLFLT, input) : Saturation expressed as a fraction (0.0-1.0) of\n" 17034 " the radius of the color cylinder.\n" 17036 " p_r (PLFLT_NC_SCALAR, output) : Returned value of the red intensity\n" 17037 " (0.0-1.0) of the color.\n" 17039 " p_g (PLFLT_NC_SCALAR, output) : Returned value of the green\n" 17040 " intensity (0.0-1.0) of the color.\n" 17042 " p_b (PLFLT_NC_SCALAR, output) : Returned value of the blue\n" 17043 " intensity (0.0-1.0) of the color.\n" 17047 "Initialize PLplot\n" 17051 " Initializing the plotting package. The program prompts for the device\n" 17052 " keyword or number of the desired output device. Hitting a RETURN in\n" 17053 " response to the prompt is the same as selecting the first device.\n" 17054 " plinit will issue no prompt if either the device was specified\n" 17055 " previously (via command line flag, the plsetopt function, or the\n" 17056 " plsdev function), or if only one device is enabled when PLplot is\n" 17057 " installed. If subpages have been specified, the output device is\n" 17058 " divided into nx by ny subpages, each of which may be used\n" 17059 " independently. If plinit is called again during a program, the\n" 17060 " previously opened file will be closed. The subroutine pladv is used\n" 17061 " to advance from one subpage to the next.\n" 17063 " Redacted form: plinit()\n" 17065 " This function is used in all of the examples.\n" 17075 "Draw a line between two points\n" 17079 " Joins the point (\n" 17085 " Redacted form: pljoin(x1,y1,x2,y2)\n" 17087 " This function is used in examples 3 and 14.\n" 17093 "pljoin(x1, y1, x2, y2)\n" 17097 " x1 (PLFLT, input) : x coordinate of first point.\n" 17099 " y1 (PLFLT, input) : y coordinate of first point.\n" 17101 " x2 (PLFLT, input) : x coordinate of second point.\n" 17103 " y2 (PLFLT, input) : y coordinate of second point.\n" 17107 "Simple routine to write labels\n" 17111 " Routine for writing simple labels. Use plmtex for more complex labels.\n" 17113 " Redacted form: pllab(xlabel, ylabel, tlabel)\n" 17115 " This function is used in examples 1, 5, 9, 12, 14-16, 20-22, and 29.\n" 17121 "pllab(xlabel, ylabel, tlabel)\n" 17125 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 17126 " the label for the x axis.\n" 17128 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 17129 " the label for the y axis.\n" 17131 " tlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n" 17132 " the title of the plot.\n" 17136 "Plot legend using discretely annotated filled boxes, lines, and/or lines of symbols\n" 17140 " Routine for creating a discrete plot legend with a plotted filled box,\n" 17141 " line, and/or line of symbols for each annotated legend entry. (See\n" 17142 " plcolorbar for similar functionality for creating continuous color\n" 17143 " bars.) The arguments of pllegend provide control over the location\n" 17144 " and size of the legend as well as the location and characteristics of\n" 17145 " the elements (most of which are optional) within that legend. The\n" 17146 " resulting legend is clipped at the boundaries of the current subpage.\n" 17147 " (N.B. the adopted coordinate system used for some of the parameters is\n" 17148 " defined in the documentation of the position parameter.)\n" 17150 " Redacted form: pllegend(p_legend_width, p_legend_height, opt,\n" 17151 " position, x, y, plot_width, bg_color, bb_color, bb_style, nrow,\n" 17152 " ncolumn, opt_array, text_offset, text_scale, text_spacing,\n" 17153 " test_justification, text_colors, text, box_colors, box_patterns,\n" 17154 " box_scales, box_line_widths, line_colors, line_styles, line_widths,\n" 17155 " symbol_colors, symbol_scales, symbol_numbers, symbols)\n" 17157 " This function is used in examples 4, 26, and 33.\n" 17163 "pllegend(p_legend_width, p_legend_height, opt, position, x, y, plot_width, bg_color, bb_color, bb_style, nrow, ncolumn, nlegend, opt_array, text_offset, text_scale, text_spacing, test_justification, text_colors, text, box_colors, box_patterns, box_scales, box_line_widths, line_colors, line_styles, line_widths, symbol_colors, symbol_scales, symbol_numbers, symbols)\n" 17167 " p_legend_width (PLFLT_NC_SCALAR, output) : Returned value of the\n" 17168 " legend width in adopted coordinates. This quantity is calculated\n" 17169 " from plot_width, text_offset, ncolumn (possibly modified inside\n" 17170 " the routine depending on nlegend and nrow), and the length\n" 17171 " (calculated internally) of the longest text string.\n" 17173 " p_legend_height (PLFLT_NC_SCALAR, output) : Returned value of the\n" 17174 " legend height in adopted coordinates. This quantity is calculated\n" 17175 " from text_scale, text_spacing, and nrow (possibly modified inside\n" 17176 " the routine depending on nlegend and nrow).\n" 17178 " opt (PLINT, input) : opt contains bits controlling the overall\n" 17179 " legend. If the PL_LEGEND_TEXT_LEFT bit is set, put the text area\n" 17180 " on the left of the legend and the plotted area on the right.\n" 17181 " Otherwise, put the text area on the right of the legend and the\n" 17182 " plotted area on the left. If the PL_LEGEND_BACKGROUND bit is set,\n" 17183 " plot a (semitransparent) background for the legend. If the\n" 17184 " PL_LEGEND_BOUNDING_BOX bit is set, plot a bounding box for the\n" 17185 " legend. If the PL_LEGEND_ROW_MAJOR bit is set and (both of the\n" 17186 " possibly internally transformed) nrow > 1 and ncolumn > 1, then\n" 17187 " plot the resulting array of legend entries in row-major order.\n" 17188 " Otherwise, plot the legend entries in column-major order.\n" 17190 " position (PLINT, input) : position contains bits which control the\n" 17191 " overall position of the legend and the definition of the adopted\n" 17192 " coordinates used for positions just like what is done for the\n" 17193 " position argument for plcolorbar. However, note that the defaults\n" 17194 " for the position bits (see below) are different than the\n" 17195 " plcolorbar case. The combination of the PL_POSITION_LEFT,\n" 17196 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n" 17197 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n" 17198 " the 16 possible standard positions (the 4 corners and centers of\n" 17199 " the 4 sides for both the inside and outside cases) of the legend\n" 17200 " relative to the adopted coordinate system. The corner positions\n" 17201 " are specified by the appropriate combination of two of the\n" 17202 " PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n" 17203 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n" 17204 " value of one of those bits. The adopted coordinates are\n" 17205 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n" 17206 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n" 17207 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n" 17208 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n" 17209 " then use the combination of PL_POSITION_RIGHT and PL_POSITION_TOP.\n" 17210 " If neither of PL_POSITION_INSIDE or PL_POSITION_OUTSIDE is set,\n" 17211 " use PL_POSITION_INSIDE. If neither of PL_POSITION_VIEWPORT or\n" 17212 " PL_POSITION_SUBPAGE is set, use PL_POSITION_VIEWPORT.\n" 17214 " x (PLFLT, input) : X offset of the legend position in adopted\n" 17215 " coordinates from the specified standard position of the legend.\n" 17216 " For positive x, the direction of motion away from the standard\n" 17217 " position is inward/outward from the standard corner positions or\n" 17218 " standard left or right positions if the\n" 17219 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n" 17220 " For the standard top or bottom positions, the direction of motion\n" 17221 " is toward positive X.\n" 17223 " y (PLFLT, input) : Y offset of the legend position in adopted\n" 17224 " coordinates from the specified standard position of the legend.\n" 17225 " For positive y, the direction of motion away from the standard\n" 17226 " position is inward/outward from the standard corner positions or\n" 17227 " standard top or bottom positions if the\n" 17228 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position. For\n" 17229 " the standard left or right positions, the direction of motion is\n" 17230 " toward positive Y.\n" 17232 " plot_width (PLFLT, input) : Horizontal width in adopted coordinates\n" 17233 " of the plot area (where the colored boxes, lines, and/or lines of\n" 17234 " symbols are drawn) of the legend.\n" 17236 " bg_color (PLINT, input) : The cmap0 color of the background for the\n" 17237 " legend (PL_LEGEND_BACKGROUND).\n" 17239 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n" 17240 " for the legend (PL_LEGEND_BOUNDING_BOX).\n" 17242 " bb_style (PLINT, input) : The pllsty style number for the\n" 17243 " bounding-box line for the legend (PL_LEGEND_BACKGROUND).\n" 17245 " nrow (PLINT, input) : The number of rows in the matrix used to\n" 17247 " nlegend legend entries. For internal transformations of\n" 17248 " nrow, see further remarks under\n" 17251 " ncolumn (PLINT, input) : The number of columns in the matrix used\n" 17253 " nlegend legend entries. For internal transformations of\n" 17254 " ncolumn, see further remarks under\n" 17257 " nlegend (PLINT, input) : Number of legend entries. The above\n" 17259 " ncolumn values are transformed internally to be consistent with\n" 17260 " nlegend. If either\n" 17262 " ncolumn is non-positive it is replaced by 1. If the resulting product\n" 17265 " ncolumn is less than\n" 17266 " nlegend, the smaller of the two (or\n" 17269 " ncolumn) is increased so the product is >=\n" 17270 " nlegend. Thus, for example, the common\n" 17272 " ncolumn = 0 case is transformed internally to\n" 17275 " ncolumn = 1; i.e., the usual case of a legend rendered as a single\n" 17278 " opt_array (PLINT_VECTOR, input) : A vector of\n" 17279 " nlegend values of options to control each individual plotted area\n" 17280 " corresponding to a legend entry. If the\n" 17281 " PL_LEGEND_NONE bit is set, then nothing is plotted in the plotted\n" 17283 " PL_LEGEND_COLOR_BOX,\n" 17284 " PL_LEGEND_LINE, and/or\n" 17285 " PL_LEGEND_SYMBOL bits are set, the area corresponding to a legend\n" 17286 " entry is plotted with a colored box; a line; and/or a line of\n" 17289 " text_offset (PLFLT, input) : Offset of the text area from the plot\n" 17290 " area in units of character width.\n" 17292 " text_scale (PLFLT, input) : Character height scale for text\n" 17295 " text_spacing (PLFLT, input) : Vertical spacing in units of the\n" 17296 " character height from one legend entry to the next.\n" 17298 " text_justification (PLFLT, input) : Justification parameter used\n" 17299 " for text justification. The most common values of\n" 17300 " text_justification are 0., 0.5, or 1. corresponding to a text that\n" 17301 " is left justified, centred, or right justified within the text\n" 17302 " area, but other values are allowed as well.\n" 17304 " text_colors (PLINT_VECTOR, input) : A vector containing\n" 17305 " nlegend cmap0 text colors.\n" 17307 " text (PLCHAR_MATRIX, input) : A vector of\n" 17308 " nlegend UTF-8 character strings containing the legend annotations.\n" 17310 " box_colors (PLINT_VECTOR, input) : A vector containing\n" 17311 " nlegend cmap0 colors for the discrete colored boxes (\n" 17312 " PL_LEGEND_COLOR_BOX).\n" 17314 " box_patterns (PLINT_VECTOR, input) : A vector containing\n" 17315 " nlegend patterns (plpsty indices) for the discrete colored boxes (\n" 17316 " PL_LEGEND_COLOR_BOX).\n" 17318 " box_scales (PLFLT_VECTOR, input) : A vector containing\n" 17319 " nlegend scales (units of fraction of character height) for the height\n" 17320 " of the discrete colored boxes (\n" 17321 " PL_LEGEND_COLOR_BOX).\n" 17323 " box_line_widths (PLFLT_VECTOR, input) : A vector containing\n" 17324 " nlegend line widths for the patterns specified by box_patterns (\n" 17325 " PL_LEGEND_COLOR_BOX).\n" 17327 " line_colors (PLINT_VECTOR, input) : A vector containing\n" 17328 " nlegend cmap0 line colors (\n" 17329 " PL_LEGEND_LINE).\n" 17331 " line_styles (PLINT_VECTOR, input) : A vector containing\n" 17332 " nlegend line styles (plsty indices) (\n" 17333 " PL_LEGEND_LINE).\n" 17335 " line_widths (PLFLT_VECTOR, input) : A vector containing\n" 17336 " nlegend line widths (\n" 17337 " PL_LEGEND_LINE).\n" 17339 " symbol_colors (PLINT_VECTOR, input) : A vector containing\n" 17340 " nlegend cmap0 symbol colors (\n" 17341 " PL_LEGEND_SYMBOL).\n" 17343 " symbol_scales (PLFLT_VECTOR, input) : A vector containing\n" 17344 " nlegend scale values for the symbol height (\n" 17345 " PL_LEGEND_SYMBOL).\n" 17347 " symbol_numbers (PLINT_VECTOR, input) : A vector containing\n" 17348 " nlegend numbers of symbols to be drawn across the width of the plotted\n" 17350 " PL_LEGEND_SYMBOL).\n" 17352 " symbols (PLCHAR_MATRIX, input) : A vector of\n" 17353 " nlegend UTF-8 character strings containing the legend symbols. (\n" 17354 " PL_LEGEND_SYMBOL).\n" 17358 "Plot color bar for image, shade or gradient plots\n" 17362 " Routine for creating a continuous color bar for image, shade, or\n" 17363 " gradient plots. (See pllegend for similar functionality for creating\n" 17364 " legends with discrete elements). The arguments of plcolorbar provide\n" 17365 " control over the location and size of the color bar as well as the\n" 17366 " location and characteristics of the elements (most of which are\n" 17367 " optional) within that color bar. The resulting color bar is clipped\n" 17368 " at the boundaries of the current subpage. (N.B. the adopted coordinate\n" 17369 " system used for some of the parameters is defined in the documentation\n" 17370 " of the position parameter.)\n" 17372 " Redacted form: plcolorbar(p_colorbar_width, p_colorbar_height, opt,\n" 17373 " position, x, y, x_length, y_length, bg_color, bb_color, bb_style,\n" 17374 " low_cap_color, high_cap_color, cont_color, cont_width, label_opts,\n" 17375 " labels, axis_opts, ticks, sub_ticks, values)\n" 17377 " This function is used in examples 16 and 33.\n" 17383 "plcolorbar(p_colorbar_width, p_colorbar_height, opt, position, x, y, x_length, y_length, bg_color, bb_color, bb_style, low_cap_color, high_cap_color, cont_color, cont_width, n_labels, label_opts, labels, naxes, axis_opts, ticks, sub_ticks, n_values, values)\n" 17387 " p_colorbar_width (PLFLT_NC_SCALAR, output) : Returned value of the\n" 17388 " labelled and decorated color bar width in adopted coordinates.\n" 17390 " p_colorbar_height (PLFLT_NC_SCALAR, output) : Returned value of the\n" 17391 " labelled and decorated color bar height in adopted coordinates.\n" 17393 " opt (PLINT, input) : opt contains bits controlling the overall\n" 17394 " color bar. The orientation (direction of the maximum value) of\n" 17395 " the color bar is specified with PL_ORIENT_RIGHT, PL_ORIENT_TOP,\n" 17396 " PL_ORIENT_LEFT, or PL_ORIENT_BOTTOM. If none of these bits are\n" 17397 " specified, the default orientation is toward the top if the\n" 17398 " colorbar is placed on the left or right of the viewport or toward\n" 17399 " the right if the colorbar is placed on the top or bottom of the\n" 17400 " viewport. If the PL_COLORBAR_BACKGROUND bit is set, plot a\n" 17401 " (semitransparent) background for the color bar. If the\n" 17402 " PL_COLORBAR_BOUNDING_BOX bit is set, plot a bounding box for the\n" 17403 " color bar. The type of color bar must be specified with one of\n" 17404 " PL_COLORBAR_IMAGE, PL_COLORBAR_SHADE, or PL_COLORBAR_GRADIENT. If\n" 17405 " more than one of those bits is set only the first one in the above\n" 17406 " list is honored. The position of the (optional) label/title can be\n" 17407 " specified with PL_LABEL_RIGHT, PL_LABEL_TOP, PL_LABEL_LEFT, or\n" 17408 " PL_LABEL_BOTTOM. If no label position bit is set then no label\n" 17409 " will be drawn. If more than one of this list of bits is specified,\n" 17410 " only the first one on the list is honored. End-caps for the color\n" 17411 " bar can added with PL_COLORBAR_CAP_LOW and PL_COLORBAR_CAP_HIGH.\n" 17412 " If a particular color bar cap option is not specified then no cap\n" 17413 " will be drawn for that end. As a special case for\n" 17414 " PL_COLORBAR_SHADE, the option PL_COLORBAR_SHADE_LABEL can be\n" 17415 " specified. If this option is provided then any tick marks and tick\n" 17416 " labels will be placed at the breaks between shaded segments. TODO:\n" 17417 " This should be expanded to support custom placement of tick marks\n" 17418 " and tick labels at custom value locations for any color bar type.\n" 17420 " position (PLINT, input) : position contains bits which control the\n" 17421 " overall position of the color bar and the definition of the\n" 17422 " adopted coordinates used for positions just like what is done for\n" 17423 " the position argument for pllegend. However, note that the\n" 17424 " defaults for the position bits (see below) are different than the\n" 17425 " pllegend case. The combination of the PL_POSITION_LEFT,\n" 17426 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n" 17427 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n" 17428 " the 16 possible standard positions (the 4 corners and centers of\n" 17429 " the 4 sides for both the inside and outside cases) of the color\n" 17430 " bar relative to the adopted coordinate system. The corner\n" 17431 " positions are specified by the appropriate combination of two of\n" 17432 " the PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n" 17433 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n" 17434 " value of one of those bits. The adopted coordinates are\n" 17435 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n" 17436 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n" 17437 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n" 17438 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n" 17439 " then use PL_POSITION_RIGHT. If neither of PL_POSITION_INSIDE or\n" 17440 " PL_POSITION_OUTSIDE is set, use PL_POSITION_OUTSIDE. If neither of\n" 17441 " PL_POSITION_VIEWPORT or PL_POSITION_SUBPAGE is set, use\n" 17442 " PL_POSITION_VIEWPORT.\n" 17444 " x (PLFLT, input) : X offset of the color bar position in adopted\n" 17445 " coordinates from the specified standard position of the color bar.\n" 17446 " For positive x, the direction of motion away from the standard\n" 17447 " position is inward/outward from the standard corner positions or\n" 17448 " standard left or right positions if the\n" 17449 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n" 17450 " For the standard top or bottom positions, the direction of motion\n" 17451 " is toward positive X.\n" 17453 " y (PLFLT, input) : Y offset of the color bar position in adopted\n" 17454 " coordinates from the specified standard position of the color bar.\n" 17455 " For positive y, the direction of motion away from the standard\n" 17456 " position is inward/outward from the standard corner positions or\n" 17457 " standard top or bottom positions if the\n" 17458 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n" 17459 " For the standard left or right positions, the direction of motion\n" 17460 " is toward positive Y.\n" 17462 " x_length (PLFLT, input) : Length of the body of the color bar in\n" 17463 " the X direction in adopted coordinates.\n" 17465 " y_length (PLFLT, input) : Length of the body of the color bar in\n" 17466 " the Y direction in adopted coordinates.\n" 17468 " bg_color (PLINT, input) : The cmap0 color of the background for the\n" 17469 " color bar (PL_COLORBAR_BACKGROUND).\n" 17471 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n" 17472 " for the color bar (PL_COLORBAR_BOUNDING_BOX).\n" 17474 " bb_style (PLINT, input) : The pllsty style number for the\n" 17475 " bounding-box line for the color bar (PL_COLORBAR_BACKGROUND).\n" 17477 " low_cap_color (PLFLT, input) : The cmap1 color of the low-end color\n" 17478 " bar cap, if it is drawn (PL_COLORBAR_CAP_LOW).\n" 17480 " high_cap_color (PLFLT, input) : The cmap1 color of the high-end\n" 17481 " color bar cap, if it is drawn (PL_COLORBAR_CAP_HIGH).\n" 17483 " cont_color (PLINT, input) : The cmap0 contour color for\n" 17484 " PL_COLORBAR_SHADE plots. This is passed directly to plshades, so\n" 17485 " it will be interpreted according to the design of plshades.\n" 17487 " cont_width (PLFLT, input) : Contour width for PL_COLORBAR_SHADE\n" 17488 " plots. This is passed directly to plshades, so it will be\n" 17489 " interpreted according to the design of plshades.\n" 17491 " n_labels (PLINT, input) : Number of labels to place around the\n" 17494 " label_opts (PLINT_VECTOR, input) : A vector of options for each of\n" 17495 " n_labels labels.\n" 17497 " labels (PLCHAR_MATRIX, input) : A vector of\n" 17498 " n_labels UTF-8 character strings containing the labels for the color\n" 17499 " bar. Ignored if no label position is specified with one of the\n" 17500 " PL_COLORBAR_LABEL_RIGHT, PL_COLORBAR_LABEL_TOP,\n" 17501 " PL_COLORBAR_LABEL_LEFT, or PL_COLORBAR_LABEL_BOTTOM bits in the\n" 17502 " corresponding label_opts field.\n" 17504 " n_axes (PLINT, input) : Number of axis definitions provided. This\n" 17505 " value must be greater than 0. It is typically 1 (numerical axis\n" 17506 " labels are provided for one of the long edges of the color bar),\n" 17507 " but it can be larger if multiple numerical axis labels for the\n" 17508 " long edges of the color bar are desired.\n" 17510 " axis_opts (PLCHAR_MATRIX, input) : A vector of\n" 17511 " n_axes ascii character strings containing options (interpreted as for\n" 17512 " plbox) for the color bar's axis definitions.\n" 17514 " ticks (PLFLT_VECTOR, input) : A vector of n_axes values of the\n" 17515 " spacing of the major tick marks (interpreted as for plbox) for the\n" 17516 " color bar's axis definitions.\n" 17518 " sub_ticks (PLINT_VECTOR, input) : A vector of n_axes values of the\n" 17519 " number of subticks (interpreted as for plbox) for the color bar's\n" 17520 " axis definitions.\n" 17522 " n_values (PLINT_VECTOR, input) : A vector containing the number of\n" 17523 " elements in each of the n_axes rows of the values matrix.\n" 17525 " values (PLFLT_MATRIX, input) : A matrix containing the numeric\n" 17526 " values for the data range represented by the color bar. For a row\n" 17527 " index of i_axis (where 0 < i_axis < n_axes), the number of\n" 17528 " elements in the row is specified by n_values[i_axis]. For\n" 17529 " PL_COLORBAR_IMAGE and PL_COLORBAR_GRADIENT the number of elements\n" 17530 " is 2, and the corresponding row elements of the values matrix are\n" 17531 " the minimum and maximum value represented by the colorbar. For\n" 17532 " PL_COLORBAR_SHADE, the number and values of the elements of a row\n" 17533 " of the values matrix is interpreted the same as the nlevel and\n" 17534 " clevel arguments of plshades.\n" 17538 "Sets the 3D position of the light source\n" 17542 " Sets the 3D position of the light source for use with plsurf3d and\n" 17545 " Redacted form: pllightsource(x, y, z)\n" 17547 " This function is used in example 8.\n" 17553 "pllightsource(x, y, z)\n" 17557 " x (PLFLT, input) : X-coordinate of the light source.\n" 17559 " y (PLFLT, input) : Y-coordinate of the light source.\n" 17561 " z (PLFLT, input) : Z-coordinate of the light source.\n" 17569 " Draws line defined by n points in x and y.\n" 17571 " Redacted form: plline(x, y)\n" 17573 " This function is used in examples 1, 3, 4, 9, 12-14, 16, 18, 20, 22,\n" 17574 " 25-27, and 29.\n" 17580 "plline(n, x, y)\n" 17584 " n (PLINT, input) : Number of points defining line.\n" 17586 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 17589 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 17594 "Draw a line in 3 space\n" 17598 " Draws line in 3 space defined by n points in x, y, and z. You must\n" 17599 " first set up the viewport, the 2d viewing window (in world\n" 17600 " coordinates), and the 3d normalized coordinate box. See x18c.c for\n" 17603 " Redacted form: plline3(x, y, z)\n" 17605 " This function is used in example 18.\n" 17611 "plline3(n, x, y, z)\n" 17615 " n (PLINT, input) : Number of points defining line.\n" 17617 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 17620 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 17623 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n" 17628 "Select line style\n" 17632 " This sets the line style according to one of eight predefined patterns\n" 17633 " (also see plstyl).\n" 17635 " Redacted form: pllsty(lin)\n" 17637 " This function is used in examples 9, 12, 22, and 25.\n" 17647 " lin (PLINT, input) : Integer value between 1 and 8. Line style 1 is\n" 17648 " a continuous line, line style 2 is a line with short dashes and\n" 17649 " gaps, line style 3 is a line with long dashes and gaps, line style\n" 17650 " 4 has long dashes and short gaps and so on.\n" 17654 "Plot surface mesh\n" 17658 " Plots a surface mesh within the environment set up by plw3d. The\n" 17659 " surface is defined by the matrix z[\n" 17661 " ny] , the point z[i][j] being the value of the function at (\n" 17663 " y[j]). Note that the points in vectors x and y do not need to be\n" 17664 " equally spaced, but must be stored in ascending order. The parameter\n" 17665 " opt controls the way in which the surface is displayed. For further\n" 17666 " details see the PLplot documentation.\n" 17668 " Redacted form: plmesh(x, y, z, opt)\n" 17670 " This function is used in example 11.\n" 17676 "plmesh(x, y, z, nx, ny, opt)\n" 17680 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 17681 " which the function is evaluated.\n" 17683 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 17684 " which the function is evaluated.\n" 17686 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 17687 " plot. Should have dimensions of\n" 17691 " nx (PLINT, input) : Number of x values at which function has been\n" 17694 " ny (PLINT, input) : Number of y values at which function has been\n" 17697 " opt (PLINT, input) : Determines the way in which the surface is\n" 17698 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n" 17699 " function of x for each value of y[j] .\n" 17700 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n" 17701 " for each value of x[i] .\n" 17702 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n" 17703 " at which function is defined.\n" 17707 "Magnitude colored plot surface mesh with contour\n" 17711 " A more powerful form of plmesh: the surface mesh can be colored\n" 17712 " accordingly to the current z value being plotted, a contour plot can\n" 17713 " be drawn at the base XY plane, and a curtain can be drawn between the\n" 17714 " plotted function border and the base XY plane.\n" 17716 " Redacted form: plmeshc(x, y, z, opt, clevel)\n" 17718 " This function is used in example 11.\n" 17724 "plmeshc(x, y, z, nx, ny, opt, clevel, nlevel)\n" 17728 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 17729 " which the function is evaluated.\n" 17731 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 17732 " which the function is evaluated.\n" 17734 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 17735 " plot. Should have dimensions of\n" 17739 " nx (PLINT, input) : Number of x values at which function is\n" 17742 " ny (PLINT, input) : Number of y values at which function is\n" 17745 " opt (PLINT, input) : Determines the way in which the surface is\n" 17746 " represented. To specify more than one option just add the options,\n" 17747 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n" 17748 " showing z as a function of x for each value of y[j] .\n" 17749 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n" 17750 " for each value of x[i] .\n" 17751 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n" 17752 " at which function is defined.\n" 17753 " opt=MAG_COLOR : Each line in the mesh is colored according to\n" 17754 " the z value being plotted. The color is used from the current\n" 17756 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n" 17757 " using parameters\n" 17760 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n" 17761 " the borders of the plotted function.\n" 17764 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n" 17767 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n" 17771 "Creates a new stream and makes it the default\n" 17775 " Creates a new stream and makes it the default. Differs from using\n" 17776 " plsstrm, in that a free stream number is found, and returned.\n" 17777 " Unfortunately, I have to start at stream 1 and work upward, since\n" 17778 " stream 0 is preallocated. One of the big flaws in the PLplot API is\n" 17779 " that no initial, library-opening call is required. So stream 0 must\n" 17780 " be preallocated, and there is no simple way of determining whether it\n" 17781 " is already in use or not.\n" 17783 " Redacted form: plmkstrm(p_strm)\n" 17785 " This function is used in examples 1 and 20.\n" 17791 "plmkstrm(p_strm)\n" 17795 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the stream\n" 17796 " number of the created stream.\n" 17800 "Write text relative to viewport boundaries\n" 17804 " Writes text at a specified position relative to the viewport\n" 17805 " boundaries. Text may be written inside or outside the viewport, but\n" 17806 " is clipped at the subpage boundaries. The reference point of a string\n" 17807 " lies along a line passing through the string at half the height of a\n" 17808 " capital letter. The position of the reference point along this line\n" 17809 " is determined by just, and the position of the reference point\n" 17810 " relative to the viewport is set by disp and pos.\n" 17812 " Redacted form: General: plmtex(side, disp, pos, just, text)\n" 17815 " This function is used in examples 3, 4, 6-8, 11, 12, 14, 18, 23, and\n" 17822 "plmtex(side, disp, pos, just, text)\n" 17826 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 17827 " the side of the viewport along which the text is to be written.\n" 17828 " The string must be one of: b: Bottom of viewport, text written\n" 17829 " parallel to edge.\n" 17830 " bv: Bottom of viewport, text written at right angles to edge.\n" 17831 " l: Left of viewport, text written parallel to edge.\n" 17832 " lv: Left of viewport, text written at right angles to edge.\n" 17833 " r: Right of viewport, text written parallel to edge.\n" 17834 " rv: Right of viewport, text written at right angles to edge.\n" 17835 " t: Top of viewport, text written parallel to edge.\n" 17836 " tv: Top of viewport, text written at right angles to edge.\n" 17839 " disp (PLFLT, input) : Position of the reference point of string,\n" 17840 " measured outwards from the specified viewport edge in units of the\n" 17841 " current character height. Use negative disp to write within the\n" 17844 " pos (PLFLT, input) : Position of the reference point of string\n" 17845 " along the specified edge, expressed as a fraction of the length of\n" 17848 " just (PLFLT, input) : Specifies the position of the string relative\n" 17849 " to its reference point. If just=0. , the reference point is at\n" 17850 " the left and if just=1. , it is at the right of the string. Other\n" 17851 " values of just give intermediate justifications.\n" 17853 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n" 17858 "Write text relative to viewport boundaries in 3D plots\n" 17862 " Writes text at a specified position relative to the viewport\n" 17863 " boundaries. Text may be written inside or outside the viewport, but\n" 17864 " is clipped at the subpage boundaries. The reference point of a string\n" 17865 " lies along a line passing through the string at half the height of a\n" 17866 " capital letter. The position of the reference point along this line\n" 17867 " is determined by just, and the position of the reference point\n" 17868 " relative to the viewport is set by disp and pos.\n" 17870 " Redacted form: plmtex3(side, disp, pos, just, text)\n" 17872 " This function is used in example 28.\n" 17878 "plmtex3(side, disp, pos, just, text)\n" 17882 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 17883 " the side of the viewport along which the text is to be written.\n" 17884 " The string should contain one or more of the following characters:\n" 17885 " [xyz][ps][v]. Only one label is drawn at a time, i.e. xyp will\n" 17886 " only label the X axis, not both the X and Y axes. x: Label the X\n" 17888 " y: Label the Y axis.\n" 17889 " z: Label the Z axis.\n" 17890 " p: Label the primary axis. For Z this is the leftmost Z axis.\n" 17891 " For X it is the axis that starts at y-min. For Y it is the\n" 17892 " axis that starts at x-min.\n" 17893 " s: Label the secondary axis.\n" 17894 " v: Draw the text perpendicular to the axis.\n" 17897 " disp (PLFLT, input) : Position of the reference point of string,\n" 17898 " measured outwards from the specified viewport edge in units of the\n" 17899 " current character height. Use negative disp to write within the\n" 17902 " pos (PLFLT, input) : Position of the reference point of string\n" 17903 " along the specified edge, expressed as a fraction of the length of\n" 17906 " just (PLFLT, input) : Specifies the position of the string relative\n" 17907 " to its reference point. If just=0. , the reference point is at\n" 17908 " the left and if just=1. , it is at the right of the string. Other\n" 17909 " values of just give intermediate justifications.\n" 17911 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n" 17916 "Plot 3-d surface plot\n" 17920 " Plots a three-dimensional surface plot within the environment set up\n" 17921 " by plw3d. The surface is defined by the matrix z[\n" 17923 " ny] , the point z[i][j] being the value of the function at (\n" 17925 " y[j]). Note that the points in vectors x and y do not need to be\n" 17926 " equally spaced, but must be stored in ascending order. The parameter\n" 17927 " opt controls the way in which the surface is displayed. For further\n" 17928 " details see the PLplot documentation. The only difference between\n" 17929 " plmesh and plot3d is that plmesh draws the bottom side of the surface,\n" 17930 " while plot3d only draws the surface as viewed from the top.\n" 17932 " Redacted form: plot3d(x, y, z, opt, side)\n" 17934 " This function is used in examples 11 and 21.\n" 17940 "plot3d(x, y, z, nx, ny, opt, side)\n" 17944 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 17945 " which the function is evaluated.\n" 17947 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 17948 " which the function is evaluated.\n" 17950 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 17951 " plot. Should have dimensions of\n" 17955 " nx (PLINT, input) : Number of x values at which function is\n" 17958 " ny (PLINT, input) : Number of y values at which function is\n" 17961 " opt (PLINT, input) : Determines the way in which the surface is\n" 17962 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n" 17963 " function of x for each value of y[j] .\n" 17964 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n" 17965 " for each value of x[i] .\n" 17966 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n" 17967 " at which function is defined.\n" 17970 " side (PLBOOL, input) : Flag to indicate whether or not ``sides''\n" 17971 " should be draw on the figure. If side is true sides are drawn,\n" 17972 " otherwise no sides are drawn.\n" 17976 "Magnitude colored plot surface with contour\n" 17980 " Aside from dropping the\n" 17981 " side functionality this is a more powerful form of plot3d: the surface\n" 17982 " mesh can be colored accordingly to the current z value being plotted,\n" 17983 " a contour plot can be drawn at the base XY plane, and a curtain can be\n" 17984 " drawn between the plotted function border and the base XY plane. The\n" 17985 " arguments are identical to those of plmeshc. The only difference\n" 17986 " between plmeshc and plot3dc is that plmeshc draws the bottom side of\n" 17987 " the surface, while plot3dc only draws the surface as viewed from the\n" 17990 " Redacted form: General: plot3dc(x, y, z, opt, clevel)\n" 17993 " This function is used in example 21.\n" 17999 "plot3dc(x, y, z, nx, ny, opt, clevel, nlevel)\n" 18003 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 18004 " which the function is evaluated.\n" 18006 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 18007 " which the function is evaluated.\n" 18009 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 18010 " plot. Should have dimensions of\n" 18014 " nx (PLINT, input) : Number of x values at which function is\n" 18017 " ny (PLINT, input) : Number of y values at which function is\n" 18020 " opt (PLINT, input) : Determines the way in which the surface is\n" 18021 " represented. To specify more than one option just add the options,\n" 18022 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n" 18023 " showing z as a function of x for each value of y[j] .\n" 18024 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n" 18025 " for each value of x[i] .\n" 18026 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n" 18027 " at which function is defined.\n" 18028 " opt=MAG_COLOR : Each line in the mesh is colored according to\n" 18029 " the z value being plotted. The color is used from the current\n" 18031 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n" 18032 " using parameters\n" 18035 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n" 18036 " the borders of the plotted function.\n" 18039 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n" 18042 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n" 18046 "Magnitude colored plot surface with contour for z[x][y] with y index limits\n" 18050 " When the implementation is completed this variant of plot3dc (see that\n" 18051 " function's documentation for more details) should be suitable for the\n" 18052 " case where the area of the x, y coordinate grid where z is defined can\n" 18053 " be non-rectangular. The implementation is incomplete so the last 4\n" 18054 " parameters of plot3dcl; indexxmin, indexxmax, indexymin, and\n" 18055 " indexymax; are currently ignored and the functionality is otherwise\n" 18056 " identical to that of plot3dc.\n" 18058 " Redacted form: General: plot3dcl(x, y, z, opt, clevel, indexxmin,\n" 18059 " indexymin, indexymax)\n" 18062 " This function is not used in any example.\n" 18068 "plot3dcl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n" 18072 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 18073 " which the function is evaluated.\n" 18075 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 18076 " which the function is evaluated.\n" 18078 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 18079 " plot. Should have dimensions of\n" 18083 " nx (PLINT, input) : Number of x values at which the function is\n" 18086 " ny (PLINT, input) : Number of y values at which the function is\n" 18089 " opt (PLINT, input) : Determines the way in which the surface is\n" 18090 " represented. To specify more than one option just add the options,\n" 18091 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n" 18092 " showing z as a function of x for each value of y[j] .\n" 18093 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n" 18094 " for each value of x[i] .\n" 18095 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n" 18096 " at which function is defined.\n" 18097 " opt=MAG_COLOR : Each line in the mesh is colored according to\n" 18098 " the z value being plotted. The color is used from the current\n" 18100 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n" 18101 " using parameters\n" 18104 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n" 18105 " the borders of the plotted function.\n" 18108 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n" 18111 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n" 18113 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n" 18114 " corresponds to the first x index where z is defined.\n" 18116 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n" 18117 " which corresponds (by convention) to one more than the last x\n" 18118 " index value where z is defined.\n" 18120 " indexymin (PLINT_VECTOR, input) : A vector containing y index\n" 18121 " values which all must be ≥ 0. These values are the first y index\n" 18122 " where z is defined for a particular x index in the range from\n" 18123 " indexxmin to indexxmax - 1. The dimension of indexymin is\n" 18126 " indexymax (PLINT_VECTOR, input) : A vector containing y index\n" 18127 " values which all must be ≤ ny. These values correspond (by\n" 18128 " convention) to one more than the last y index where z is defined\n" 18129 " for a particular x index in the range from indexxmin to indexxmax\n" 18130 " - 1. The dimension of indexymax is indexxmax.\n" 18134 "Plot shaded 3-d surface plot\n" 18138 " Plots a three-dimensional shaded surface plot within the environment\n" 18139 " set up by plw3d. The surface is defined by the two-dimensional matrix\n" 18142 " ny], the point z[i][j] being the value of the function at (\n" 18144 " y[j]). Note that the points in vectors x and y do not need to be\n" 18145 " equally spaced, but must be stored in ascending order. For further\n" 18146 " details see the PLplot documentation.\n" 18148 " Redacted form: plsurf3d(x, y, z, opt, clevel)\n" 18150 " This function is not used in any examples.\n" 18156 "plsurf3d(x, y, z, nx, ny, opt, clevel, nlevel)\n" 18160 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 18161 " which the function is evaluated.\n" 18163 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 18164 " which the function is evaluated.\n" 18166 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 18167 " plot. Should have dimensions of\n" 18171 " nx (PLINT, input) : Number of x values at which function is\n" 18174 " ny (PLINT, input) : Number of y values at which function is\n" 18177 " opt (PLINT, input) : Determines the way in which the surface is\n" 18178 " represented. To specify more than one option just add the options,\n" 18179 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n" 18180 " connecting points at which function is defined.\n" 18181 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n" 18182 " using parameters\n" 18185 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n" 18186 " using parameters\n" 18189 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n" 18190 " the borders of the plotted function.\n" 18191 " opt=MAG_COLOR : the surface is colored according to the value\n" 18192 " of Z; if MAG_COLOR is not used, then the surface is colored\n" 18193 " according to the intensity of the reflected light in the\n" 18194 " surface from a light source whose position is set using\n" 18195 " pllightsource.\n" 18198 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n" 18201 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n" 18205 "Plot shaded 3-d surface plot for z[x][y] with y index limits\n" 18209 " This variant of plsurf3d (see that function's documentation for more\n" 18210 " details) should be suitable for the case where the area of the x, y\n" 18211 " coordinate grid where z is defined can be non-rectangular. The limits\n" 18212 " of that grid are provided by the parameters indexxmin, indexxmax,\n" 18213 " indexymin, and indexymax.\n" 18215 " Redacted form: plsurf3dl(x, y, z, opt, clevel, indexxmin, indexymin,\n" 18218 " This function is used in example 8.\n" 18224 "plsurf3dl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n" 18228 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n" 18229 " which the function is evaluated.\n" 18231 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n" 18232 " which the function is evaluated.\n" 18234 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n" 18235 " plot. Should have dimensions of\n" 18239 " nx (PLINT, input) : Number of x values at which function is\n" 18242 " ny (PLINT, input) : Number of y values at which function is\n" 18245 " opt (PLINT, input) : Determines the way in which the surface is\n" 18246 " represented. To specify more than one option just add the options,\n" 18247 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n" 18248 " connecting points at which function is defined.\n" 18249 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n" 18250 " using parameters\n" 18253 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n" 18254 " using parameters\n" 18257 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n" 18258 " the borders of the plotted function.\n" 18259 " opt=MAG_COLOR : the surface is colored according to the value\n" 18260 " of Z; if MAG_COLOR is not used, then the surface is colored\n" 18261 " according to the intensity of the reflected light in the\n" 18262 " surface from a light source whose position is set using\n" 18263 " pllightsource.\n" 18266 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n" 18269 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n" 18271 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n" 18272 " corresponds to the first x index where z is defined.\n" 18274 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n" 18275 " which corresponds (by convention) to one more than the last x\n" 18276 " index value where z is defined.\n" 18278 " indexymin (PLINT_VECTOR, input) : A vector containing the y index\n" 18279 " values which all must be ≥ 0. These values are the first y index\n" 18280 " where z is defined for a particular x index in the range from\n" 18281 " indexxmin to indexxmax - 1. The dimension of indexymin is\n" 18284 " indexymax (PLINT_VECTOR, input) : A vector containing the y index\n" 18285 " values which all must be ≤ ny. These values correspond (by\n" 18286 " convention) to one more than the last y index where z is defined\n" 18287 " for a particular x index in the range from indexxmin to indexxmax\n" 18288 " - 1. The dimension of indexymax is indexxmax.\n" 18292 "Parse command-line arguments\n" 18296 " Parse command-line arguments.\n" 18298 " plparseopts removes all recognized flags (decreasing argc\n" 18299 " accordingly), so that invalid input may be readily detected. It can\n" 18300 " also be used to process user command line flags. The user can merge\n" 18301 " an option table of type PLOptionTable into the internal option table\n" 18302 " info structure using plMergeOpts. Or, the user can specify that ONLY\n" 18303 " the external table(s) be parsed by calling plClearOpts before\n" 18306 " The default action taken by plparseopts is as follows:\n" 18307 " Returns with an error if an unrecognized option or badly formed\n" 18308 " option-value pair are encountered.\n" 18309 " Returns immediately (return code 0) when the first non-option command\n" 18310 " line argument is found.\n" 18311 " Returns with the return code of the option handler, if one was called.\n" 18313 " Deletes command line arguments from argv list as they are found, and\n" 18314 " decrements argc accordingly.\n" 18315 " Does not show \"invisible\" options in usage or help messages.\n" 18316 " Assumes the program name is contained in argv[0].\n" 18318 " These behaviors may be controlled through the\n" 18319 " mode argument.\n" 18321 " Redacted form: General: plparseopts(argv, mode)\n" 18324 " This function is used in all of the examples.\n" 18330 "PLINT plparseopts(p_argc, argv, mode)\n" 18334 " p_argc (int *, input/output) : Number of arguments.\n" 18336 " argv (PLCHAR_NC_MATRIX, input/output) : A vector of character\n" 18337 " strings containing *p_argc command-line arguments.\n" 18339 " mode (PLINT, input) : Parsing mode with the following\n" 18340 " possibilities: PL_PARSE_FULL (1) -- Full parsing of command line\n" 18341 " and all error messages enabled, including program exit when an\n" 18342 " error occurs. Anything on the command line that isn't recognized\n" 18343 " as a valid option or option argument is flagged as an error.\n" 18344 " PL_PARSE_QUIET (2) -- Turns off all output except in the case\n" 18346 " PL_PARSE_NODELETE (4) -- Turns off deletion of processed\n" 18348 " PL_PARSE_SHOWALL (8) -- Show invisible options\n" 18349 " PL_PARSE_NOPROGRAM (32) -- Specified if argv[0] is NOT a\n" 18350 " pointer to the program name.\n" 18351 " PL_PARSE_NODASH (64) -- Set if leading dash is NOT required.\n" 18352 " PL_PARSE_SKIP (128) -- Set to quietly skip over any\n" 18353 " unrecognized arguments.\n" 18357 "Set area line fill pattern\n" 18361 " Sets the area line fill pattern to be used, e.g., for calls to plfill.\n" 18362 " The pattern consists of 1 or 2 sets of parallel lines with specified\n" 18363 " inclinations and spacings. The arguments to this routine are the\n" 18364 " number of sets to use (1 or 2) followed by two vectors (with 1 or 2\n" 18365 " elements) specifying the inclinations in tenths of a degree and the\n" 18366 " spacing in micrometers. (See also plpsty)\n" 18368 " Redacted form: General: plpat(inc, del)\n" 18371 " This function is used in example 15.\n" 18377 "plpat(nlin, inc, del)\n" 18381 " nlin (PLINT, input) : Number of sets of lines making up the\n" 18382 " pattern, either 1 or 2.\n" 18384 " inc (PLINT_VECTOR, input) : A vector containing nlin values of the\n" 18385 " inclination in tenths of a degree. (Should be between -900 and\n" 18388 " del (PLINT_VECTOR, input) : A vector containing nlin values of the\n" 18389 " spacing in micrometers between the lines making up the pattern.\n" 18393 "Draw a line between two points, accounting for coordinate transforms\n" 18397 " Joins the point (\n" 18401 " y2) . If a global coordinate transform is defined then the line is\n" 18402 " broken in to n segments to approximate the path. If no transform is\n" 18403 " defined then this simply acts like a call to pljoin.\n" 18405 " Redacted form: plpath(n,x1,y1,x2,y2)\n" 18407 " This function is used in example 22.\n" 18413 "plpath(n, x1, y1, x2, y2)\n" 18417 " n (PLINT, input) : number of points to use to approximate the path.\n" 18419 " x1 (PLFLT, input) : x coordinate of first point.\n" 18421 " y1 (PLFLT, input) : y coordinate of first point.\n" 18423 " x2 (PLFLT, input) : x coordinate of second point.\n" 18425 " y2 (PLFLT, input) : y coordinate of second point.\n" 18429 "Plot a glyph at the specified points\n" 18433 " Plot a glyph at the specified points. (This function is largely\n" 18434 " superseded by plstring which gives access to many[!] more glyphs.)\n" 18435 " code=-1 means try to just draw a point. Right now it's just a move\n" 18436 " and a draw at the same place. Not ideal, since a sufficiently\n" 18437 " intelligent output device may optimize it away, or there may be faster\n" 18438 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n" 18439 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n" 18440 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n" 18441 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n" 18442 " code <= 127 the corresponding printable ASCII character is plotted.\n" 18444 " Redacted form: plpoin(x, y, code)\n" 18446 " This function is used in examples 1, 6, 14, and 29.\n" 18452 "plpoin(n, x, y, code)\n" 18456 " n (PLINT, input) : Number of points in the x and y vectors.\n" 18458 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 18461 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 18464 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n" 18465 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n" 18466 " each of the n points.\n" 18470 "Plot a glyph at the specified 3D points\n" 18474 " Plot a glyph at the specified 3D points. (This function is largely\n" 18475 " superseded by plstring3 which gives access to many[!] more glyphs.)\n" 18476 " Set up the call to this function similar to what is done for plline3.\n" 18477 " code=-1 means try to just draw a point. Right now it's just a move\n" 18478 " and a draw at the same place. Not ideal, since a sufficiently\n" 18479 " intelligent output device may optimize it away, or there may be faster\n" 18480 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n" 18481 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n" 18482 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n" 18483 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n" 18484 " code <= 127 the corresponding printable ASCII character is plotted.\n" 18486 " Redacted form: plpoin3(x, y, z, code)\n" 18488 " This function is not used in any example.\n" 18494 "plpoin3(n, x, y, z, code)\n" 18498 " n (PLINT, input) : Number of points in the x and y vectors.\n" 18500 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 18503 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 18506 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n" 18509 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n" 18510 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n" 18511 " each of the n points.\n" 18515 "Draw a polygon in 3 space\n" 18519 " Draws a polygon in 3 space defined by n points in x, y, and z. Setup\n" 18520 " like plline3, but differs from that function in that plpoly3 attempts\n" 18521 " to determine if the polygon is viewable depending on the order of the\n" 18522 " points within the vector and the value of ifcc. If the back of\n" 18523 " polygon is facing the viewer, then it isn't drawn. If this isn't what\n" 18524 " you want, then use plline3 instead.\n" 18526 " The points are assumed to be in a plane, and the directionality of the\n" 18527 " plane is determined from the first three points. Additional points do\n" 18528 " not have to lie on the plane defined by the first three, but if they\n" 18529 " do not, then the determination of visibility obviously can't be 100%\n" 18530 " accurate... So if you're 3 space polygons are too far from planar,\n" 18531 " consider breaking them into smaller polygons. 3 points define a plane\n" 18534 " Bugs: If one of the first two segments is of zero length, or if they\n" 18535 " are co-linear, the calculation of visibility has a 50/50 chance of\n" 18536 " being correct. Avoid such situations :-). See x18c.c for an example\n" 18537 " of this problem. (Search for 20.1).\n" 18539 " Redacted form: plpoly3(x, y, z, code)\n" 18541 " This function is used in example 18.\n" 18547 "plpoly3(n, x, y, z, draw, ifcc)\n" 18551 " n (PLINT, input) : Number of points defining line.\n" 18553 " x (PLFLT_VECTOR, input) : A vector containing\n" 18554 " n x coordinates of points.\n" 18556 " y (PLFLT_VECTOR, input) : A vector containing\n" 18557 " n y coordinates of points.\n" 18559 " z (PLFLT_VECTOR, input) : A vector containing\n" 18560 " n z coordinates of points.\n" 18562 " draw (PLBOOL_VECTOR, input) : A vector containing\n" 18563 " n-1 Boolean values which control drawing the segments of the polygon.\n" 18564 " If draw[i] is true, then the polygon segment from index [i] to\n" 18565 " [i+1] is drawn, otherwise, not.\n" 18567 " ifcc (PLBOOL, input) : If ifcc is true the directionality of the\n" 18568 " polygon is determined by assuming the points are laid out in a\n" 18569 " counter-clockwise order. Otherwise, the directionality of the\n" 18570 " polygon is determined by assuming the points are laid out in a\n" 18571 " clockwise order.\n" 18575 "Set precision in numeric labels\n" 18579 " Sets the number of places after the decimal point in numeric labels.\n" 18581 " Redacted form: plprec(setp, prec)\n" 18583 " This function is used in example 29.\n" 18589 "plprec(setp, prec)\n" 18593 " setp (PLINT, input) : If setp is equal to 0 then PLplot\n" 18594 " automatically determines the number of places to use after the\n" 18595 " decimal point in numeric labels (like those used to label axes).\n" 18596 " If setp is 1 then prec sets the number of places.\n" 18598 " prec (PLINT, input) : The number of characters to draw after the\n" 18599 " decimal point in numeric labels.\n" 18603 "Select area fill pattern\n" 18608 " patt is zero or less use either a hardware solid fill if the drivers\n" 18609 " have that capability (virtually all do) or fall back to a software\n" 18610 " emulation of a solid fill using the eighth area line fill pattern. If\n" 18612 " patt <= 8, then select one of eight predefined area line fill patterns\n" 18613 " to use (see plpat if you desire other patterns).\n" 18615 " Redacted form: plpsty(patt)\n" 18617 " This function is used in examples 12, 13, 15, 16, and 25.\n" 18627 " patt (PLINT, input) : The desired pattern index. If\n" 18628 " patt is zero or less, then a solid fill is (normally, see qualifiers\n" 18629 " above) used. For\n" 18630 " patt in the range from 1 to 8 and assuming the driver has not supplied\n" 18631 " line fill capability itself (most deliberately do not so that line\n" 18632 " fill patterns look identical for those drivers), the patterns\n" 18633 " consist of (1) horizontal lines, (2) vertical lines, (3) lines at\n" 18634 " 45 degrees, (4) lines at -45 degrees, (5) lines at 30 degrees, (6)\n" 18635 " lines at -30 degrees, (7) both vertical and horizontal lines, and\n" 18636 " (8) lines at both 45 degrees and -45 degrees.\n" 18640 "Write text inside the viewport\n" 18644 " Writes text at a specified position and inclination within the\n" 18645 " viewport. Text is clipped at the viewport boundaries. The reference\n" 18646 " point of a string lies along a line passing through the string at half\n" 18647 " the height of a capital letter. The position of the reference point\n" 18648 " along this line is determined by just, the reference point is placed\n" 18649 " at world coordinates (\n" 18651 " y) within the viewport. The inclination of the string is specified\n" 18652 " in terms of differences of world coordinates making it easy to write\n" 18653 " text parallel to a line in a graph.\n" 18655 " Redacted form: plptex(x, y, dx, dy, just, text)\n" 18657 " This function is used in example 2-4,10,12-14,20,23,24,26.\n" 18663 "plptex(x, y, dx, dy, just, text)\n" 18667 " x (PLFLT, input) : x coordinate of reference point of string.\n" 18669 " y (PLFLT, input) : y coordinate of reference point of string.\n" 18671 " dx (PLFLT, input) : Together with dy, this specifies the\n" 18672 " inclination of the string. The baseline of the string is parallel\n" 18673 " to a line joining (\n" 18681 " dy (PLFLT, input) : Together with dx, this specifies the\n" 18682 " inclination of the string.\n" 18684 " just (PLFLT, input) : Specifies the position of the string relative\n" 18685 " to its reference point. If just=0. , the reference point is at\n" 18686 " the left and if just=1. , it is at the right of the string. Other\n" 18687 " values of just give intermediate justifications.\n" 18689 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n" 18694 "Write text inside the viewport of a 3D plot\n" 18698 " Writes text at a specified position and inclination and with a\n" 18699 " specified shear within the viewport. Text is clipped at the viewport\n" 18700 " boundaries. The reference point of a string lies along a line passing\n" 18701 " through the string at half the height of a capital letter. The\n" 18702 " position of the reference point along this line is determined by just,\n" 18703 " and the reference point is placed at world coordinates (\n" 18706 " wz) within the viewport. The inclination and shear of the string is\n" 18707 " specified in terms of differences of world coordinates making it easy\n" 18708 " to write text parallel to a line in a graph.\n" 18710 " Redacted form: plptex3(x, y, z, dx, dy, dz, sx, sy, sz, just, text)\n" 18712 " This function is used in example 28.\n" 18718 "plptex3(wx, wy, wz, dx, dy, dz, sx, sy, sz, just, text)\n" 18722 " wx (PLFLT, input) : x world coordinate of reference point of\n" 18725 " wy (PLFLT, input) : y world coordinate of reference point of\n" 18728 " wz (PLFLT, input) : z world coordinate of reference point of\n" 18731 " dx (PLFLT, input) : Together with dy and\n" 18732 " dz , this specifies the inclination of the string. The baseline of\n" 18733 " the string is parallel to a line joining (\n" 18744 " dy (PLFLT, input) : Together with dx and\n" 18745 " dz, this specifies the inclination of the string.\n" 18747 " dz (PLFLT, input) : Together with dx and\n" 18748 " dy, this specifies the inclination of the string.\n" 18750 " sx (PLFLT, input) : Together with sy and\n" 18751 " sz , this specifies the shear of the string. The string is sheared so\n" 18752 " that the characters are vertically parallel to a line joining (\n" 18763 " sz = 0.) then the text is not sheared.\n" 18765 " sy (PLFLT, input) : Together with sx and\n" 18766 " sz, this specifies shear of the string.\n" 18768 " sz (PLFLT, input) : Together with sx and\n" 18769 " sy, this specifies shear of the string.\n" 18771 " just (PLFLT, input) : Specifies the position of the string relative\n" 18772 " to its reference point. If just=0. , the reference point is at\n" 18773 " the left and if just=1. , it is at the right of the string. Other\n" 18774 " values of just give intermediate justifications.\n" 18776 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n" 18781 "Random number generator returning a real random number in the range [0,1]\n" 18785 " Random number generator returning a real random number in the range\n" 18786 " [0,1]. The generator is based on the Mersenne Twister. Most languages\n" 18787 " / compilers provide their own random number generator, and so this is\n" 18788 " provided purely for convenience and to give a consistent random number\n" 18789 " generator across all languages supported by PLplot. This is\n" 18790 " particularly useful for comparing results from the test suite of\n" 18793 " Redacted form: plrandd()\n" 18795 " This function is used in examples 17 and 21.\n" 18805 "Replays contents of plot buffer to current device/file\n" 18809 " Replays contents of plot buffer to current device/file.\n" 18811 " Redacted form: plreplot()\n" 18813 " This function is used in example 1,20.\n" 18823 "Convert RGB color to HLS\n" 18827 " Convert RGB color coordinates to HLS\n" 18829 " Redacted form: General: plrgbhls(r, g, b, p_h, p_l, p_s)\n" 18832 " This function is used in example 2.\n" 18838 "plrgbhls(r, g, b, p_h, p_l, p_s)\n" 18842 " r (PLFLT, input) : Red intensity (0.0-1.0) of the color.\n" 18844 " g (PLFLT, input) : Green intensity (0.0-1.0) of the color.\n" 18846 " b (PLFLT, input) : Blue intensity (0.0-1.0) of the color.\n" 18848 " p_h (PLFLT_NC_SCALAR, output) : Returned value of the hue in\n" 18849 " degrees (0.0-360.0) on the color cylinder.\n" 18851 " p_l (PLFLT_NC_SCALAR, output) : Returned value of the lightness\n" 18852 " expressed as a fraction (0.0-1.0) of the axis of the color\n" 18855 " p_s (PLFLT_NC_SCALAR, output) : Returned value of the saturation\n" 18856 " expressed as a fraction (0.0-1.0) of the radius of the color\n" 18861 "Set character size\n" 18865 " This sets up the size of all subsequent characters drawn. The actual\n" 18866 " height of a character is the product of the default character size and\n" 18867 " a scaling factor.\n" 18869 " Redacted form: plschr(def, scale)\n" 18871 " This function is used in examples 2, 13, 23, and 24.\n" 18877 "plschr(def, scale)\n" 18881 " def (PLFLT, input) : The default height of a character in\n" 18882 " millimeters, should be set to zero if the default height is to\n" 18883 " remain unchanged. For rasterized drivers the dx and dy values\n" 18884 " specified in plspage are used to convert from mm to pixels (note\n" 18885 " the different unit systems used). This dpi aware scaling is not\n" 18886 " implemented for all drivers yet.\n" 18888 " scale (PLFLT, input) : Scale factor to be applied to default to get\n" 18889 " actual character height.\n" 18893 "Set cmap0 colors by 8-bit RGB values\n" 18897 " Set cmap0 colors using 8-bit RGB values (see the PLplot\n" 18898 " documentation). This sets the entire color map -- only as many colors\n" 18899 " as specified will be allocated.\n" 18901 " Redacted form: plscmap0(r, g, b)\n" 18903 " This function is used in examples 2 and 24.\n" 18909 "plscmap0(r, g, b, ncol0)\n" 18913 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18914 " integers (0-255) representing the degree of red in the color.\n" 18916 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18917 " integers (0-255) representing the degree of green in the color.\n" 18919 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18920 " integers (0-255) representing the degree of blue in the color.\n" 18922 " ncol0 (PLINT, input) : Number of items in the r, g, and b vectors.\n" 18926 "Set cmap0 colors by 8-bit RGB values and PLFLT alpha transparency value\n" 18930 " Set cmap0 colors using 8-bit RGB values (see the PLplot documentation)\n" 18931 " and PLFLT alpha transparency value. This sets the entire color map --\n" 18932 " only as many colors as specified will be allocated.\n" 18934 " Redacted form: plscmap0a(r, g, b, alpha)\n" 18936 " This function is used in examples 30.\n" 18942 "plscmap0a(r, g, b, alpha, ncol0)\n" 18946 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18947 " integers (0-255) representing the degree of red in the color.\n" 18949 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18950 " integers (0-255) representing the degree of green in the color.\n" 18952 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n" 18953 " integers (0-255) representing the degree of blue in the color.\n" 18955 " alpha (PLFLT_VECTOR, input) : A vector containing values (0.0-1.0)\n" 18956 " representing the alpha transparency of the color.\n" 18958 " ncol0 (PLINT, input) : Number of items in the r, g, b, and alpha\n" 18963 "Set number of colors in cmap0\n" 18967 " Set number of colors in cmap0 (see the PLplot documentation). Allocate\n" 18968 " (or reallocate) cmap0, and fill with default values for those colors\n" 18969 " not previously allocated. The first 16 default colors are given in\n" 18970 " the plcol0 documentation. For larger indices the default color is\n" 18973 " The drivers are not guaranteed to support more than 16 colors.\n" 18975 " Redacted form: plscmap0n(ncol0)\n" 18977 " This function is used in examples 15, 16, and 24.\n" 18983 "plscmap0n(ncol0)\n" 18987 " ncol0 (PLINT, input) : Number of colors that will be allocated in\n" 18988 " the cmap0 palette. If this number is zero or less, then the value\n" 18989 " from the previous call to plscmap0n is used and if there is no\n" 18990 " previous call, then a default value is used.\n" 18994 "Set opaque RGB cmap1 colors values\n" 18998 " Set opaque cmap1 colors (see the PLplot documentation) using RGB\n" 18999 " vector values. This function also sets the number of cmap1 colors.\n" 19000 " N.B. Continuous cmap1 colors are indexed with a floating-point index\n" 19001 " in the range from 0.0-1.0 which is linearly transformed (e.g., by\n" 19002 " plcol1) to an integer index of these RGB vectors in the range from 0\n" 19004 " ncol1-1. So in order for this continuous color model to work\n" 19005 " properly, it is the responsibility of the user of plscmap1 to insure\n" 19006 " that these RGB vectors are continuous functions of their integer\n" 19009 " Redacted form: plscmap1(r, g, b)\n" 19011 " This function is used in example 31.\n" 19017 "plscmap1(r, g, b, ncol1)\n" 19021 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19022 " 8-bit integers in the range from 0-255) the degree of red in the\n" 19023 " color as a continuous function of the integer index of the vector.\n" 19025 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19026 " 8-bit integers in the range from 0-255) the degree of green in the\n" 19027 " color as a continuous function of the integer index of the vector.\n" 19029 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19030 " 8-bit integers in the range from 0-255) the degree of blue in the\n" 19031 " color as a continuous function of the integer index of the vector.\n" 19033 " ncol1 (PLINT, input) : Number of items in the r, g, and b vectors.\n" 19037 "Set semitransparent cmap1 RGBA colors.\n" 19041 " Set semitransparent cmap1 colors (see the PLplot documentation) using\n" 19042 " RGBA vector values. This function also sets the number of cmap1\n" 19043 " colors. N.B. Continuous cmap1 colors are indexed with a\n" 19044 " floating-point index in the range from 0.0-1.0 which is linearly\n" 19045 " transformed (e.g., by plcol1) to an integer index of these RGBA\n" 19046 " vectors in the range from 0 to\n" 19047 " ncol1-1. So in order for this continuous color model to work\n" 19048 " properly, it is the responsibility of the user of plscmap1 to insure\n" 19049 " that these RGBA vectors are continuous functions of their integer\n" 19052 " Redacted form: plscmap1a(r, g, b, alpha)\n" 19054 " This function is used in example 31.\n" 19060 "plscmap1a(r, g, b, alpha, ncol1)\n" 19064 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19065 " 8-bit integers in the range from 0-255) the degree of red in the\n" 19066 " color as a continuous function of the integer index of the vector.\n" 19068 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19069 " 8-bit integers in the range from 0-255) the degree of green in the\n" 19070 " color as a continuous function of the integer index of the vector.\n" 19072 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n" 19073 " 8-bit integers in the range from 0-255) the degree of blue in the\n" 19074 " color as a continuous function of the integer index of the vector.\n" 19076 " alpha (PLFLT_VECTOR, input) : A vector that represents (using PLFLT\n" 19077 " values in the range from 0.0-1.0 where 0.0 corresponds to\n" 19078 " completely transparent and 1.0 corresponds to completely opaque)\n" 19079 " the alpha transparency of the color as a continuous function of\n" 19080 " the integer index of the vector.\n" 19082 " ncol1 (PLINT, input) : Number of items in the r, g, b, and alpha\n" 19087 "Set cmap1 colors using a piece-wise linear relationship\n" 19091 " Set cmap1 colors using a piece-wise linear relationship between the\n" 19092 " cmap1 intensity index (0.0-1.0) and position in HLS or RGB color space\n" 19093 " (see the PLplot documentation). May be called at any time.\n" 19095 " The idea here is to specify a number of control points that define the\n" 19096 " mapping between input cmap1 intensity indices and HLS (or RGB).\n" 19097 " Between these points, linear interpolation is used which gives a\n" 19098 " smooth variation of color with intensity index. Any number of control\n" 19099 " points may be specified, located at arbitrary positions, although\n" 19100 " typically 2 - 4 are enough. Another way of stating this is that we are\n" 19101 " traversing a given number of lines through HLS (or RGB) space as we\n" 19102 " move through cmap1 intensity indices. The control points at the\n" 19103 " minimum and maximum position (0 and 1) must always be specified. By\n" 19104 " adding more control points you can get more variation. One good\n" 19105 " technique for plotting functions that vary about some expected average\n" 19106 " is to use an additional 2 control points in the center (position ~=\n" 19107 " 0.5) that are the same lightness as the background (typically white\n" 19108 " for paper output, black for crt), and same hue as the boundary control\n" 19109 " points. This allows the highs and lows to be very easily\n" 19110 " distinguished.\n" 19112 " Each control point must specify the cmap1 intensity index and the\n" 19113 " associated three coordinates in HLS or RGB space. The first point\n" 19114 " must correspond to position = 0, and the last to position = 1.\n" 19116 " The default behaviour is for the hue to be linearly interpolated\n" 19117 " between the control points. Since the hue lies in the range [0, 360]\n" 19118 " this corresponds to interpolation around the \"front\" of the color\n" 19119 " wheel (red<->green<->blue<->red). If alt_hue_path[i] is true, then an\n" 19120 " alternative interpolation is used between control points i and i+1. If\n" 19121 " hue[i+1]-hue[i] > 0 then interpolation is between hue[i] and hue[i+1]\n" 19122 " - 360, otherwise between hue[i] and hue[i+1] + 360. You can consider\n" 19123 " this as interpolation around the \"back\" or \"reverse\" of the color\n" 19124 " wheel. Specifying alt_hue_path=NULL is equivalent to setting\n" 19125 " alt_hue_path[] = false for every control point.\n" 19127 " Examples of interpolation Huealt_hue_pathcolor scheme[120\n" 19128 " 240]falsegreen-cyan-blue[240 120]falseblue-cyan-green[120\n" 19129 " 240]truegreen-yellow-red-magenta-blue[240\n" 19130 " 120]trueblue-magenta-red-yellow-green\n" 19132 " Bounds on coordinatesRGBR[0, 1]magnitudeRGBG[0, 1]magnitudeRGBB[0,\n" 19133 " 1]magnitudeHLShue[0, 360]degreesHLSlightness[0,\n" 19134 " 1]magnitudeHLSsaturation[0, 1]magnitude\n" 19136 " Redacted form: plscmap1l(itype, intensity, coord1, coord2, coord3,\n" 19139 " This function is used in examples 8, 11, 12, 15, 20, and 21.\n" 19145 "plscmap1l(itype, npts, intensity, coord1, coord2, coord3, alt_hue_path)\n" 19149 " itype (PLBOOL, input) : true: RGB, false: HLS.\n" 19151 " npts (PLINT, input) : number of control points\n" 19153 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n" 19154 " intensity index (0.0-1.0) in ascending order for each control\n" 19157 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n" 19158 " coordinate (H or R) for each control point.\n" 19160 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n" 19161 " coordinate (L or G) for each control point.\n" 19163 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n" 19164 " coordinate (S or B) for each control point.\n" 19166 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n" 19167 " npts - 1 elements) containing the alternative interpolation method\n" 19168 " Boolean value for each control point interval. (alt_hue_path[i]\n" 19169 " refers to the interpolation interval between the i and i + 1\n" 19170 " control points).\n" 19174 "Set cmap1 colors and alpha transparency using a piece-wise linear relationship\n" 19178 " This is a variant of plscmap1l that supports alpha channel\n" 19179 " transparency. It sets cmap1 colors using a piece-wise linear\n" 19180 " relationship between cmap1 intensity index (0.0-1.0) and position in\n" 19181 " HLS or RGB color space (see the PLplot documentation) with alpha\n" 19182 " transparency value (0.0-1.0). It may be called at any time.\n" 19184 " Redacted form: plscmap1la(itype, intensity, coord1, coord2, coord3,\n" 19185 " alpha, alt_hue_path)\n" 19187 " This function is used in example 30.\n" 19193 "plscmap1la(itype, npts, intensity, coord1, coord2, coord3, alpha, alt_hue_path)\n" 19197 " itype (PLBOOL, input) : true: RGB, false: HLS.\n" 19199 " npts (PLINT, input) : number of control points.\n" 19201 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n" 19202 " intensity index (0.0-1.0) in ascending order for each control\n" 19205 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n" 19206 " coordinate (H or R) for each control point.\n" 19208 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n" 19209 " coordinate (L or G) for each control point.\n" 19211 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n" 19212 " coordinate (S or B) for each control point.\n" 19214 " alpha (PLFLT_VECTOR, input) : A vector containing the alpha\n" 19215 " transparency value (0.0-1.0) for each control point.\n" 19217 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n" 19218 " npts - 1 elements) containing the alternative interpolation method\n" 19219 " Boolean value for each control point interval. (alt_hue_path[i]\n" 19220 " refers to the interpolation interval between the i and i + 1\n" 19221 " control points).\n" 19225 "Set number of colors in cmap1\n" 19229 " Set number of colors in cmap1, (re-)allocate cmap1, and set default\n" 19230 " values if this is the first allocation (see the PLplot documentation).\n" 19232 " Redacted form: plscmap1n(ncol1)\n" 19234 " This function is used in examples 8, 11, 20, and 21.\n" 19240 "plscmap1n(ncol1)\n" 19244 " ncol1 (PLINT, input) : Number of colors that will be allocated in\n" 19245 " the cmap1 palette. If this number is zero or less, then the value\n" 19246 " from the previous call to plscmap1n is used and if there is no\n" 19247 " previous call, then a default value is used.\n" 19251 "Set the cmap1 argument range for continuous color plots\n" 19255 " Set the cmap1 argument range for continuous color plots that\n" 19256 " corresponds to the range of data values. The maximum range\n" 19257 " corresponding to the entire cmap1 palette is 0.0-1.0, and the smaller\n" 19258 " the cmap1 argument range that is specified with this routine, the\n" 19259 " smaller the subset of the cmap1 color palette that is used to\n" 19260 " represent the continuous data being plotted. If\n" 19261 " min_color is greater than\n" 19263 " max_color is greater than 1.0 or\n" 19264 " min_color is less than 0.0 then no change is made to the cmap1\n" 19265 " argument range. (Use plgcmap1_range to get the cmap1 argument range.)\n" 19267 " Redacted form: plscmap1_range(min_color, max_color)\n" 19269 " This function is currently used in example 33.\n" 19275 "plscmap1_range(min_color, max_color)\n" 19279 " min_color (PLFLT, input) : The minimum cmap1 argument. If less\n" 19280 " than 0.0, then 0.0 is used instead.\n" 19282 " max_color (PLFLT, input) : The maximum cmap1 argument. If greater\n" 19283 " than 1.0, then 1.0 is used instead.\n" 19287 "Get the cmap1 argument range for continuous color plots\n" 19291 " Get the cmap1 argument range for continuous color plots. (Use\n" 19292 " plscmap1_range to set the cmap1 argument range.)\n" 19294 " Redacted form: plgcmap1_range(min_color, max_color)\n" 19296 " This function is currently not used in any example.\n" 19302 "plgcmap1_range(min_color, max_color)\n" 19306 " min_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n" 19307 " minimum cmap1 argument.\n" 19309 " max_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n" 19310 " maximum cmap1 argument.\n" 19314 "Set 8-bit RGB values for given cmap0 color index\n" 19318 " Set 8-bit RGB values for given cmap0 (see the PLplot documentation)\n" 19319 " index. Overwrites the previous color value for the given index and,\n" 19320 " thus, does not result in any additional allocation of space for\n" 19323 " Redacted form: plscol0(icol0, r, g, b)\n" 19325 " This function is used in any example 31.\n" 19331 "plscol0(icol0, r, g, b)\n" 19335 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n" 19336 " number of colors (which is set by default, by plscmap0n, or even\n" 19339 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19340 " degree of red in the color.\n" 19342 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19343 " degree of green in the color.\n" 19345 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19346 " degree of blue in the color.\n" 19350 "Set 8-bit RGB values and PLFLT alpha transparency value for given cmap0 color index\n" 19354 " Set 8-bit RGB value and PLFLT alpha transparency value for given cmap0\n" 19355 " (see the PLplot documentation) index. Overwrites the previous color\n" 19356 " value for the given index and, thus, does not result in any additional\n" 19357 " allocation of space for colors.\n" 19359 " This function is used in example 30.\n" 19365 "plscol0a(icol0, r, g, b, alpha)\n" 19369 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n" 19370 " number of colors (which is set by default, by plscmap0n, or even\n" 19373 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19374 " degree of red in the color.\n" 19376 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19377 " degree of green in the color.\n" 19379 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19380 " degree of blue in the color.\n" 19382 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n" 19387 "Set the background color by 8-bit RGB value\n" 19391 " Set the background color (color 0 in cmap0) by 8-bit RGB value (see\n" 19392 " the PLplot documentation).\n" 19394 " Redacted form: plscolbg(r, g, b)\n" 19396 " This function is used in examples 15 and 31.\n" 19402 "plscolbg(r, g, b)\n" 19406 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19407 " degree of red in the color.\n" 19409 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19410 " degree of green in the color.\n" 19412 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19413 " degree of blue in the color.\n" 19417 "Set the background color by 8-bit RGB value and PLFLT alpha transparency value.\n" 19421 " Set the background color (color 0 in cmap0) by 8-bit RGB value and\n" 19422 " PLFLT alpha transparency value (see the PLplot documentation).\n" 19424 " This function is used in example 31.\n" 19430 "plscolbga(r, g, b, alpha)\n" 19434 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19435 " degree of red in the color.\n" 19437 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19438 " degree of green in the color.\n" 19440 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n" 19441 " degree of blue in the color.\n" 19443 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n" 19448 "Used to globally turn color output on/off\n" 19452 " Used to globally turn color output on/off for those drivers/devices\n" 19453 " that support it.\n" 19455 " Redacted form: plscolor(color)\n" 19457 " This function is used in example 31.\n" 19463 "plscolor(color)\n" 19467 " color (PLINT, input) : Color flag (Boolean). If zero, color is\n" 19468 " turned off. If non-zero, color is turned on.\n" 19472 "Set device-compression level\n" 19476 " Set device-compression level. Only used for drivers that provide\n" 19477 " compression. This function, if used, should be invoked before a call\n" 19480 " Redacted form: plscompression(compression)\n" 19482 " This function is used in example 31.\n" 19488 "plscompression(compression)\n" 19492 " compression (PLINT, input) : The desired compression level. This is\n" 19493 " a device-dependent value. Currently only the jpeg and png devices\n" 19494 " use these values. For jpeg value is the jpeg quality which should\n" 19495 " normally be in the range 0-95. Higher values denote higher quality\n" 19496 " and hence larger image sizes. For png values are in the range -1\n" 19497 " to 99. Values of 0-9 are taken as the compression level for zlib.\n" 19498 " A value of -1 denotes the default zlib compression level. Values\n" 19499 " in the range 10-99 are divided by 10 and then used as the zlib\n" 19500 " compression level. Higher compression levels correspond to greater\n" 19501 " compression and small file sizes at the expense of more\n" 19506 "Set the device (keyword) name\n" 19510 " Set the device (keyword) name.\n" 19512 " Redacted form: plsdev(devname)\n" 19514 " This function is used in examples 1, 14, and 20.\n" 19520 "plsdev(devname)\n" 19524 " devname (PLCHAR_VECTOR, input) : An ascii character string\n" 19525 " containing the device name keyword of the required output device.\n" 19527 " devname is NULL or if the first character of the string is a ``?'',\n" 19528 " the normal (prompted) start up is used.\n" 19532 "Set parameters that define current device-space window\n" 19536 " Set relative margin width, aspect ratio, and relative justification\n" 19537 " that define current device-space window. If you want to just use the\n" 19538 " previous value for any of these, just pass in the magic value\n" 19539 " PL_NOTSET. It is unlikely that one should ever need to change the\n" 19540 " aspect ratio but it's in there for completeness. If plsdidev is not\n" 19541 " called the default values of mar, jx, and jy are all 0. aspect is set\n" 19542 " to a device-specific value.\n" 19544 " Redacted form: plsdidev(mar, aspect, jx, jy)\n" 19546 " This function is used in example 31.\n" 19552 "plsdidev(mar, aspect, jx, jy)\n" 19556 " mar (PLFLT, input) : Relative margin width.\n" 19558 " aspect (PLFLT, input) : Aspect ratio.\n" 19560 " jx (PLFLT, input) : Relative justification in x. Value must lie in\n" 19561 " the range -0.5 to 0.5.\n" 19563 " jy (PLFLT, input) : Relative justification in y. Value must lie in\n" 19564 " the range -0.5 to 0.5.\n" 19568 "Set up transformation from metafile coordinates\n" 19572 " Set up transformation from metafile coordinates. The size of the plot\n" 19573 " is scaled so as to preserve aspect ratio. This isn't intended to be a\n" 19574 " general-purpose facility just yet (not sure why the user would need\n" 19577 " Redacted form: plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm,\n" 19580 " This function is not used in any examples.\n" 19586 "plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm, dimypmm)\n" 19590 " dimxmin (PLINT, input) : NEEDS DOCUMENTATION\n" 19592 " dimxmax (PLINT, input) : NEEDS DOCUMENTATION\n" 19594 " dimymin (PLINT, input) : NEEDS DOCUMENTATION\n" 19596 " dimymax (PLINT, input) : NEEDS DOCUMENTATION\n" 19598 " dimxpmm (PLFLT, input) : NEEDS DOCUMENTATION\n" 19600 " dimypmm (PLFLT, input) : NEEDS DOCUMENTATION\n" 19604 "Set plot orientation\n" 19608 " Set plot orientation parameter which is multiplied by 90 degrees to\n" 19609 " obtain the angle of rotation. Note, arbitrary rotation parameters\n" 19610 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n" 19611 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n" 19612 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n" 19613 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori is\n" 19614 " not called the default value of rot is 0.\n" 19616 " N.B. aspect ratio is unaffected by calls to plsdiori. So you will\n" 19617 " probably want to change the aspect ratio to a value suitable for the\n" 19618 " plot orientation using a call to plsdidev or the command-line options\n" 19619 " -a or -freeaspect. For more documentation of those options see the\n" 19620 " PLplot documentation. Such command-line options can be set internally\n" 19621 " using plsetopt or set directly using the command line and parsed using\n" 19622 " a call to plparseopts.\n" 19624 " Redacted form: plsdiori(rot)\n" 19626 " This function is not used in any examples.\n" 19636 " rot (PLFLT, input) : Plot orientation parameter.\n" 19640 "Set parameters that define current plot-space window\n" 19644 " Set relative minima and maxima that define the current plot-space\n" 19645 " window. If plsdiplt is not called the default values of xmin, ymin,\n" 19646 " xmax, and ymax are 0., 0., 1., and 1.\n" 19648 " Redacted form: plsdiplt(xmin, ymin, xmax, ymax)\n" 19650 " This function is used in example 31.\n" 19656 "plsdiplt(xmin, ymin, xmax, ymax)\n" 19660 " xmin (PLFLT, input) : Relative minimum in x.\n" 19662 " ymin (PLFLT, input) : Relative minimum in y.\n" 19664 " xmax (PLFLT, input) : Relative maximum in x.\n" 19666 " ymax (PLFLT, input) : Relative maximum in y.\n" 19670 "Set parameters incrementally (zoom mode) that define current plot-space window\n" 19674 " Set relative minima and maxima incrementally (zoom mode) that define\n" 19675 " the current plot-space window. This function has the same effect as\n" 19676 " plsdiplt if that function has not been previously called. Otherwise,\n" 19677 " this function implements zoom mode using the transformation min_used =\n" 19678 " old_min + old_length*min and max_used = old_min + old_length*max for\n" 19679 " each axis. For example, if min = 0.05 and max = 0.95 for each axis,\n" 19680 " repeated calls to plsdiplz will zoom in by 10 per cent for each call.\n" 19682 " Redacted form: plsdiplz(xmin, ymin, xmax, ymax)\n" 19684 " This function is used in example 31.\n" 19690 "plsdiplz(xmin, ymin, xmax, ymax)\n" 19694 " xmin (PLFLT, input) : Relative (incremental) minimum in x.\n" 19696 " ymin (PLFLT, input) : Relative (incremental) minimum in y.\n" 19698 " xmax (PLFLT, input) : Relative (incremental) maximum in x.\n" 19700 " ymax (PLFLT, input) : Relative (incremental) maximum in y.\n" 19704 "Set seed for internal random number generator.\n" 19708 " Set the seed for the internal random number generator. See plrandd for\n" 19709 " further details.\n" 19711 " Redacted form: plseed(seed)\n" 19713 " This function is used in example 21.\n" 19723 " seed (unsigned int, input) : Seed for random number generator.\n" 19727 "Set the escape character for text strings\n" 19731 " Set the escape character for text strings. From C (in contrast to\n" 19732 " Fortran, see plsescfortran) you pass esc as a character. Only selected\n" 19733 " characters are allowed to prevent the user from shooting himself in\n" 19734 " the foot (For example, a \\ isn't allowed since it conflicts with C's\n" 19735 " use of backslash as a character escape). Here are the allowed escape\n" 19736 " characters and their corresponding decimal ASCII values: !, ASCII 33\n" 19747 " Redacted form: General: plsesc(esc)\n" 19750 " This function is used in example 29.\n" 19760 " esc (char, input) : Escape character.\n" 19764 "Set any command-line option\n" 19768 " Set any command-line option internally from a program before it\n" 19769 " invokes plinit. opt is the name of the command-line option and optarg\n" 19770 " is the corresponding command-line option argument.\n" 19772 " This function returns 0 on success.\n" 19774 " Redacted form: plsetopt(opt, optarg)\n" 19776 " This function is used in example 14.\n" 19782 "PLINT plsetopt(opt, optarg)\n" 19786 " opt (PLCHAR_VECTOR, input) : An ascii character string containing\n" 19787 " the command-line option.\n" 19789 " optarg (PLCHAR_VECTOR, input) : An ascii character string\n" 19790 " containing the argument of the command-line option.\n" 19794 "Set family file parameters\n" 19798 " Sets variables dealing with output file familying. Does nothing if\n" 19799 " familying not supported by the driver. This routine, if used, must be\n" 19800 " called before initializing PLplot. See the PLplot documentation for\n" 19801 " more information.\n" 19803 " Redacted form: plsfam(fam, num, bmax)\n" 19805 " This function is used in examples 14 and 31.\n" 19811 "plsfam(fam, num, bmax)\n" 19815 " fam (PLINT, input) : Family flag (Boolean). If nonzero, familying\n" 19818 " num (PLINT, input) : Current family file number.\n" 19820 " bmax (PLINT, input) : Maximum file size (in bytes) for a family\n" 19825 "Set FCI (font characterization integer)\n" 19829 " Sets font characteristics to be used at the start of the next string\n" 19830 " using the FCI approach. See the PLplot documentation for more\n" 19831 " information. Note, plsfont (which calls plsfci internally) provides a\n" 19832 " more user-friendly API for setting the font characterisitics.\n" 19834 " Redacted form: General: plsfci(fci)\n" 19837 " This function is used in example 23.\n" 19847 " fci (PLUNICODE, input) : PLUNICODE (unsigned 32-bit integer) value\n" 19852 "Set output file name\n" 19856 " Sets the current output file name, if applicable. If the file name\n" 19857 " has not been specified and is required by the driver, the user will be\n" 19858 " prompted for it. If using the X-windows output driver, this sets the\n" 19859 " display name. This routine, if used, must be called before\n" 19860 " initializing PLplot.\n" 19862 " Redacted form: plsfnam(fnam)\n" 19864 " This function is used in examples 1 and 20.\n" 19874 " fnam (PLCHAR_VECTOR, input) : An ascii character string containing\n" 19875 " the file name.\n" 19879 "Set family, style and weight of the current font\n" 19883 " Sets the current font. See the PLplot documentation for more\n" 19884 " information on font selection.\n" 19886 " Redacted form: plsfont(family, style, weight)\n" 19888 " This function is used in example 23.\n" 19894 "plsfont(family, style, weight)\n" 19898 " family (PLINT, input) : Font family to select for the current font.\n" 19899 " The available values are given by the PL_FCI_* constants in\n" 19900 " plplot.h. Current options are PL_FCI_SANS, PL_FCI_SERIF,\n" 19901 " PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value\n" 19902 " signifies that the font family should not be altered.\n" 19904 " style (PLINT, input) : Font style to select for the current font.\n" 19905 " The available values are given by the PL_FCI_* constants in\n" 19906 " plplot.h. Current options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and\n" 19907 " PL_FCI_OBLIQUE. A negative value signifies that the font style\n" 19908 " should not be altered.\n" 19910 " weight (PLINT, input) : Font weight to select for the current font.\n" 19911 " The available values are given by the PL_FCI_* constants in\n" 19912 " plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. A\n" 19913 " negative value signifies that the font weight should not be\n" 19918 "Shade regions on the basis of value\n" 19922 " Shade regions on the basis of value. This is the high-level routine\n" 19923 " for making continuous color shaded plots with cmap1 while plshade\n" 19924 " should be used to plot individual shaded regions using either cmap0 or\n" 19925 " cmap1. examples/;<language>/x16* shows how to use plshades for each of\n" 19926 " our supported languages.\n" 19928 " Redacted form: General: plshades(a, defined, xmin, xmax, ymin, ymax,\n" 19929 " clevel, fill_width, cont_color, cont_width, fill, rectangular, pltr,\n" 19933 " This function is used in examples 16, 21, and 22.\n" 19939 "plshades(a, nx, ny, defined, xmin, xmax, ymin, ymax, clevel, nlevel, fill_width, cont_color, cont_width, fill, rectangular, pltr, pltr_data)\n" 19943 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n" 19944 " plot. Should have dimensions of\n" 19948 " nx (PLINT, input) : First dimension of matrix \"a\".\n" 19950 " ny (PLINT, input) : Second dimension of matrix \"a\".\n" 19952 " defined (PLDEFINED_callback, input) : Callback function specifying\n" 19953 " the region that should be plotted in the shade plot. This\n" 19954 " function accepts x and y coordinates as input arguments and must\n" 19955 " return 1 if the point is to be included in the shade plot and 0\n" 19956 " otherwise. If you want to plot the entire shade plot (the usual\n" 19957 " case), this argument should be set to NULL.\n" 19959 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n" 19960 " pltr below for how these arguments are used (only for the special case\n" 19961 " when the callback function\n" 19962 " pltr is not supplied).\n" 19964 " clevel (PLFLT_VECTOR, input) : A vector containing the data levels\n" 19965 " corresponding to the edges of each shaded region that will be\n" 19966 " plotted by this function. To work properly the levels should be\n" 19969 " nlevel (PLINT, input) : Number of shades plus 1 (i.e., the number\n" 19970 " of shade edge values in clevel).\n" 19972 " fill_width (PLFLT, input) : Defines the line width used by the fill\n" 19975 " cont_color (PLINT, input) : Defines cmap0 pen color used for\n" 19976 " contours defining edges of shaded regions. The pen color is only\n" 19977 " temporary set for the contour drawing. Set this value to zero or\n" 19978 " less if no shade edge contours are wanted.\n" 19980 " cont_width (PLFLT, input) : Defines line width used for contours\n" 19981 " defining edges of shaded regions. This value may not be honored\n" 19982 " by all drivers. The pen width is only temporary set for the\n" 19983 " contour drawing. Set this value to zero or less if no shade edge\n" 19984 " contours are wanted.\n" 19986 " fill (PLFILL_callback, input) : Callback routine used to fill the\n" 19987 " region. Use plfill for this purpose.\n" 19989 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n" 19990 " map to rectangles after coordinate transformation with pltrl.\n" 19991 " Otherwise, set rectangular to false. If rectangular is set to\n" 19992 " true, plshade tries to save time by filling large rectangles.\n" 19993 " This optimization fails if the coordinate transformation distorts\n" 19994 " the shape of rectangles. For example a plot in polar coordinates\n" 19995 " has to have rectangular set to false.\n" 19997 " pltr (PLTRANSFORM_callback, input) : A callback function that\n" 19998 " defines the transformation between the zero-based indices of the\n" 19999 " matrix a and world coordinates. If\n" 20000 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n" 20001 " indices of a are mapped to the range\n" 20003 " xmax and the y indices of a are mapped to the range\n" 20005 " ymax.For the C case, transformation functions are provided in the\n" 20006 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n" 20007 " pltr2 for arbitrary mappings respectively defined by vectors and\n" 20008 " matrices. In addition, C callback routines for the transformation\n" 20009 " can be supplied by the user such as the mypltr function in\n" 20010 " examples/c/x09c.c which provides a general linear transformation\n" 20011 " between index coordinates and world coordinates.For languages\n" 20012 " other than C you should consult the PLplot documentation for the\n" 20013 " details concerning how PLTRANSFORM_callback arguments are\n" 20014 " interfaced. However, in general, a particular pattern of\n" 20015 " callback-associated arguments such as a tr vector with 6 elements;\n" 20016 " xg and yg vectors; or xg and yg matrices are respectively\n" 20017 " interfaced to a linear-transformation routine similar to the above\n" 20018 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n" 20019 " sophisticated bindings (see, e.g., the PLplot documentation)\n" 20020 " support native language callbacks for handling index to\n" 20021 " world-coordinate transformations. Examples of these various\n" 20022 " approaches are given in examples/<language>x09*,\n" 20023 " examples/<language>x16*, examples/<language>x20*,\n" 20024 " examples/<language>x21*, and examples/<language>x22*, for all our\n" 20025 " supported languages.\n" 20027 " pltr_data (PLPointer, input) : Extra parameter to help pass\n" 20028 " information to pltr0, pltr1, pltr2, or whatever routine that is\n" 20029 " externally supplied.\n" 20033 "Shade individual region on the basis of value\n" 20037 " Shade individual region on the basis of value. Use plshades if you\n" 20038 " want to shade a number of contiguous regions using continuous colors.\n" 20039 " In particular the edge contours are treated properly in plshades. If\n" 20040 " you attempt to do contiguous regions with plshade the contours at the\n" 20041 " edge of the shade are partially obliterated by subsequent plots of\n" 20042 " contiguous shaded regions.\n" 20044 " Redacted form: General: plshade(a, defined, xmin, xmax, ymin, ymax,\n" 20045 " shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color,\n" 20046 " min_width, max_color, max_width, fill, rectangular, pltr, pltr_data)\n" 20049 " This function is used in example 15.\n" 20055 "plshade(a, nx, ny, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, fill, rectangular, pltr, pltr_data)\n" 20059 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n" 20060 " plot. Should have dimensions of\n" 20064 " nx (PLINT, input) : First dimension of the matrix \"a\".\n" 20066 " ny (PLINT, input) : Second dimension of the matrix \"a\".\n" 20068 " defined (PLDEFINED_callback, input) : Callback function specifying\n" 20069 " the region that should be plotted in the shade plot. This\n" 20070 " function accepts x and y coordinates as input arguments and must\n" 20071 " return 1 if the point is to be included in the shade plot and 0\n" 20072 " otherwise. If you want to plot the entire shade plot (the usual\n" 20073 " case), this argument should be set to NULL.\n" 20075 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n" 20076 " pltr below for how these arguments are used (only for the special case\n" 20077 " when the callback function\n" 20078 " pltr is not supplied).\n" 20080 " shade_min (PLFLT, input) : Defines the lower end of the interval to\n" 20081 " be shaded. If shade_max <= shade_min, plshade does nothing.\n" 20083 " shade_max (PLFLT, input) : Defines the upper end of the interval to\n" 20084 " be shaded. If shade_max <= shade_min, plshade does nothing.\n" 20086 " sh_cmap (PLINT, input) : Defines color map. If sh_cmap=0, then\n" 20087 " sh_color is interpreted as a cmap0 (integer) index. If sh_cmap=1,\n" 20088 " then sh_color is interpreted as a cmap1 argument in the range\n" 20091 " sh_color (PLFLT, input) : Defines color map index with integer\n" 20092 " value if cmap0 or value in range (0.0-1.0) if cmap1.\n" 20094 " sh_width (PLFLT, input) : Defines width used by the fill pattern.\n" 20096 " min_color (PLINT, input) : Defines pen color, width used by the\n" 20097 " boundary of shaded region. The min values are used for the\n" 20098 " shade_min boundary, and the max values are used on the shade_max\n" 20099 " boundary. Set color and width to zero for no plotted boundaries.\n" 20101 " min_width (PLFLT, input) : Defines pen color, width used by the\n" 20102 " boundary of shaded region. The min values are used for the\n" 20103 " shade_min boundary, and the max values are used on the shade_max\n" 20104 " boundary. Set color and width to zero for no plotted boundaries.\n" 20106 " max_color (PLINT, input) : Defines pen color, width used by the\n" 20107 " boundary of shaded region. The min values are used for the\n" 20108 " shade_min boundary, and the max values are used on the shade_max\n" 20109 " boundary. Set color and width to zero for no plotted boundaries.\n" 20111 " max_width (PLFLT, input) : Defines pen color, width used by the\n" 20112 " boundary of shaded region. The min values are used for the\n" 20113 " shade_min boundary, and the max values are used on the shade_max\n" 20114 " boundary. Set color and width to zero for no plotted boundaries.\n" 20116 " fill (PLFILL_callback, input) : Routine used to fill the region.\n" 20117 " Use plfill. Future version of PLplot may have other fill\n" 20120 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n" 20121 " map to rectangles after coordinate transformation with pltrl.\n" 20122 " Otherwise, set rectangular to false. If rectangular is set to\n" 20123 " true, plshade tries to save time by filling large rectangles.\n" 20124 " This optimization fails if the coordinate transformation distorts\n" 20125 " the shape of rectangles. For example a plot in polar coordinates\n" 20126 " has to have rectangular set to false.\n" 20128 " pltr (PLTRANSFORM_callback, input) : A callback function that\n" 20129 " defines the transformation between the zero-based indices of the\n" 20130 " matrix a and world coordinates. If\n" 20131 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n" 20132 " indices of a are mapped to the range\n" 20134 " xmax and the y indices of a are mapped to the range\n" 20136 " ymax.For the C case, transformation functions are provided in the\n" 20137 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n" 20138 " pltr2 for arbitrary mappings respectively defined by vectors and\n" 20139 " matrices. In addition, C callback routines for the transformation\n" 20140 " can be supplied by the user such as the mypltr function in\n" 20141 " examples/c/x09c.c which provides a general linear transformation\n" 20142 " between index coordinates and world coordinates.For languages\n" 20143 " other than C you should consult the PLplot documentation for the\n" 20144 " details concerning how PLTRANSFORM_callback arguments are\n" 20145 " interfaced. However, in general, a particular pattern of\n" 20146 " callback-associated arguments such as a tr vector with 6 elements;\n" 20147 " xg and yg vectors; or xg and yg matrices are respectively\n" 20148 " interfaced to a linear-transformation routine similar to the above\n" 20149 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n" 20150 " sophisticated bindings (see, e.g., the PLplot documentation)\n" 20151 " support native language callbacks for handling index to\n" 20152 " world-coordinate transformations. Examples of these various\n" 20153 " approaches are given in examples/<language>x09*,\n" 20154 " examples/<language>x16*, examples/<language>x20*,\n" 20155 " examples/<language>x21*, and examples/<language>x22*, for all our\n" 20156 " supported languages.\n" 20158 " pltr_data (PLPointer, input) : Extra parameter to help pass\n" 20159 " information to pltr0, pltr1, pltr2, or whatever routine that is\n" 20160 " externally supplied.\n" 20164 "Assign a function to use for generating custom axis labels\n" 20168 " This function allows a user to provide their own function to provide\n" 20169 " axis label text. The user function is given the numeric value for a\n" 20170 " point on an axis and returns a string label to correspond with that\n" 20171 " value. Custom axis labels can be enabled by passing appropriate\n" 20172 " arguments to plenv, plbox, plbox3 and similar functions.\n" 20174 " This function is used in example 19.\n" 20180 "plslabelfunc(label_func, label_data)\n" 20184 " label_func (PLLABEL_FUNC_callback, input) : This is the custom\n" 20185 " label function. In order to reset to the default labelling, set\n" 20186 " this to NULL. The labelling function parameters are, in order:\n" 20187 " axis: This indicates which axis a label is being requested for.\n" 20188 " The value will be one of PL_X_AXIS, PL_Y_AXIS or PL_Z_AXIS.\n" 20190 " value: This is the value along the axis which is being labelled.\n" 20192 " label_text: The string representation of the label value.\n" 20194 " length: The maximum length in characters allowed for label_text.\n" 20197 " label_data (PLPointer, input) : This parameter may be used to pass\n" 20198 " data to the label_func function.\n" 20202 "Set length of major ticks\n" 20206 " This sets up the length of the major ticks. The actual length is the\n" 20207 " product of the default length and a scaling factor as for character\n" 20210 " Redacted form: plsmaj(def, scale)\n" 20212 " This function is used in example 29.\n" 20218 "plsmaj(def, scale)\n" 20222 " def (PLFLT, input) : The default length of a major tick in\n" 20223 " millimeters, should be set to zero if the default length is to\n" 20224 " remain unchanged.\n" 20226 " scale (PLFLT, input) : Scale factor to be applied to default to get\n" 20227 " actual tick length.\n" 20231 "Set the memory area to be plotted (RGB)\n" 20235 " Set the memory area to be plotted (with the mem or memcairo driver) as\n" 20236 " the dev member of the stream structure. Also set the number of pixels\n" 20237 " in the memory passed in\n" 20238 " plotmem, which is a block of memory\n" 20240 " maxx by 3 bytes long, say: 480 x 640 x 3 (Y, X, RGB)\n" 20242 " This memory will have to be freed by the user!\n" 20244 " Redacted form: plsmem(maxx, maxy, plotmem)\n" 20246 " This function is not used in any examples.\n" 20252 "plsmem(maxx, maxy, plotmem)\n" 20256 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n" 20258 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n" 20260 " plotmem (PLPointer, input) : Pointer to the beginning of a\n" 20261 " user-supplied writeable memory area.\n" 20265 "Set the memory area to be plotted (RGBA)\n" 20269 " Set the memory area to be plotted (with the memcairo driver) as the\n" 20270 " dev member of the stream structure. Also set the number of pixels in\n" 20271 " the memory passed in\n" 20272 " plotmem, which is a block of memory\n" 20274 " maxx by 4 bytes long, say: 480 x 640 x 4 (Y, X, RGBA)\n" 20276 " This memory will have to be freed by the user!\n" 20278 " Redacted form: plsmema(maxx, maxy, plotmem)\n" 20280 " This function is not used in any examples.\n" 20286 "plsmema(maxx, maxy, plotmem)\n" 20290 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n" 20292 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n" 20294 " plotmem (PLPointer, input) : Pointer to the beginning of a\n" 20295 " user-supplied writeable memory area.\n" 20299 "Set length of minor ticks\n" 20303 " This sets up the length of the minor ticks and the length of the\n" 20304 " terminals on error bars. The actual length is the product of the\n" 20305 " default length and a scaling factor as for character height.\n" 20307 " Redacted form: plsmin(def, scale)\n" 20309 " This function is used in example 29.\n" 20315 "plsmin(def, scale)\n" 20319 " def (PLFLT, input) : The default length of a minor tick in\n" 20320 " millimeters, should be set to zero if the default length is to\n" 20321 " remain unchanged.\n" 20323 " scale (PLFLT, input) : Scale factor to be applied to default to get\n" 20324 " actual tick length.\n" 20328 "Set orientation\n" 20332 " Set integer plot orientation parameter. This function is identical to\n" 20333 " plsdiori except for the type of the argument, and should be used in\n" 20334 " the same way. See the documentation of plsdiori for details.\n" 20336 " Redacted form: plsori(ori)\n" 20338 " This function is used in example 3.\n" 20348 " ori (PLINT, input) : Orientation value (0 for landscape, 1 for\n" 20349 " portrait, etc.) The value is multiplied by 90 degrees to get the\n" 20354 "Set page parameters\n" 20358 " Sets the page configuration (optional). If an individual parameter is\n" 20359 " zero then that parameter value is not updated. Not all parameters are\n" 20360 " recognized by all drivers and the interpretation is device-dependent.\n" 20361 " The X-window driver uses the length and offset parameters to determine\n" 20362 " the window size and location. The length and offset values are\n" 20363 " expressed in units that are specific to the current driver. For\n" 20364 " instance: screen drivers will usually interpret them as number of\n" 20365 " pixels, whereas printer drivers will usually use mm.\n" 20367 " This routine, if used, must be called before initializing PLplot. It\n" 20368 " may be called at later times for interactive drivers to change only\n" 20369 " the dpi for subsequent redraws which you can force via a call to\n" 20370 " plreplot. If this function is not called then the page size defaults\n" 20371 " to landscape A4 for drivers which use real world page sizes and 744\n" 20372 " pixels wide by 538 pixels high for raster drivers. The default value\n" 20373 " for dx and dy is 90 pixels per inch for raster drivers.\n" 20377 " Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff)\n" 20379 " This function is used in examples 14 and 31.\n" 20385 "plspage(xp, yp, xleng, yleng, xoff, yoff)\n" 20389 " xp (PLFLT, input) : Number of pixels per inch (DPI), x. Used only\n" 20390 " by raster drivers, ignored by drivers which use \"real world\" units\n" 20393 " yp (PLFLT, input) : Number of pixels per inch (DPI), y. Used only\n" 20394 " by raster drivers, ignored by drivers which use \"real world\" units\n" 20397 " xleng (PLINT, input) : Page length, x.\n" 20399 " yleng (PLINT, input) : Page length, y.\n" 20401 " xoff (PLINT, input) : Page offset, x.\n" 20403 " yoff (PLINT, input) : Page offset, y.\n" 20407 "Set the cmap0 palette using the specified cmap0*.pal format file\n" 20411 " Set the cmap0 palette using the specified cmap0*.pal format file.\n" 20413 " Redacted form: plspal0(filename)\n" 20415 " This function is in example 16.\n" 20421 "plspal0(filename)\n" 20425 " filename (PLCHAR_VECTOR, input) : An ascii character string\n" 20426 " containing the name of the cmap0*.pal file. If this string is\n" 20427 " empty, use the default cmap0*.pal file.\n" 20431 "Set the cmap1 palette using the specified cmap1*.pal format file\n" 20435 " Set the cmap1 palette using the specified cmap1*.pal format file.\n" 20437 " Redacted form: plspal1(filename, interpolate)\n" 20439 " This function is used in example 16.\n" 20445 "plspal1(filename, interpolate)\n" 20449 " filename (PLCHAR_VECTOR, input) : An ascii character string\n" 20450 " containing the name of the cmap1*.pal file. If this string is\n" 20451 " empty, use the default cmap1*.pal file.\n" 20453 " interpolate (PLBOOL, input) : If this parameter is true, the\n" 20454 " columns containing the intensity index, r, g, b, alpha and\n" 20455 " alt_hue_path in the cmap1*.pal file are used to set the cmap1\n" 20456 " palette with a call to plscmap1la. (The cmap1*.pal header contains\n" 20457 " a flag which controls whether the r, g, b data sent to plscmap1la\n" 20458 " are interpreted as HLS or RGB.) If this parameter is false, the\n" 20459 " intensity index and alt_hue_path columns are ignored and the r, g,\n" 20460 " b (interpreted as RGB), and alpha columns of the cmap1*.pal file\n" 20461 " are used instead to set the cmap1 palette directly with a call to\n" 20466 "Set the pause (on end-of-page) status\n" 20470 " Set the pause (on end-of-page) status.\n" 20472 " Redacted form: plspause(pause)\n" 20474 " This function is in examples 14,20.\n" 20480 "plspause(pause)\n" 20484 " pause (PLBOOL, input) : If pause is true there will be a pause on\n" 20485 " end-of-page for those drivers which support this. Otherwise there\n" 20490 "Set current output stream\n" 20494 " Sets the number of the current output stream. The stream number\n" 20495 " defaults to 0 unless changed by this routine. The first use of this\n" 20496 " routine must be followed by a call initializing PLplot (e.g. plstar).\n" 20498 " Redacted form: plsstrm(strm)\n" 20500 " This function is examples 1,14,20.\n" 20510 " strm (PLINT, input) : The current stream number.\n" 20514 "Set the number of subpages in x and y\n" 20518 " Set the number of subpages in x and y.\n" 20520 " Redacted form: plssub(nx, ny)\n" 20522 " This function is examples 1,2,14,21,25,27.\n" 20532 " nx (PLINT, input) : Number of windows in x direction (i.e., number\n" 20533 " of window columns).\n" 20535 " ny (PLINT, input) : Number of windows in y direction (i.e., number\n" 20536 " of window rows).\n" 20540 "Set symbol size\n" 20544 " This sets up the size of all subsequent symbols drawn by plpoin and\n" 20545 " plsym. The actual height of a symbol is the product of the default\n" 20546 " symbol size and a scaling factor as for the character height.\n" 20548 " Redacted form: plssym(def, scale)\n" 20550 " This function is used in example 29.\n" 20556 "plssym(def, scale)\n" 20560 " def (PLFLT, input) : The default height of a symbol in millimeters,\n" 20561 " should be set to zero if the default height is to remain\n" 20564 " scale (PLFLT, input) : Scale factor to be applied to default to get\n" 20565 " actual symbol height.\n" 20573 " Initializing the plotting package. The program prompts for the device\n" 20574 " keyword or number of the desired output device. Hitting a RETURN in\n" 20575 " response to the prompt is the same as selecting the first device. If\n" 20576 " only one device is enabled when PLplot is installed, plstar will issue\n" 20577 " no prompt. The output device is divided into nx by ny subpages, each\n" 20578 " of which may be used independently. The subroutine pladv is used to\n" 20579 " advance from one subpage to the next.\n" 20581 " Redacted form: plstar(nx, ny)\n" 20583 " This function is used in example 1.\n" 20593 " nx (PLINT, input) : Number of subpages to divide output page in the\n" 20596 " ny (PLINT, input) : Number of subpages to divide output page in the\n" 20605 " Alternative to plstar for initializing the plotting package. The\n" 20606 " device name keyword for the desired output device must be supplied as\n" 20607 " an argument. These keywords are the same as those printed out by\n" 20608 " plstar. If the requested device is not available, or if the input\n" 20609 " string is empty or begins with ``?'', the prompted start up of plstar\n" 20610 " is used. This routine also divides the output device page into nx by\n" 20611 " ny subpages, each of which may be used independently. The subroutine\n" 20612 " pladv is used to advance from one subpage to the next.\n" 20614 " Redacted form: General: plstart(devname, nx, ny)\n" 20617 " This function is not used in any examples.\n" 20623 "plstart(devname, nx, ny)\n" 20627 " devname (PLCHAR_VECTOR, input) : An ascii character string\n" 20628 " containing the device name keyword of the required output device.\n" 20630 " devname is NULL or if the first character of the string is a ``?'',\n" 20631 " the normal (prompted) start up is used.\n" 20633 " nx (PLINT, input) : Number of subpages to divide output page in the\n" 20636 " ny (PLINT, input) : Number of subpages to divide output page in the\n" 20641 "Set a global coordinate transform function\n" 20645 " This function can be used to define a coordinate transformation which\n" 20646 " affects all elements drawn within the current plot window. The\n" 20647 " coordinate_transform callback function is similar to that provided for\n" 20648 " the plmap and plmeridians functions. The coordinate_transform_data\n" 20649 " parameter may be used to pass extra data to coordinate_transform.\n" 20651 " Redacted form: General: plstransform(coordinate_transform,\n" 20652 " coordinate_transform_data)\n" 20655 " This function is used in examples 19 and 22.\n" 20661 "plstransform(coordinate_transform, coordinate_transform_data)\n" 20665 " coordinate_transform (PLTRANSFORM_callback, input) : A callback\n" 20666 " function that defines the transformation from the input (x, y)\n" 20667 " world coordinates to new PLplot world coordinates. If\n" 20668 " coordinate_transform is not supplied (e.g., is set to NULL in the C\n" 20669 " case), then no transform is applied.\n" 20671 " coordinate_transform_data (PLPointer, input) : Optional extra data\n" 20673 " coordinate_transform.\n" 20677 "Plot a glyph at the specified points\n" 20681 " Plot a glyph at the specified points. (Supersedes plpoin and plsym\n" 20682 " because many[!] more glyphs are accessible with plstring.) The glyph\n" 20683 " is specified with a PLplot user string. Note that the user string is\n" 20684 " not actually limited to one glyph so it is possible (but not normally\n" 20685 " useful) to plot more than one glyph at the specified points with this\n" 20686 " function. As with plmtex and plptex, the user string can contain FCI\n" 20687 " escapes to determine the font, UTF-8 code to determine the glyph or\n" 20688 " else PLplot escapes for Hershey or unicode text to determine the\n" 20691 " Redacted form: plstring(x, y, string)\n" 20693 " This function is used in examples 4, 21 and 26.\n" 20699 "plstring(n, x, y, string)\n" 20703 " n (PLINT, input) : Number of points in the x and y vectors.\n" 20705 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 20708 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 20711 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n" 20712 " the glyph(s) to be plotted at each of the n points.\n" 20716 "Plot a glyph at the specified 3D points\n" 20720 " Plot a glyph at the specified 3D points. (Supersedes plpoin3 because\n" 20721 " many[!] more glyphs are accessible with plstring3.) Set up the call to\n" 20722 " this function similar to what is done for plline3. The glyph is\n" 20723 " specified with a PLplot user string. Note that the user string is not\n" 20724 " actually limited to one glyph so it is possible (but not normally\n" 20725 " useful) to plot more than one glyph at the specified points with this\n" 20726 " function. As with plmtex and plptex, the user string can contain FCI\n" 20727 " escapes to determine the font, UTF-8 code to determine the glyph or\n" 20728 " else PLplot escapes for Hershey or unicode text to determine the\n" 20731 " Redacted form: plstring3(x, y, z, string)\n" 20733 " This function is used in example 18.\n" 20739 "plstring3(n, x, y, z, string)\n" 20743 " n (PLINT, input) : Number of points in the x, y, and z vectors.\n" 20745 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 20748 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 20751 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n" 20754 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n" 20755 " the glyph(s) to be plotted at each of the n points. points.\n" 20759 "Add a point to a strip chart\n" 20763 " Add a point to a given pen of a given strip chart. There is no need\n" 20764 " for all pens to have the same number of points or to be equally\n" 20765 " sampled in the x coordinate. Allocates memory and rescales as\n" 20768 " Redacted form: plstripa(id, pen, x, y)\n" 20770 " This function is used in example 17.\n" 20776 "plstripa(id, pen, x, y)\n" 20780 " id (PLINT, input) : Identification number of the strip chart (set\n" 20781 " up in plstripc).\n" 20783 " pen (PLINT, input) : Pen number (ranges from 0 to 3).\n" 20785 " x (PLFLT, input) : X coordinate of point to plot.\n" 20787 " y (PLFLT, input) : Y coordinate of point to plot.\n" 20791 "Create a 4-pen strip chart\n" 20795 " Create a 4-pen strip chart, to be used afterwards by plstripa\n" 20797 " Redacted form: General: plstripc(id, xspec, yspec, xmin, xmax, xjump,\n" 20798 " ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline,\n" 20799 " styline, legline, labx, laby, labz)\n" 20802 " This function is used in example 17.\n" 20808 "plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline[], labx, laby, labtop)\n" 20812 " id (PLINT_NC_SCALAR, output) : Returned value of the identification\n" 20813 " number of the strip chart to use on plstripa and plstripd.\n" 20815 " xspec (PLCHAR_VECTOR, input) : An ascii character string containing\n" 20816 " the x-axis specification as in plbox.\n" 20818 " yspec (PLCHAR_VECTOR, input) : An ascii character string containing\n" 20819 " the y-axis specification as in plbox.\n" 20821 " xmin (PLFLT, input) : Initial coordinates of plot box; they will\n" 20822 " change as data are added.\n" 20824 " xmax (PLFLT, input) : Initial coordinates of plot box; they will\n" 20825 " change as data are added.\n" 20827 " xjump (PLFLT, input) : When x attains xmax, the length of the plot\n" 20828 " is multiplied by the factor (1 +\n" 20831 " ymin (PLFLT, input) : Initial coordinates of plot box; they will\n" 20832 " change as data are added.\n" 20834 " ymax (PLFLT, input) : Initial coordinates of plot box; they will\n" 20835 " change as data are added.\n" 20837 " xlpos (PLFLT, input) : X legend box position (range from 0 to 1).\n" 20839 " ylpos (PLFLT, input) : Y legend box position (range from 0 to 1).\n" 20841 " y_ascl (PLBOOL, input) : Autoscale y between x jumps if y_ascl is\n" 20842 " true, otherwise not.\n" 20844 " acc (PLBOOL, input) : Accumulate strip plot if acc is true,\n" 20845 " otherwise slide display.\n" 20847 " colbox (PLINT, input) : Plot box color index (cmap0).\n" 20849 " collab (PLINT, input) : Legend color index (cmap0).\n" 20851 " colline (PLINT_VECTOR, input) : A vector containing the cmap0 color\n" 20852 " indices for the 4 pens.\n" 20854 " styline (PLINT_VECTOR, input) : A vector containing the line style\n" 20855 " indices for the 4 pens.\n" 20857 " legline (PLCHAR_MATRIX, input) : A vector of UTF-8 character\n" 20858 " strings containing legends for the 4 pens.\n" 20860 " labx (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n" 20861 " the label for the x axis.\n" 20863 " laby (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n" 20864 " the label for the y axis.\n" 20866 " labtop (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n" 20867 " the plot title.\n" 20871 "Deletes and releases memory used by a strip chart\n" 20875 " Deletes and releases memory used by a strip chart.\n" 20877 " Redacted form: plstripd(id)\n" 20879 " This function is used in example 17.\n" 20889 " id (PLINT, input) : Identification number of strip chart to delete.\n" 20897 " This sets up the line style for all lines subsequently drawn. A line\n" 20898 " consists of segments in which the pen is alternately down and up. The\n" 20899 " lengths of these segments are passed in the vectors mark and space\n" 20900 " respectively. The number of mark-space pairs is specified by nms. In\n" 20901 " order to return the line style to the default continuous line, plstyl\n" 20902 " should be called with nms =0 .(see also pllsty)\n" 20904 " Redacted form: plstyl(mark, space)\n" 20906 " This function is used in examples 1, 9, and 14.\n" 20912 "plstyl(nms, mark, space)\n" 20916 " nms (PLINT, input) : The number of mark and space elements in a\n" 20917 " line. Thus a simple broken line can be obtained by setting nms=1\n" 20918 " . A continuous line is specified by setting nms=0 .\n" 20920 " mark (PLINT_VECTOR, input) : A vector containing the lengths of the\n" 20921 " segments during which the pen is down, measured in micrometers.\n" 20923 " space (PLINT_VECTOR, input) : A vector containing the lengths of\n" 20924 " the segments during which the pen is up, measured in micrometers.\n" 20928 "Set arrow style for vector plots\n" 20932 " Set the style for the arrow used by plvect to plot vectors.\n" 20934 " Redacted form: plsvect(arrowx, arrowy, fill)\n" 20936 " This function is used in example 22.\n" 20942 "plsvect(arrowx, arrowy, npts, fill)\n" 20946 " arrowx, arrowy (PLFLT_VECTOR, input) : A pair of vectors containing\n" 20947 " the x and y points which make up the arrow. The arrow is plotted\n" 20948 " by joining these points to form a polygon. The scaling assumes\n" 20949 " that the x and y points in the arrow lie in the range -0.5 <= x,y\n" 20950 " <= 0.5. If both arrowx and arrowy are NULL then the arrow style\n" 20951 " will be reset to its default.\n" 20953 " npts (PLINT, input) : Number of points in the vectors arrowx and\n" 20956 " fill (PLBOOL, input) : If fill is true then the arrow is closed, if\n" 20957 " fill is false then the arrow is open.\n" 20961 "Specify viewport in absolute coordinates\n" 20965 " Alternate routine to plvpor for setting up the viewport. This routine\n" 20966 " should be used only if the viewport is required to have a definite\n" 20967 " size in millimeters. The routine plgspa is useful for finding out the\n" 20968 " size of the current subpage.\n" 20970 " Redacted form: plsvpa(xmin, xmax, ymin, ymax)\n" 20972 " This function is used in example 10.\n" 20978 "plsvpa(xmin, xmax, ymin, ymax)\n" 20982 " xmin (PLFLT, input) : The distance of the left-hand edge of the\n" 20983 " viewport from the left-hand edge of the subpage in millimeters.\n" 20985 " xmax (PLFLT, input) : The distance of the right-hand edge of the\n" 20986 " viewport from the left-hand edge of the subpage in millimeters.\n" 20988 " ymin (PLFLT, input) : The distance of the bottom edge of the\n" 20989 " viewport from the bottom edge of the subpage in millimeters.\n" 20991 " ymax (PLFLT, input) : The distance of the top edge of the viewport\n" 20992 " from the bottom edge of the subpage in millimeters.\n" 20996 "Set x axis parameters\n" 21000 " Sets values of the digmax and digits flags for the x axis. See the\n" 21001 " PLplot documentation for more information.\n" 21003 " Redacted form: plsxax(digmax, digits)\n" 21005 " This function is used in example 31.\n" 21011 "plsxax(digmax, digits)\n" 21015 " digmax (PLINT, input) : Variable to set the maximum number of\n" 21016 " digits for the x axis. If nonzero, the printed label will be\n" 21017 " switched to a floating-point representation when the number of\n" 21018 " digits exceeds digmax.\n" 21020 " digits (PLINT, input) : Field digits value. Currently, changing\n" 21021 " its value here has no effect since it is set only by plbox or\n" 21022 " plbox3. However, the user may obtain its value after a call to\n" 21023 " either of these functions by calling plgxax.\n" 21027 "Set y axis parameters\n" 21031 " Identical to plsxax, except that arguments are flags for y axis. See\n" 21032 " the description of plsxax for more detail.\n" 21034 " Redacted form: plsyax(digmax, digits)\n" 21036 " This function is used in examples 1, 14, and 31.\n" 21042 "plsyax(digmax, digits)\n" 21046 " digmax (PLINT, input) : Variable to set the maximum number of\n" 21047 " digits for the y axis. If nonzero, the printed label will be\n" 21048 " switched to a floating-point representation when the number of\n" 21049 " digits exceeds digmax.\n" 21051 " digits (PLINT, input) : Field digits value. Currently, changing\n" 21052 " its value here has no effect since it is set only by plbox or\n" 21053 " plbox3. However, the user may obtain its value after a call to\n" 21054 " either of these functions by calling plgyax.\n" 21058 "Plot a glyph at the specified points\n" 21062 " Plot a glyph at the specified points. (This function is largely\n" 21063 " superseded by plstring which gives access to many[!] more glyphs.)\n" 21065 " Redacted form: plsym(x, y, code)\n" 21067 " This function is used in example 7.\n" 21073 "plsym(n, x, y, code)\n" 21077 " n (PLINT, input) : Number of points in the x and y vectors.\n" 21079 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n" 21082 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n" 21085 " code (PLINT, input) : Hershey symbol code corresponding to a glyph\n" 21086 " to be plotted at each of the n points.\n" 21090 "Set z axis parameters\n" 21094 " Identical to plsxax, except that arguments are flags for z axis. See\n" 21095 " the description of plsxax for more detail.\n" 21097 " Redacted form: plszax(digmax, digits)\n" 21099 " This function is used in example 31.\n" 21105 "plszax(digmax, digits)\n" 21109 " digmax (PLINT, input) : Variable to set the maximum number of\n" 21110 " digits for the z axis. If nonzero, the printed label will be\n" 21111 " switched to a floating-point representation when the number of\n" 21112 " digits exceeds digmax.\n" 21114 " digits (PLINT, input) : Field digits value. Currently, changing\n" 21115 " its value here has no effect since it is set only by plbox or\n" 21116 " plbox3. However, the user may obtain its value after a call to\n" 21117 " either of these functions by calling plgzax.\n" 21121 "Switch to text screen\n" 21125 " Sets an interactive device to text mode, used in conjunction with\n" 21126 " plgra to allow graphics and text to be interspersed. On a device\n" 21127 " which supports separate text and graphics windows, this command causes\n" 21128 " control to be switched to the text window. This can be useful for\n" 21129 " printing diagnostic messages or getting user input, which would\n" 21130 " otherwise interfere with the plots. The program must switch back to\n" 21131 " the graphics window before issuing plot commands, as the text (or\n" 21132 " console) device will probably become quite confused otherwise. If\n" 21133 " already in text mode, this command is ignored. It is also ignored on\n" 21134 " devices which only support a single window or use a different method\n" 21135 " for shifting focus (see also plgra).\n" 21137 " Redacted form: pltext()\n" 21139 " This function is used in example 1.\n" 21149 "Set format for date / time labels\n" 21153 " Sets the format for date / time labels. To enable date / time format\n" 21154 " labels see the options to plbox, plbox3, and plenv.\n" 21156 " Redacted form: pltimefmt(fmt)\n" 21158 " This function is used in example 29.\n" 21168 " fmt (PLCHAR_VECTOR, input) : An ascii character string which is\n" 21169 " interpreted similarly to the format specifier of typical system\n" 21170 " strftime routines except that PLplot ignores locale and also\n" 21171 " supplies some useful extensions in the context of plotting. All\n" 21172 " text in the string is printed as-is other than conversion\n" 21173 " specifications which take the form of a '%' character followed by\n" 21174 " further conversion specification character. The conversion\n" 21175 " specifications which are similar to those provided by system\n" 21176 " strftime routines are the following: %a: The abbreviated (English)\n" 21178 " %A: The full (English) weekday name.\n" 21179 " %b: The abbreviated (English) month name.\n" 21180 " %B: The full (English) month name.\n" 21181 " %c: Equivalent to %a %b %d %T %Y (non-ISO).\n" 21182 " %C: The century number (year/100) as a 2-digit integer.\n" 21183 " %d: The day of the month as a decimal number (range 01 to 31).\n" 21184 " %D: Equivalent to %m/%d/%y (non-ISO).\n" 21185 " %e: Like %d, but a leading zero is replaced by a space.\n" 21186 " %F: Equivalent to %Y-%m-%d (the ISO 8601 date format).\n" 21187 " %h: Equivalent to %b.\n" 21188 " %H: The hour as a decimal number using a 24-hour clock (range\n" 21190 " %I: The hour as a decimal number using a 12-hour clock (range\n" 21192 " %j: The day of the year as a decimal number (range 001 to\n" 21194 " %k: The hour (24-hour clock) as a decimal number (range 0 to\n" 21195 " 23); single digits are preceded by a blank. (See also %H.)\n" 21196 " %l: The hour (12-hour clock) as a decimal number (range 1 to\n" 21197 " 12); single digits are preceded by a blank. (See also %I.)\n" 21198 " %m: The month as a decimal number (range 01 to 12).\n" 21199 " %M: The minute as a decimal number (range 00 to 59).\n" 21200 " %n: A newline character.\n" 21201 " %p: Either \"AM\" or \"PM\" according to the given time value.\n" 21202 " Noon is treated as \"PM\" and midnight as \"AM\".\n" 21203 " %r: Equivalent to %I:%M:%S %p.\n" 21204 " %R: The time in 24-hour notation (%H:%M). For a version\n" 21205 " including the seconds, see %T below.\n" 21206 " %s: The number of seconds since the Epoch, 1970-01-01 00:00:00\n" 21208 " %S: The second as a decimal number (range 00 to 60). (The\n" 21209 " range is up to 60 to allow for occasional leap seconds.)\n" 21210 " %t: A tab character.\n" 21211 " %T: The time in 24-hour notation (%H:%M:%S).\n" 21212 " %u: The day of the week as a decimal, range 1 to 7, Monday\n" 21213 " being 1. See also %w.\n" 21214 " %U: The week number of the current year as a decimal number,\n" 21215 " range 00 to 53, starting with the first Sunday as the first\n" 21216 " day of week 01. See also %V and %W.\n" 21217 " %v: Equivalent to %e-%b-%Y.\n" 21218 " %V: The ISO 8601 week number of the current year as a decimal\n" 21219 " number, range 01 to 53, where week 1 is the first week that\n" 21220 " has at least 4 days in the new year. See also %U and %W.\n" 21221 " %w: The day of the week as a decimal, range 0 to 6, Sunday\n" 21222 " being 0. See also %u.\n" 21223 " %W: The week number of the current year as a decimal number,\n" 21224 " range 00 to 53, starting with the first Monday as the first\n" 21225 " day of week 01.\n" 21226 " %x: Equivalent to %a %b %d %Y.\n" 21227 " %X: Equivalent to %T.\n" 21228 " %y: The year as a decimal number without a century (range 00\n" 21230 " %Y: The year as a decimal number including a century.\n" 21231 " %z: The UTC time-zone string = \"+0000\".\n" 21232 " %Z: The UTC time-zone abbreviation = \"UTC\".\n" 21233 " %+: The UTC date and time in default format of the Unix date\n" 21234 " command which is equivalent to %a %b %d %T %Z %Y.\n" 21235 " %%: A literal \"%\" character.\n" 21236 " The conversion specifications which are extensions to those normally\n" 21237 " provided by system strftime routines are the following: %(0-9):\n" 21238 " The fractional part of the seconds field (including leading\n" 21239 " decimal point) to the specified accuracy. Thus %S%3 would give\n" 21240 " seconds to millisecond accuracy (00.000).\n" 21241 " %.: The fractional part of the seconds field (including\n" 21242 " leading decimal point) to the maximum available accuracy. Thus\n" 21243 " %S%. would give seconds with fractional part up to 9 decimal\n" 21244 " places if available.\n" 21248 "Specify viewport using aspect ratio only\n" 21252 " Selects the largest viewport with the given aspect ratio within the\n" 21253 " subpage that leaves a standard margin (left-hand margin of eight\n" 21254 " character heights, and a margin around the other three sides of five\n" 21255 " character heights).\n" 21257 " Redacted form: plvasp(aspect)\n" 21259 " This function is used in example 13.\n" 21269 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n" 21270 " axis of resulting viewport.\n" 21278 " Draws a plot of vector data contained in the matrices (\n" 21284 " ny]) . The scaling factor for the vectors is given by scale. A\n" 21285 " transformation routine pointed to by pltr with a pointer pltr_data for\n" 21286 " additional data required by the transformation routine to map indices\n" 21287 " within the matrices to the world coordinates. The style of the vector\n" 21288 " arrow may be set using plsvect.\n" 21290 " Redacted form: plvect(u, v, scale, pltr, pltr_data) where (see above\n" 21291 " discussion) the pltr, pltr_data callback arguments are sometimes\n" 21292 " replaced by a tr vector with 6 elements, or xg and yg array arguments\n" 21293 " with either one or two dimensions.\n" 21295 " This function is used in example 22.\n" 21301 "plvect(u, v, nx, ny, scale, pltr, pltr_data)\n" 21305 " u, v (PLFLT_MATRIX, input) : A pair of matrices containing the x\n" 21306 " and y components of the vector data to be plotted.\n" 21308 " nx, ny (PLINT, input) : Dimensions of the matrices u and v.\n" 21310 " scale (PLFLT, input) : Parameter to control the scaling factor of\n" 21311 " the vectors for plotting. If scale = 0 then the scaling factor is\n" 21312 " automatically calculated for the data. If scale < 0 then the\n" 21313 " scaling factor is automatically calculated for the data and then\n" 21314 " multiplied by -\n" 21315 " scale. If scale > 0 then the scaling factor is set to scale.\n" 21317 " pltr (PLTRANSFORM_callback, input) : A callback function that\n" 21318 " defines the transformation between the zero-based indices of the\n" 21319 " matrices u and v and world coordinates.For the C case,\n" 21320 " transformation functions are provided in the PLplot library: pltr0\n" 21321 " for the identity mapping, and pltr1 and pltr2 for arbitrary\n" 21322 " mappings respectively defined by vectors and matrices. In\n" 21323 " addition, C callback routines for the transformation can be\n" 21324 " supplied by the user such as the mypltr function in\n" 21325 " examples/c/x09c.c which provides a general linear transformation\n" 21326 " between index coordinates and world coordinates.For languages\n" 21327 " other than C you should consult the PLplot documentation for the\n" 21328 " details concerning how PLTRANSFORM_callback arguments are\n" 21329 " interfaced. However, in general, a particular pattern of\n" 21330 " callback-associated arguments such as a tr vector with 6 elements;\n" 21331 " xg and yg vectors; or xg and yg matrices are respectively\n" 21332 " interfaced to a linear-transformation routine similar to the above\n" 21333 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n" 21334 " sophisticated bindings (see, e.g., the PLplot documentation)\n" 21335 " support native language callbacks for handling index to\n" 21336 " world-coordinate transformations. Examples of these various\n" 21337 " approaches are given in examples/<language>x09*,\n" 21338 " examples/<language>x16*, examples/<language>x20*,\n" 21339 " examples/<language>x21*, and examples/<language>x22*, for all our\n" 21340 " supported languages.\n" 21342 " pltr_data (PLPointer, input) : Extra parameter to help pass\n" 21343 " information to pltr0, pltr1, pltr2, or whatever callback routine\n" 21344 " that is externally supplied.\n" 21348 "Specify viewport using coordinates and aspect ratio\n" 21352 " Device-independent routine for setting up the viewport. The viewport\n" 21353 " is chosen to be the largest with the given aspect ratio that fits\n" 21354 " within the specified region (in terms of normalized subpage\n" 21355 " coordinates). This routine is functionally equivalent to plvpor when\n" 21356 " a ``natural'' aspect ratio (0.0) is chosen. Unlike plvasp, this\n" 21357 " routine reserves no extra space at the edges for labels.\n" 21359 " Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect)\n" 21361 " This function is used in example 9.\n" 21367 "plvpas(xmin, xmax, ymin, ymax, aspect)\n" 21371 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n" 21372 " left-hand edge of the viewport.\n" 21374 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n" 21375 " right-hand edge of the viewport.\n" 21377 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n" 21378 " bottom edge of the viewport.\n" 21380 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n" 21381 " edge of the viewport.\n" 21383 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n" 21388 "Specify viewport using normalized subpage coordinates\n" 21392 " Device-independent routine for setting up the viewport. This defines\n" 21393 " the viewport in terms of normalized subpage coordinates which run from\n" 21394 " 0.0 to 1.0 (left to right and bottom to top) along each edge of the\n" 21395 " current subpage. Use the alternate routine plsvpa in order to create\n" 21396 " a viewport of a definite size.\n" 21398 " Redacted form: plvpor(xmin, xmax, ymin, ymax)\n" 21400 " This function is used in examples 2, 6-8, 10, 11, 15, 16, 18, 21, 23,\n" 21401 " 24, 26, 27, and 31.\n" 21407 "plvpor(xmin, xmax, ymin, ymax)\n" 21411 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n" 21412 " left-hand edge of the viewport.\n" 21414 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n" 21415 " right-hand edge of the viewport.\n" 21417 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n" 21418 " bottom edge of the viewport.\n" 21420 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n" 21421 " edge of the viewport.\n" 21425 "Select standard viewport\n" 21429 " Selects the largest viewport within the subpage that leaves a standard\n" 21430 " margin (left-hand margin of eight character heights, and a margin\n" 21431 " around the other three sides of five character heights).\n" 21433 " Redacted form: plvsta()\n" 21435 " This function is used in examples 1, 12, 14, 17, 25, and 29.\n" 21445 "Configure the transformations required for projecting a 3D surface on a 2D window\n" 21449 " Configure the transformations required for projecting a 3D surface on\n" 21450 " an existing 2D window. Those transformations (see the PLplot\n" 21451 " documentation) are done to a rectangular cuboid enclosing the 3D\n" 21452 " surface which has its limits expressed in 3D world coordinates and\n" 21453 " also normalized 3D coordinates (used for interpreting the altitude and\n" 21454 " azimuth of the viewing angle). The transformations consist of the\n" 21455 " linear transform from 3D world coordinates to normalized 3D\n" 21456 " coordinates, and the 3D rotation of normalized coordinates required to\n" 21457 " align the pole of the new 3D coordinate system with the viewing\n" 21458 " direction specified by altitude and azimuth so that x and y of the\n" 21459 " surface elements in that transformed coordinate system are the\n" 21460 " projection of the 3D surface with given viewing direction on the 2D\n" 21463 " The enclosing rectangular cuboid for the surface plot is defined by\n" 21464 " xmin, xmax, ymin, ymax, zmin and zmax in 3D world coordinates. It is\n" 21465 " mapped into the same rectangular cuboid with normalized 3D coordinate\n" 21466 " sizes of basex by basey by height so that xmin maps to -\n" 21467 " basex/2, xmax maps to basex/2, ymin maps to -\n" 21468 " basey/2, ymax maps to basey/2, zmin maps to 0 and zmax maps to height.\n" 21469 " The resulting rectangular cuboid in normalized coordinates is then\n" 21470 " viewed by an observer at altitude alt and azimuth az. This routine\n" 21471 " must be called before plbox3 or any of the 3D surface plotting\n" 21472 " routines; plmesh, plmeshc, plot3d, plot3dc, plot3dcl, plsurf3d,\n" 21473 " plsurf3dl or plfill3.\n" 21475 " Redacted form: plw3d(basex, basey, height, xmin, xmax, ymin, ymax,\n" 21476 " zmin, zmax, alt, az)\n" 21478 " This function is examples 8, 11, 18, and 21.\n" 21484 "plw3d(basex, basey, height, xmin, xmax, ymin, ymax, zmin, zmax, alt, az)\n" 21488 " basex (PLFLT, input) : The normalized x coordinate size of the\n" 21489 " rectangular cuboid.\n" 21491 " basey (PLFLT, input) : The normalized y coordinate size of the\n" 21492 " rectangular cuboid.\n" 21494 " height (PLFLT, input) : The normalized z coordinate size of the\n" 21495 " rectangular cuboid.\n" 21497 " xmin (PLFLT, input) : The minimum x world coordinate of the\n" 21498 " rectangular cuboid.\n" 21500 " xmax (PLFLT, input) : The maximum x world coordinate of the\n" 21501 " rectangular cuboid.\n" 21503 " ymin (PLFLT, input) : The minimum y world coordinate of the\n" 21504 " rectangular cuboid.\n" 21506 " ymax (PLFLT, input) : The maximum y world coordinate of the\n" 21507 " rectangular cuboid.\n" 21509 " zmin (PLFLT, input) : The minimum z world coordinate of the\n" 21510 " rectangular cuboid.\n" 21512 " zmax (PLFLT, input) : The maximum z world coordinate of the\n" 21513 " rectangular cuboid.\n" 21515 " alt (PLFLT, input) : The viewing altitude in degrees above the xy\n" 21516 " plane of the rectangular cuboid in normalized coordinates.\n" 21518 " az (PLFLT, input) : The viewing azimuth in degrees of the\n" 21519 " rectangular cuboid in normalized coordinates. When az=0, the\n" 21520 " observer is looking face onto the zx plane of the rectangular\n" 21521 " cuboid in normalized coordinates, and as az is increased, the\n" 21522 " observer moves clockwise around that cuboid when viewed from above\n" 21531 " Sets the pen width.\n" 21533 " Redacted form: plwidth(width)\n" 21535 " This function is used in examples 1 and 2.\n" 21545 " width (PLFLT, input) : The desired pen width. If width is negative\n" 21546 " or the same as the previous value no action is taken. width = 0.\n" 21547 " should be interpreted as as the minimum valid pen width for the\n" 21548 " device. The interpretation of positive width values is also\n" 21549 " device dependent.\n" 21557 " Specify the window, i.e., the world coordinates of the edges of the\n" 21560 " Redacted form: plwind(xmin, xmax, ymin, ymax)\n" 21562 " This function is used in examples 1, 2, 4, 6-12, 14-16, 18, 21, 23-27,\n" 21569 "plwind(xmin, xmax, ymin, ymax)\n" 21573 " xmin (PLFLT, input) : The world x coordinate of the left-hand edge\n" 21574 " of the viewport.\n" 21576 " xmax (PLFLT, input) : The world x coordinate of the right-hand edge\n" 21577 " of the viewport.\n" 21579 " ymin (PLFLT, input) : The world y coordinate of the bottom edge of\n" 21582 " ymax (PLFLT, input) : The world y coordinate of the top edge of the\n" 21587 "Enter or leave xor mode\n" 21591 " Enter (when mode is true) or leave (when mode is false) xor mode for\n" 21592 " those drivers (e.g., the xwin driver) that support it. Enables\n" 21593 " erasing plots by drawing twice the same line, symbol, etc. If driver\n" 21594 " is not capable of xor operation it returns a status of false.\n" 21596 " Redacted form: plxormod(mode, status)\n" 21598 " This function is used in examples 1 and 20.\n" 21604 "plxormod(mode, status)\n" 21608 " mode (PLBOOL, input) : mode is true means enter xor mode and mode\n" 21609 " is false means leave xor mode.\n" 21611 " status (PLBOOL_NC_SCALAR, output) : Returned value of the status.\n" 21612 " modestatus of true (false) means driver is capable (incapable) of\n" 21617 "Plot continental outline or shapefile data in world coordinates\n" 21621 " Plots continental outlines or shapefile data in world coordinates. A\n" 21622 " demonstration of how to use this function to create different\n" 21623 " projections can be found in examples/c/x19c. PLplot is provided with\n" 21624 " basic coastal outlines and USA state borders. To use the map\n" 21625 " functionality PLplot must be compiled with the shapelib library.\n" 21626 " Shapefiles have become a popular standard for geographical data and\n" 21627 " data in this format can be easily found from a number of online\n" 21628 " sources. Shapefile data is actually provided as three or more files\n" 21629 " with the same filename, but different extensions. The .shp and .shx\n" 21630 " files are required for plotting Shapefile data with PLplot.\n" 21632 " PLplot currently supports the point, multipoint, polyline and polygon\n" 21633 " objects within shapefiles. However holes in polygons are not\n" 21634 " supported. When plmap is used the type of object is derived from the\n" 21635 " shapefile, if you wish to override the type then use one of the other\n" 21636 " plmap variants. The built in maps have line data only.\n" 21638 " Redacted form: plmap(mapform, name, minx, maxx, miny, maxy)\n" 21640 " This function is used in example 19.\n" 21646 "plmap(mapform, name, minx, maxx, miny, maxy)\n" 21650 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 21651 " transform the original map data coordinates to a new coordinate\n" 21652 " system. The PLplot-supplied map data is provided as latitudes and\n" 21653 " longitudes; other Shapefile data may be provided in other\n" 21654 " coordinate systems as can be found in their .prj plain text files.\n" 21655 " For example, by using this transform we can change from a\n" 21656 " longitude, latitude coordinate to a polar stereographic\n" 21657 " projection. Initially, x[0]..[n-1] are the original x coordinates\n" 21658 " (longitudes for the PLplot-supplied data) and y[0]..y[n-1] are the\n" 21659 " corresponding y coordinates (latitudes for the PLplot supplied\n" 21660 " data). After the call to mapform(), x[] and y[] should be\n" 21661 " replaced by the corresponding plot coordinates. If no transform is\n" 21662 " desired, mapform can be replaced by NULL.\n" 21664 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 21665 " the type of map plotted. This is either one of the PLplot built-in\n" 21666 " maps or the file name of a set of Shapefile files without the file\n" 21667 " extensions. For the PLplot built-in maps the possible values are:\n" 21668 " \"globe\" -- continental outlines\n" 21669 " \"usa\" -- USA and state boundaries\n" 21670 " \"cglobe\" -- continental outlines and countries\n" 21671 " \"usaglobe\" -- USA, state boundaries and continental outlines\n" 21674 " minx (PLFLT, input) : The minimum x value of map elements to be\n" 21675 " drawn. The units must match the shapefile (built in maps are\n" 21676 " degrees lat/lon). Objects in the file which do not encroach on the\n" 21677 " box defined by minx, maxx, miny, maxy will not be rendered. But\n" 21678 " note this is simply an optimisation, not a clipping so for objects\n" 21679 " with some points inside the box and some points outside the box\n" 21680 " all the points will be rendered. These parameters also define\n" 21681 " latitude and longitude wrapping for shapefiles using these units.\n" 21682 " Longitude points will be wrapped by integer multiples of 360\n" 21683 " degrees to place them in the box. This allows the same data to be\n" 21684 " used on plots from -180-180 or 0-360 longitude ranges. In fact if\n" 21685 " you plot from -180-540 you will get two cycles of data drawn. The\n" 21686 " value of minx must be less than the value of maxx. Passing in a\n" 21687 " nan, max/-max floating point number or +/-infinity will case the\n" 21688 " bounding box from the shapefile to be used.\n" 21690 " maxx (PLFLT, input) : The maximum x value of map elements to be\n" 21691 " drawn - see minx.\n" 21693 " miny (PLFLT, input) : The minimum y value of map elements to be\n" 21694 " drawn - see minx.\n" 21696 " maxy (PLFLT, input) : The maximum y value of map elements to be\n" 21697 " drawn - see minx.\n" 21701 "Plot all or a subset of Shapefile data using lines in world coordinates\n" 21705 " Plot all or a subset of Shapefile data using lines in world\n" 21706 " coordinates. Our 19th standard example demonstrates how to use this\n" 21707 " function. This function plots data from a Shapefile using lines as in\n" 21708 " plmap, however it also has the option of also only drawing specified\n" 21709 " elements from the Shapefile. The vector of indices of the required\n" 21710 " elements are passed as a function argument. The Shapefile data should\n" 21711 " include a metadata file (extension.dbf) listing all items within the\n" 21712 " Shapefile. This file can be opened by most popular spreadsheet\n" 21713 " programs and can be used to decide which indices to pass to this\n" 21716 " Redacted form: plmapline(mapform, name, minx, maxx, miny, maxy,\n" 21719 " This function is used in example 19.\n" 21725 "plmapline(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n" 21729 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 21730 " transform the coordinates given in the shapefile into a plot\n" 21731 " coordinate system. By using this transform, we can change from a\n" 21732 " longitude, latitude coordinate to a polar stereographic project,\n" 21733 " for example. Initially, x[0]..[n-1] are the longitudes and\n" 21734 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n" 21735 " mapform(), x[] and y[] should be replaced by the corresponding\n" 21736 " plot coordinates. If no transform is desired, mapform can be\n" 21737 " replaced by NULL.\n" 21739 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 21740 " the file name of a set of Shapefile files without the file\n" 21743 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n" 21744 " be in the same units as used by the Shapefile. You could use a\n" 21745 " very large negative number to plot everything, but you can improve\n" 21746 " performance by limiting the area drawn. The units must match those\n" 21747 " of the Shapefile projection, which may be for example longitude or\n" 21748 " distance. The value of minx must be less than the value of maxx.\n" 21750 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n" 21751 " use a very large number to plot everything, but you can improve\n" 21752 " performance by limiting the area drawn.\n" 21754 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n" 21755 " be in the same units as used by the Shapefile. You could use a\n" 21756 " very large negative number to plot everything, but you can improve\n" 21757 " performance by limiting the area drawn. The units must match those\n" 21758 " of the Shapefile projection, which may be for example latitude or\n" 21759 " distance. The value of miny must be less than the value of maxy.\n" 21761 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n" 21762 " use a very large number to plot everything, but you can improve\n" 21763 " performance by limiting the area drawn.\n" 21765 " plotentries (PLINT_VECTOR, input) : A vector containing the\n" 21766 " zero-based indices of the Shapefile elements which will be drawn.\n" 21768 " plotentries to NULL will plot all elements of the Shapefile.\n" 21770 " nplotentries (PLINT, input) : The number of items in\n" 21771 " plotentries. Ignored if\n" 21772 " plotentries is NULL.\n" 21776 "Plot all or a subset of Shapefile data using strings or points in world coordinates\n" 21780 " As per plmapline, however the items are plotted as strings or points\n" 21781 " in the same way as plstring.\n" 21783 " Redacted form: plmapstring(mapform, name, string, minx, maxx, miny,\n" 21784 " maxy, plotentries)\n" 21786 " This function is not used in any examples.\n" 21792 "plmapstring(mapform, name, string, minx, maxx, miny, maxy, plotentries, nplotentries)\n" 21796 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 21797 " transform the coordinates given in the shapefile into a plot\n" 21798 " coordinate system. By using this transform, we can change from a\n" 21799 " longitude, latitude coordinate to a polar stereographic project,\n" 21800 " for example. Initially, x[0]..[n-1] are the longitudes and\n" 21801 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n" 21802 " mapform(), x[] and y[] should be replaced by the corresponding\n" 21803 " plot coordinates. If no transform is desired, mapform can be\n" 21804 " replaced by NULL.\n" 21806 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 21807 " the file name of a set of Shapefile files without the file\n" 21810 " string (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n" 21813 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n" 21814 " be in the same units as used by the Shapefile. You could use a\n" 21815 " very large negative number to plot everything, but you can improve\n" 21816 " performance by limiting the area drawn. The units must match those\n" 21817 " of the Shapefile projection, which may be for example longitude or\n" 21818 " distance. The value of minx must be less than the value of maxx.\n" 21820 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n" 21821 " use a very large number to plot everything, but you can improve\n" 21822 " performance by limiting the area drawn.\n" 21824 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n" 21825 " be in the same units as used by the Shapefile. You could use a\n" 21826 " very large negative number to plot everything, but you can improve\n" 21827 " performance by limiting the area drawn. The units must match those\n" 21828 " of the Shapefile projection, which may be for example latitude or\n" 21829 " distance. The value of miny must be less than the value of maxy.\n" 21831 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n" 21832 " use a very large number to plot everything, but you can improve\n" 21833 " performance by limiting the area drawn.\n" 21835 " plotentries (PLINT_VECTOR, input) : A vector containing the\n" 21836 " zero-based indices of the Shapefile elements which will be drawn.\n" 21838 " plotentries to NULL will plot all elements of the Shapefile.\n" 21840 " nplotentries (PLINT, input) : The number of items in\n" 21841 " plotentries. Ignored if\n" 21842 " plotentries is NULL.\n" 21846 "Draw text at points defined by Shapefile data in world coordinates\n" 21850 " As per plmapline, however the items are plotted as text in the same\n" 21851 " way as plptex.\n" 21853 " Redacted form: plmaptex(mapform, name, dx, dy, just, text, minx, maxx,\n" 21854 " miny, maxy, plotentry)\n" 21856 " This function is used in example 19.\n" 21862 "plmaptex(mapform, name, dx, dy, just, text, minx, maxx, miny, maxy, plotentry)\n" 21866 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 21867 " transform the coordinates given in the shapefile into a plot\n" 21868 " coordinate system. By using this transform, we can change from a\n" 21869 " longitude, latitude coordinate to a polar stereographic project,\n" 21870 " for example. Initially, x[0]..[n-1] are the longitudes and\n" 21871 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n" 21872 " mapform(), x[] and y[] should be replaced by the corresponding\n" 21873 " plot coordinates. If no transform is desired, mapform can be\n" 21874 " replaced by NULL.\n" 21876 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 21877 " the file name of a set of Shapefile files without the file\n" 21880 " dx (PLFLT, input) : Used to define the slope of the texts which is\n" 21883 " dy (PLFLT, input) : Used to define the slope of the texts which is\n" 21886 " just (PLFLT, input) : Set the justification of the text. The value\n" 21887 " given will be the fraction of the distance along the string that\n" 21888 " sits at the given point. 0.0 gives left aligned text, 0.5 gives\n" 21889 " centralized text and 1.0 gives right aligned text.\n" 21891 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be drawn.\n" 21893 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n" 21894 " be in the same units as used by the Shapefile. You could use a\n" 21895 " very large negative number to plot everything, but you can improve\n" 21896 " performance by limiting the area drawn. The units must match those\n" 21897 " of the Shapefile projection, which may be for example longitude or\n" 21898 " distance. The value of minx must be less than the value of maxx.\n" 21900 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n" 21901 " use a very large number to plot everything, but you can improve\n" 21902 " performance by limiting the area drawn.\n" 21904 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n" 21905 " be in the same units as used by the Shapefile. You could use a\n" 21906 " very large negative number to plot everything, but you can improve\n" 21907 " performance by limiting the area drawn. The units must match those\n" 21908 " of the Shapefile projection, which may be for example latitude or\n" 21909 " distance. The value of miny must be less than the value of maxy.\n" 21911 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n" 21912 " use a very large number to plot everything, but you can improve\n" 21913 " performance by limiting the area drawn.\n" 21915 " plotentry (PLINT, input) : An integer indicating which text string\n" 21916 " of the Shapefile (zero indexed) will be drawn.\n" 21920 "Plot all or a subset of Shapefile data, filling the polygons\n" 21924 " As per plmapline, however the items are filled in the same way as\n" 21927 " Redacted form: plmapfill(mapform, name, minx, maxx, miny, maxy,\n" 21930 " This function is used in example 19.\n" 21936 "plmapfill(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n" 21940 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 21941 " transform the coordinates given in the shapefile into a plot\n" 21942 " coordinate system. By using this transform, we can change from a\n" 21943 " longitude, latitude coordinate to a polar stereographic project,\n" 21944 " for example. Initially, x[0]..[n-1] are the longitudes and\n" 21945 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n" 21946 " mapform(), x[] and y[] should be replaced by the corresponding\n" 21947 " plot coordinates. If no transform is desired, mapform can be\n" 21948 " replaced by NULL.\n" 21950 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n" 21951 " the file name of a set of Shapefile files without the file\n" 21954 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n" 21955 " be in the same units as used by the Shapefile. You could use a\n" 21956 " very large negative number to plot everything, but you can improve\n" 21957 " performance by limiting the area drawn. The units must match those\n" 21958 " of the Shapefile projection, which may be for example longitude or\n" 21959 " distance. The value of minx must be less than the value of maxx.\n" 21961 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n" 21962 " use a very large number to plot everything, but you can improve\n" 21963 " performance by limiting the area drawn.\n" 21965 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n" 21966 " be in the same units as used by the Shapefile. You could use a\n" 21967 " very large negative number to plot everything, but you can improve\n" 21968 " performance by limiting the area drawn. The units must match those\n" 21969 " of the Shapefile projection, which may be for example latitude or\n" 21970 " distance. The value of miny must be less than the value of maxy.\n" 21972 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n" 21973 " use a very large number to plot everything, but you can improve\n" 21974 " performance by limiting the area drawn.\n" 21976 " plotentries (PLINT_VECTOR, input) : A vector containing the\n" 21977 " zero-based indices of the Shapefile elements which will be drawn.\n" 21979 " plotentries to NULL will plot all elements of the Shapefile.\n" 21981 " nplotentries (PLINT, input) : The number of items in\n" 21982 " plotentries. Ignored if\n" 21983 " plotentries is NULL.\n" 21987 "Plot latitude and longitude lines\n" 21991 " Displays latitude and longitude on the current plot. The lines are\n" 21992 " plotted in the current color and line style.\n" 21994 " Redacted form: plmeridians(mapform, dlong, dlat, minlong, maxlong,\n" 21995 " minlat, maxlat)\n" 21997 " This function is used in example 19.\n" 22003 "plmeridians(mapform, dlong, dlat, minlong, maxlong, minlat, maxlat)\n" 22007 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n" 22008 " transform the coordinate longitudes and latitudes to a plot\n" 22009 " coordinate system. By using this transform, we can change from a\n" 22010 " longitude, latitude coordinate to a polar stereographic project,\n" 22011 " for example. Initially, x[0]..[n-1] are the longitudes and\n" 22012 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n" 22013 " mapform(), x[] and y[] should be replaced by the corresponding\n" 22014 " plot coordinates. If no transform is desired, mapform can be\n" 22015 " replaced by NULL.\n" 22017 " dlong (PLFLT, input) : The interval in degrees at which the\n" 22018 " longitude lines are to be plotted.\n" 22020 " dlat (PLFLT, input) : The interval in degrees at which the latitude\n" 22021 " lines are to be plotted.\n" 22023 " minlong (PLFLT, input) : The value of the longitude on the left\n" 22024 " side of the plot. The value of minlong must be less than the value\n" 22025 " of maxlong, and the quantity maxlong-minlong must be less than or\n" 22028 " maxlong (PLFLT, input) : The value of the longitude on the right\n" 22029 " side of the plot.\n" 22031 " minlat (PLFLT, input) : The minimum latitude to be plotted on the\n" 22032 " background. One can always use -90.0 as the boundary outside the\n" 22033 " plot window will be automatically eliminated. However, the\n" 22034 " program will be faster if one can reduce the size of the\n" 22035 " background plotted.\n" 22037 " maxlat (PLFLT, input) : The maximum latitudes to be plotted on the\n" 22038 " background. One can always use 90.0 as the boundary outside the\n" 22039 " plot window will be automatically eliminated.\n" 22043 "Plot a 2D matrix using cmap1 with automatic color adjustment\n" 22047 " Plot a 2D matrix using the cmap1 palette. The color scale is\n" 22048 " automatically adjusted to use the maximum and minimum values in idata\n" 22049 " as valuemin and valuemax in a call to plimagefr.\n" 22051 " Redacted form: General: plimage(idata, xmin, xmax, ymin, ymax, zmin,\n" 22052 " zmax, Dxmin, Dxmax, Dymin, Dymax)\n" 22055 " This function is used in example 20.\n" 22061 "plimage(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax)\n" 22065 " idata (PLFLT_MATRIX, input) : A matrix containing function values\n" 22066 " to plot. Should have dimensions of\n" 22070 " nx, ny (PLINT, input) : Dimensions of idata\n" 22072 " xmin, xmax, ymin, ymax (PLFLT, input) : The x and y index ranges\n" 22073 " are linearly transformed to these world coordinate ranges such\n" 22074 " that idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny\n" 22075 " - 1] corresponds to (xmax, ymax).\n" 22077 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n" 22078 " (inclusive) will be plotted.\n" 22080 " Dxmin, Dxmax, Dymin, Dymax (PLFLT, input) : Plot only the window of\n" 22081 " points whose plot coordinates fall inside the window of (Dxmin,\n" 22082 " Dymin) to (Dxmax, Dymax).\n" 22086 "Plot a 2D matrix using cmap1\n" 22090 " Plot a 2D matrix using cmap1.\n" 22092 " Redacted form: General: plimagefr(idata, xmin, xmax, ymin, ymax, zmin,\n" 22093 " zmax, valuemin, valuemax, pltr, pltr_data)\n" 22096 " This function is used in example 20.\n" 22102 "plimagefr(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, pltr, pltr_data)\n" 22106 " idata (PLFLT_MATRIX, input) : A matrix of values (intensities) to\n" 22107 " plot. Should have dimensions of\n" 22111 " nx, ny (PLINT, input) : Dimensions of idata\n" 22113 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n" 22114 " pltr below for how these arguments are used (only for the special case\n" 22115 " when the callback function\n" 22116 " pltr is not supplied).\n" 22118 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n" 22119 " (inclusive) will be plotted.\n" 22121 " valuemin, valuemax (PLFLT, input) : The minimum and maximum data\n" 22122 " values to use for value to color mappings. A datum equal to or\n" 22123 " less than valuemin will be plotted with color 0.0, while a datum\n" 22124 " equal to or greater than valuemax will be plotted with color 1.0.\n" 22125 " Data between valuemin and valuemax map linearly to colors in the\n" 22126 " range (0.0-1.0).\n" 22128 " pltr (PLTRANSFORM_callback, input) : A callback function that\n" 22129 " defines the transformation between the zero-based indices of the\n" 22130 " matrix idata and world coordinates. If\n" 22131 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n" 22132 " indices of idata are mapped to the range\n" 22134 " xmax and the y indices of idata are mapped to the range\n" 22136 " ymax.For the C case, transformation functions are provided in the\n" 22137 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n" 22138 " pltr2 for arbitrary mappings respectively defined by vectors and\n" 22139 " matrices. In addition, C callback routines for the transformation\n" 22140 " can be supplied by the user such as the mypltr function in\n" 22141 " examples/c/x09c.c which provides a general linear transformation\n" 22142 " between index coordinates and world coordinates.For languages\n" 22143 " other than C you should consult the PLplot documentation for the\n" 22144 " details concerning how PLTRANSFORM_callback arguments are\n" 22145 " interfaced. However, in general, a particular pattern of\n" 22146 " callback-associated arguments such as a tr vector with 6 elements;\n" 22147 " xg and yg vectors; or xg and yg matrices are respectively\n" 22148 " interfaced to a linear-transformation routine similar to the above\n" 22149 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n" 22150 " sophisticated bindings (see, e.g., the PLplot documentation)\n" 22151 " support native language callbacks for handling index to\n" 22152 " world-coordinate transformations. Examples of these various\n" 22153 " approaches are given in examples/<language>x09*,\n" 22154 " examples/<language>x16*, examples/<language>x20*,\n" 22155 " examples/<language>x21*, and examples/<language>x22*, for all our\n" 22156 " supported languages.\n" 22158 " pltr_data (PLPointer, input) : Extra parameter to help pass\n" 22159 " information to pltr0, pltr1, pltr2, or whatever routine is\n" 22160 " externally supplied.\n" 22169 "Wait for graphics input event and translate to world coordinates.\n" 22173 " Wait for graphics input event and translate to world coordinates.\n" 22174 " Returns 0 if no translation to world coordinates is possible.\n" 22176 " This function returns 1 on success and 0 if no translation to world\n" 22177 " coordinates is possible.\n" 22179 " Redacted form: plGetCursor(gin)\n" 22181 " This function is used in examples 1 and 20.\n" 22187 "PLINT plGetCursor(gin)\n" 22191 " gin (PLGraphicsIn *, output) : Pointer to PLGraphicsIn structure\n" 22192 " which will contain the output. The structure is not allocated by\n" 22193 " the routine and must exist before the function is called.\n" 22196 { NULL, NULL, 0, NULL }
22270 {0, 0, 0, 0.0, 0, 0}};
22324 #define SWIGRUNTIME_DEBUG 22347 if (!module_head) {
22360 }
while (iter!= module_head);
22371 if (init == 0)
return;
22374 #ifdef SWIGRUNTIME_DEBUG 22382 #ifdef SWIGRUNTIME_DEBUG 22392 #ifdef SWIGRUNTIME_DEBUG 22393 printf(
"SWIG_InitializeModule: found type %s\n", type->
name);
22397 #ifdef SWIGRUNTIME_DEBUG 22398 printf(
"SWIG_InitializeModule: found and overwrite type %s \n", type->
name);
22407 while (cast->
type) {
22410 #ifdef SWIGRUNTIME_DEBUG 22411 printf(
"SWIG_InitializeModule: look cast %s\n", cast->
type->
name);
22415 #ifdef SWIGRUNTIME_DEBUG 22416 if (ret) printf(
"SWIG_InitializeModule: found cast %s\n", ret->
name);
22421 #ifdef SWIGRUNTIME_DEBUG 22422 printf(
"SWIG_InitializeModule: skip old type %s\n", ret->
name);
22429 #ifdef SWIGRUNTIME_DEBUG 22430 if (ocast) printf(
"SWIG_InitializeModule: skip old cast %s\n", ret->
name);
22432 if (!ocast) ret = 0;
22437 #ifdef SWIGRUNTIME_DEBUG 22438 printf(
"SWIG_InitializeModule: adding cast %s\n", cast->
type->
name);
22453 #ifdef SWIGRUNTIME_DEBUG 22454 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
22459 while (cast->
type) {
22460 printf(
"SWIG_InitializeModule: cast type %s\n", cast->
type->
name);
22464 printf(
"---- Total casts: %d\n",j);
22466 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
22479 static int init_run = 0;
22481 if (init_run)
return;
22492 equiv = equiv->
next;
22513 #define SWIG_newvarlink() SWIG_Python_newvarlink() 22514 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr) 22515 #define SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants) 22523 PyObject *(*get_attr)(void);
22535 #if PY_VERSION_HEX >= 0x03000000 22536 return PyUnicode_InternFromString(
"<Swig global variables>");
22538 return PyString_FromString(
"<Swig global variables>");
22544 #if PY_VERSION_HEX >= 0x03000000 22545 PyObject *str = PyUnicode_InternFromString(
"(");
22549 for (var = v->
vars; var; var=var->
next) {
22550 tail = PyUnicode_FromString(var->
name);
22551 joined = PyUnicode_Concat(str,
tail);
22556 tail = PyUnicode_InternFromString(
", ");
22557 joined = PyUnicode_Concat(str,
tail);
22563 tail = PyUnicode_InternFromString(
")");
22564 joined = PyUnicode_Concat(str,
tail);
22569 PyObject *str = PyString_FromString(
"(");
22571 for (var = v->
vars; var; var=var->
next) {
22572 PyString_ConcatAndDel(&str,PyString_FromString(var->
name));
22573 if (var->
next) PyString_ConcatAndDel(&str,PyString_FromString(
", "));
22575 PyString_ConcatAndDel(&str,PyString_FromString(
")"));
22584 fprintf(fp,
"Swig global variables ");
22585 fprintf(fp,
"%s\n", tmp ? tmp :
"Invalid global variable");
22604 PyObject *res = NULL;
22607 if (strcmp(var->
name,n) == 0) {
22613 if (res == NULL && !PyErr_Occurred()) {
22614 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
22624 if (strcmp(var->
name,n) == 0) {
22630 if (res == 1 && !PyErr_Occurred()) {
22631 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
22638 static char varlink__doc__[] =
"Swig var link object";
22639 static PyTypeObject varlink_type;
22640 static int type_init = 0;
22642 const PyTypeObject tmp = {
22643 #if PY_VERSION_HEX >= 0x03000000 22644 PyVarObject_HEAD_INIT(NULL, 0)
22646 PyObject_HEAD_INIT(NULL)
22673 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
22676 #
if PY_VERSION_HEX >= 0x03040000
22679 #ifdef COUNT_ALLOCS
22687 varlink_type = tmp;
22689 if (PyType_Ready(&varlink_type) < 0)
22692 return &varlink_type;
22702 return ((PyObject*) result);
22710 size_t size = strlen(
name)+1;
22711 gv->
name = (
char *)malloc(size);
22724 static PyObject *_SWIG_globals = 0;
22726 return _SWIG_globals;
22738 for (i = 0; constants[i].
type; ++i) {
22739 switch(constants[i].type) {
22744 obj =
SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
22751 PyDict_SetItemString(d, constants[i].
name, obj);
22767 for (i = 0; methods[i].ml_name; ++i) {
22768 const char *c = methods[i].ml_doc;
22770 c = strstr(c,
"swig_ptr: ");
22774 const char *
name = c + 10;
22775 for (j = 0; const_table[j].
type; ++j) {
22776 if (strncmp(const_table[j].
name,
name,
22777 strlen(const_table[j].
name)) == 0) {
22778 ci = &(const_table[j]);
22785 size_t shift = (ci->
ptype) - types;
22787 size_t ldoc = (c - methods[i].ml_doc);
22788 size_t lptr = strlen(ty->
name)+2*
sizeof(
void*)+2;
22789 char *ndoc = (
char*)malloc(ldoc + lptr + 10);
22792 memcpy(buff, methods[i].ml_doc, ldoc);
22794 memcpy(buff,
"swig_ptr: ", 10);
22797 methods[i].ml_doc = ndoc;
22818 #if PY_VERSION_HEX >= 0x03000000 22824 PyObject *m, *d, *md;
22825 #if PY_VERSION_HEX >= 0x03000000 22826 static struct PyModuleDef SWIG_module = {
22827 PyModuleDef_HEAD_INIT,
22839 #if defined(SWIGPYTHON_BUILTIN) 22841 0, 0, 0, 0, 0, 0, 0
22843 static PyGetSetDef this_getset_def = {
22844 (
char *)
"this", &SwigPyBuiltin_ThisClosure, NULL, NULL, NULL
22846 static SwigPyGetSet thisown_getset_closure = {
22850 static PyGetSetDef thisown_getset_def = {
22851 (
char *)
"thisown", SwigPyBuiltin_GetterClosure, SwigPyBuiltin_SetterClosure, NULL, &thisown_getset_closure
22853 PyTypeObject *builtin_pytype;
22854 int builtin_base_count;
22857 PyGetSetDescrObject *static_getset;
22858 PyTypeObject *metatype;
22859 PyTypeObject *swigpyobject;
22861 PyObject *public_interface, *public_symbol;
22862 PyObject *this_descr;
22863 PyObject *thisown_descr;
22864 PyObject *
self = 0;
22867 (void)builtin_pytype;
22868 (void)builtin_base_count;
22869 (void)builtin_basetype;
22871 (void)static_getset;
22875 metatype = SwigPyObjectType();
22883 #ifndef SWIGPYTHON_BUILTIN 22890 #if PY_VERSION_HEX >= 0x03000000 22891 m = PyModule_Create(&SWIG_module);
22896 md = d = PyModule_GetDict(m);
22901 #ifdef SWIGPYTHON_BUILTIN 22905 assert(SwigPyObject_stype);
22908 SwigPyObject_stype->
clientdata = &SwigPyObject_clientdata;
22909 SwigPyObject_clientdata.
pytype = swigpyobject;
22910 }
else if (swigpyobject->tp_basicsize != cd->
pytype->tp_basicsize) {
22911 PyErr_SetString(PyExc_RuntimeError,
"Import error: attempted to load two incompatible swig-generated modules.");
22912 # if PY_VERSION_HEX >= 0x03000000 22925 (void)thisown_descr;
22927 public_interface = PyList_New(0);
22929 (void)public_symbol;
22931 PyDict_SetItemString(md,
"__all__", public_interface);
22932 Py_DECREF(public_interface);
22934 SwigPyBuiltin_AddPublicSymbol(public_interface,
SwigMethods[i].ml_name);
23121 #if PY_VERSION_HEX >= 0x03000000
SWIGRUNTIME void SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata)
SWIGRUNTIME SwigPyClientData * SwigPyClientData_New(PyObject *obj)
SWIGINTERN char * SWIG_Python_str_AsChar(PyObject *str)
#define SWIGPY_CAPSULE_NAME
SWIGINTERN PyObject * _wrap_plrandd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbg(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_PYTHON_THREAD_END_BLOCK
#define SWIG_STATIC_POINTER(var)
SWIGINTERN PyObject * _wrap_plflush(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmapfill(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_int_double_p_char_int_p_void__void
SWIGINTERNINLINE int SWIG_CanCastAsInteger(double *d, double min, double max)
SWIGINTERN PyObject * _wrap_plbox(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plconfigtime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void cleanup_PLcGrid1(void)
static swig_type_info _swigt__p_PLGraphicsIn
SWIGINTERN PyObject * _wrap_pltr1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
integer(kind=private_plint), parameter, private maxlen
PLPointer marshal_PLPointer(PyObject *input, int isimg)
SWIGRUNTIME const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz)
SWIGINTERN PyObject * _wrap_plscmap0n(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgpage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj)
#define SWIG_MangledTypeQuery(name)
SWIGINTERN PyObject * _wrap_plot3dc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLINT plGetCursor(PLGraphicsIn *plg)
SWIGINTERN PyObject * _wrap_plstyl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* pltr_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
SWIGINTERN PyObject * _wrap_plstripa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plGetCursor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_varlinkobject swig_varlinkobject
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plOptUsage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscompression(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltimefmt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * swig_varlink_getattr(swig_varlinkobject *v, char *n)
SWIGRUNTIME void SWIG_Python_DestroyModule(PyObject *obj)
void do_pltr_callback(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer data)
SWIGINTERN PyObject * _wrap_plgvpd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_cast_info swig_cast_info
SWIGINTERN PyObject * _wrap_plwind(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
SWIGINTERN PyObject * _wrap_plptex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plinit(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plhist(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_AttributeError
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN PyObject * SwigPyObject_acquire(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plspal1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info * swig_type_initial[]
#define SWIG_InstallConstants(d, constants)
SWIGINTERN PyObject * _wrap_plseed(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgxax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLFLT(* f2eval_func)(PLINT, PLINT, PLPointer)
#define SWIGUNUSEDPARM(p)
SWIGINTERN PyObject * _wrap_plspause(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_Python_CallFunctor(functor, obj)
#define SWIG_DivisionByZero
SWIGINTERN PyObject * _wrap_plmap(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static PyMethodDef SwigMethods[]
SWIGINTERN PyObject * PLGraphicsIn_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmesh(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name)
SWIGRUNTIME int SwigPyPacked_compare(SwigPyPacked *v, SwigPyPacked *w)
SWIGINTERN PyObject * _wrap_plfamadv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void cleanup_mapform(void)
static swig_type_info _swigt__p_f_int_p_q_const__double_p_q_const__double__void
SWIGINTERN PyObject * _wrap_plline(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbox3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmapline(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsetopt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit(swig_type_info *ty)
static swig_type_info _swigt__p_p_double
PyObject_HEAD swig_globalvar * vars
SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery(const char *type)
SWIGINTERN PyObject * _wrap_plbin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1l(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_ct_callback(PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer data)
void plmapline(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags)
SWIGINTERN PyObject * _wrap_plctime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define pl_setcontlabelparam
static swig_module_info swig_module
SWIGRUNTIMEINLINE const char * SWIG_TypeName(const swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plpsty(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_cast_info * cast
SWIGINTERN PyObject * _wrap_plspage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func)
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred(PyObject *obj)
SWIGINTERN PyObject * _wrap_plsdidev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_globalvar swig_globalvar
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_int
SWIGRUNTIME PyTypeObject * SwigPyPacked_type(void)
SWIGINTERN PyObject * _wrap_plMinMax2dGrid(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
ct_func marshal_ct(PyObject *input)
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce(void)
SWIGINTERN PyObject * _wrap_plend1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pljoin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void plmeridians(PLMAPFORM_callback mapform, PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat)
SWIGRUNTIME int SWIG_Python_AddErrMesg(const char *mesg, int infront)
void plmaptex(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT dx, PLFLT dy, PLFLT just, PLCHAR_VECTOR text, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT plotentry)
SWIGINTERN PyObject * _wrap_plbtime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[])
SWIGINTERN PyObject * swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v))
SWIGINTERN PyObject * _wrap_plscmap1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN PyObject * _wrap_plsfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbop(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_unsigned_int
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType(swig_type_info *desc)
static swig_type_info _swigt__p_f_double_double__int
SWIGRUNTIME char * SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
SWIGINTERN int SWIG_AsVal_double(PyObject *obj, double *val)
#define SWIG_DelNewMask(r)
#define SWIG_NewPointerObj(ptr, type, flags)
SWIGINTERN PyObject * _wrap_plsmin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoin3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* mapform_func)(PLINT, PLFLT *, PLFLT *)
SWIGRUNTIME const char * SWIG_TypePrettyName(const swig_type_info *type)
static swig_cast_info _swigc__p_p_double[]
SWIGINTERN PyObject * _wrap_plgcol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plenv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
pltr_func marshal_pltr(PyObject *input)
static swig_cast_info _swigc__p_PLcGrid2[]
SWIGINTERN PyObject * _wrap_plshades(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plot3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpath(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_TypeQuery(name)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * SWIG_Python_str_FromChar(const char *c)
#define SWIG_Python_str_DelForPy3(x)
SWIGINTERN void swig_varlink_dealloc(swig_varlinkobject *v)
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize(const char *carray, size_t size)
SWIGINTERN int swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p)
SWIGRUNTIMEINLINE int SwigPyPacked_Check(PyObject *op)
#define SWIG_GetModule(clientdata)
SWIGINTERN PyObject * _wrap_plpoin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllightsource(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pleop(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_TypeClientData(swig_type_info *ti, void *clientdata)
SWIGRUNTIME void SwigPyPacked_dealloc(PyObject *v)
#define SWIG_as_voidptrptr(a)
SWIGINTERN PyObject * _wrap_plgdidev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvsta(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_double[]
SWIGINTERN PyObject * SwigPyObject_own(PyObject *v, PyObject *args)
#define SWIG_RuntimeError
struct swig_type_info swig_type_info
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
static swig_type_info _swigt__p_p_char
#define SWIG_BUILTIN_TP_INIT
SWIGINTERN PyObject * _wrap_plscol0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plglevel(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_ConvertPtr(obj, pptr, type, flags)
static PyObject * Swig_This_global
SWIGINTERN PyObject * _wrap_plstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_Python_str_FromFormat
SWIGRUNTIME int SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plmkstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_new_PLGraphicsIn(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsyax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_f_int_double_p_char_int_p_void__void[]
#define SWIG_POINTER_NOSHADOW
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltr2(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcolbga(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_SetModule(swig_module_info *swig_module)
SWIGINTERN PyObject * _wrap_plsmema(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLcGrid * marshal_PLcGrid1(PyObject *input, int isimg)
SWIGINTERN PyObject * _wrap_plscmap1_range(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_const_info swig_const_table[]
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plgdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsvpa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_mapform_callback(PLINT n, PLFLT *x, PLFLT *y)
SWIGINTERN PyObject * _wrap_pl_setcontlabelformat(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmem(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_char
#define SWIG_AddNewMask(r)
SWIGINTERN PyObject * _wrap_plmapstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstring3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyTypeObject * swig_varlink_type(void)
SWIGRUNTIME int SWIG_TypeNameComp(const char *f1, const char *l1, const char *f2, const char *l2)
static swig_type_info _swigt__p_PLcGrid
SWIGINTERN PyObject * _wrap_plerry(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w)
SWIGINTERN int SWIG_AsVal_long(PyObject *obj, long *val)
PLINT(* defined_func)(PLFLT, PLFLT)
SWIGINTERN PyObject * _wrap_plparseopts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plxormod(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME char * SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz)
SWIGINTERN PyObject * _wrap_plfill3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdimap(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcol0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr)
SWIGINTERN PyObject * _wrap_plResetOpts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plSetUsage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plslabelfunc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_OverflowError
SWIGINTERN PyObject * _wrap_plimage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void * SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
SWIGINTERN PyObject * _wrap_plsurf3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_module_info * next
static swig_cast_info _swigc__p_f_double_double_p_double_p_double_p_void__void[]
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_unsigned_SS_long(PyObject *obj, unsigned long *val)
SWIGRUNTIME PyObject * SwigPyObject_New(void *ptr, swig_type_info *ty, int own)
SWIGINTERN PyObject * _wrap_plmeridians(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgyax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_type_info *(* swig_dycast_func)(void **)
SWIGINTERNINLINE PyObject * SWIG_From_int(int value)
swig_converter_func converter
#define PySequence_Fast_GET_ITEM
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * SWIG_Python_AppendOutput(PyObject *result, PyObject *obj)
SWIGINTERN PyObject * _wrap_plfill(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_TypeCache(void)
SWIGRUNTIME PyObject * SwigPyObject_richcompare(SwigPyObject *v, SwigPyObject *w, int op)
SWIGINTERN PyObject * _wrap_plgchr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
int(* set_attr)(PyObject *)
SWIGRUNTIME void SWIG_PropagateClientData(void)
#define SWIG_SetModule(clientdata, pointer)
SWIGINTERN PyObject * _wrap_plgradient(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_double
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance(PyObject *args)
#define SWIG_exception_fail(code, msg)
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
SWIGINTERN PyObject * _wrap_plsxwin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_TYPE_TABLE_NAME
SWIGRUNTIME char * SWIG_PackData(char *c, void *ptr, size_t sz)
SWIGINTERN PyObject * _wrap_plscolbga(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsCharPtrAndSize(PyObject *obj, char **cptr, size_t *psize, int *alloc)
SWIGRUNTIME void SwigPyClientData_Del(SwigPyClientData *data)
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void(void)
SWIGINTERN PyObject * _wrap_plsym(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_unsigned_int[]
static PyMethodDef swigobject_methods[]
SWIGINTERN PyObject * _wrap_plfontld(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltext(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_f_double_double__int[]
SWIGINTERN PyObject * _wrap_plgfnam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_PLcGrid2
SWIGINTERN PyObject * SWIG_Python_newvarlink(void)
SWIGINTERN PyObject * _wrap_plenv0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg)
SWIGRUNTIME PyObject * SwigPyObject_format(const char *fmt, SwigPyObject *v)
#define SWIG_RUNTIME_VERSION
void do_label_callback(PLINT axis, PLFLT value, char *string, PLINT len, PLPointer data)
void(* fill_func)(PLINT, const PLFLT *, const PLFLT *)
SWIGINTERN PyObject * _wrap_plgfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce(void)
void *(* swig_converter_func)(void *, int *)
SWIGINTERN PyObject * _wrap_plvpor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_CAST_NEW_MEMORY
SWIGINTERN PyObject * _wrap_plsdiori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN swig_type_info * SWIG_pchar_descriptor(void)
SWIGRUNTIMEINLINE int SwigPyObject_Check(PyObject *op)
#define SWIG_POINTER_IMPLICIT_CONV
SWIGINTERN PyObject * _wrap_plline3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck(const char *c, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plcol1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_int(unsigned int value)
SWIGINTERN PyObject * SwigPyObject_disown(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
void cleanup_PLcGrid2(void)
SWIGINTERN PyObject * _wrap_plvpas(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_NewClientData(obj)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcmap1_range(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_next(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
PyObject *(* get_attr)(void)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_int(PyObject *obj, int *val)
SWIGINTERN PyObject * _wrap_plgzax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_NewPackedObj(ptr, sz, type)
SWIGINTERN PyObject * _wrap_plstart(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_module_info * SWIG_Python_GetModule(void *SWIGUNUSEDPARM(clientdata))
SWIGINTERN PyObject * _wrap_plgfci(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plrgbhls(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void cleanup_PLPointer(void)
SWIGINTERN PyObject * _wrap_plshade(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb)
SWIGINTERN PyObject * _wrap_plsfnam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdiplt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_delete_PLGraphicsIn(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc(PyObject *self)
SWIGINTERN PyObject * _wrap_plw3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void plmapfill(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
SWIGINTERN PyObject * swig_varlink_str(swig_varlinkobject *v)
SWIGRUNTIME SwigPyObject * SWIG_Python_GetSwigThis(PyObject *pyobj)
SWIGRUNTIME PyObject * SwigPyObject_append(PyObject *v, PyObject *next)
#define MY_UNBLOCK_THREADS
SWIGINTERN PyObject * _wrap_plszax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstransform(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
struct swig_module_info swig_module_info
SWIGINTERN size_t SWIG_strnlen(const char *s, size_t maxlen)
static PLFLT value(double n1, double n2, double hue)
SWIGINTERN PyObject * _wrap_plvasp(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_double_double_p_double_p_double_p_void__void
SWIGINTERN PyObject * _wrap_plerrx(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
SWIGINTERN PyObject * _wrap_plschr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIGTYPE_p_PLGraphicsIn
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstar(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoly3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plimagefr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcompression(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ArgFail(int argnum)
SWIGINTERN PyObject * _wrap_plgcolbg(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plclear(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SwigPyObject_dealloc(PyObject *v)
static swig_cast_info _swigc__p_f_int_p_double_p_double__void[]
#define SWIG_CheckState(r)
SWIGINTERN PyObject * _wrap_plsstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info * swig_types[15]
SWIGINTERN PyObject * _wrap_plscol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plssym(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_InternalNewPointerObj(ptr, type, flags)
SWIGINTERN PyObject * _wrap_plcalc_world(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_New(void *ptr, size_t size, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plscolor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PyObject_HEAD void * pack
SWIGINTERN int SWIG_AsCharArray(PyObject *obj, char *val, size_t size)
void(* label_func)(PLINT, PLFLT, char *, PLINT, PLPointer)
static swig_cast_info * swig_cast_initial[]
SWIGRUNTIME PyObject * SWIG_This(void)
#define myArray_ContiguousFromObject
SWIGRUNTIME PyObject * SWIG_Python_ErrorType(int code)
static swig_cast_info _swigc__p_PLGraphicsIn[]
SWIGRUNTIME PyObject * SwigPyObject_oct(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plgspa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcpstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllegend(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfci(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_globalvar * next
#define SWIG_newvarlink()
struct swig_cast_info * next
SWIGINTERN PyObject * _wrap_plmaptex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLcGrid2 * marshal_PLcGrid2(PyObject *input, int isimg)
static swig_type_info _swigt__p_f_int_p_double_p_double__void
SWIGINTERN PyObject * _wrap_plot3dcl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_POINTER_DISOWN
SWIGINTERN PyObject * _wrap_plcol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_AcquirePtr(PyObject *obj, int own)
SWIGINTERN PyObject * _wrap_pllsty(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_str(SwigPyPacked *v)
SWIGINTERN int swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
SWIGINTERN PyObject * _wrap_pllab(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_addvarlink(PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
static swig_cast_info _swigc__p_PLcGrid[]
SWIGRUNTIME PyObject * SwigPyObject_long(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plhlsrgb(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plreplot(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsmaj(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_TypeError(const char *type, PyObject *obj)
SWIGINTERN PyObject * _wrap_plprec(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3dl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plarc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static tclMatrixXtnsnDescr * tail
#define pl_setcontlabelformat
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_repr(SwigPyPacked *v)
struct swig_cast_info * prev
SWIGRUNTIMEINLINE void * SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory)
SWIGINTERN PyObject * _wrap_plcolorbar(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_InitializeModule(void *clientdata)
PyObject * python_mapform
swig_cast_info ** cast_initial
#define SWIGRUNTIMEINLINE
SWIGINTERN PyObject * _wrap_plgstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvect(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_as_voidptr(a)
SWIGINTERN PyObject * _wrap_plptex3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_AddErrorMsg(const char *mesg)
void plmap(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_FixMethods(PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
SWIGINTERN void SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty)
enum callback_type pltr_type
SWIGINTERN PyObject * _wrap_plgvpw(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLFLT do_f2eval_callback(PLINT x, PLINT y, PLPointer data)
SWIGRUNTIME int SwigPyPacked_print(SwigPyPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
swig_type_info ** type_initial
SWIGINTERN PyObject * _wrap_plscmap0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspal0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_char(PyObject *obj, char *val)
static swig_cast_info _swigc__p_p_char[]
SWIGINTERN PyObject * _wrap_plmeshc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_pladv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstripd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_hex(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plsfam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIGTYPE_p_double
SWIGINTERN PyObject * _wrap_plgra(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsxax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME const char * SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name)
SWIGINTERN PyObject * _wrap_plssub(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void plmapstring(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLCHAR_VECTOR string, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
SWIGINTERN PyObject * _wrap_plaxes(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIGTYPE_p_unsigned_int
SWIGINTERN PyObject * _wrap_plgdiori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pl_setcontlabelparam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_f_int_p_q_const__double_p_q_const__double__void[]
SWIGINTERN PyObject * _wrap_plgver(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_int[]
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError(const char *message)
mapform_func marshal_mapform(PyObject *input)
SWIGINTERN PyObject * _wrap_plscmap1n(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplz(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plClearOpts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_const_info swig_const_info
SWIGINTERN PyObject * _wrap_plgriddata(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyTypeObject * SwigPyObject_type(void)
SWIGINTERN PyObject * _wrap_plend(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpat(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_TypeCmp(const char *nb, const char *tb)
SWIGINTERN PyObject * SWIG_globals(void)
static swig_cast_info _swigc__p_char[]
SWIGINTERN PyObject * _wrap_plstripc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsvect(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsesc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* ct_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
SWIGRUNTIME PyObject * SwigPyObject_repr(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plscmap1a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PyArrayObject * myIntArray_ContiguousFromObject(PyObject *in, int type, int mindims, int maxdims)
SWIGINTERN PyObject * _wrap_plscmap1la(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltr0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * PLGraphicsIn_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args)