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(__GNUC__) && defined(_WIN32) && !defined(SWIG_PYTHON_NO_HYPOT_WORKAROUND)
148 #if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
166 #define SWIG_RUNTIME_VERSION "4"
169 #ifdef SWIG_TYPE_TABLE
170 # define SWIG_QUOTE_STRING(x) #x
171 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
172 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
174 # define SWIG_TYPE_TABLE_NAME
187 # define SWIGRUNTIME SWIGINTERN
190 #ifndef SWIGRUNTIMEINLINE
191 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
195 #ifndef SWIG_BUFFER_SIZE
196 # define SWIG_BUFFER_SIZE 1024
200 #define SWIG_POINTER_DISOWN 0x1
201 #define SWIG_CAST_NEW_MEMORY 0x2
202 #define SWIG_POINTER_NO_NULL 0x4
205 #define SWIG_POINTER_OWN 0x1
288 #define SWIG_ERROR (-1)
289 #define SWIG_IsOK(r) (r >= 0)
290 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
293 #define SWIG_CASTRANKLIMIT (1 << 8)
295 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
297 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
299 #define SWIG_BADOBJ (SWIG_ERROR)
300 #define SWIG_OLDOBJ (SWIG_OK)
301 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
302 #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
304 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
305 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
306 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
307 #define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
308 #define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
309 #define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
312 #if defined(SWIG_CASTRANK_MODE)
313 # ifndef SWIG_TypeRank
314 # define SWIG_TypeRank unsigned long
316 # ifndef SWIG_MAXCASTRANK
317 # define SWIG_MAXCASTRANK (2)
319 # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1)
320 # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
325 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
328 # define SWIG_AddCast(r) (r)
329 # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
339 typedef void *(*swig_converter_func)(
void *,
int *);
381 const char *f2,
const char *l2) {
382 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
383 while ((*f1 ==
' ') && (f1 != l1)) ++f1;
384 while ((*f2 ==
' ') && (f2 != l2)) ++f2;
385 if (*f1 != *f2)
return (*f1 > *f2) ? 1 : -1;
387 return (
int)((l1 - f1) - (l2 - f2));
397 const char* te = tb + strlen(tb);
399 while (equiv != 0 && *ne) {
400 for (nb = ne; *ne; ++ne) {
401 if (*ne ==
'|')
break;
426 if (strcmp(iter->
type->
name, c) == 0) {
427 if (iter == ty->
cast)
453 if (iter->
type == from) {
454 if (iter == ty->
cast)
486 if (!ty || !ty->
dcast)
return ty;
487 while (ty && (ty->
dcast)) {
488 ty = (*ty->
dcast)(ptr);
512 if (!type)
return NULL;
513 if (type->
str != NULL) {
514 const char *last_name = type->
str;
516 for (s = type->
str; *s; s++)
517 if (*s ==
'|') last_name = s+1;
565 size_t r = iter->
size - 1;
568 size_t i = (l + r) >> 1;
569 const char *iname = iter->
types[i]->
name;
571 int compare = strcmp(
name, iname);
573 return iter->
types[i];
574 }
else if (compare < 0) {
580 }
else if (compare > 0) {
589 }
while (iter != end);
616 for (; i < iter->
size; ++i) {
618 return iter->
types[i];
621 }
while (iter != end);
633 static const char hex[17] =
"0123456789abcdef";
634 const unsigned char *u = (
unsigned char *) ptr;
635 const unsigned char *eu = u + sz;
636 for (; u != eu; ++u) {
637 unsigned char uu = *u;
638 *(c++) = hex[(uu & 0xf0) >> 4];
639 *(c++) = hex[uu & 0xf];
649 unsigned char *u = (
unsigned char *) ptr;
650 const unsigned char *eu = u + sz;
651 for (; u != eu; ++u) {
654 if ((d >=
'0') && (d <=
'9'))
655 uu = (
unsigned char)((d -
'0') << 4);
656 else if ((d >=
'a') && (d <=
'f'))
657 uu = (
unsigned char)((d - (
'a'-10)) << 4);
661 if ((d >=
'0') && (d <=
'9'))
662 uu |= (
unsigned char)(d -
'0');
663 else if ((d >=
'a') && (d <=
'f'))
664 uu |= (
unsigned char)(d - (
'a'-10));
678 if ((2*
sizeof(
void *) + 2) > bsz)
return 0;
681 if (strlen(
name) + 1 > (bsz - (r - buff)))
return 0;
689 if (strcmp(c,
"NULL") == 0) {
702 size_t lname = (
name ? strlen(
name) : 0);
703 if ((2*sz + 2 + lname) > bsz)
return 0;
707 strncpy(r,
name,lname+1);
717 if (strcmp(c,
"NULL") == 0) {
732 #define SWIG_UnknownError -1
733 #define SWIG_IOError -2
734 #define SWIG_RuntimeError -3
735 #define SWIG_IndexError -4
736 #define SWIG_TypeError -5
737 #define SWIG_DivisionByZero -6
738 #define SWIG_OverflowError -7
739 #define SWIG_SyntaxError -8
740 #define SWIG_ValueError -9
741 #define SWIG_SystemError -10
742 #define SWIG_AttributeError -11
743 #define SWIG_MemoryError -12
744 #define SWIG_NullReferenceError -13
749 #if PY_VERSION_HEX >= 0x03000000
751 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
752 #define PyInt_Check(x) PyLong_Check(x)
753 #define PyInt_AsLong(x) PyLong_AsLong(x)
754 #define PyInt_FromLong(x) PyLong_FromLong(x)
755 #define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
756 #define PyString_Check(name) PyBytes_Check(name)
757 #define PyString_FromString(x) PyUnicode_FromString(x)
758 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args)
759 #define PyString_AsString(str) PyBytes_AsString(str)
760 #define PyString_Size(str) PyBytes_Size(str)
761 #define PyString_InternFromString(key) PyUnicode_InternFromString(key)
762 #define Py_TPFLAGS_HAVE_CLASS Py_TPFLAGS_BASETYPE
763 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x)
764 #define _PyLong_FromSsize_t(x) PyLong_FromSsize_t(x)
769 # define Py_TYPE(op) ((op)->ob_type)
774 #if PY_VERSION_HEX >= 0x03000000
775 # define SWIG_Python_str_FromFormat PyUnicode_FromFormat
777 # define SWIG_Python_str_FromFormat PyString_FromFormat
787 #if PY_VERSION_HEX >= 0x03030000
788 return (
char *)PyUnicode_AsUTF8(str);
789 #elif PY_VERSION_HEX >= 0x03000000
791 str = PyUnicode_AsUTF8String(str);
795 if (PyBytes_AsStringAndSize(str, &cstr, &len) != -1) {
796 newstr = (
char *) malloc(len+1);
798 memcpy(newstr, cstr, len+1);
804 return PyString_AsString(str);
808 #if PY_VERSION_HEX >= 0x03030000 || PY_VERSION_HEX < 0x03000000
809 # define SWIG_Python_str_DelForPy3(x)
811 # define SWIG_Python_str_DelForPy3(x) free( (void*) (x) )
818 #if PY_VERSION_HEX >= 0x03000000
819 return PyUnicode_FromString(c);
821 return PyString_FromString(c);
826 # define PyObject_DEL PyObject_Del
831 # define SWIGPY_USE_CAPSULE
832 # define SWIGPY_CAPSULE_NAME ("swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME)
834 #if PY_VERSION_HEX < 0x03020000
835 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
836 #define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
837 #define Py_hash_t long
849 type = PyExc_MemoryError;
852 type = PyExc_IOError;
855 type = PyExc_RuntimeError;
858 type = PyExc_IndexError;
861 type = PyExc_TypeError;
864 type = PyExc_ZeroDivisionError;
867 type = PyExc_OverflowError;
870 type = PyExc_SyntaxError;
873 type = PyExc_ValueError;
876 type = PyExc_SystemError;
879 type = PyExc_AttributeError;
882 type = PyExc_RuntimeError;
893 PyObject *traceback = 0;
895 if (PyErr_Occurred())
896 PyErr_Fetch(&type, &
value, &traceback);
898 PyObject *old_str = PyObject_Str(
value);
903 PyErr_Format(type,
"%s %s", tmp, mesg);
905 PyErr_Format(type,
"%s", mesg);
910 PyErr_SetString(PyExc_RuntimeError, mesg);
920 error = PyErr_Occurred();
921 return error && PyErr_GivenExceptionMatches(
error, PyExc_TypeError);
930 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
931 PyErr_Fetch(&type, &
value, &traceback);
932 #if PY_VERSION_HEX >= 0x03000000
933 newvalue = PyUnicode_FromFormat(
"%S\nAdditional information:\n%s",
value, message);
935 newvalue = PyString_FromFormat(
"%s\nAdditional information:\n%s", PyString_AsString(
value), message);
938 PyErr_Restore(type, newvalue, traceback);
941 PyErr_SetString(PyExc_TypeError, message);
945 #if defined(SWIG_PYTHON_NO_THREADS)
946 # if defined(SWIG_PYTHON_THREADS)
947 # undef SWIG_PYTHON_THREADS
950 #if defined(SWIG_PYTHON_THREADS)
951 # if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
952 # define SWIG_PYTHON_USE_GIL
954 # if defined(SWIG_PYTHON_USE_GIL)
955 # ifndef SWIG_PYTHON_INITIALIZE_THREADS
956 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
959 class SWIG_Python_Thread_Block {
961 PyGILState_STATE state;
963 void end() {
if (status) { PyGILState_Release(state); status =
false;} }
964 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
965 ~SWIG_Python_Thread_Block() { end(); }
967 class SWIG_Python_Thread_Allow {
971 void end() {
if (status) { PyEval_RestoreThread(save); status =
false; }}
972 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
973 ~SWIG_Python_Thread_Allow() { end(); }
975 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK SWIG_Python_Thread_Block _swig_thread_block
976 # define SWIG_PYTHON_THREAD_END_BLOCK _swig_thread_block.end()
977 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW SWIG_Python_Thread_Allow _swig_thread_allow
978 # define SWIG_PYTHON_THREAD_END_ALLOW _swig_thread_allow.end()
980 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
981 # define SWIG_PYTHON_THREAD_END_BLOCK PyGILState_Release(_swig_thread_block)
982 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW PyThreadState *_swig_thread_allow = PyEval_SaveThread()
983 # define SWIG_PYTHON_THREAD_END_ALLOW PyEval_RestoreThread(_swig_thread_allow)
986 # if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
987 # define SWIG_PYTHON_INITIALIZE_THREADS
989 # if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
990 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
992 # if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
993 # define SWIG_PYTHON_THREAD_END_BLOCK
995 # if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
996 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
998 # if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
999 # define SWIG_PYTHON_THREAD_END_ALLOW
1003 # define SWIG_PYTHON_INITIALIZE_THREADS
1004 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
1005 # define SWIG_PYTHON_THREAD_END_BLOCK
1006 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
1007 # define SWIG_PYTHON_THREAD_END_ALLOW
1023 #define SWIG_PY_POINTER 4
1024 #define SWIG_PY_BINARY 5
1050 #if PY_VERSION_HEX < 0x02070000
1051 # error "This version of SWIG only supports Python >= 2.7"
1054 #if PY_VERSION_HEX >= 0x03000000 && PY_VERSION_HEX < 0x03020000
1055 # error "This version of SWIG only supports Python 3 >= 3.2"
1061 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
1062 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
1063 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
1065 #ifdef SWIGPYTHON_BUILTIN
1066 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, flags)
1068 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
1071 #define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
1073 #define SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty)
1074 #define SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src)
1075 #define swig_owntype int
1078 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1079 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1082 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags)
1083 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
1086 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1087 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, 0)
1090 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1091 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1096 #define SWIG_GetModule(clientdata) SWIG_Python_GetModule(clientdata)
1097 #define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer)
1098 #define SWIG_NewClientData(obj) SwigPyClientData_New(obj)
1100 #define SWIG_SetErrorObj SWIG_Python_SetErrorObj
1101 #define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg
1102 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code)
1103 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
1104 #define SWIG_fail goto fail
1114 PyErr_SetObject(errtype, obj);
1122 PyErr_SetString(errtype, msg);
1126 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1130 #if defined(SWIGPYTHON_BUILTIN)
1133 SwigPyBuiltin_AddPublicSymbol(PyObject *seq,
const char *key) {
1134 PyObject *s = PyString_InternFromString(key);
1135 PyList_Append(seq, s);
1141 PyDict_SetItemString(d,
name, obj);
1143 if (public_interface)
1144 SwigPyBuiltin_AddPublicSymbol(public_interface,
name);
1151 PyDict_SetItemString(d,
name, obj);
1163 }
else if (result == Py_None) {
1167 if (!PyList_Check(result)) {
1168 PyObject *o2 = result;
1169 result = PyList_New(1);
1170 PyList_SetItem(result, 0, o2);
1172 PyList_Append(result,obj);
1187 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got none",
1192 if (!PyTuple_Check(args)) {
1193 if (min <= 1 && max >= 1) {
1196 for (i = 1; i <
max; ++i) {
1201 PyErr_SetString(PyExc_SystemError,
"UnpackTuple() argument list is not a tuple");
1204 Py_ssize_t l = PyTuple_GET_SIZE(args);
1206 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1209 }
else if (l >
max) {
1210 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1215 for (i = 0; i < l; ++i) {
1216 objs[i] = PyTuple_GET_ITEM(args, i);
1218 for (; l <
max; ++l) {
1230 assert(PyDict_Check(kwargs));
1231 if (PyDict_Size(kwargs) > 0) {
1232 PyErr_Format(PyExc_TypeError,
"%s() does not take keyword arguments",
name);
1240 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
1247 #define SWIG_STATIC_POINTER(var) var
1249 #define SWIG_STATIC_POINTER(var) var = 0; if (!var) var
1257 #define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1)
1258 #define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1260 #define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1)
1262 #define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2)
1263 #define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)
1274 PyObject *none = Py_None;
1297 PyErr_SetString(PyExc_TypeError,
"Implicit conversion is prohibited for explicit constructors.");
1304 PyObject *klass = data ? data->
klass : 0;
1305 return (klass ? klass : PyExc_RuntimeError);
1318 Py_INCREF(data->
klass);
1320 if (PyClass_Check(obj)) {
1325 data->
newraw = PyObject_GetAttrString(data->
klass,
"__new__");
1328 data->
newargs = PyTuple_New(1);
1329 PyTuple_SetItem(data->
newargs, 0, obj);
1336 data->
destroy = PyObject_GetAttrString(data->
klass,
"__swig_destroy__");
1337 if (PyErr_Occurred()) {
1344 flags = PyCFunction_GET_FLAGS(data->
destroy);
1345 data->
delargs = !(flags & (METH_O));
1357 Py_XDECREF(data->
newraw);
1370 #ifdef SWIGPYTHON_BUILTIN
1376 #ifdef SWIGPYTHON_BUILTIN
1379 SwigPyObject_get___dict__(PyObject *v, PyObject *
SWIGUNUSEDPARM(args))
1384 sobj->dict = PyDict_New();
1386 Py_INCREF(sobj->dict);
1395 return PyLong_FromVoidPtr(v->
ptr);
1401 PyObject *res = NULL;
1402 PyObject *args = PyTuple_New(1);
1407 #if PY_VERSION_HEX >= 0x03000000
1408 res = PyUnicode_Format(ofmt,args);
1410 res = PyString_Format(ofmt,args);
1439 # if PY_VERSION_HEX >= 0x03000000
1440 PyObject *joined = PyUnicode_Concat(repr, nrep);
1445 PyString_ConcatAndDel(&repr,nrep);
1464 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1472 if( op != Py_EQ && op != Py_NE ) {
1473 Py_INCREF(Py_NotImplemented);
1474 return Py_NotImplemented;
1483 #ifdef SWIGPYTHON_BUILTIN
1488 assert(SwigPyObject_stype);
1504 #ifdef SWIGPYTHON_BUILTIN
1506 if (PyType_IsSubtype(op->ob_type, target_tp))
1508 return (strcmp(op->ob_type->tp_name,
"SwigPyObject") == 0);
1511 || (strcmp(
Py_TYPE(op)->tp_name,
"SwigPyObject") == 0);
1522 PyObject *next = sobj->
next;
1526 PyObject *destroy = data ? data->
destroy : 0;
1538 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
1539 PyErr_Fetch(&type, &
value, &traceback);
1547 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1548 PyObject *mself = PyCFunction_GET_SELF(destroy);
1549 res = ((*meth)(mself, v));
1552 PyErr_WriteUnraisable(destroy);
1554 PyErr_Restore(type,
value, traceback);
1558 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1561 printf(
"swig/python detected a memory leak of type '%s', no destructor found.\n", (
name ?
name :
"unknown"));
1574 PyErr_SetString(PyExc_TypeError,
"Attempt to append a non SwigPyObject");
1587 Py_INCREF(sobj->
next);
1614 if (!PyArg_UnpackTuple(args,
"own", 0, 1, &val)) {
1618 PyObject *obj = PyBool_FromLong(sobj->
own);
1620 if (PyObject_IsTrue(val)) {
1634 {
"own",
SwigPyObject_own, METH_VARARGS,
"returns/sets ownership of the pointer"},
1643 static char swigobject_doc[] =
"Swig object carries a C/C++ instance pointer";
1645 static PyNumberMethods SwigPyObject_as_number = {
1650 #
if PY_VERSION_HEX < 0x03000000
1666 #
if PY_VERSION_HEX < 0x03000000
1670 #if PY_VERSION_HEX < 0x03000000
1676 #if PY_VERSION_HEX < 0x03000000
1680 #if PY_VERSION_HEX >= 0x03050000
1681 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1682 #elif PY_VERSION_HEX >= 0x03000000
1683 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1685 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1689 static PyTypeObject swigpyobject_type;
1690 static int type_init = 0;
1692 const PyTypeObject tmp = {
1693 #if PY_VERSION_HEX >= 0x03000000
1694 PyVarObject_HEAD_INIT(NULL, 0)
1696 PyObject_HEAD_INIT(NULL)
1706 #if PY_VERSION_HEX >= 0x03000000
1712 &SwigPyObject_as_number,
1718 PyObject_GenericGetAttr,
1749 #
if PY_VERSION_HEX >= 0x03040000
1752 #
if PY_VERSION_HEX >= 0x03080000
1755 #
if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
1766 swigpyobject_type = tmp;
1768 if (PyType_Ready(&swigpyobject_type) < 0)
1771 return &swigpyobject_type;
1784 return (PyObject *)sobj;
1825 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1826 return s ? s : strncmp((
const char *)v->
pack, (
const char *)w->
pack, 2*v->
size);
1840 || (strcmp((op)->ob_type->tp_name,
"SwigPyPacked") == 0);
1855 static char swigpacked_doc[] =
"Swig object carries a C/C++ instance pointer";
1856 static PyTypeObject swigpypacked_type;
1857 static int type_init = 0;
1859 const PyTypeObject tmp = {
1860 #if PY_VERSION_HEX>=0x03000000
1861 PyVarObject_HEAD_INIT(NULL, 0)
1863 PyObject_HEAD_INIT(NULL)
1873 #if PY_VERSION_HEX>=0x03000000
1885 PyObject_GenericGetAttr,
1916 #
if PY_VERSION_HEX >= 0x03040000
1919 #
if PY_VERSION_HEX >= 0x03080000
1922 #
if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
1933 swigpypacked_type = tmp;
1935 if (PyType_Ready(&swigpypacked_type) < 0)
1938 return &swigpypacked_type;
1946 void *pack = malloc(size);
1948 memcpy(pack, ptr, size);
1957 return (PyObject *) sobj;
1965 if (sobj->
size != size)
return 0;
1966 memcpy(ptr, sobj->
pack, size);
1990 #if PY_VERSION_HEX>=0x03000000
1991 #define SWIG_PYTHON_SLOW_GETSET_THIS
2002 #ifdef SWIGPYTHON_BUILTIN
2004 # ifdef PyWeakref_CheckProxy
2005 if (PyWeakref_CheckProxy(pyobj)) {
2006 pyobj = PyWeakref_GET_OBJECT(pyobj);
2016 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2017 if (PyInstance_Check(pyobj)) {
2018 obj = _PyInstance_Lookup(pyobj,
SWIG_This());
2020 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
2021 if (dictptr != NULL) {
2022 PyObject *dict = *dictptr;
2023 obj = dict ? PyDict_GetItem(dict,
SWIG_This()) : 0;
2025 #ifdef PyWeakref_CheckProxy
2026 if (PyWeakref_CheckProxy(pyobj)) {
2027 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
2031 obj = PyObject_GetAttr(pyobj,
SWIG_This());
2035 if (PyErr_Occurred()) PyErr_Clear();
2041 obj = PyObject_GetAttr(pyobj,
SWIG_This());
2045 if (PyErr_Occurred()) PyErr_Clear();
2065 int oldown = sobj->
own;
2083 if (obj == Py_None && !implicit_conv) {
2095 void *vptr = sobj->
ptr;
2100 if (ptr) *ptr = vptr;
2120 if (ptr) *ptr = vptr;
2126 *own = *own | sobj->
own;
2132 if (implicit_conv) {
2135 PyObject *klass = data->
klass;
2141 if (PyErr_Occurred()) {
2166 if (!
SWIG_IsOK(res) && obj == Py_None) {
2169 if (PyErr_Occurred())
2182 if (!PyCFunction_Check(obj)) {
2189 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2190 const char *desc = doc ? strstr(doc,
"swig_ptr: ") : 0;
2236 PyObject *newraw = data->
newraw;
2238 inst = PyObject_Call(newraw, data->
newargs, NULL);
2240 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2241 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2242 if (dictptr != NULL) {
2243 PyObject *dict = *dictptr;
2245 dict = PyDict_New();
2247 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2251 if (PyObject_SetAttr(inst,
SWIG_This(), swig_this) == -1) {
2258 #if PY_VERSION_HEX >= 0x03000000
2259 PyObject *empty_args = PyTuple_New(0);
2261 PyObject *empty_kwargs = PyDict_New();
2263 inst = ((PyTypeObject *)data->
newargs)->tp_new((PyTypeObject *)data->
newargs, empty_args, empty_kwargs);
2264 Py_DECREF(empty_kwargs);
2266 if (PyObject_SetAttr(inst,
SWIG_This(), swig_this) == -1) {
2270 Py_TYPE(inst)->tp_flags &= ~Py_TPFLAGS_VALID_VERSION_TAG;
2274 Py_DECREF(empty_args);
2277 PyObject *dict = PyDict_New();
2279 PyDict_SetItem(dict,
SWIG_This(), swig_this);
2280 inst = PyInstance_NewRaw(data->
newargs, dict);
2291 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2292 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2293 if (dictptr != NULL) {
2294 PyObject *dict = *dictptr;
2296 dict = PyDict_New();
2299 return PyDict_SetItem(dict,
SWIG_This(), swig_this);
2302 return PyObject_SetAttr(inst,
SWIG_This(), swig_this);
2336 if (clientdata && clientdata->
pytype) {
2341 PyObject *next_self = clientdata->
pytype->tp_alloc(clientdata->
pytype, 0);
2342 while (newobj->
next)
2344 newobj->
next = next_self;
2346 #ifdef SWIGPYTHON_BUILTIN
2352 #ifdef SWIGPYTHON_BUILTIN
2361 return (PyObject*) newobj;
2388 #ifdef SWIG_LINK_RUNTIME
2389 void *SWIG_ReturnGlobalTypeList(
void *);
2394 static void *type_pointer = (
void *)0;
2396 if (!type_pointer) {
2397 #ifdef SWIG_LINK_RUNTIME
2398 type_pointer = SWIG_ReturnGlobalTypeList((
void *)0);
2401 if (PyErr_Occurred()) {
2403 type_pointer = (
void *)0;
2429 #if PY_VERSION_HEX >= 0x03000000
2433 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };
2434 PyObject *module = Py_InitModule(
"swig_runtime_data" SWIG_RUNTIME_VERSION, swig_empty_runtime_method_table);
2437 if (pointer && module) {
2440 Py_XDECREF(pointer);
2456 PyObject *obj = PyDict_GetItem(cache, key);
2464 obj = PyCapsule_New((
void*) descriptor, NULL, NULL);
2465 PyDict_SetItem(cache, key, obj);
2476 #define SWIG_POINTER_EXCEPTION 0
2477 #define SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg)
2478 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
2483 if (PyErr_Occurred()) {
2485 PyObject *
value = 0;
2486 PyObject *traceback = 0;
2487 PyErr_Fetch(&type, &
value, &traceback);
2489 PyObject *old_str = PyObject_Str(
value);
2491 const char *errmesg = tmp ? tmp :
"Invalid error message";
2495 PyErr_Format(type,
"%s %s", mesg, errmesg);
2497 PyErr_Format(type,
"%s %s", errmesg, mesg);
2511 if (PyErr_Occurred()) {
2514 PyOS_snprintf(mesg,
sizeof(mesg),
"argument number %d:", argnum);
2526 return ty ? ty->
str :
"";
2533 #if defined(SWIG_COBJECT_TYPES)
2537 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, 'SwigPyObject(%s)' is received",
2544 const char *otype = (obj ? obj->ob_type->tp_name : 0);
2546 PyObject *str = PyObject_Str(obj);
2549 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, '%s(%s)' is received",
2553 PyErr_Format(PyExc_TypeError,
"a '%s' is expected, '%s' is received",
2560 PyErr_Format(PyExc_TypeError,
"a '%s' is expected", type);
2562 PyErr_Format(PyExc_TypeError,
"unexpected type is received");
2573 #if SWIG_POINTER_EXCEPTION
2583 #ifdef SWIGPYTHON_BUILTIN
2585 SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *
name, PyObject *
value) {
2586 PyTypeObject *tp = obj->ob_type;
2588 PyObject *encoded_name;
2592 # ifdef Py_USING_UNICODE
2593 if (PyString_Check(
name)) {
2594 name = PyUnicode_Decode(PyString_AsString(
name), PyString_Size(
name), NULL, NULL);
2597 }
else if (!PyUnicode_Check(
name))
2599 if (!PyString_Check(
name))
2602 PyErr_Format(PyExc_TypeError,
"attribute name must be string, not '%.200s'",
name->ob_type->tp_name);
2609 if (PyType_Ready(tp) < 0)
2613 descr = _PyType_Lookup(tp,
name);
2616 f = descr->ob_type->tp_descr_set;
2618 if (PyString_Check(
name)) {
2619 encoded_name =
name;
2622 encoded_name = PyUnicode_AsUTF8String(
name);
2626 PyErr_Format(PyExc_AttributeError,
"'%.100s' object has no attribute '%.200s'", tp->tp_name, PyString_AsString(encoded_name));
2627 Py_DECREF(encoded_name);
2629 res = f(descr, obj,
value);
2645 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
2647 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
2668 #define SWIGTYPE_p_PLGraphicsIn swig_types[0]
2669 #define SWIGTYPE_p_PLcGrid swig_types[1]
2670 #define SWIGTYPE_p_PLcGrid2 swig_types[2]
2671 #define SWIGTYPE_p_char swig_types[3]
2672 #define SWIGTYPE_p_double swig_types[4]
2673 #define SWIGTYPE_p_f_double_double__int swig_types[5]
2674 #define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[6]
2675 #define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[7]
2676 #define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[8]
2677 #define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void swig_types[9]
2678 #define SWIGTYPE_p_int swig_types[10]
2679 #define SWIGTYPE_p_p_char swig_types[11]
2680 #define SWIGTYPE_p_p_double swig_types[12]
2681 #define SWIGTYPE_p_unsigned_int swig_types[13]
2684 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2685 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2689 #ifdef SWIG_TypeQuery
2690 # undef SWIG_TypeQuery
2692 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2697 #if PY_VERSION_HEX >= 0x03000000
2698 # define SWIG_init PyInit__plplotc
2701 # define SWIG_init init_plplotc
2704 #define SWIG_name "_plplotc"
2706 #define SWIGVERSION 0x040002
2707 #define SWIG_VERSION SWIGVERSION
2710 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
2711 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a))
2714 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
2715 #include <arrayobject.h>
2719 #define NPY_PLINT NPY_INT32
2722 #define NPY_PLFLT NPY_FLOAT64
2724 #define NPY_PLFLT NPY_FLOAT32
2728 #if !defined ( PySequence_Fast_GET_ITEM )
2729 #define PySequence_Fast_GET_ITEM PySequence_GetItem
2731 #define PySequence_Size PySequence_Length
2742 if (PyFloat_Check(obj)) {
2743 if (val) *val = PyFloat_AsDouble(obj);
2745 #if PY_VERSION_HEX < 0x03000000
2746 }
else if (PyInt_Check(obj)) {
2747 if (val) *val = (double) PyInt_AsLong(obj);
2750 }
else if (PyLong_Check(obj)) {
2751 double v = PyLong_AsDouble(obj);
2752 if (!PyErr_Occurred()) {
2759 #ifdef SWIG_PYTHON_CAST_MODE
2762 double d = PyFloat_AsDouble(obj);
2763 if (!PyErr_Occurred()) {
2770 long v = PyLong_AsLong(obj);
2771 if (!PyErr_Occurred()) {
2784 #define SWIG_From_double PyFloat_FromDouble
2799 return PyInt_FromLong((
long)
value);
2804 #if !defined(SWIG_NO_LLONG_MAX)
2805 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
2806 # define LLONG_MAX __LONG_LONG_MAX__
2807 # define LLONG_MIN (-LLONG_MAX - 1LL)
2808 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
2822 if ((
min <= x && x <=
max)) {
2823 double fx = floor(x);
2824 double cx = ceil(x);
2825 double rd = ((x - fx) < 0.5) ? fx : cx;
2826 if ((errno == EDOM) || (errno == ERANGE)) {
2829 double summ, reps, diff;
2832 }
else if (rd > x) {
2839 if (reps < 8*DBL_EPSILON) {
2852 #if PY_VERSION_HEX < 0x03000000
2853 if (PyInt_Check(obj)) {
2854 if (val) *val = PyInt_AsLong(obj);
2858 if (PyLong_Check(obj)) {
2859 long v = PyLong_AsLong(obj);
2860 if (!PyErr_Occurred()) {
2868 #ifdef SWIG_PYTHON_CAST_MODE
2871 long v = PyInt_AsLong(obj);
2872 if (!PyErr_Occurred()) {
2882 if (val) *val = (long)(d);
2898 if ((v < INT_MIN || v > INT_MAX)) {
2901 if (val) *val = (int)(v);
2911 #if PY_VERSION_HEX < 0x03000000
2912 if (PyInt_Check(obj)) {
2913 long v = PyInt_AsLong(obj);
2922 if (PyLong_Check(obj)) {
2923 unsigned long v = PyLong_AsUnsignedLong(obj);
2924 if (!PyErr_Occurred()) {
2932 #ifdef SWIG_PYTHON_CAST_MODE
2935 unsigned long v = PyLong_AsUnsignedLong(obj);
2936 if (!PyErr_Occurred()) {
2946 if (val) *val = (
unsigned long)(d);
2962 if ((v > UINT_MAX)) {
2965 if (val) *val = (
unsigned int)(v);
2975 return PyInt_FromSize_t((
size_t)
value);
2982 static int init = 0;
2995 #if PY_VERSION_HEX>=0x03000000
2996 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
2997 if (PyBytes_Check(obj))
2999 if (PyUnicode_Check(obj))
3002 if (PyString_Check(obj))
3005 char *cstr; Py_ssize_t len;
3007 #if PY_VERSION_HEX>=0x03000000
3008 #if !defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3009 if (!alloc && cptr) {
3016 obj = PyUnicode_AsUTF8String(obj);
3022 if (PyBytes_AsStringAndSize(obj, &cstr, &len) == -1)
3025 if (PyString_AsStringAndSize(obj, &cstr, &len) == -1)
3031 *cptr = (
char *)memcpy(malloc((len + 1)*
sizeof(
char)), cstr,
sizeof(char)*(len + 1));
3038 #if PY_VERSION_HEX>=0x03000000
3039 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3040 *cptr = PyBytes_AsString(obj);
3051 if (psize) *psize = len + 1;
3052 #if PY_VERSION_HEX>=0x03000000 && !defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3057 #if defined(SWIG_PYTHON_2_UNICODE)
3058 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3059 #error "Cannot use both SWIG_PYTHON_2_UNICODE and SWIG_PYTHON_STRICT_BYTE_CHAR at once"
3061 #if PY_VERSION_HEX<0x03000000
3062 if (PyUnicode_Check(obj)) {
3063 char *cstr; Py_ssize_t len;
3064 if (!alloc && cptr) {
3067 obj = PyUnicode_AsUTF8String(obj);
3070 if (PyString_AsStringAndSize(obj, &cstr, &len) != -1) {
3073 *cptr = (
char *)memcpy(malloc((len + 1)*
sizeof(
char)), cstr,
sizeof(char)*(len + 1));
3075 if (psize) *psize = len + 1;
3087 if (pchar_descriptor) {
3090 if (cptr) *cptr = (
char *) vptr;
3091 if (psize) *psize = vptr ? (strlen((
char *)vptr) + 1) : 0;
3104 char* cptr = 0;
size_t csize = 0;
int alloc =
SWIG_OLDOBJ;
3108 if (size == 1 && csize == 2 && cptr && !cptr[1]) --csize;
3109 if (csize <= size) {
3111 if (csize) memcpy(val, cptr, csize*
sizeof(
char));
3112 if (csize < size) memset(val + csize, 0, (size - csize)*
sizeof(
char));
3130 if (size > INT_MAX) {
3132 return pchar_descriptor ?
3135 #if PY_VERSION_HEX >= 0x03000000
3136 #if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3137 return PyBytes_FromStringAndSize(carray, (Py_ssize_t)(size));
3139 return PyUnicode_DecodeUTF8(carray, (Py_ssize_t)(size),
"surrogateescape");
3142 return PyString_FromStringAndSize(carray, (Py_ssize_t)(size));
3155 for (p = s;
maxlen-- && *p; p++)
3164 #define t_output_helper SWIG_Python_AppendOutput
3175 if ((CHAR_MIN <= v) && (v <= CHAR_MAX)) {
3176 if (val) *val = (char)(v);
3194 PyArrayObject* tmp = (PyArrayObject *) PyArray_ContiguousFromObject( in,
NPY_PLINT,
3199 if ( PyArray_Check( in ) )
3202 tmp = (PyArrayObject *) PyArray_Cast( (PyArrayObject *) in,
NPY_PLINT );
3209 #define myArray_ContiguousFromObject PyArray_ContiguousFromObject
3212 PyObject *resultobj = 0;
3226 PyObject *swig_obj[2] ;
3238 arg1 = (
PLFLT)(val1);
3243 arg2 = (
PLFLT)(val2);
3244 pltr0(arg1,arg2,arg3,arg4,arg5);
3279 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3288 PyErr_SetString( PyExc_ValueError,
"Expected a sequence to two 1D arrays." );
3297 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3305 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3327 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3336 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two 2D arrays." );
3342 PyErr_SetString( PyExc_ValueError,
"Arrays must be same size." );
3351 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3359 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3383 PyObject *resultobj = 0;
3397 PyObject *swig_obj[3] ;
3406 arg1 = (
PLFLT)(val1);
3411 arg2 = (
PLFLT)(val2);
3417 pltr1(arg1,arg2,arg3,arg4,arg5);
3444 PyObject *resultobj = 0;
3458 PyObject *swig_obj[3] ;
3467 arg1 = (
PLFLT)(val1);
3472 arg2 = (
PLFLT)(val2);
3478 pltr2(arg1,arg2,arg3,arg4,arg5);
3507 static PyInterpreterState *save_interp = NULL;
3517 #define MY_BLOCK_THREADS { \
3518 PyThreadState *prev_state, *new_state; \
3521 PyEval_AcquireLock(); \
3522 new_state = PyThreadState_New( save_interp ); \
3523 prev_state = PyThreadState_Swap( new_state );
3524 #define MY_UNBLOCK_THREADS \
3525 new_state = PyThreadState_Swap( prev_state ); \
3526 PyThreadState_Clear( new_state ); \
3527 PyEval_ReleaseLock(); \
3528 PyThreadState_Delete( new_state ); \
3531 #define MY_BLOCK_THREADS
3532 #define MY_UNBLOCK_THREADS
3555 PyObject *pdata, *arglist, *result;
3559 pdata = (PyObject *) data;
3566 Py_XINCREF( pdata );
3571 arglist = Py_BuildValue(
"(ddO)", x, y, pdata );
3573 arglist = Py_BuildValue(
"(ffO)", x, y, pdata );
3575 if ( arglist == NULL )
3577 fprintf( stderr,
"Py_BuildValue failed to make argument list.\n" );
3582 result = PyEval_CallObject(
python_pltr, arglist );
3584 Py_CLEAR( arglist );
3586 if ( result == NULL )
3588 fprintf( stderr,
"call to python pltr function with 3 arguments failed\n" );
3589 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must take 3 arguments." );
3595 if ( tmp == 0 || PyArray_DIMS( tmp )[0] != 2 )
3597 fprintf( stderr,
"pltr callback must return a 2 element array or sequence\n" );
3598 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must return a 2-sequence." );
3618 PyObject *pdata, *arglist, *result;
3619 PLFLT fresult = 0.0;
3622 pdata = (PyObject *) data;
3625 Py_XINCREF( pdata );
3629 arglist = Py_BuildValue(
"(iiO)", x, y, pdata );
3633 Py_CLEAR( arglist );
3635 if ( !PyFloat_Check( result ) )
3637 fprintf( stderr,
"f2eval callback must return a float\n" );
3638 PyErr_SetString( PyExc_RuntimeError,
"f2eval callback must return a float." );
3643 fresult = (
PLFLT) PyFloat_AsDouble( result );
3655 PyObject *pdata, *arglist, *result, *unicode_string;
3660 pdata = (PyObject *) data;
3665 Py_XINCREF( pdata );
3670 arglist = Py_BuildValue(
"(ldO)", axis,
value, pdata );
3672 arglist = Py_BuildValue(
"(lfO)", axis,
value, pdata );
3679 if ( result == NULL )
3681 fprintf( stderr,
"label callback failed with 3 arguments\n" );
3682 PyErr_SetString( PyExc_RuntimeError,
"label callback must take 3 arguments." );
3684 else if ( PyString_Check( result ) )
3687 pystring = PyString_AsString( result );
3688 strncpy(
string, pystring, len );
3690 else if ( PyUnicode_Check( result ) )
3693 unicode_string = PyUnicode_AsEncodedString( result,
"utf-8",
"Error ~" );
3694 pystring = PyBytes_AS_STRING( unicode_string );
3696 strncpy(
string, pystring, len );
3700 fprintf( stderr,
"label callback must return a string\n" );
3701 PyErr_SetString( PyExc_RuntimeError,
"label callback must return a string." );
3712 PyObject *px, *py, *pdata, *arglist, *result;
3717 pdata = (PyObject *) data;
3724 Py_XINCREF( pdata );
3728 px = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) xt );
3729 py = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) yt );
3730 arglist = Py_BuildValue(
"(ddOOO)", x, y, px, py, pdata );
3732 result = PyEval_CallObject(
python_ct, arglist );
3734 Py_CLEAR( arglist );
3739 if ( result == NULL )
3741 fprintf( stderr,
"call to python coordinate transform function with 5 arguments failed\n" );
3742 PyErr_SetString( PyExc_RuntimeError,
"coordinate transform callback must take 5 arguments." );
3753 PyObject *px, *py, *arglist, *result;
3764 #ifdef PL_HAVE_PTHREAD
3765 px = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) x );
3766 py = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) y );
3768 px = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) x );
3769 py = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) y );
3771 arglist = Py_BuildValue(
"(iOO)", n, px, py );
3775 Py_CLEAR( arglist );
3779 if ( result == NULL )
3781 fprintf( stderr,
"call to python mapform function with 3 arguments failed\n" );
3782 PyErr_SetString( PyExc_RuntimeError,
"mapform callback must take 3 arguments." );
3795 PyObject * rep = PyObject_Repr( input );
3800 if ( PyUnicode_Check( rep ) )
3802 PyObject *uni_str = PyUnicode_AsEncodedString( rep,
"utf-8",
"Error ~" );
3803 str = PyBytes_AS_STRING( uni_str );
3807 str = PyString_AsString( rep );
3809 if ( strstr( str,
"function pltr0" ) != 0 )
3815 else if ( strstr( str,
"function pltr1" ) != 0 )
3821 else if ( strstr( str,
"function pltr2" ) != 0 )
3831 Py_XINCREF( input );
3839 Py_XINCREF( input );
3855 Py_XINCREF( input );
3870 Py_XINCREF( input );
3888 if ( input != Py_None )
3892 if ( input != Py_None )
3896 Py_XINCREF( input );
3900 fprintf( stderr,
"pltr_type is invalid\n" );
3921 fprintf( stderr,
"pltr_type is invalid\n" );
3930 PyObject *resultobj = 0;
3937 PyObject *swig_obj[2] ;
3950 if (arg1) (arg1)->type = arg2;
3959 PyObject *resultobj = 0;
3963 PyObject *swig_obj[1] ;
3973 result = (int) ((arg1)->type);
3982 PyObject *resultobj = 0;
3989 PyObject *swig_obj[2] ;
4001 arg2 = (
unsigned int)(val2);
4002 if (arg1) (arg1)->state = arg2;
4011 PyObject *resultobj = 0;
4015 PyObject *swig_obj[1] ;
4016 unsigned int result;
4025 result = (
unsigned int) ((arg1)->state);
4034 PyObject *resultobj = 0;
4041 PyObject *swig_obj[2] ;
4053 arg2 = (
unsigned int)(val2);
4054 if (arg1) (arg1)->keysym = arg2;
4063 PyObject *resultobj = 0;
4067 PyObject *swig_obj[1] ;
4068 unsigned int result;
4077 result = (
unsigned int) ((arg1)->keysym);
4086 PyObject *resultobj = 0;
4093 PyObject *swig_obj[2] ;
4105 arg2 = (
unsigned int)(val2);
4106 if (arg1) (arg1)->button = arg2;
4115 PyObject *resultobj = 0;
4119 PyObject *swig_obj[1] ;
4120 unsigned int result;
4129 result = (
unsigned int) ((arg1)->button);
4138 PyObject *resultobj = 0;
4145 PyObject *swig_obj[2] ;
4157 arg2 = (
PLINT)(val2);
4158 if (arg1) (arg1)->subwindow = arg2;
4167 PyObject *resultobj = 0;
4171 PyObject *swig_obj[1] ;
4181 result = (
PLINT) ((arg1)->subwindow);
4190 PyObject *resultobj = 0;
4197 PyObject *swig_obj[2] ;
4209 arg2 = (
char *)(temp2);
4210 if (arg2) memcpy(arg1->
string,arg2,16*
sizeof(
char));
4211 else memset(arg1->
string,0,16*
sizeof(
char));
4220 PyObject *resultobj = 0;
4224 PyObject *swig_obj[1] ;
4234 result = (
char *)(
char *) ((arg1)->
string);
4249 PyObject *resultobj = 0;
4256 PyObject *swig_obj[2] ;
4269 if (arg1) (arg1)->pX = arg2;
4278 PyObject *resultobj = 0;
4282 PyObject *swig_obj[1] ;
4292 result = (int) ((arg1)->pX);
4301 PyObject *resultobj = 0;
4308 PyObject *swig_obj[2] ;
4321 if (arg1) (arg1)->pY = arg2;
4330 PyObject *resultobj = 0;
4334 PyObject *swig_obj[1] ;
4344 result = (int) ((arg1)->pY);
4353 PyObject *resultobj = 0;
4360 PyObject *swig_obj[2] ;
4372 arg2 = (
PLFLT)(val2);
4373 if (arg1) (arg1)->dX = arg2;
4382 PyObject *resultobj = 0;
4386 PyObject *swig_obj[1] ;
4396 result = (
PLFLT) ((arg1)->dX);
4405 PyObject *resultobj = 0;
4412 PyObject *swig_obj[2] ;
4424 arg2 = (
PLFLT)(val2);
4425 if (arg1) (arg1)->dY = arg2;
4434 PyObject *resultobj = 0;
4438 PyObject *swig_obj[1] ;
4448 result = (
PLFLT) ((arg1)->dY);
4457 PyObject *resultobj = 0;
4464 PyObject *swig_obj[2] ;
4476 arg2 = (
PLFLT)(val2);
4477 if (arg1) (arg1)->wX = arg2;
4486 PyObject *resultobj = 0;
4490 PyObject *swig_obj[1] ;
4500 result = (
PLFLT) ((arg1)->wX);
4509 PyObject *resultobj = 0;
4516 PyObject *swig_obj[2] ;
4528 arg2 = (
PLFLT)(val2);
4529 if (arg1) (arg1)->wY = arg2;
4538 PyObject *resultobj = 0;
4542 PyObject *swig_obj[1] ;
4552 result = (
PLFLT) ((arg1)->wY);
4561 PyObject *resultobj = 0;
4574 PyObject *resultobj = 0;
4578 PyObject *swig_obj[1] ;
4587 free((
char *) arg1);
4607 PyObject *resultobj = 0;
4611 PyObject *swig_obj[1] ;
4619 arg1 = (
PLINT)(val1);
4629 PyObject *resultobj = 0;
4636 PyObject *swig_obj[2] ;
4643 arg1 = (
PLINT)(val1);
4648 arg2 = (
PLINT)(val2);
4658 PyObject *resultobj = 0;
4671 PyObject *swig_obj[4] ;
4678 arg1 = (
PLFLT)(val1);
4683 arg2 = (
PLFLT)(val2);
4688 arg3 = (
PLFLT)(val3);
4693 arg4 = (
PLINT)(val4);
4703 PyObject *resultobj = 0;
4707 PyObject *swig_obj[1] ;
4715 arg1 = (
PLINT)(val1);
4725 PyObject *resultobj = 0;
4750 PyObject *swig_obj[8] ;
4757 arg1 = (
PLFLT)(val1);
4762 arg2 = (
PLFLT)(val2);
4767 arg3 = (
PLFLT)(val3);
4772 arg4 = (
PLFLT)(val4);
4777 arg5 = (
PLFLT)(val5);
4782 arg6 = (
PLFLT)(val6);
4787 arg7 = (
PLFLT)(val7);
4793 plarc(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
4802 PyObject *resultobj = 0;
4805 char *arg3 = (
char *) 0 ;
4808 char *arg6 = (
char *) 0 ;
4829 PyObject *swig_obj[8] ;
4836 arg1 = (
PLFLT)(val1);
4841 arg2 = (
PLFLT)(val2);
4846 arg3 = (
char *)(buf3);
4851 arg4 = (
PLFLT)(val4);
4856 arg5 = (
PLINT)(val5);
4861 arg6 = (
char *)(buf6);
4866 arg7 = (
PLFLT)(val7);
4871 arg8 = (
PLINT)(val8);
4872 plaxes(arg1,arg2,(
char const *)arg3,arg4,arg5,(
char const *)arg6,arg7,arg8);
4885 PyObject *resultobj = 0;
4890 PyArrayObject *tmp1 = NULL ;
4891 PyArrayObject *tmp3 = NULL ;
4894 PyObject *swig_obj[3] ;
4901 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
4902 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
4908 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
4910 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
4913 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
4919 arg4 = (
PLINT)(val4);
4920 plbin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
4941 PyObject *resultobj = 0;
4963 PyObject *swig_obj[1] ;
4977 arg7 = (
PLFLT)(val7);
4978 plbtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
5023 PyObject *resultobj = 0;
5035 PyObject *resultobj = 0;
5036 char *arg1 = (
char *) 0 ;
5039 char *arg4 = (
char *) 0 ;
5056 PyObject *swig_obj[6] ;
5063 arg1 = (
char *)(buf1);
5068 arg2 = (
PLFLT)(val2);
5073 arg3 = (
PLINT)(val3);
5078 arg4 = (
char *)(buf4);
5083 arg5 = (
PLFLT)(val5);
5088 arg6 = (
PLINT)(val6);
5089 plbox((
char const *)arg1,arg2,arg3,(
char const *)arg4,arg5,arg6);
5102 PyObject *resultobj = 0;
5103 char *arg1 = (
char *) 0 ;
5104 char *arg2 = (
char *) 0 ;
5107 char *arg5 = (
char *) 0 ;
5108 char *arg6 = (
char *) 0 ;
5111 char *arg9 = (
char *) 0 ;
5112 char *arg10 = (
char *) 0 ;
5145 PyObject *swig_obj[12] ;
5152 arg1 = (
char *)(buf1);
5157 arg2 = (
char *)(buf2);
5162 arg3 = (
PLFLT)(val3);
5167 arg4 = (
PLINT)(val4);
5172 arg5 = (
char *)(buf5);
5177 arg6 = (
char *)(buf6);
5182 arg7 = (
PLFLT)(val7);
5187 arg8 = (
PLINT)(val8);
5192 arg9 = (
char *)(buf9);
5197 arg10 = (
char *)(buf10);
5202 arg11 = (
PLFLT)(val11);
5207 arg12 = (
PLINT)(val12);
5208 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);
5229 PyObject *resultobj = 0;
5245 PyObject *swig_obj[2] ;
5255 arg1 = (
PLFLT)(val1);
5260 arg2 = (
PLFLT)(val2);
5288 PyObject *resultobj = 0;
5300 PyObject *resultobj = 0;
5304 PyObject *swig_obj[1] ;
5312 arg1 = (
PLINT)(val1);
5322 PyObject *resultobj = 0;
5326 PyObject *swig_obj[1] ;
5334 arg1 = (
PLFLT)(val1);
5344 PyObject *resultobj = 0;
5378 PyObject *swig_obj[11] ;
5385 arg1 = (
PLFLT)(val1);
5390 arg2 = (
PLFLT)(val2);
5395 arg3 = (
PLFLT)(val3);
5400 arg4 = (
PLINT)(val4);
5410 arg6 = (
PLINT)(val6);
5415 arg7 = (
PLINT)(val7);
5420 arg8 = (
PLINT)(val8);
5425 arg9 = (
PLINT)(val9);
5430 arg10 = (
PLINT)(val10);
5435 arg11 = (
PLFLT)(val11);
5436 plconfigtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
5445 PyObject *resultobj = 0;
5457 PyArrayObject *tmp1 = NULL ;
5466 PyArrayObject *tmp8 = NULL ;
5467 PyObject *swig_obj[8] ;
5482 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
5483 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
5485 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
5486 for ( i = 0; i < arg2; i++ )
5487 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
5493 arg4 = (
PLINT)(val4);
5498 arg5 = (
PLINT)(val5);
5503 arg6 = (
PLINT)(val6);
5508 arg7 = (
PLINT)(val7);
5513 arg9 = PyArray_DIMS( tmp8 )[0];
5514 arg8 = (
PLFLT *) PyArray_DATA( tmp8 );
5519 if ( swig_obj[6] == Py_None )
5525 if ( !PyCallable_Check( (PyObject *) swig_obj[6] ) )
5527 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
5536 if ( swig_obj[7] == Py_None )
5544 plcont((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,(
double const *)arg8,arg9,arg10,arg11);
5579 PyObject *resultobj = 0;
5601 PyObject *swig_obj[6] ;
5609 arg1 = (
PLINT)(val1);
5614 arg2 = (
PLINT)(val2);
5619 arg3 = (
PLINT)(val3);
5624 arg4 = (
PLINT)(val4);
5629 arg5 = (
PLINT)(val5);
5634 arg6 = (
PLFLT)(val6);
5635 plctime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
5650 PyObject *resultobj = 0;
5657 PyObject *swig_obj[2] ;
5664 arg1 = (
PLINT)(val1);
5679 PyObject *resultobj = 0;
5691 PyObject *resultobj = 0;
5703 PyObject *resultobj = 0;
5722 PyObject *swig_obj[6] ;
5729 arg1 = (
PLFLT)(val1);
5734 arg2 = (
PLFLT)(val2);
5739 arg3 = (
PLFLT)(val3);
5744 arg4 = (
PLFLT)(val4);
5749 arg5 = (
PLINT)(val5);
5754 arg6 = (
PLINT)(val6);
5755 plenv(arg1,arg2,arg3,arg4,arg5,arg6);
5764 PyObject *resultobj = 0;
5783 PyObject *swig_obj[6] ;
5790 arg1 = (
PLFLT)(val1);
5795 arg2 = (
PLFLT)(val2);
5800 arg3 = (
PLFLT)(val3);
5805 arg4 = (
PLFLT)(val4);
5810 arg5 = (
PLINT)(val5);
5815 arg6 = (
PLINT)(val6);
5816 plenv0(arg1,arg2,arg3,arg4,arg5,arg6);
5825 PyObject *resultobj = 0;
5837 PyObject *resultobj = 0;
5842 PyArrayObject *tmp1 = NULL ;
5843 PyArrayObject *tmp3 = NULL ;
5844 PyArrayObject *tmp4 = NULL ;
5845 PyObject *swig_obj[3] ;
5852 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5853 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5859 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5861 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5864 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
5870 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
5872 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5875 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
5877 plerrx(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
5904 PyObject *resultobj = 0;
5909 PyArrayObject *tmp1 = NULL ;
5910 PyArrayObject *tmp3 = NULL ;
5911 PyArrayObject *tmp4 = NULL ;
5912 PyObject *swig_obj[3] ;
5919 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5920 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5926 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5928 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5931 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
5937 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
5939 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5942 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
5944 plerry(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
5971 PyObject *resultobj = 0;
5983 PyObject *resultobj = 0;
5987 PyArrayObject *tmp1 = NULL ;
5988 PyArrayObject *tmp3 = NULL ;
5989 PyObject *swig_obj[2] ;
5996 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5997 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6003 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6005 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6008 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6010 plfill(arg1,(
double const *)arg2,(
double const *)arg3);
6031 PyObject *resultobj = 0;
6036 PyArrayObject *tmp1 = NULL ;
6037 PyArrayObject *tmp3 = NULL ;
6038 PyArrayObject *tmp4 = NULL ;
6039 PyObject *swig_obj[3] ;
6046 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6047 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6053 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6055 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6058 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6064 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
6066 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6069 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
6071 plfill3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
6098 PyObject *resultobj = 0;
6103 PyArrayObject *tmp1 = NULL ;
6104 PyArrayObject *tmp3 = NULL ;
6107 PyObject *swig_obj[3] ;
6114 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6115 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6121 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6123 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6126 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6132 arg4 = (
PLFLT)(val4);
6133 plgradient(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
6154 PyObject *resultobj = 0;
6166 PyObject *resultobj = 0;
6170 PyObject *swig_obj[1] ;
6178 arg1 = (
PLINT)(val1);
6188 PyObject *resultobj = 0;
6192 PyObject *swig_obj[1] ;
6200 arg1 = (
PLINT)(val1);
6210 PyObject *resultobj = 0;
6242 PyObject *resultobj = 0;
6255 PyObject *swig_obj[1] ;
6266 arg1 = (
PLINT)(val1);
6294 PyObject *resultobj = 0;
6310 PyObject *swig_obj[1] ;
6322 arg1 = (
PLINT)(val1);
6323 plgcol0a(arg1,arg2,arg3,arg4,arg5);
6356 PyObject *resultobj = 0;
6398 PyObject *resultobj = 0;
6450 PyObject *resultobj = 0;
6472 PyObject *resultobj = 0;
6473 char *arg1 = (
char *) 0 ;
6483 PyObject *o = PyString_FromString( arg1 );
6493 PyObject *resultobj = 0;
6545 PyObject *resultobj = 0;
6567 PyObject *resultobj = 0;
6619 PyObject *resultobj = 0;
6661 PyObject *resultobj = 0;
6683 PyObject *resultobj = 0;
6684 char *arg1 = (
char *) 0 ;
6694 PyObject *o = PyString_FromString( arg1 );
6704 PyObject *resultobj = 0;
6746 PyObject *resultobj = 0;
6768 PyObject *resultobj = 0;
6795 plgpage(arg1,arg2,arg3,arg4,arg5,arg6);
6840 PyObject *resultobj = 0;
6852 PyObject *resultobj = 0;
6864 PyArrayObject *tmp1 = NULL ;
6865 PyArrayObject *tmp2 = NULL ;
6866 PyArrayObject *tmp3 = NULL ;
6867 PyArrayObject *tmp5 = NULL ;
6868 PyArrayObject *tmp7 = NULL ;
6869 PyObject *array7 = NULL ;
6874 PyObject *swig_obj[7] ;
6881 Alen = PyArray_DIMS( tmp1 )[0];
6882 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
6888 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
6890 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6893 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
6899 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6901 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6904 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6905 arg4 = PyArray_DIMS( tmp3 )[0];
6911 Xlen = PyArray_DIMS( tmp5 )[0];
6913 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
6921 Ylen = PyArray_DIMS( tmp7 )[0];
6923 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
6928 array7 = PyArray_SimpleNew( 2, dims,
NPY_PLFLT );
6932 arg9 = (
PLFLT **) malloc(
sizeof (
double * ) * (size_t)
Xlen );
6933 for ( i = 0; i <
Xlen; i++ )
6934 arg9[i] = ( (
PLFLT *) PyArray_DATA( (PyArrayObject *) array7 ) + i * size );
6940 arg10 = (
PLINT)(val10);
6945 arg11 = (
PLFLT)(val11);
6946 plgriddata((
double const *)arg1,(
double const *)arg2,(
double const *)arg3,arg4,(
double const *)arg5,arg6,(
double const *)arg7,arg8,arg9,arg10,arg11);
6990 PyObject *resultobj = 0;
7009 plgspa(arg1,arg2,arg3,arg4);
7042 PyObject *resultobj = 0;
7064 PyObject *resultobj = 0;
7065 char *arg1 = (
char *) 0 ;
7075 PyObject *o = PyString_FromString( arg1 );
7085 PyObject *resultobj = 0;
7104 plgvpd(arg1,arg2,arg3,arg4);
7137 PyObject *resultobj = 0;
7156 plgvpw(arg1,arg2,arg3,arg4);
7189 PyObject *resultobj = 0;
7221 PyObject *resultobj = 0;
7253 PyObject *resultobj = 0;
7285 PyObject *resultobj = 0;
7292 PyArrayObject *tmp1 = NULL ;
7301 PyObject *swig_obj[5] ;
7308 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
7309 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
7315 arg3 = (
PLFLT)(val3);
7320 arg4 = (
PLFLT)(val4);
7325 arg5 = (
PLINT)(val5);
7330 arg6 = (
PLINT)(val6);
7331 plhist(arg1,(
double const *)arg2,arg3,arg4,arg5,arg6);
7346 PyObject *resultobj = 0;
7365 PyObject *swig_obj[3] ;
7375 arg1 = (
PLFLT)(val1);
7380 arg2 = (
PLFLT)(val2);
7385 arg3 = (
PLFLT)(val3);
7386 plhlsrgb(arg1,arg2,arg3,arg4,arg5,arg6);
7413 PyObject *resultobj = 0;
7425 PyObject *resultobj = 0;
7438 PyObject *swig_obj[4] ;
7445 arg1 = (
PLFLT)(val1);
7450 arg2 = (
PLFLT)(val2);
7455 arg3 = (
PLFLT)(val3);
7460 arg4 = (
PLFLT)(val4);
7461 pljoin(arg1,arg2,arg3,arg4);
7470 PyObject *resultobj = 0;
7471 char *arg1 = (
char *) 0 ;
7472 char *arg2 = (
char *) 0 ;
7473 char *arg3 = (
char *) 0 ;
7483 PyObject *swig_obj[3] ;
7490 arg1 = (
char *)(buf1);
7495 arg2 = (
char *)(buf2);
7500 arg3 = (
char *)(buf3);
7501 pllab((
char const *)arg1,(
char const *)arg2,(
char const *)arg3);
7516 PyObject *resultobj = 0;
7536 char **arg20 = (
char **) 0 ;
7547 char **arg31 = (
char **) 0 ;
7572 PyArrayObject *tmp13 = NULL ;
7581 PyArrayObject *tmp19 = NULL ;
7582 PyArrayObject *tmp20 = NULL ;
7583 PyArrayObject *tmp21 = NULL ;
7584 PyArrayObject *tmp22 = NULL ;
7585 PyArrayObject *tmp23 = NULL ;
7586 PyArrayObject *tmp24 = NULL ;
7587 PyArrayObject *tmp25 = NULL ;
7588 PyArrayObject *tmp26 = NULL ;
7589 PyArrayObject *tmp27 = NULL ;
7590 PyArrayObject *tmp28 = NULL ;
7591 PyArrayObject *tmp29 = NULL ;
7592 PyArrayObject *tmp30 = NULL ;
7593 PyArrayObject *tmp31 = NULL ;
7594 PyObject *swig_obj[28] ;
7603 arg3 = (
PLINT)(val3);
7608 arg4 = (
PLINT)(val4);
7613 arg5 = (
PLFLT)(val5);
7618 arg6 = (
PLFLT)(val6);
7623 arg7 = (
PLFLT)(val7);
7628 arg8 = (
PLINT)(val8);
7633 arg9 = (
PLINT)(val9);
7638 arg10 = (
PLINT)(val10);
7643 arg11 = (
PLINT)(val11);
7648 arg12 = (
PLINT)(val12);
7651 if ( tmp13 == NULL )
7653 arg13 =
Alen = PyArray_DIMS( tmp13 )[0];
7654 arg14 = (
PLINT *) PyArray_DATA( tmp13 );
7660 arg15 = (
PLFLT)(val15);
7665 arg16 = (
PLFLT)(val16);
7670 arg17 = (
PLFLT)(val17);
7675 arg18 = (
PLFLT)(val18);
7678 if ( tmp19 == NULL )
7680 if ( PyArray_DIMS( tmp19 )[0] !=
Alen )
7682 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7685 arg19 = (
PLINT *) PyArray_DATA( tmp19 );
7689 tmp20 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[16], NPY_STRING, 1, 1 );
7690 if ( tmp20 == NULL )
7692 if ( PyArray_DIMS( tmp20 )[0] !=
Alen )
7694 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7697 arg20 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
7698 for ( i = 0; i <
Alen; i++ )
7700 arg20[i] = (
char *) PyArray_DATA( tmp20 ) + i * PyArray_STRIDES( tmp20 )[0];
7701 if ( arg20[i] == NULL )
7710 if ( tmp21 == NULL )
7712 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
7714 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7717 arg21 = (
PLINT *) PyArray_DATA( tmp21 );
7721 if ( tmp22 == NULL )
7723 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
7725 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7728 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
7731 if ( swig_obj[19] != Py_None )
7734 if ( tmp23 == NULL )
7736 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
7738 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7741 arg23 = (
PLFLT *) PyArray_DATA( tmp23 );
7749 if ( swig_obj[20] != Py_None )
7752 if ( tmp24 == NULL )
7754 if ( PyArray_DIMS( tmp24 )[0] !=
Alen )
7756 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7759 arg24 = (
PLFLT *) PyArray_DATA( tmp24 );
7768 if ( tmp25 == NULL )
7770 if ( PyArray_DIMS( tmp25 )[0] !=
Alen )
7772 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7775 arg25 = (
PLINT *) PyArray_DATA( tmp25 );
7779 if ( tmp26 == NULL )
7781 if ( PyArray_DIMS( tmp26 )[0] !=
Alen )
7783 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7786 arg26 = (
PLINT *) PyArray_DATA( tmp26 );
7789 if ( swig_obj[23] != Py_None )
7792 if ( tmp27 == NULL )
7794 if ( PyArray_DIMS( tmp27 )[0] !=
Alen )
7796 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7799 arg27 = (
PLFLT *) PyArray_DATA( tmp27 );
7808 if ( tmp28 == NULL )
7810 if ( PyArray_DIMS( tmp28 )[0] !=
Alen )
7812 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7815 arg28 = (
PLINT *) PyArray_DATA( tmp28 );
7818 if ( swig_obj[25] != Py_None )
7821 if ( tmp29 == NULL )
7823 if ( PyArray_DIMS( tmp29 )[0] !=
Alen )
7825 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7828 arg29 = (
PLFLT *) PyArray_DATA( tmp29 );
7837 if ( tmp30 == NULL )
7839 if ( PyArray_DIMS( tmp30 )[0] !=
Alen )
7841 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7844 arg30 = (
PLINT *) PyArray_DATA( tmp30 );
7848 tmp31 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[27], NPY_STRING, 1, 1 );
7849 if ( tmp31 == NULL )
7851 if ( PyArray_DIMS( tmp31 )[0] !=
Alen )
7853 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7856 arg31 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
7857 for ( i = 0; i <
Alen; i++ )
7859 arg31[i] = (
char *) PyArray_DATA( tmp31 ) + i * PyArray_STRIDES( tmp31 )[0];
7860 if ( arg31[i] == NULL )
7867 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);
7888 Py_CLEAR( tmp20 ); free( arg20 );
7921 Py_CLEAR( tmp31 ); free( arg31 );
7932 Py_CLEAR( tmp20 ); free( arg20 );
7965 Py_CLEAR( tmp31 ); free( arg31 );
7972 PyObject *resultobj = 0;
7990 char **arg18 = (
char **) 0 ;
7992 char **arg20 = (
char **) 0 ;
8027 PyArrayObject *tmp16 = NULL ;
8028 PyArrayObject *tmp18 = NULL ;
8029 PyArrayObject *tmp19 = NULL ;
8030 PyArrayObject *tmp21 = NULL ;
8031 PyArrayObject *tmp22 = NULL ;
8032 PyArrayObject *tmp23 = NULL ;
8033 PyArrayObject *tmp24 = NULL ;
8034 PyObject *swig_obj[20] ;
8043 arg3 = (
PLINT)(val3);
8048 arg4 = (
PLINT)(val4);
8053 arg5 = (
PLFLT)(val5);
8058 arg6 = (
PLFLT)(val6);
8063 arg7 = (
PLFLT)(val7);
8068 arg8 = (
PLFLT)(val8);
8073 arg9 = (
PLINT)(val9);
8078 arg10 = (
PLINT)(val10);
8083 arg11 = (
PLINT)(val11);
8088 arg12 = (
PLFLT)(val12);
8093 arg13 = (
PLFLT)(val13);
8098 arg14 = (
PLINT)(val14);
8103 arg15 = (
PLFLT)(val15);
8106 if ( tmp16 == NULL )
8108 arg16 =
Alen = PyArray_DIMS( tmp16 )[0];
8109 arg17 = (
PLINT *) PyArray_DATA( tmp16 );
8113 tmp18 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[14], NPY_STRING, 1, 1 );
8114 if ( tmp18 == NULL )
8116 if ( PyArray_DIMS( tmp18 )[0] !=
Alen )
8118 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8121 arg18 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
8122 for ( i = 0; i <
Alen; i++ )
8124 arg18[i] = (
char *) PyArray_DATA( tmp18 ) + i * PyArray_STRIDES( tmp18 )[0];
8125 if ( arg18[i] == NULL )
8134 tmp19 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[15], NPY_STRING, 1, 1 );
8135 if ( tmp19 == NULL )
8137 Alen = PyArray_DIMS( tmp19 )[0];
8139 arg20 = (
char **) malloc(
sizeof (
char* ) * (size_t)
Alen );
8140 for ( i = 0; i <
Alen; i++ )
8142 arg20[i] = (
char *) PyArray_DATA( tmp19 ) + i * PyArray_STRIDES( tmp19 )[0];
8143 if ( arg20[i] == NULL )
8152 if ( tmp21 == NULL )
8154 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
8156 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8159 arg21 = (
PLFLT *) PyArray_DATA( tmp21 );
8163 if ( tmp22 == NULL )
8165 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
8167 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8170 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
8175 if ( tmp23 == NULL )
8177 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
8179 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8182 Xlen = PyArray_DIMS( tmp23 )[0];
8183 arg23 = (
PLINT *) PyArray_DATA( tmp23 );
8185 for ( i = 0; i <
Xlen; i++ )
8186 if ( arg23[i] >
Ylen )
8192 if ( tmp24 == NULL )
8194 if ( PyArray_DIMS( tmp24 )[0] !=
Xlen || PyArray_DIMS( tmp24 )[1] !=
Ylen )
8196 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8201 for ( i = 0; i <
Xlen; i++ )
8202 arg24[i] = ( (
PLFLT *) PyArray_DATA( tmp24 ) + i * size );
8204 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);
8222 Py_CLEAR( tmp18 ); free( arg18 );
8225 Py_CLEAR( tmp19 ); free( arg20 );
8246 Py_CLEAR( tmp18 ); free( arg18 );
8249 Py_CLEAR( tmp19 ); free( arg20 );
8269 PyObject *resultobj = 0;
8279 PyObject *swig_obj[3] ;
8286 arg1 = (
PLFLT)(val1);
8291 arg2 = (
PLFLT)(val2);
8296 arg3 = (
PLFLT)(val3);
8306 PyObject *resultobj = 0;
8310 PyArrayObject *tmp1 = NULL ;
8311 PyArrayObject *tmp3 = NULL ;
8312 PyObject *swig_obj[2] ;
8319 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8320 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8326 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8328 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8331 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8333 plline(arg1,(
double const *)arg2,(
double const *)arg3);
8354 PyObject *resultobj = 0;
8359 PyArrayObject *tmp1 = NULL ;
8360 PyArrayObject *tmp3 = NULL ;
8361 PyArrayObject *tmp4 = NULL ;
8362 PyObject *swig_obj[3] ;
8369 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8370 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8376 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8378 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8381 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8387 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
8389 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8392 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
8394 plline3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
8421 PyObject *resultobj = 0;
8425 PyObject *swig_obj[1] ;
8433 arg1 = (
PLINT)(val1);
8443 PyObject *resultobj = 0;
8450 PyArrayObject *tmp1 = NULL ;
8451 PyArrayObject *tmp2 = NULL ;
8452 PyArrayObject *tmp3 = NULL ;
8455 PyObject *swig_obj[4] ;
8462 Xlen = PyArray_DIMS( tmp1 )[0];
8463 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8469 Ylen = PyArray_DIMS( tmp2 )[0];
8470 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8477 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8479 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8482 arg4 = PyArray_DIMS( tmp3 )[0];
8483 arg5 = PyArray_DIMS( tmp3 )[1];
8485 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8486 for ( i = 0; i < arg4; i++ )
8487 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8493 arg6 = (
PLINT)(val6);
8494 plmesh((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6);
8523 PyObject *resultobj = 0;
8532 PyArrayObject *tmp1 = NULL ;
8533 PyArrayObject *tmp2 = NULL ;
8534 PyArrayObject *tmp3 = NULL ;
8537 PyArrayObject *tmp7 = NULL ;
8538 PyObject *swig_obj[5] ;
8545 Xlen = PyArray_DIMS( tmp1 )[0];
8546 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8552 Ylen = PyArray_DIMS( tmp2 )[0];
8553 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8560 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8562 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8565 arg4 = PyArray_DIMS( tmp3 )[0];
8566 arg5 = PyArray_DIMS( tmp3 )[1];
8568 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8569 for ( i = 0; i < arg4; i++ )
8570 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8576 arg6 = (
PLINT)(val6);
8581 arg8 = PyArray_DIMS( tmp7 )[0];
8582 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
8584 plmeshc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
8619 PyObject *resultobj = 0;
8641 PyObject *resultobj = 0;
8642 char *arg1 = (
char *) 0 ;
8646 char *arg5 = (
char *) 0 ;
8659 PyObject *swig_obj[5] ;
8666 arg1 = (
char *)(buf1);
8671 arg2 = (
PLFLT)(val2);
8676 arg3 = (
PLFLT)(val3);
8681 arg4 = (
PLFLT)(val4);
8686 arg5 = (
char *)(buf5);
8687 plmtex((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
8700 PyObject *resultobj = 0;
8701 char *arg1 = (
char *) 0 ;
8705 char *arg5 = (
char *) 0 ;
8718 PyObject *swig_obj[5] ;
8725 arg1 = (
char *)(buf1);
8730 arg2 = (
PLFLT)(val2);
8735 arg3 = (
PLFLT)(val3);
8740 arg4 = (
PLFLT)(val4);
8745 arg5 = (
char *)(buf5);
8746 plmtex3((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
8759 PyObject *resultobj = 0;
8767 PyArrayObject *tmp1 = NULL ;
8768 PyArrayObject *tmp2 = NULL ;
8769 PyArrayObject *tmp3 = NULL ;
8774 PyObject *swig_obj[5] ;
8781 Xlen = PyArray_DIMS( tmp1 )[0];
8782 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8788 Ylen = PyArray_DIMS( tmp2 )[0];
8789 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8796 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8798 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8801 arg4 = PyArray_DIMS( tmp3 )[0];
8802 arg5 = PyArray_DIMS( tmp3 )[1];
8804 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8805 for ( i = 0; i < arg4; i++ )
8806 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8812 arg6 = (
PLINT)(val6);
8818 plot3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,arg7);
8847 PyObject *resultobj = 0;
8856 PyArrayObject *tmp1 = NULL ;
8857 PyArrayObject *tmp2 = NULL ;
8858 PyArrayObject *tmp3 = NULL ;
8861 PyArrayObject *tmp7 = NULL ;
8862 PyObject *swig_obj[5] ;
8869 Xlen = PyArray_DIMS( tmp1 )[0];
8870 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8876 Ylen = PyArray_DIMS( tmp2 )[0];
8877 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8884 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8886 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8889 arg4 = PyArray_DIMS( tmp3 )[0];
8890 arg5 = PyArray_DIMS( tmp3 )[1];
8892 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8893 for ( i = 0; i < arg4; i++ )
8894 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
8900 arg6 = (
PLINT)(val6);
8905 arg8 = PyArray_DIMS( tmp7 )[0];
8906 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
8908 plot3dc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
8943 PyObject *resultobj = 0;
8956 PyArrayObject *tmp1 = NULL ;
8957 PyArrayObject *tmp2 = NULL ;
8958 PyArrayObject *tmp3 = NULL ;
8961 PyArrayObject *tmp7 = NULL ;
8964 PyArrayObject *tmp10 = NULL ;
8965 PyArrayObject *tmp12 = NULL ;
8966 PyObject *swig_obj[8] ;
8973 Xlen = PyArray_DIMS( tmp1 )[0];
8974 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
8980 Ylen = PyArray_DIMS( tmp2 )[0];
8981 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
8988 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
8990 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8993 arg4 = PyArray_DIMS( tmp3 )[0];
8994 arg5 = PyArray_DIMS( tmp3 )[1];
8996 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
8997 for ( i = 0; i < arg4; i++ )
8998 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9004 arg6 = (
PLINT)(val6);
9009 arg8 = PyArray_DIMS( tmp7 )[0];
9010 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9016 arg9 = (
PLINT)(val9);
9019 if ( tmp10 == NULL )
9021 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9022 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9026 if ( tmp12 == NULL )
9028 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9030 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9033 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9035 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);
9082 PyObject *resultobj = 0;
9091 PyArrayObject *tmp1 = NULL ;
9092 PyArrayObject *tmp2 = NULL ;
9093 PyArrayObject *tmp3 = NULL ;
9096 PyArrayObject *tmp7 = NULL ;
9097 PyObject *swig_obj[5] ;
9104 Xlen = PyArray_DIMS( tmp1 )[0];
9105 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9111 Ylen = PyArray_DIMS( tmp2 )[0];
9112 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9119 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9121 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9124 arg4 = PyArray_DIMS( tmp3 )[0];
9125 arg5 = PyArray_DIMS( tmp3 )[1];
9127 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
9128 for ( i = 0; i < arg4; i++ )
9129 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9135 arg6 = (
PLINT)(val6);
9140 arg8 = PyArray_DIMS( tmp7 )[0];
9141 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9143 plsurf3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
9178 PyObject *resultobj = 0;
9191 PyArrayObject *tmp1 = NULL ;
9192 PyArrayObject *tmp2 = NULL ;
9193 PyArrayObject *tmp3 = NULL ;
9196 PyArrayObject *tmp7 = NULL ;
9199 PyArrayObject *tmp10 = NULL ;
9200 PyArrayObject *tmp12 = NULL ;
9201 PyObject *swig_obj[8] ;
9208 Xlen = PyArray_DIMS( tmp1 )[0];
9209 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9215 Ylen = PyArray_DIMS( tmp2 )[0];
9216 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9223 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9225 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9228 arg4 = PyArray_DIMS( tmp3 )[0];
9229 arg5 = PyArray_DIMS( tmp3 )[1];
9231 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg4 );
9232 for ( i = 0; i < arg4; i++ )
9233 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9239 arg6 = (
PLINT)(val6);
9244 arg8 = PyArray_DIMS( tmp7 )[0];
9245 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9251 arg9 = (
PLINT)(val9);
9254 if ( tmp10 == NULL )
9256 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9257 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9261 if ( tmp12 == NULL )
9263 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9265 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9268 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9270 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);
9317 PyObject *resultobj = 0;
9318 int *arg1 = (
int *) 0 ;
9319 char **arg2 = (
char **) 0 ;
9324 PyObject *swig_obj[2] ;
9330 PyObject *unicode_string;
9332 if ( !PyList_Check( swig_obj[0] ) )
9334 PyErr_SetString( PyExc_ValueError,
"Expecting a list" );
9337 tmp1 = PyList_Size( swig_obj[0] );
9339 arg2 = (
char **) malloc( (
size_t) ( tmp1 + 1 ) *
sizeof (
char * ) );
9340 for ( i = 0; i < tmp1; i++ )
9342 PyObject *s = PyList_GetItem( swig_obj[0], i );
9343 if ( PyString_Check( s ) )
9345 arg2[i] = PyString_AsString( s );
9347 else if ( PyUnicode_Check( s ) )
9350 unicode_string = PyUnicode_AsEncodedString( s,
"utf-8",
"Error ~" );
9351 arg2[i] = PyBytes_AS_STRING( unicode_string );
9356 PyErr_SetString( PyExc_ValueError,
"List items must be strings" );
9366 arg3 = (
PLINT)(val3);
9384 PyObject *resultobj = 0;
9388 PyArrayObject *tmp1 = NULL ;
9389 PyArrayObject *tmp3 = NULL ;
9390 PyObject *swig_obj[2] ;
9397 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9398 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
9404 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9406 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9409 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
9411 plpat(arg1,(
int const *)arg2,(
int const *)arg3);
9432 PyObject *resultobj = 0;
9448 PyObject *swig_obj[5] ;
9455 arg1 = (
PLINT)(val1);
9460 arg2 = (
PLFLT)(val2);
9465 arg3 = (
PLFLT)(val3);
9470 arg4 = (
PLFLT)(val4);
9475 arg5 = (
PLFLT)(val5);
9476 plpath(arg1,arg2,arg3,arg4,arg5);
9485 PyObject *resultobj = 0;
9490 PyArrayObject *tmp1 = NULL ;
9491 PyArrayObject *tmp3 = NULL ;
9494 PyObject *swig_obj[3] ;
9501 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9502 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9508 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9510 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9513 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9519 arg4 = (
PLINT)(val4);
9520 plpoin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
9541 PyObject *resultobj = 0;
9547 PyArrayObject *tmp1 = NULL ;
9548 PyArrayObject *tmp3 = NULL ;
9549 PyArrayObject *tmp4 = NULL ;
9552 PyObject *swig_obj[4] ;
9559 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9560 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9566 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9568 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9571 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9577 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
9579 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9582 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
9588 arg5 = (
PLINT)(val5);
9589 plpoin3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,arg5);
9616 PyObject *resultobj = 0;
9623 PyArrayObject *tmp1 = NULL ;
9624 PyArrayObject *tmp3 = NULL ;
9625 PyArrayObject *tmp4 = NULL ;
9626 PyArrayObject *tmp5 = NULL ;
9629 PyObject *swig_obj[5] ;
9636 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
9637 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
9643 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
9645 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9648 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
9654 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
9656 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9659 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
9665 if ( PyArray_DIMS( tmp5 )[0] <
Alen - 1 )
9667 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
9670 arg5 = (
PLINT *) PyArray_DATA( tmp5 );
9677 plpoly3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
int const *)arg5,arg6);
9710 PyObject *resultobj = 0;
9717 PyObject *swig_obj[2] ;
9724 arg1 = (
PLINT)(val1);
9729 arg2 = (
PLINT)(val2);
9739 PyObject *resultobj = 0;
9743 PyObject *swig_obj[1] ;
9751 arg1 = (
PLINT)(val1);
9761 PyObject *resultobj = 0;
9767 char *arg6 = (
char *) 0 ;
9781 PyObject *swig_obj[6] ;
9788 arg1 = (
PLFLT)(val1);
9793 arg2 = (
PLFLT)(val2);
9798 arg3 = (
PLFLT)(val3);
9803 arg4 = (
PLFLT)(val4);
9808 arg5 = (
PLFLT)(val5);
9813 arg6 = (
char *)(buf6);
9814 plptex(arg1,arg2,arg3,arg4,arg5,(
char const *)arg6);
9825 PyObject *resultobj = 0;
9836 char *arg11 = (
char *) 0 ;
9860 PyObject *swig_obj[11] ;
9867 arg1 = (
PLFLT)(val1);
9872 arg2 = (
PLFLT)(val2);
9877 arg3 = (
PLFLT)(val3);
9882 arg4 = (
PLFLT)(val4);
9887 arg5 = (
PLFLT)(val5);
9892 arg6 = (
PLFLT)(val6);
9897 arg7 = (
PLFLT)(val7);
9902 arg8 = (
PLFLT)(val8);
9907 arg9 = (
PLFLT)(val9);
9912 arg10 = (
PLFLT)(val10);
9917 arg11 = (
char *)(buf11);
9918 plptex3(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,(
char const *)arg11);
9929 PyObject *resultobj = 0;
9942 PyObject *resultobj = 0;
9954 PyObject *resultobj = 0;
9973 PyObject *swig_obj[3] ;
9983 arg1 = (
PLFLT)(val1);
9988 arg2 = (
PLFLT)(val2);
9993 arg3 = (
PLFLT)(val3);
9994 plrgbhls(arg1,arg2,arg3,arg4,arg5,arg6);
10021 PyObject *resultobj = 0;
10028 PyObject *swig_obj[2] ;
10035 arg1 = (
PLFLT)(val1);
10040 arg2 = (
PLFLT)(val2);
10050 PyObject *resultobj = 0;
10055 PyArrayObject *tmp1 = NULL ;
10056 PyArrayObject *tmp2 = NULL ;
10057 PyArrayObject *tmp3 = NULL ;
10058 PyObject *swig_obj[3] ;
10063 if ( tmp1 == NULL )
10065 Alen = PyArray_DIMS( tmp1 )[0];
10066 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10070 if ( tmp2 == NULL )
10072 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10074 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10077 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10081 if ( tmp3 == NULL )
10083 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10085 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10088 arg4 = PyArray_DIMS( tmp3 )[0];
10089 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10091 plscmap0((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10118 PyObject *resultobj = 0;
10124 PyArrayObject *tmp1 = NULL ;
10125 PyArrayObject *tmp2 = NULL ;
10126 PyArrayObject *tmp3 = NULL ;
10127 PyArrayObject *tmp4 = NULL ;
10128 PyObject *swig_obj[4] ;
10133 if ( tmp1 == NULL )
10135 Alen = PyArray_DIMS( tmp1 )[0];
10136 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10140 if ( tmp2 == NULL )
10142 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10144 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10147 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10151 if ( tmp3 == NULL )
10153 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10155 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10158 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10162 if ( tmp4 == NULL )
10164 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10166 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10169 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10170 arg5 = PyArray_DIMS( tmp4 )[0];
10172 plscmap0a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
10205 PyObject *resultobj = 0;
10209 PyObject *swig_obj[1] ;
10212 swig_obj[0] = args;
10217 arg1 = (
PLINT)(val1);
10227 PyObject *resultobj = 0;
10232 PyArrayObject *tmp1 = NULL ;
10233 PyArrayObject *tmp2 = NULL ;
10234 PyArrayObject *tmp3 = NULL ;
10235 PyObject *swig_obj[3] ;
10240 if ( tmp1 == NULL )
10242 Alen = PyArray_DIMS( tmp1 )[0];
10243 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10247 if ( tmp2 == NULL )
10249 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10251 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10254 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10258 if ( tmp3 == NULL )
10260 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10262 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10265 arg4 = PyArray_DIMS( tmp3 )[0];
10266 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10268 plscmap1((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10295 PyObject *resultobj = 0;
10301 PyArrayObject *tmp1 = NULL ;
10302 PyArrayObject *tmp2 = NULL ;
10303 PyArrayObject *tmp3 = NULL ;
10304 PyArrayObject *tmp4 = NULL ;
10305 PyObject *swig_obj[4] ;
10310 if ( tmp1 == NULL )
10312 Alen = PyArray_DIMS( tmp1 )[0];
10313 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10317 if ( tmp2 == NULL )
10319 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10321 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10324 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10328 if ( tmp3 == NULL )
10330 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10332 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10335 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10339 if ( tmp4 == NULL )
10341 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10343 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10346 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10347 arg5 = PyArray_DIMS( tmp4 )[0];
10349 plscmap1a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
10382 PyObject *resultobj = 0;
10392 PyArrayObject *tmp2 = NULL ;
10393 PyArrayObject *tmp4 = NULL ;
10394 PyArrayObject *tmp5 = NULL ;
10395 PyArrayObject *tmp6 = NULL ;
10396 PyArrayObject *tmp7 = NULL ;
10397 PyObject *swig_obj[6] ;
10407 if ( tmp2 == NULL )
10409 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
10410 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
10414 if ( tmp4 == NULL )
10416 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10418 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10421 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10425 if ( tmp5 == NULL )
10427 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
10429 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10432 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
10436 if ( tmp6 == NULL )
10438 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
10440 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10443 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
10447 if ( tmp7 == NULL )
10449 if ( PyArray_DIMS( tmp7 )[0] <
Alen - 1 )
10451 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
10454 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
10456 plscmap1l(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
int const *)arg7);
10495 PyObject *resultobj = 0;
10506 PyArrayObject *tmp2 = NULL ;
10507 PyArrayObject *tmp4 = NULL ;
10508 PyArrayObject *tmp5 = NULL ;
10509 PyArrayObject *tmp6 = NULL ;
10510 PyArrayObject *tmp7 = NULL ;
10511 PyArrayObject *tmp8 = NULL ;
10512 PyObject *swig_obj[7] ;
10522 if ( tmp2 == NULL )
10524 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
10525 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
10529 if ( tmp4 == NULL )
10531 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10533 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10536 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10540 if ( tmp5 == NULL )
10542 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
10544 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10547 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
10551 if ( tmp6 == NULL )
10553 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
10555 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10558 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
10562 if ( tmp7 == NULL )
10564 if ( PyArray_DIMS( tmp7 )[0] !=
Alen )
10566 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10569 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
10573 if ( tmp8 == NULL )
10575 if ( PyArray_DIMS( tmp8 )[0] <
Alen - 1 )
10577 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
10580 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
10582 plscmap1la(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
double const *)arg7,(
int const *)arg8);
10627 PyObject *resultobj = 0;
10631 PyObject *swig_obj[1] ;
10634 swig_obj[0] = args;
10639 arg1 = (
PLINT)(val1);
10649 PyObject *resultobj = 0;
10656 PyObject *swig_obj[2] ;
10663 arg1 = (
PLFLT)(val1);
10668 arg2 = (
PLFLT)(val2);
10678 PyObject *resultobj = 0;
10710 PyObject *resultobj = 0;
10723 PyObject *swig_obj[4] ;
10730 arg1 = (
PLINT)(val1);
10735 arg2 = (
PLINT)(val2);
10740 arg3 = (
PLINT)(val3);
10745 arg4 = (
PLINT)(val4);
10746 plscol0(arg1,arg2,arg3,arg4);
10755 PyObject *resultobj = 0;
10771 PyObject *swig_obj[5] ;
10778 arg1 = (
PLINT)(val1);
10783 arg2 = (
PLINT)(val2);
10788 arg3 = (
PLINT)(val3);
10793 arg4 = (
PLINT)(val4);
10798 arg5 = (
PLFLT)(val5);
10799 plscol0a(arg1,arg2,arg3,arg4,arg5);
10808 PyObject *resultobj = 0;
10818 PyObject *swig_obj[3] ;
10825 arg1 = (
PLINT)(val1);
10830 arg2 = (
PLINT)(val2);
10835 arg3 = (
PLINT)(val3);
10845 PyObject *resultobj = 0;
10858 PyObject *swig_obj[4] ;
10865 arg1 = (
PLINT)(val1);
10870 arg2 = (
PLINT)(val2);
10875 arg3 = (
PLINT)(val3);
10880 arg4 = (
PLFLT)(val4);
10890 PyObject *resultobj = 0;
10894 PyObject *swig_obj[1] ;
10897 swig_obj[0] = args;
10902 arg1 = (
PLINT)(val1);
10912 PyObject *resultobj = 0;
10916 PyObject *swig_obj[1] ;
10919 swig_obj[0] = args;
10924 arg1 = (
PLINT)(val1);
10934 PyObject *resultobj = 0;
10935 char *arg1 = (
char *) 0 ;
10939 PyObject *swig_obj[1] ;
10942 swig_obj[0] = args;
10947 arg1 = (
char *)(buf1);
10948 plsdev((
char const *)arg1);
10959 PyObject *resultobj = 0;
10972 PyObject *swig_obj[4] ;
10979 arg1 = (
PLFLT)(val1);
10984 arg2 = (
PLFLT)(val2);
10989 arg3 = (
PLFLT)(val3);
10994 arg4 = (
PLFLT)(val4);
11004 PyObject *resultobj = 0;
11023 PyObject *swig_obj[6] ;
11030 arg1 = (
PLINT)(val1);
11035 arg2 = (
PLINT)(val2);
11040 arg3 = (
PLINT)(val3);
11045 arg4 = (
PLINT)(val4);
11050 arg5 = (
PLFLT)(val5);
11055 arg6 = (
PLFLT)(val6);
11056 plsdimap(arg1,arg2,arg3,arg4,arg5,arg6);
11065 PyObject *resultobj = 0;
11069 PyObject *swig_obj[1] ;
11072 swig_obj[0] = args;
11077 arg1 = (
PLFLT)(val1);
11087 PyObject *resultobj = 0;
11100 PyObject *swig_obj[4] ;
11107 arg1 = (
PLFLT)(val1);
11112 arg2 = (
PLFLT)(val2);
11117 arg3 = (
PLFLT)(val3);
11122 arg4 = (
PLFLT)(val4);
11132 PyObject *resultobj = 0;
11145 PyObject *swig_obj[4] ;
11152 arg1 = (
PLFLT)(val1);
11157 arg2 = (
PLFLT)(val2);
11162 arg3 = (
PLFLT)(val3);
11167 arg4 = (
PLFLT)(val4);
11177 PyObject *resultobj = 0;
11178 unsigned int arg1 ;
11179 unsigned int val1 ;
11181 PyObject *swig_obj[1] ;
11184 swig_obj[0] = args;
11189 arg1 = (
unsigned int)(val1);
11199 PyObject *resultobj = 0;
11203 PyObject *swig_obj[1] ;
11206 swig_obj[0] = args;
11211 arg1 = (char)(val1);
11221 PyObject *resultobj = 0;
11222 char *arg1 = (
char *) 0 ;
11223 char *arg2 = (
char *) 0 ;
11230 PyObject *swig_obj[2] ;
11238 arg1 = (
char *)(buf1);
11243 arg2 = (
char *)(buf2);
11244 result = (
PLINT)
plsetopt((
char const *)arg1,(
char const *)arg2);
11257 PyObject *resultobj = 0;
11267 PyObject *swig_obj[3] ;
11274 arg1 = (
PLINT)(val1);
11279 arg2 = (
PLINT)(val2);
11284 arg3 = (
PLINT)(val3);
11294 PyObject *resultobj = 0;
11296 unsigned int val1 ;
11298 PyObject *swig_obj[1] ;
11301 swig_obj[0] = args;
11316 PyObject *resultobj = 0;
11317 char *arg1 = (
char *) 0 ;
11321 PyObject *swig_obj[1] ;
11324 swig_obj[0] = args;
11329 arg1 = (
char *)(buf1);
11341 PyObject *resultobj = 0;
11351 PyObject *swig_obj[3] ;
11358 arg1 = (
PLINT)(val1);
11363 arg2 = (
PLINT)(val2);
11368 arg3 = (
PLINT)(val3);
11378 PyObject *resultobj = 0;
11396 PyArrayObject *tmp1 = NULL ;
11405 PyArrayObject *tmp9 = NULL ;
11414 PyObject *swig_obj[12] ;
11433 if ( tmp1 == NULL )
11435 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
11436 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
11438 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
11439 for ( i = 0; i < arg2; i++ )
11440 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
11446 arg5 = (
PLFLT)(val5);
11451 arg6 = (
PLFLT)(val6);
11456 arg7 = (
PLFLT)(val7);
11461 arg8 = (
PLFLT)(val8);
11464 if ( tmp9 == NULL )
11466 arg10 = PyArray_DIMS( tmp9 )[0];
11467 arg9 = (
PLFLT *) PyArray_DATA( tmp9 );
11473 arg11 = (
PLFLT)(val11);
11478 arg12 = (
PLINT)(val12);
11483 arg13 = (
PLFLT)(val13);
11488 arg15 = (
PLBOOL)(val15);
11489 if (swig_obj[10]) {
11492 if ( swig_obj[10] == Py_None )
11498 if ( !PyCallable_Check( (PyObject *) swig_obj[10] ) )
11500 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
11507 if (swig_obj[11]) {
11509 if ( swig_obj[11] == Py_None )
11517 plshades((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,(
double const *)arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17);
11552 PyObject *resultobj = 0;
11574 PyArrayObject *tmp1 = NULL ;
11603 PyObject *swig_obj[17] ;
11622 if ( tmp1 == NULL )
11624 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
11625 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
11627 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
11628 for ( i = 0; i < arg2; i++ )
11629 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
11635 arg5 = (
PLFLT)(val5);
11640 arg6 = (
PLFLT)(val6);
11645 arg7 = (
PLFLT)(val7);
11650 arg8 = (
PLFLT)(val8);
11655 arg9 = (
PLFLT)(val9);
11660 arg10 = (
PLFLT)(val10);
11665 arg11 = (
PLINT)(val11);
11670 arg12 = (
PLFLT)(val12);
11675 arg13 = (
PLFLT)(val13);
11680 arg14 = (
PLINT)(val14);
11685 arg15 = (
PLFLT)(val15);
11690 arg16 = (
PLINT)(val16);
11695 arg17 = (
PLFLT)(val17);
11700 arg19 = (
PLBOOL)(val19);
11701 if (swig_obj[15]) {
11704 if ( swig_obj[15] == Py_None )
11710 if ( !PyCallable_Check( (PyObject *) swig_obj[15] ) )
11712 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
11719 if (swig_obj[16]) {
11721 if ( swig_obj[16] == Py_None )
11729 plshade((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21);
11758 PyObject *resultobj = 0;
11762 PyObject *swig_obj[2] ;
11773 if ( swig_obj[0] == Py_None )
11779 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
11781 PyErr_SetString( PyExc_ValueError,
"label_func argument must be callable" );
11785 Py_XINCREF( (PyObject *) swig_obj[0] );
11804 PyObject *resultobj = 0;
11811 PyObject *swig_obj[2] ;
11818 arg1 = (
PLFLT)(val1);
11823 arg2 = (
PLFLT)(val2);
11833 PyObject *resultobj = 0;
11836 void *arg3 = (
void *) 0 ;
11841 PyObject *swig_obj[3] ;
11848 arg1 = (
PLINT)(val1);
11853 arg2 = (
PLINT)(val2);
11855 int res;
void *
buf = 0;
11857 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
11859 PyBuffer_Release(&view);
11864 arg3 = (
void *)
buf;
11875 PyObject *resultobj = 0;
11878 void *arg3 = (
void *) 0 ;
11883 PyObject *swig_obj[3] ;
11890 arg1 = (
PLINT)(val1);
11895 arg2 = (
PLINT)(val2);
11897 int res;
void *
buf = 0;
11899 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
11901 PyBuffer_Release(&view);
11906 arg3 = (
void *)
buf;
11917 PyObject *resultobj = 0;
11924 PyObject *swig_obj[2] ;
11931 arg1 = (
PLFLT)(val1);
11936 arg2 = (
PLFLT)(val2);
11946 PyObject *resultobj = 0;
11950 PyObject *swig_obj[1] ;
11953 swig_obj[0] = args;
11958 arg1 = (
PLINT)(val1);
11968 PyObject *resultobj = 0;
11987 PyObject *swig_obj[6] ;
11994 arg1 = (
PLFLT)(val1);
11999 arg2 = (
PLFLT)(val2);
12004 arg3 = (
PLINT)(val3);
12009 arg4 = (
PLINT)(val4);
12014 arg5 = (
PLINT)(val5);
12019 arg6 = (
PLINT)(val6);
12020 plspage(arg1,arg2,arg3,arg4,arg5,arg6);
12029 PyObject *resultobj = 0;
12030 char *arg1 = (
char *) 0 ;
12034 PyObject *swig_obj[1] ;
12037 swig_obj[0] = args;
12042 arg1 = (
char *)(buf1);
12054 PyObject *resultobj = 0;
12055 char *arg1 = (
char *) 0 ;
12062 PyObject *swig_obj[2] ;
12069 arg1 = (
char *)(buf1);
12075 plspal1((
char const *)arg1,arg2);
12086 PyObject *resultobj = 0;
12090 PyObject *swig_obj[1] ;
12093 swig_obj[0] = args;
12108 PyObject *resultobj = 0;
12112 PyObject *swig_obj[1] ;
12115 swig_obj[0] = args;
12120 arg1 = (
PLINT)(val1);
12130 PyObject *resultobj = 0;
12137 PyObject *swig_obj[2] ;
12144 arg1 = (
PLINT)(val1);
12149 arg2 = (
PLINT)(val2);
12159 PyObject *resultobj = 0;
12166 PyObject *swig_obj[2] ;
12173 arg1 = (
PLFLT)(val1);
12178 arg2 = (
PLFLT)(val2);
12188 PyObject *resultobj = 0;
12195 PyObject *swig_obj[2] ;
12202 arg1 = (
PLINT)(val1);
12207 arg2 = (
PLINT)(val2);
12217 PyObject *resultobj = 0;
12218 char *arg1 = (
char *) 0 ;
12228 PyObject *swig_obj[3] ;
12235 arg1 = (
char *)(buf1);
12240 arg2 = (
PLINT)(val2);
12245 arg3 = (
PLINT)(val3);
12246 plstart((
char const *)arg1,arg2,arg3);
12257 PyObject *resultobj = 0;
12261 PyObject *swig_obj[2] ;
12273 if ( swig_obj[0] == Py_None )
12279 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
12281 PyErr_SetString( PyExc_ValueError,
"coordinate transform argument must be callable" );
12303 PyObject *resultobj = 0;
12307 char *arg4 = (
char *) 0 ;
12308 PyArrayObject *tmp1 = NULL ;
12309 PyArrayObject *tmp3 = NULL ;
12313 PyObject *swig_obj[3] ;
12318 if ( tmp1 == NULL )
12320 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12321 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12325 if ( tmp3 == NULL )
12327 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12329 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12332 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
12338 arg4 = (
char *)(buf4);
12339 plstring(arg1,(
double const *)arg2,(
double const *)arg3,(
char const *)arg4);
12362 PyObject *resultobj = 0;
12367 char *arg5 = (
char *) 0 ;
12368 PyArrayObject *tmp1 = NULL ;
12369 PyArrayObject *tmp3 = NULL ;
12370 PyArrayObject *tmp4 = NULL ;
12374 PyObject *swig_obj[4] ;
12379 if ( tmp1 == NULL )
12381 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12382 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12386 if ( tmp3 == NULL )
12388 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12390 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12393 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
12397 if ( tmp4 == NULL )
12399 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
12401 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12404 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
12410 arg5 = (
char *)(buf5);
12411 plstring3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
char const *)arg5);
12440 PyObject *resultobj = 0;
12453 PyObject *swig_obj[4] ;
12460 arg1 = (
PLINT)(val1);
12465 arg2 = (
PLINT)(val2);
12470 arg3 = (
PLFLT)(val3);
12475 arg4 = (
PLFLT)(val4);
12485 PyObject *resultobj = 0;
12487 char *arg2 = (
char *) 0 ;
12488 char *arg3 = (
char *) 0 ;
12503 char *arg18 = (
char *) 0 ;
12504 char *arg19 = (
char *) 0 ;
12505 char *arg20 = (
char *) 0 ;
12536 PyArrayObject *tmp15 = NULL ;
12537 PyArrayObject *tmp16 = NULL ;
12538 char **tmp17 = NULL ;
12548 PyObject *swig_obj[19] ;
12556 arg2 = (
char *)(buf2);
12561 arg3 = (
char *)(buf3);
12566 arg4 = (
PLFLT)(val4);
12571 arg5 = (
PLFLT)(val5);
12576 arg6 = (
PLFLT)(val6);
12581 arg7 = (
PLFLT)(val7);
12586 arg8 = (
PLFLT)(val8);
12591 arg9 = (
PLFLT)(val9);
12596 arg10 = (
PLFLT)(val10);
12601 arg11 = (
PLBOOL)(val11);
12606 arg12 = (
PLBOOL)(val12);
12611 arg13 = (
PLINT)(val13);
12616 arg14 = (
PLINT)(val14);
12619 if ( tmp15 == NULL )
12621 Alen = PyArray_DIMS( tmp15 )[0];
12622 arg15 = (
PLINT *) PyArray_DATA( tmp15 );
12626 if ( tmp16 == NULL )
12628 if ( PyArray_DIMS( tmp16 )[0] !=
Alen )
12630 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12633 arg16 = (
PLINT *) PyArray_DATA( tmp16 );
12637 PyObject *elt, *unicode_string;
12639 if ( !PySequence_Check( swig_obj[15] ) ||
PySequence_Size( swig_obj[15] ) != 4 )
12641 PyErr_SetString( PyExc_ValueError,
"Requires a sequence of 4 strings." );
12646 PyErr_SetString( PyExc_ValueError,
"colline and styline args must be length 4." );
12649 tmp17 = (
char **) malloc(
sizeof (
char* ) * 4 );
12650 if ( tmp17 == NULL )
12653 for ( i = 0; i < 4; i++ )
12657 if ( PyString_Check( elt ) )
12659 arg17[i] = PyString_AsString( elt );
12661 else if ( PyUnicode_Check( elt ) )
12663 unicode_string = PyUnicode_AsEncodedString( elt,
"utf-8",
"Error ~" );
12664 arg17[i] = PyBytes_AS_STRING( unicode_string );
12666 if ( arg17[i] == NULL )
12677 arg18 = (
char *)(buf18);
12682 arg19 = (
char *)(buf19);
12687 arg20 = (
char *)(buf20);
12688 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);
12731 PyObject *resultobj = 0;
12735 PyObject *swig_obj[1] ;
12738 swig_obj[0] = args;
12743 arg1 = (
PLINT)(val1);
12753 PyObject *resultobj = 0;
12757 PyArrayObject *tmp1 = NULL ;
12758 PyArrayObject *tmp3 = NULL ;
12759 PyObject *swig_obj[2] ;
12764 if ( tmp1 == NULL )
12766 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12767 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
12771 if ( tmp3 == NULL )
12773 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
12775 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12778 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
12780 plstyl(arg1,(
int const *)arg2,(
int const *)arg3);
12801 PyObject *resultobj = 0;
12806 PyArrayObject *tmp1 = NULL ;
12807 PyArrayObject *tmp2 = NULL ;
12810 PyObject *swig_obj[3] ;
12814 if ( swig_obj[0] != Py_None )
12817 if ( tmp1 == NULL )
12819 Alen = PyArray_DIMS( tmp1 )[0];
12820 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
12829 if ( swig_obj[1] != Py_None )
12832 if ( tmp2 == NULL )
12834 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
12836 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
12839 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
12840 arg3 = PyArray_DIMS( tmp2 )[0];
12853 plsvect((
double const *)arg1,(
double const *)arg2,arg3,arg4);
12874 PyObject *resultobj = 0;
12887 PyObject *swig_obj[4] ;
12894 arg1 = (
PLFLT)(val1);
12899 arg2 = (
PLFLT)(val2);
12904 arg3 = (
PLFLT)(val3);
12909 arg4 = (
PLFLT)(val4);
12910 plsvpa(arg1,arg2,arg3,arg4);
12919 PyObject *resultobj = 0;
12926 PyObject *swig_obj[2] ;
12933 arg1 = (
PLINT)(val1);
12938 arg2 = (
PLINT)(val2);
12948 PyObject *resultobj = 0;
12955 PyObject *swig_obj[2] ;
12962 arg1 = (
PLINT)(val1);
12967 arg2 = (
PLINT)(val2);
12977 PyObject *resultobj = 0;
12982 PyArrayObject *tmp1 = NULL ;
12983 PyArrayObject *tmp3 = NULL ;
12986 PyObject *swig_obj[3] ;
12991 if ( tmp1 == NULL )
12993 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
12994 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
12998 if ( tmp3 == NULL )
13000 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
13002 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13005 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
13011 arg4 = (
PLINT)(val4);
13012 plsym(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
13033 PyObject *resultobj = 0;
13040 PyObject *swig_obj[2] ;
13047 arg1 = (
PLINT)(val1);
13052 arg2 = (
PLINT)(val2);
13062 PyObject *resultobj = 0;
13074 PyObject *resultobj = 0;
13075 char *arg1 = (
char *) 0 ;
13079 PyObject *swig_obj[1] ;
13082 swig_obj[0] = args;
13087 arg1 = (
char *)(buf1);
13099 PyObject *resultobj = 0;
13103 PyObject *swig_obj[1] ;
13106 swig_obj[0] = args;
13111 arg1 = (
PLFLT)(val1);
13121 PyObject *resultobj = 0;
13129 PyArrayObject *tmp1 = NULL ;
13130 PyArrayObject *tmp2 = NULL ;
13133 PyObject *swig_obj[5] ;
13146 if ( tmp1 == NULL )
13148 Xlen = PyArray_DIMS( tmp1 )[0];
13149 Ylen = PyArray_DIMS( tmp1 )[1];
13152 for ( i = 0; i <
Xlen; i++ )
13153 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
13158 if ( tmp2 == NULL )
13160 if (
Xlen != PyArray_DIMS( tmp2 )[0] ||
Ylen != PyArray_DIMS( tmp2 )[1] )
13162 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
13165 arg3 = PyArray_DIMS( tmp2 )[0];
13166 arg4 = PyArray_DIMS( tmp2 )[1];
13168 arg2 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg3 );
13169 for ( i = 0; i < arg3; i++ )
13170 arg2[i] = ( (
PLFLT *) PyArray_DATA( tmp2 ) + i * size );
13176 arg5 = (
PLFLT)(val5);
13180 if ( swig_obj[3] == Py_None )
13186 if ( !PyCallable_Check( (PyObject *) swig_obj[3] ) )
13188 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
13197 if ( swig_obj[4] == Py_None )
13205 plvect((
double const **)arg1,(
double const **)arg2,arg3,arg4,arg5,arg6,arg7);
13242 PyObject *resultobj = 0;
13258 PyObject *swig_obj[5] ;
13265 arg1 = (
PLFLT)(val1);
13270 arg2 = (
PLFLT)(val2);
13275 arg3 = (
PLFLT)(val3);
13280 arg4 = (
PLFLT)(val4);
13285 arg5 = (
PLFLT)(val5);
13286 plvpas(arg1,arg2,arg3,arg4,arg5);
13295 PyObject *resultobj = 0;
13308 PyObject *swig_obj[4] ;
13315 arg1 = (
PLFLT)(val1);
13320 arg2 = (
PLFLT)(val2);
13325 arg3 = (
PLFLT)(val3);
13330 arg4 = (
PLFLT)(val4);
13331 plvpor(arg1,arg2,arg3,arg4);
13340 PyObject *resultobj = 0;
13352 PyObject *resultobj = 0;
13386 PyObject *swig_obj[11] ;
13393 arg1 = (
PLFLT)(val1);
13398 arg2 = (
PLFLT)(val2);
13403 arg3 = (
PLFLT)(val3);
13408 arg4 = (
PLFLT)(val4);
13413 arg5 = (
PLFLT)(val5);
13418 arg6 = (
PLFLT)(val6);
13423 arg7 = (
PLFLT)(val7);
13428 arg8 = (
PLFLT)(val8);
13433 arg9 = (
PLFLT)(val9);
13438 arg10 = (
PLFLT)(val10);
13443 arg11 = (
PLFLT)(val11);
13444 plw3d(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
13453 PyObject *resultobj = 0;
13457 PyObject *swig_obj[1] ;
13460 swig_obj[0] = args;
13465 arg1 = (
PLFLT)(val1);
13475 PyObject *resultobj = 0;
13488 PyObject *swig_obj[4] ;
13495 arg1 = (
PLFLT)(val1);
13500 arg2 = (
PLFLT)(val2);
13505 arg3 = (
PLFLT)(val3);
13510 arg4 = (
PLFLT)(val4);
13511 plwind(arg1,arg2,arg3,arg4);
13520 PyObject *resultobj = 0;
13527 PyObject *swig_obj[1] ;
13531 swig_obj[0] = args;
13552 PyObject *resultobj = 0;
13554 char *arg2 = (
char *) 0 ;
13570 PyObject *swig_obj[6] ;
13575 if ( swig_obj[0] == Py_None )
13581 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13583 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13593 arg2 = (
char *)(buf2);
13598 arg3 = (
PLFLT)(val3);
13603 arg4 = (
PLFLT)(val4);
13608 arg5 = (
PLFLT)(val5);
13613 arg6 = (
PLFLT)(val6);
13614 plmap(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6);
13631 PyObject *resultobj = 0;
13633 char *arg2 = (
char *) 0 ;
13651 PyArrayObject *tmp7 = NULL ;
13652 PyObject *swig_obj[7] ;
13657 if ( swig_obj[0] == Py_None )
13663 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13665 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13675 arg2 = (
char *)(buf2);
13680 arg3 = (
PLFLT)(val3);
13685 arg4 = (
PLFLT)(val4);
13690 arg5 = (
PLFLT)(val5);
13695 arg6 = (
PLFLT)(val6);
13697 if ( swig_obj[6] != Py_None )
13700 if ( tmp7 == NULL )
13702 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
13703 arg8 = PyArray_DIMS( tmp7 )[0];
13711 plmapline(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
13734 PyObject *resultobj = 0;
13736 char *arg2 = (
char *) 0 ;
13737 char *arg3 = (
char *) 0 ;
13758 PyArrayObject *tmp8 = NULL ;
13759 PyObject *swig_obj[8] ;
13764 if ( swig_obj[0] == Py_None )
13770 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13772 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13782 arg2 = (
char *)(buf2);
13787 arg3 = (
char *)(buf3);
13792 arg4 = (
PLFLT)(val4);
13797 arg5 = (
PLFLT)(val5);
13802 arg6 = (
PLFLT)(val6);
13807 arg7 = (
PLFLT)(val7);
13809 if ( swig_obj[7] != Py_None )
13812 if ( tmp8 == NULL )
13814 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
13815 arg9 = PyArray_DIMS( tmp8 )[0];
13823 plmapstring(arg1,(
char const *)arg2,(
char const *)arg3,arg4,arg5,arg6,arg7,(
int const *)arg8,arg9);
13848 PyObject *resultobj = 0;
13850 char *arg2 = (
char *) 0 ;
13854 char *arg6 = (
char *) 0 ;
13882 PyObject *swig_obj[11] ;
13887 if ( swig_obj[0] == Py_None )
13893 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
13895 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
13905 arg2 = (
char *)(buf2);
13910 arg3 = (
PLFLT)(val3);
13915 arg4 = (
PLFLT)(val4);
13920 arg5 = (
PLFLT)(val5);
13925 arg6 = (
char *)(buf6);
13930 arg7 = (
PLFLT)(val7);
13935 arg8 = (
PLFLT)(val8);
13940 arg9 = (
PLFLT)(val9);
13945 arg10 = (
PLFLT)(val10);
13950 arg11 = (
PLINT)(val11);
13951 plmaptex(arg1,(
char const *)arg2,arg3,arg4,arg5,(
char const *)arg6,arg7,arg8,arg9,arg10,arg11);
13970 PyObject *resultobj = 0;
13972 char *arg2 = (
char *) 0 ;
13990 PyArrayObject *tmp7 = NULL ;
13991 PyObject *swig_obj[7] ;
13996 if ( swig_obj[0] == Py_None )
14002 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14004 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14014 arg2 = (
char *)(buf2);
14019 arg3 = (
PLFLT)(val3);
14024 arg4 = (
PLFLT)(val4);
14029 arg5 = (
PLFLT)(val5);
14034 arg6 = (
PLFLT)(val6);
14036 if ( swig_obj[6] != Py_None )
14039 if ( tmp7 == NULL )
14041 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
14042 arg8 = PyArray_DIMS( tmp7 )[0];
14050 plmapfill(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
14073 PyObject *resultobj = 0;
14093 PyObject *swig_obj[7] ;
14098 if ( swig_obj[0] == Py_None )
14104 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14106 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14116 arg2 = (
PLFLT)(val2);
14121 arg3 = (
PLFLT)(val3);
14126 arg4 = (
PLFLT)(val4);
14131 arg5 = (
PLFLT)(val5);
14136 arg6 = (
PLFLT)(val6);
14141 arg7 = (
PLFLT)(val7);
14157 PyObject *resultobj = 0;
14171 PyArrayObject *tmp1 = NULL ;
14192 PyObject *swig_obj[11] ;
14198 if ( tmp1 == NULL )
14200 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14201 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14203 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14204 for ( i = 0; i < arg2; i++ )
14205 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14211 arg4 = (
PLFLT)(val4);
14216 arg5 = (
PLFLT)(val5);
14221 arg6 = (
PLFLT)(val6);
14226 arg7 = (
PLFLT)(val7);
14231 arg8 = (
PLFLT)(val8);
14236 arg9 = (
PLFLT)(val9);
14241 arg10 = (
PLFLT)(val10);
14246 arg11 = (
PLFLT)(val11);
14251 arg12 = (
PLFLT)(val12);
14256 arg13 = (
PLFLT)(val13);
14257 plimage((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
14274 PyObject *resultobj = 0;
14288 PyArrayObject *tmp1 = NULL ;
14305 PyObject *swig_obj[11] ;
14318 if ( tmp1 == NULL )
14320 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14321 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14323 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14324 for ( i = 0; i < arg2; i++ )
14325 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14331 arg4 = (
PLFLT)(val4);
14336 arg5 = (
PLFLT)(val5);
14341 arg6 = (
PLFLT)(val6);
14346 arg7 = (
PLFLT)(val7);
14351 arg8 = (
PLFLT)(val8);
14356 arg9 = (
PLFLT)(val9);
14361 arg10 = (
PLFLT)(val10);
14366 arg11 = (
PLFLT)(val11);
14370 if ( swig_obj[9] == Py_None )
14376 if ( !PyCallable_Check( (PyObject *) swig_obj[9] ) )
14378 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
14385 if (swig_obj[10]) {
14387 if ( swig_obj[10] == Py_None )
14395 plimagefr((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
14424 PyObject *resultobj = 0;
14436 PyObject *resultobj = 0;
14448 PyObject *resultobj = 0;
14449 char *arg1 = (
char *) 0 ;
14450 char *arg2 = (
char *) 0 ;
14457 PyObject *swig_obj[2] ;
14464 arg1 = (
char *)(buf1);
14469 arg2 = (
char *)(buf2);
14470 plSetUsage((
char const *)arg1,(
char const *)arg2);
14483 PyObject *resultobj = 0;
14495 PyObject *resultobj = 0;
14501 PyArrayObject *tmp1 = NULL ;
14506 PyObject *swig_obj[1] ;
14511 swig_obj[0] = args;
14515 if ( tmp1 == NULL )
14517 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14518 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14520 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (size_t) arg2 );
14521 for ( i = 0; i < arg2; i++ )
14522 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14553 PyObject *resultobj = 0;
14557 PyObject *swig_obj[1] ;
14561 swig_obj[0] = args;
14610 "Set format of numerical label for contours\n"
14614 " Set format of numerical label for contours.\n"
14616 " Redacted form: pl_setcontlabelformat(lexp, sigdig)\n"
14618 " This function is used example 9.\n"
14624 "pl_setcontlabelformat(lexp, sigdig)\n"
14628 " lexp (PLINT, input) : If the contour numerical label is greater\n"
14629 " than 10^(lexp) or less than 10^(-lexp), then the exponential\n"
14630 " format is used. Default value of lexp is 4.\n"
14632 " sigdig (PLINT, input) : Number of significant digits. Default\n"
14637 "Set parameters of contour labelling other than format of numerical label\n"
14641 " Set parameters of contour labelling other than those handled by\n"
14642 " pl_setcontlabelformat.\n"
14644 " Redacted form: pl_setcontlabelparam(offset, size, spacing, active)\n"
14646 " This function is used in example 9.\n"
14652 "pl_setcontlabelparam(offset, size, spacing, active)\n"
14656 " offset (PLFLT, input) : Offset of label from contour line (if set\n"
14657 " to 0.0, labels are printed on the lines). Default value is 0.006.\n"
14659 " size (PLFLT, input) : Font height for contour labels (normalized).\n"
14660 " Default value is 0.3.\n"
14662 " spacing (PLFLT, input) : Spacing parameter for contour labels.\n"
14663 " Default value is 0.1.\n"
14665 " active (PLINT, input) : Activate labels. Set to 1 if you want\n"
14666 " contour labels on. Default is off (0).\n"
14670 "Advance the (sub-)page\n"
14674 " Advances to the next subpage if sub=0, performing a page advance if\n"
14675 " there are no remaining subpages on the current page. If subpages\n"
14676 " aren't being used, pladv(0) will always advance the page. If page>0,\n"
14677 " PLplot switches to the specified subpage. Note that this allows you\n"
14678 " to overwrite a plot on the specified subpage; if this is not what you\n"
14679 " intended, use pleop followed by plbop to first advance the page. This\n"
14680 " routine is called automatically (with page=0) by plenv, but if plenv\n"
14681 " is not used, pladv must be called after initializing PLplot but before\n"
14682 " defining the viewport.\n"
14684 " Redacted form: pladv(page)\n"
14686 " This function is used in examples 1, 2, 4, 6-12, 14-18, 20, 21, 23-27,\n"
14697 " page (PLINT, input) : Specifies the subpage number (starting from 1\n"
14698 " in the top left corner and increasing along the rows) to which to\n"
14699 " advance. Set to zero to advance to the next subpage (or to the\n"
14700 " next page if subpages are not being used).\n"
14704 "Draw a circular or elliptical arc\n"
14708 " Draw a possibly filled arc centered at x, y with semimajor axis a and\n"
14709 " semiminor axis b, starting at angle1 and ending at angle2.\n"
14711 " Redacted form: General: plarc(x, y, a, b, angle1, angle2, rotate,\n"
14715 " This function is used in examples 3 and 27.\n"
14721 "plarc(x, y, a, b, angle1, angle2, rotate, fill)\n"
14725 " x (PLFLT, input) : X coordinate of arc center.\n"
14727 " y (PLFLT, input) : Y coordinate of arc center.\n"
14729 " a (PLFLT, input) : Length of the semimajor axis of the arc.\n"
14731 " b (PLFLT, input) : Length of the semiminor axis of the arc.\n"
14733 " angle1 (PLFLT, input) : Starting angle of the arc relative to the\n"
14734 " semimajor axis.\n"
14736 " angle2 (PLFLT, input) : Ending angle of the arc relative to the\n"
14737 " semimajor axis.\n"
14739 " rotate (PLFLT, input) : Angle of the semimajor axis relative to the\n"
14742 " fill (PLBOOL, input) : Draw a filled arc.\n"
14746 "Draw a box with axes, etc. with arbitrary origin\n"
14750 " Draws a box around the currently defined viewport with arbitrary\n"
14751 " world-coordinate origin specified by x0 and y0 and labels it with\n"
14752 " world coordinate values appropriate to the window. Thus plaxes should\n"
14753 " only be called after defining both viewport and window. The ascii\n"
14754 " character strings xopt and yopt specify how the box should be drawn as\n"
14755 " described below. If ticks and/or subticks are to be drawn for a\n"
14756 " particular axis, the tick intervals and number of subintervals may be\n"
14757 " specified explicitly, or they may be defaulted by setting the\n"
14758 " appropriate arguments to zero.\n"
14760 " Redacted form: General: plaxes(x0, y0, xopt, xtick, nxsub, yopt,\n"
14764 " This function is not used in any examples.\n"
14770 "plaxes(x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub)\n"
14774 " x0 (PLFLT, input) : World X coordinate of origin.\n"
14776 " y0 (PLFLT, input) : World Y coordinate of origin.\n"
14778 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
14779 " options for the x axis. The string can include any combination of\n"
14780 " the following letters (upper or lower case) in any order: a: Draws\n"
14781 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n"
14783 " b: Draws bottom (X) or left (Y) edge of frame.\n"
14784 " c: Draws top (X) or right (Y) edge of frame.\n"
14785 " d: Plot labels as date / time. Values are assumed to be\n"
14786 " seconds since the epoch (as used by gmtime).\n"
14787 " f: Always use fixed point numeric labels.\n"
14788 " g: Draws a grid at the major tick interval.\n"
14789 " h: Draws a grid at the minor tick interval.\n"
14790 " i: Inverts tick marks, so they are drawn outwards, rather than\n"
14792 " l: Labels axis logarithmically. This only affects the labels,\n"
14793 " not the data, and so it is necessary to compute the logarithms\n"
14794 " of data points before passing them to any of the drawing\n"
14796 " m: Writes numeric labels at major tick intervals in the\n"
14797 " unconventional location (above box for X, right of box for Y).\n"
14798 " n: Writes numeric labels at major tick intervals in the\n"
14799 " conventional location (below box for X, left of box for Y).\n"
14800 " o: Use custom labelling function to generate axis label text.\n"
14801 " The custom labelling function can be defined with the\n"
14802 " plslabelfunc command.\n"
14803 " s: Enables subticks between major ticks, only valid if t is\n"
14804 " also specified.\n"
14805 " t: Draws major ticks.\n"
14806 " u: Exactly like \"b\" except don't draw edge line.\n"
14807 " w: Exactly like \"c\" except don't draw edge line.\n"
14808 " x: Exactly like \"t\" (including the side effect of the\n"
14809 " numerical labels for the major ticks) except exclude drawing\n"
14810 " the major and minor tick marks.\n"
14813 " xtick (PLFLT, input) : World coordinate interval between major\n"
14814 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
14815 " generates a suitable tick interval.\n"
14817 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
14818 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
14819 " generates a suitable minor tick interval.\n"
14821 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
14822 " options for the y axis. The string can include any combination of\n"
14823 " the letters defined above for xopt, and in addition may contain:\n"
14824 " v: Write numeric labels for the y axis parallel to the base of the\n"
14825 " graph, rather than parallel to the axis.\n"
14828 " ytick (PLFLT, input) : World coordinate interval between major\n"
14829 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
14830 " generates a suitable tick interval.\n"
14832 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
14833 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
14834 " generates a suitable minor tick interval.\n"
14838 "Plot a histogram from binned data\n"
14842 " Plots a histogram consisting of nbin bins. The value associated with\n"
14843 " the i'th bin is placed in x[i], and the number of points in the bin is\n"
14844 " placed in y[i]. For proper operation, the values in x[i] must form a\n"
14845 " strictly increasing sequence. By default, x[i] is the left-hand edge\n"
14846 " of the i'th bin. If opt=PL_BIN_CENTRED is used, the bin boundaries are\n"
14847 " placed midway between the values in the x vector. Also see plhist for\n"
14848 " drawing histograms from unbinned data.\n"
14850 " Redacted form: General: plbin(x, y, opt)\n"
14851 " Python: plbin(nbin, x, y, opt)\n"
14854 " This function is not used in any examples.\n"
14860 "plbin(nbin, x, y, opt)\n"
14864 " nbin (PLINT, input) : Number of bins (i.e., number of values in x\n"
14865 " and y vectors.)\n"
14867 " x (PLFLT_VECTOR, input) : A vector containing values associated\n"
14868 " with bins. These must form a strictly increasing sequence.\n"
14870 " y (PLFLT_VECTOR, input) : A vector containing a number which is\n"
14871 " proportional to the number of points in each bin. This is a PLFLT\n"
14872 " (instead of PLINT) vector so as to allow histograms of\n"
14873 " probabilities, etc.\n"
14875 " opt (PLINT, input) : Is a combination of several flags:\n"
14876 " opt=PL_BIN_DEFAULT: The x represent the lower bin boundaries, the\n"
14877 " outer bins are expanded to fill up the entire x-axis and bins of\n"
14878 " zero height are simply drawn.\n"
14879 " opt=PL_BIN_CENTRED|...: The bin boundaries are to be midway\n"
14880 " between the x values. If the values in x are equally spaced,\n"
14881 " the values are the center values of the bins.\n"
14882 " opt=PL_BIN_NOEXPAND|...: The outer bins are drawn with equal\n"
14883 " size as the ones inside.\n"
14884 " opt=PL_BIN_NOEMPTY|...: Bins with zero height are not drawn\n"
14885 " (there is a gap for such bins).\n"
14889 "Calculate broken-down time from continuous time for the current stream\n"
14893 " Calculate broken-down time; year, month, day, hour, min, sec; from\n"
14894 " continuous time, ctime for the current stream. This function is the\n"
14895 " inverse of plctime.\n"
14897 " The PLplot definition of broken-down time is a calendar time that\n"
14898 " completely ignores all time zone offsets, i.e., it is the user's\n"
14899 " responsibility to apply those offsets (if so desired) before using the\n"
14900 " PLplot time API. By default broken-down time is defined using the\n"
14901 " proleptic Gregorian calendar without the insertion of leap seconds and\n"
14902 " continuous time is defined as the number of seconds since the Unix\n"
14903 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n"
14904 " broken-down and continuous time are possible, see plconfigtime.\n"
14906 " Redacted form: General: plbtime(year, month, day, hour, min, sec,\n"
14910 " This function is used in example 29.\n"
14916 "plbtime(year, month, day, hour, min, sec, ctime)\n"
14920 " year (PLINT_NC_SCALAR, output) : Returned value of years with\n"
14921 " positive values corresponding to CE (i.e., 1 = 1 CE, etc.) and\n"
14922 " non-negative values corresponding to BCE (e.g., 0 = 1 BCE, -1 = 2\n"
14925 " month (PLINT_NC_SCALAR, output) : Returned value of month within\n"
14926 " the year in the range from 0 (January) to 11 (December).\n"
14928 " day (PLINT_NC_SCALAR, output) : Returned value of day within the\n"
14929 " month in the range from 1 to 31.\n"
14931 " hour (PLINT_NC_SCALAR, output) : Returned value of hour within the\n"
14932 " day in the range from 0 to 23.\n"
14934 " min (PLINT_NC_SCALAR, output) : Returned value of minute within the\n"
14935 " hour in the range from 0 to 59\n"
14937 " sec (PLFLT_NC_SCALAR, output) : Returned value of second within the\n"
14938 " minute in range from 0. to 60.\n"
14940 " ctime (PLFLT, input) : Continuous time from which the broken-down\n"
14941 " time is calculated.\n"
14945 "Begin a new page\n"
14949 " Begins a new page. For a file driver, the output file is opened if\n"
14950 " necessary. Advancing the page via pleop and plbop is useful when a\n"
14951 " page break is desired at a particular point when plotting to subpages.\n"
14952 " Another use for pleop and plbop is when plotting pages to different\n"
14953 " files, since you can manually set the file name by calling plsfnam\n"
14954 " after the call to pleop. (In fact some drivers may only support a\n"
14955 " single page per file, making this a necessity.) One way to handle\n"
14956 " this case automatically is to page advance via pladv, but enable\n"
14957 " familying (see plsfam) with a small limit on the file size so that a\n"
14958 " new family member file will be created on each page break.\n"
14960 " Redacted form: plbop()\n"
14962 " This function is used in examples 2 and 20.\n"
14972 "Draw a box with axes, etc\n"
14976 " Draws a box around the currently defined viewport, and labels it with\n"
14977 " world coordinate values appropriate to the window. Thus plbox should\n"
14978 " only be called after defining both viewport and window. The ascii\n"
14979 " character strings xopt and yopt specify how the box should be drawn as\n"
14980 " described below. If ticks and/or subticks are to be drawn for a\n"
14981 " particular axis, the tick intervals and number of subintervals may be\n"
14982 " specified explicitly, or they may be defaulted by setting the\n"
14983 " appropriate arguments to zero.\n"
14985 " Redacted form: General: plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n"
14988 " This function is used in examples 1, 2, 4, 6, 6-12, 14-18, 21, 23-26,\n"
14995 "plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n"
14999 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15000 " options for the x axis. The string can include any combination of\n"
15001 " the following letters (upper or lower case) in any order: a: Draws\n"
15002 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n"
15004 " b: Draws bottom (X) or left (Y) edge of frame.\n"
15005 " c: Draws top (X) or right (Y) edge of frame.\n"
15006 " d: Plot labels as date / time. Values are assumed to be\n"
15007 " seconds since the epoch (as used by gmtime).\n"
15008 " f: Always use fixed point numeric labels.\n"
15009 " g: Draws a grid at the major tick interval.\n"
15010 " h: Draws a grid at the minor tick interval.\n"
15011 " i: Inverts tick marks, so they are drawn outwards, rather than\n"
15013 " l: Labels axis logarithmically. This only affects the labels,\n"
15014 " not the data, and so it is necessary to compute the logarithms\n"
15015 " of data points before passing them to any of the drawing\n"
15017 " m: Writes numeric labels at major tick intervals in the\n"
15018 " unconventional location (above box for X, right of box for Y).\n"
15019 " n: Writes numeric labels at major tick intervals in the\n"
15020 " conventional location (below box for X, left of box for Y).\n"
15021 " o: Use custom labelling function to generate axis label text.\n"
15022 " The custom labelling function can be defined with the\n"
15023 " plslabelfunc command.\n"
15024 " s: Enables subticks between major ticks, only valid if t is\n"
15025 " also specified.\n"
15026 " t: Draws major ticks.\n"
15027 " u: Exactly like \"b\" except don't draw edge line.\n"
15028 " w: Exactly like \"c\" except don't draw edge line.\n"
15029 " x: Exactly like \"t\" (including the side effect of the\n"
15030 " numerical labels for the major ticks) except exclude drawing\n"
15031 " the major and minor tick marks.\n"
15034 " xtick (PLFLT, input) : World coordinate interval between major\n"
15035 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
15036 " generates a suitable tick interval.\n"
15038 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
15039 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15040 " generates a suitable minor tick interval.\n"
15042 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15043 " options for the y axis. The string can include any combination of\n"
15044 " the letters defined above for xopt, and in addition may contain:\n"
15045 " v: Write numeric labels for the y axis parallel to the base of the\n"
15046 " graph, rather than parallel to the axis.\n"
15049 " ytick (PLFLT, input) : World coordinate interval between major\n"
15050 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
15051 " generates a suitable tick interval.\n"
15053 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
15054 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15055 " generates a suitable minor tick interval.\n"
15059 "Draw a box with axes, etc, in 3-d\n"
15063 " Draws axes, numeric and text labels for a three-dimensional surface\n"
15064 " plot. For a more complete description of three-dimensional plotting\n"
15065 " see the PLplot documentation.\n"
15067 " Redacted form: General: plbox3(xopt, xlabel, xtick, nxsub, yopt,\n"
15068 " ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n"
15071 " This function is used in examples 8, 11, 18, and 21.\n"
15077 "plbox3(xopt, xlabel, xtick, nxsub, yopt, ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n"
15081 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15082 " options for the x axis. The string can include any combination of\n"
15083 " the following letters (upper or lower case) in any order: b: Draws\n"
15084 " axis at base, at height z=\n"
15085 " zmin where zmin is defined by call to plw3d. This character must be\n"
15086 " specified in order to use any of the other options.\n"
15087 " d: Plot labels as date / time. Values are assumed to be\n"
15088 " seconds since the epoch (as used by gmtime).\n"
15089 " f: Always use fixed point numeric labels.\n"
15090 " i: Inverts tick marks, so they are drawn downwards, rather\n"
15092 " l: Labels axis logarithmically. This only affects the labels,\n"
15093 " not the data, and so it is necessary to compute the logarithms\n"
15094 " of data points before passing them to any of the drawing\n"
15096 " n: Writes numeric labels at major tick intervals.\n"
15097 " o: Use custom labelling function to generate axis label text.\n"
15098 " The custom labelling function can be defined with the\n"
15099 " plslabelfunc command.\n"
15100 " s: Enables subticks between major ticks, only valid if t is\n"
15101 " also specified.\n"
15102 " t: Draws major ticks.\n"
15103 " u: If this is specified, the text label for the axis is\n"
15104 " written under the axis.\n"
15107 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15108 " the text label for the x axis. It is only drawn if u is in the\n"
15111 " xtick (PLFLT, input) : World coordinate interval between major\n"
15112 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
15113 " generates a suitable tick interval.\n"
15115 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
15116 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15117 " generates a suitable minor tick interval.\n"
15119 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15120 " options for the y axis. The string is interpreted in the same way\n"
15123 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15124 " the text label for the y axis. It is only drawn if u is in the\n"
15127 " ytick (PLFLT, input) : World coordinate interval between major\n"
15128 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
15129 " generates a suitable tick interval.\n"
15131 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
15132 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15133 " generates a suitable minor tick interval.\n"
15135 " zopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15136 " options for the z axis. The string can include any combination of\n"
15137 " the following letters (upper or lower case) in any order: b: Draws\n"
15138 " z axis to the left of the surface plot.\n"
15139 " c: Draws z axis to the right of the surface plot.\n"
15140 " d: Draws grid lines parallel to the x-y plane behind the\n"
15141 " figure. These lines are not drawn until after plot3d or\n"
15142 " plmesh are called because of the need for hidden line removal.\n"
15143 " e: Plot labels as date / time. Values are assumed to be\n"
15144 " seconds since the epoch (as used by gmtime). Note this\n"
15145 " suboption is interpreted the same as the d suboption for xopt\n"
15146 " and yopt, but it has to be identified as e for zopt since d\n"
15147 " has already been used for the different purpose above.\n"
15148 " f: Always use fixed point numeric labels.\n"
15149 " i: Inverts tick marks, so they are drawn away from the center.\n"
15150 " l: Labels axis logarithmically. This only affects the labels,\n"
15151 " not the data, and so it is necessary to compute the logarithms\n"
15152 " of data points before passing them to any of the drawing\n"
15154 " m: Writes numeric labels at major tick intervals on the\n"
15155 " right-hand z axis.\n"
15156 " n: Writes numeric labels at major tick intervals on the\n"
15157 " left-hand z axis.\n"
15158 " o: Use custom labelling function to generate axis label text.\n"
15159 " The custom labelling function can be defined with the\n"
15160 " plslabelfunc command.\n"
15161 " s: Enables subticks between major ticks, only valid if t is\n"
15162 " also specified.\n"
15163 " t: Draws major ticks.\n"
15164 " u: If this is specified, the text label is written beside the\n"
15165 " left-hand axis.\n"
15166 " v: If this is specified, the text label is written beside the\n"
15167 " right-hand axis.\n"
15170 " zlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15171 " the text label for the z axis. It is only drawn if u or v are in\n"
15172 " the zopt string.\n"
15174 " ztick (PLFLT, input) : World coordinate interval between major\n"
15175 " ticks on the z axis. If it is set to zero, PLplot automatically\n"
15176 " generates a suitable tick interval.\n"
15178 " nzsub (PLINT, input) : Number of subintervals between major z axis\n"
15179 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15180 " generates a suitable minor tick interval.\n"
15184 "Calculate world coordinates and corresponding window index from relative device coordinates\n"
15188 " Calculate world coordinates, wx and wy, and corresponding window index\n"
15189 " from relative device coordinates, rx and ry.\n"
15191 " Redacted form: General: plcalc_world(rx, ry, wx, wy, window)\n"
15194 " This function is used in example 31.\n"
15200 "plcalc_world(rx, ry, wx, wy, window)\n"
15204 " rx (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n"
15205 " the x coordinate.\n"
15207 " ry (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n"
15208 " the y coordinate.\n"
15210 " wx (PLFLT_NC_SCALAR, output) : Returned value of the x world\n"
15211 " coordinate corresponding to the relative device coordinates rx and\n"
15214 " wy (PLFLT_NC_SCALAR, output) : Returned value of the y world\n"
15215 " coordinate corresponding to the relative device coordinates rx and\n"
15218 " window (PLINT_NC_SCALAR, output) : Returned value of the last\n"
15219 " defined window index that corresponds to the input relative device\n"
15220 " coordinates (and the returned world coordinates). To give some\n"
15221 " background on the window index, for each page the initial window\n"
15222 " index is set to zero, and each time plwind is called within the\n"
15223 " page, world and device coordinates are stored for the window and\n"
15224 " the window index is incremented. Thus, for a simple page layout\n"
15225 " with non-overlapping viewports and one window per viewport, window\n"
15226 " corresponds to the viewport index (in the order which the\n"
15227 " viewport/windows were created) of the only viewport/window\n"
15228 " corresponding to rx and ry. However, for more complicated layouts\n"
15229 " with potentially overlapping viewports and possibly more than one\n"
15230 " window (set of world coordinates) per viewport, window and the\n"
15231 " corresponding output world coordinates corresponds to the last\n"
15232 " window created that fulfills the criterion that the relative\n"
15233 " device coordinates are inside it. Finally, in all cases where the\n"
15234 " input relative device coordinates are not inside any\n"
15235 " viewport/window, then the returned value of the last defined\n"
15236 " window index is set to -1.\n"
15240 "Clear current (sub)page\n"
15244 " Clears the current page, effectively erasing everything that have been\n"
15245 " drawn. This command only works with interactive drivers; if the\n"
15246 " driver does not support this, the page is filled with the background\n"
15247 " color in use. If the current page is divided into subpages, only the\n"
15248 " current subpage is erased. The nth subpage can be selected with\n"
15251 " Redacted form: General: plclear()\n"
15254 " This function is not used in any examples.\n"
15264 "Set color, cmap0\n"
15268 " Sets the color index for cmap0 (see the PLplot documentation).\n"
15270 " Redacted form: plcol0(icol0)\n"
15272 " This function is used in examples 1-9, 11-16, 18-27, and 29.\n"
15282 " icol0 (PLINT, input) : Integer representing the color. The\n"
15283 " defaults at present are (these may change):\n"
15284 " 0 black (default background)\n"
15285 " 1 red (default foreground)\n"
15301 " Use plscmap0 to change the entire cmap0 color palette and plscol0 to\n"
15302 " change an individual color in the cmap0 color palette.\n"
15306 "Set color, cmap1\n"
15310 " Sets the color for cmap1 (see the PLplot documentation).\n"
15312 " Redacted form: plcol1(col1)\n"
15314 " This function is used in examples 12 and 21.\n"
15324 " col1 (PLFLT, input) : This value must be in the range (0.0-1.0) and\n"
15325 " is mapped to color using the continuous cmap1 palette which by\n"
15326 " default ranges from blue to the background color to red. The\n"
15327 " cmap1 palette can also be straightforwardly changed by the user\n"
15328 " with plscmap1 or plscmap1l.\n"
15332 "Configure the transformation between continuous and broken-down time for the current stream\n"
15336 " Configure the transformation between continuous and broken-down time\n"
15337 " for the current stream. This transformation is used by both plbtime\n"
15340 " Redacted form: General: plconfigtime(scale, offset1, offset2,\n"
15341 " ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n"
15344 " This function is used in example 29.\n"
15350 "plconfigtime(scale, offset1, offset2, ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n"
15354 " scale (PLFLT, input) : The number of days per continuous time unit.\n"
15355 " As a special case, if\n"
15356 " scale is 0., then all other arguments are ignored, and the result (the\n"
15357 " default used by PLplot) is the equivalent of a call to\n"
15358 " plconfigtime(1./86400., 0., 0., 0x0, 1, 1970, 0, 1, 0, 0, 0.).\n"
15359 " That is, for this special case broken-down time is calculated with\n"
15360 " the proleptic Gregorian calendar with no leap seconds inserted,\n"
15361 " and the continuous time is defined as the number of seconds since\n"
15362 " the Unix epoch of 1970-01-01T00:00:00Z.\n"
15364 " offset1 (PLFLT, input) : If\n"
15365 " ifbtime_offset is true, the parameters\n"
15367 " offset2 are completely ignored. Otherwise, the sum of these parameters\n"
15368 " (with units in days) specify the epoch of the continuous time\n"
15369 " relative to the MJD epoch corresponding to the Gregorian calendar\n"
15370 " date of 1858-11-17T00:00:00Z or JD = 2400000.5. Two PLFLT numbers\n"
15371 " are used to specify the origin to allow users (by specifying\n"
15372 " offset1 as an integer that can be exactly represented by a\n"
15373 " floating-point variable and specifying\n"
15374 " offset2 as a number in the range from 0. to 1) the chance to minimize\n"
15375 " the numerical errors of the continuous time representation.\n"
15377 " offset2 (PLFLT, input) : See documentation of\n"
15380 " ccontrol (PLINT, input) : ccontrol contains bits controlling the\n"
15381 " transformation. If the 0x1 bit is set, then the proleptic Julian\n"
15382 " calendar is used for broken-down time rather than the proleptic\n"
15383 " Gregorian calendar. If the 0x2 bit is set, then leap seconds that\n"
15384 " have been historically used to define UTC are inserted into the\n"
15385 " broken-down time. Other possibilities for additional control bits\n"
15386 " for ccontrol exist such as making the historical time corrections\n"
15387 " in the broken-down time corresponding to ET (ephemeris time) or\n"
15388 " making the (slightly non-constant) corrections from international\n"
15389 " atomic time (TAI) to what astronomers define as terrestrial time\n"
15390 " (TT). But those additional possibilities have not been\n"
15391 " implemented yet in the qsastime library (one of the PLplot utility\n"
15394 " ifbtime_offset (PLBOOL, input) : ifbtime_offset controls how the\n"
15395 " epoch of the continuous time scale is specified by the user. If\n"
15396 " ifbtime_offset is false, then\n"
15398 " offset2 are used to specify the epoch, and the following broken-down\n"
15399 " time parameters are completely ignored. If\n"
15400 " ifbtime_offset is true, then\n"
15402 " offset2 are completely ignored, and the following broken-down time\n"
15403 " parameters are used to specify the epoch.\n"
15405 " year (PLINT, input) : Year of epoch.\n"
15407 " month (PLINT, input) : Month of epoch in range from 0 (January) to\n"
15408 " 11 (December).\n"
15410 " day (PLINT, input) : Day of epoch in range from 1 to 31.\n"
15412 " hour (PLINT, input) : Hour of epoch in range from 0 to 23\n"
15414 " min (PLINT, input) : Minute of epoch in range from 0 to 59.\n"
15416 " sec (PLFLT, input) : Second of epoch in range from 0. to 60.\n"
15424 " Draws a contour plot of the data in f[\n"
15426 " ny], using the nlevel contour levels specified by clevel. Only the\n"
15427 " region of the matrix from kx to lx and from ky to ly is plotted out\n"
15428 " where all these index ranges are interpreted as one-based for\n"
15429 " historical reasons. A transformation routine pointed to by pltr with\n"
15430 " a generic pointer pltr_data for additional data required by the\n"
15431 " transformation routine is used to map indices within the matrix to the\n"
15432 " world coordinates.\n"
15434 " Redacted form: plcont(f, kx, lx, ky, ly, clevel, pltr, pltr_data)\n"
15435 " where (see above discussion) the pltr, pltr_data callback arguments\n"
15436 " are sometimes replaced by a tr vector with 6 elements; xg and yg\n"
15437 " vectors; or xg and yg matrices.\n"
15439 " This function is used in examples 9, 14, 16, and 22.\n"
15445 "plcont(f, nx, ny, kx, lx, ky, ly, clevel, nlevel, pltr, pltr_data)\n"
15449 " f (PLFLT_MATRIX, input) : A matrix containing data to be contoured.\n"
15451 " nx, ny (PLINT, input) : The dimensions of the matrix f.\n"
15453 " kx, lx (PLINT, input) : Range of x indices to consider where 0 <=\n"
15454 " kx-1 < lx-1 < nx. Values of kx and lx are one-based rather than\n"
15455 " zero-based for historical backwards-compatibility reasons.\n"
15457 " ky, ly (PLINT, input) : Range of y indices to consider where 0 <=\n"
15458 " ky-1 < ly-1 < ny. Values of ky and ly are one-based rather than\n"
15459 " zero-based for historical backwards-compatibility reasons.\n"
15461 " clevel (PLFLT_VECTOR, input) : A vector specifying the levels at\n"
15462 " which to draw contours.\n"
15464 " nlevel (PLINT, input) : Number of contour levels to draw.\n"
15466 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
15467 " defines the transformation between the zero-based indices of the\n"
15468 " matrix f and the world coordinates.For the C case, transformation\n"
15469 " functions are provided in the PLplot library: pltr0 for the\n"
15470 " identity mapping, and pltr1 and pltr2 for arbitrary mappings\n"
15471 " respectively defined by vectors and matrices. In addition, C\n"
15472 " callback routines for the transformation can be supplied by the\n"
15473 " user such as the mypltr function in examples/c/x09c.c which\n"
15474 " provides a general linear transformation between index coordinates\n"
15475 " and world coordinates.For languages other than C you should\n"
15476 " consult the PLplot documentation for the details concerning how\n"
15477 " PLTRANSFORM_callback arguments are interfaced. However, in\n"
15478 " general, a particular pattern of callback-associated arguments\n"
15479 " such as a tr vector with 6 elements; xg and yg vectors; or xg and\n"
15480 " yg matrices are respectively interfaced to a linear-transformation\n"
15481 " routine similar to the above mypltr function; pltr1; and pltr2.\n"
15482 " Furthermore, some of our more sophisticated bindings (see, e.g.,\n"
15483 " the PLplot documentation) support native language callbacks for\n"
15484 " handling index to world-coordinate transformations. Examples of\n"
15485 " these various approaches are given in examples/<language>x09*,\n"
15486 " examples/<language>x16*, examples/<language>x20*,\n"
15487 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
15488 " supported languages.\n"
15490 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
15491 " information to pltr0, pltr1, pltr2, or whatever callback routine\n"
15492 " that is externally supplied.\n"
15496 "Calculate continuous time from broken-down time for the current stream\n"
15500 " Calculate continuous time, ctime, from broken-down time for the\n"
15501 " current stream. The broken-down\n"
15502 " time is specified by the following parameters: year, month, day, hour,\n"
15503 " min, and sec. This function is the inverse of plbtime.\n"
15505 " The PLplot definition of broken-down time is a calendar time that\n"
15506 " completely ignores all time zone offsets, i.e., it is the user's\n"
15507 " responsibility to apply those offsets (if so desired) before using the\n"
15508 " PLplot time API. By default broken-down time is defined using the\n"
15509 " proleptic Gregorian calendar without the insertion of leap seconds and\n"
15510 " continuous time is defined as the number of seconds since the Unix\n"
15511 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n"
15512 " broken-down and continuous time are possible, see plconfigtime which\n"
15513 " specifies that transformation for the current stream.\n"
15515 " Redacted form: General: plctime(year, month, day, hour, min, sec,\n"
15519 " This function is used in example 29.\n"
15525 "plctime(year, month, day, hour, min, sec, ctime)\n"
15529 " year (PLINT, input) : Input year.\n"
15531 " month (PLINT, input) : Input month in range from 0 (January) to 11\n"
15534 " day (PLINT, input) : Input day in range from 1 to 31.\n"
15536 " hour (PLINT, input) : Input hour in range from 0 to 23\n"
15538 " min (PLINT, input) : Input minute in range from 0 to 59.\n"
15540 " sec (PLFLT, input) : Input second in range from 0. to 60.\n"
15542 " ctime (PLFLT_NC_SCALAR, output) : Returned value of the continuous\n"
15543 " time calculated from the broken-down time specified by the\n"
15544 " previous parameters.\n"
15548 "Copy state parameters from the reference stream to the current stream\n"
15552 " Copies state parameters from the reference stream to the current\n"
15553 " stream. Tell driver interface to map device coordinates unless flags\n"
15556 " This function is used for making save files of selected plots (e.g.\n"
15557 " from the TK driver). After initializing, you can get a copy of the\n"
15558 " current plot to the specified device by switching to this stream and\n"
15559 " issuing a plcpstrm and a plreplot, with calls to plbop and pleop as\n"
15560 " appropriate. The plot buffer must have previously been enabled (done\n"
15561 " automatically by some display drivers, such as X).\n"
15563 " Redacted form: plcpstrm(iplsr, flags)\n"
15565 " This function is used in example 1,20.\n"
15571 "plcpstrm(iplsr, flags)\n"
15575 " iplsr (PLINT, input) : Number of reference stream.\n"
15577 " flags (PLBOOL, input) : If flags is set to true the device\n"
15578 " coordinates are not copied from the reference to current stream.\n"
15582 "End plotting session\n"
15586 " Ends a plotting session, tidies up all the output files, switches\n"
15587 " interactive devices back into text mode and frees up any memory that\n"
15588 " was allocated. Must be called before end of program.\n"
15590 " By default, PLplot's interactive devices (Xwin, TK, etc.) go into a\n"
15591 " wait state after a call to plend or other functions which trigger the\n"
15592 " end of a plot page. To avoid this, use the plspause function.\n"
15594 " Redacted form: plend()\n"
15596 " This function is used in all of the examples.\n"
15606 "End plotting session for current stream\n"
15610 " Ends a plotting session for the current output stream only. See\n"
15611 " plsstrm for more info.\n"
15613 " Redacted form: plend1()\n"
15615 " This function is used in examples 1 and 20.\n"
15625 "Set up standard window and draw box\n"
15629 " Sets up plotter environment for simple graphs by calling pladv and\n"
15630 " setting up viewport and window to sensible default values. plenv\n"
15631 " leaves a standard margin (left-hand margin of eight character heights,\n"
15632 " and a margin around the other three sides of five character heights)\n"
15633 " around most graphs for axis labels and a title. When these defaults\n"
15634 " are not suitable, use the individual routines plvpas, plvpor, or\n"
15635 " plvasp for setting up the viewport, plwind for defining the window,\n"
15636 " and plbox for drawing the box.\n"
15638 " Redacted form: plenv(xmin, xmax, ymin, ymax, just, axis)\n"
15640 " This function is used in example 1,3,9,13,14,19-22,29.\n"
15646 "plenv(xmin, xmax, ymin, ymax, just, axis)\n"
15650 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n"
15651 " world coordinates).\n"
15653 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n"
15654 " world coordinates).\n"
15656 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n"
15659 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n"
15662 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n"
15663 " scales will not be set, the user must set up the scale before\n"
15664 " calling plenv using plsvpa, plvasp or other.\n"
15665 " 0: the x and y axes are scaled independently to use as much of\n"
15666 " the screen as possible.\n"
15667 " 1: the scales of the x and y axes are made equal.\n"
15668 " 2: the axis of the x and y axes are made equal, and the plot\n"
15669 " box will be square.\n"
15672 " axis (PLINT, input) : Controls drawing of the box around the plot:\n"
15673 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n"
15674 " -1: draw box only.\n"
15675 " 0: draw box, ticks, and numeric tick labels.\n"
15676 " 1: also draw coordinate axes at x=0 and y=0.\n"
15677 " 2: also draw a grid at major tick positions in both\n"
15679 " 3: also draw a grid at minor tick positions in both\n"
15681 " 10: same as 0 except logarithmic x tick marks. (The x data\n"
15682 " have to be converted to logarithms separately.)\n"
15683 " 11: same as 1 except logarithmic x tick marks. (The x data\n"
15684 " have to be converted to logarithms separately.)\n"
15685 " 12: same as 2 except logarithmic x tick marks. (The x data\n"
15686 " have to be converted to logarithms separately.)\n"
15687 " 13: same as 3 except logarithmic x tick marks. (The x data\n"
15688 " have to be converted to logarithms separately.)\n"
15689 " 20: same as 0 except logarithmic y tick marks. (The y data\n"
15690 " have to be converted to logarithms separately.)\n"
15691 " 21: same as 1 except logarithmic y tick marks. (The y data\n"
15692 " have to be converted to logarithms separately.)\n"
15693 " 22: same as 2 except logarithmic y tick marks. (The y data\n"
15694 " have to be converted to logarithms separately.)\n"
15695 " 23: same as 3 except logarithmic y tick marks. (The y data\n"
15696 " have to be converted to logarithms separately.)\n"
15697 " 30: same as 0 except logarithmic x and y tick marks. (The x\n"
15698 " and y data have to be converted to logarithms separately.)\n"
15699 " 31: same as 1 except logarithmic x and y tick marks. (The x\n"
15700 " and y data have to be converted to logarithms separately.)\n"
15701 " 32: same as 2 except logarithmic x and y tick marks. (The x\n"
15702 " and y data have to be converted to logarithms separately.)\n"
15703 " 33: same as 3 except logarithmic x and y tick marks. (The x\n"
15704 " and y data have to be converted to logarithms separately.)\n"
15705 " 40: same as 0 except date / time x labels.\n"
15706 " 41: same as 1 except date / time x labels.\n"
15707 " 42: same as 2 except date / time x labels.\n"
15708 " 43: same as 3 except date / time x labels.\n"
15709 " 50: same as 0 except date / time y labels.\n"
15710 " 51: same as 1 except date / time y labels.\n"
15711 " 52: same as 2 except date / time y labels.\n"
15712 " 53: same as 3 except date / time y labels.\n"
15713 " 60: same as 0 except date / time x and y labels.\n"
15714 " 61: same as 1 except date / time x and y labels.\n"
15715 " 62: same as 2 except date / time x and y labels.\n"
15716 " 63: same as 3 except date / time x and y labels.\n"
15717 " 70: same as 0 except custom x and y labels.\n"
15718 " 71: same as 1 except custom x and y labels.\n"
15719 " 72: same as 2 except custom x and y labels.\n"
15720 " 73: same as 3 except custom x and y labels.\n"
15724 "Same as plenv but if in multiplot mode does not advance the subpage, instead clears it\n"
15728 " Sets up plotter environment for simple graphs by calling pladv and\n"
15729 " setting up viewport and window to sensible default values. plenv0\n"
15730 " leaves a standard margin (left-hand margin of eight character heights,\n"
15731 " and a margin around the other three sides of five character heights)\n"
15732 " around most graphs for axis labels and a title. When these defaults\n"
15733 " are not suitable, use the individual routines plvpas, plvpor, or\n"
15734 " plvasp for setting up the viewport, plwind for defining the window,\n"
15735 " and plbox for drawing the box.\n"
15737 " Redacted form: plenv0(xmin, xmax, ymin, ymax, just, axis)\n"
15739 " This function is used in example 21.\n"
15745 "plenv0(xmin, xmax, ymin, ymax, just, axis)\n"
15749 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n"
15750 " world coordinates).\n"
15752 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n"
15753 " world coordinates).\n"
15755 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n"
15758 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n"
15761 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n"
15762 " scales will not be set, the user must set up the scale before\n"
15763 " calling plenv0 using plsvpa, plvasp or other.\n"
15764 " 0: the x and y axes are scaled independently to use as much of\n"
15765 " the screen as possible.\n"
15766 " 1: the scales of the x and y axes are made equal.\n"
15767 " 2: the axis of the x and y axes are made equal, and the plot\n"
15768 " box will be square.\n"
15771 " axis (PLINT, input) : Controls drawing of the box around the plot:\n"
15772 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n"
15773 " -1: draw box only.\n"
15774 " 0: draw box, ticks, and numeric tick labels.\n"
15775 " 1: also draw coordinate axes at x=0 and y=0.\n"
15776 " 2: also draw a grid at major tick positions in both\n"
15778 " 3: also draw a grid at minor tick positions in both\n"
15780 " 10: same as 0 except logarithmic x tick marks. (The x data\n"
15781 " have to be converted to logarithms separately.)\n"
15782 " 11: same as 1 except logarithmic x tick marks. (The x data\n"
15783 " have to be converted to logarithms separately.)\n"
15784 " 12: same as 2 except logarithmic x tick marks. (The x data\n"
15785 " have to be converted to logarithms separately.)\n"
15786 " 13: same as 3 except logarithmic x tick marks. (The x data\n"
15787 " have to be converted to logarithms separately.)\n"
15788 " 20: same as 0 except logarithmic y tick marks. (The y data\n"
15789 " have to be converted to logarithms separately.)\n"
15790 " 21: same as 1 except logarithmic y tick marks. (The y data\n"
15791 " have to be converted to logarithms separately.)\n"
15792 " 22: same as 2 except logarithmic y tick marks. (The y data\n"
15793 " have to be converted to logarithms separately.)\n"
15794 " 23: same as 3 except logarithmic y tick marks. (The y data\n"
15795 " have to be converted to logarithms separately.)\n"
15796 " 30: same as 0 except logarithmic x and y tick marks. (The x\n"
15797 " and y data have to be converted to logarithms separately.)\n"
15798 " 31: same as 1 except logarithmic x and y tick marks. (The x\n"
15799 " and y data have to be converted to logarithms separately.)\n"
15800 " 32: same as 2 except logarithmic x and y tick marks. (The x\n"
15801 " and y data have to be converted to logarithms separately.)\n"
15802 " 33: same as 3 except logarithmic x and y tick marks. (The x\n"
15803 " and y data have to be converted to logarithms separately.)\n"
15804 " 40: same as 0 except date / time x labels.\n"
15805 " 41: same as 1 except date / time x labels.\n"
15806 " 42: same as 2 except date / time x labels.\n"
15807 " 43: same as 3 except date / time x labels.\n"
15808 " 50: same as 0 except date / time y labels.\n"
15809 " 51: same as 1 except date / time y labels.\n"
15810 " 52: same as 2 except date / time y labels.\n"
15811 " 53: same as 3 except date / time y labels.\n"
15812 " 60: same as 0 except date / time x and y labels.\n"
15813 " 61: same as 1 except date / time x and y labels.\n"
15814 " 62: same as 2 except date / time x and y labels.\n"
15815 " 63: same as 3 except date / time x and y labels.\n"
15816 " 70: same as 0 except custom x and y labels.\n"
15817 " 71: same as 1 except custom x and y labels.\n"
15818 " 72: same as 2 except custom x and y labels.\n"
15819 " 73: same as 3 except custom x and y labels.\n"
15823 "Eject current page\n"
15827 " Clears the graphics screen of an interactive device, or ejects a page\n"
15828 " on a plotter. See plbop for more information.\n"
15830 " Redacted form: pleop()\n"
15832 " This function is used in example 2,14.\n"
15842 "Draw error bars in x direction\n"
15846 " Draws a set of n error bars in x direction, the i'th error bar\n"
15847 " extending from xmin[i] to xmax[i] at y coordinate y[i]. The terminals\n"
15848 " of the error bars are of length equal to the minor tick length\n"
15849 " (settable using plsmin).\n"
15851 " Redacted form: General: plerrx(xmin, ymax, y)\n"
15854 " This function is used in example 29.\n"
15860 "plerrx(n, xmin, xmax, y)\n"
15864 " n (PLINT, input) : Number of error bars to draw.\n"
15866 " xmin (PLFLT_VECTOR, input) : A vector containing the x coordinates\n"
15867 " of the left-hand endpoints of the error bars.\n"
15869 " xmax (PLFLT_VECTOR, input) : A vector containing the x coordinates\n"
15870 " of the right-hand endpoints of the error bars.\n"
15872 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
15873 " the error bars.\n"
15877 "Draw error bars in the y direction\n"
15881 " Draws a set of n error bars in the y direction, the i'th error bar\n"
15882 " extending from ymin[i] to ymax[i] at x coordinate x[i]. The terminals\n"
15883 " of the error bars are of length equal to the minor tick length\n"
15884 " (settable using plsmin).\n"
15886 " Redacted form: General: plerry(x, ymin, ymax)\n"
15889 " This function is used in example 29.\n"
15895 "plerry(n, x, ymin, ymax)\n"
15899 " n (PLINT, input) : Number of error bars to draw.\n"
15901 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
15902 " the error bars.\n"
15904 " ymin (PLFLT_VECTOR, input) : A vector containing the y coordinates\n"
15905 " of the lower endpoints of the error bars.\n"
15907 " ymax (PLFLT_VECTOR, input) : A vector containing the y coordinates\n"
15908 " of the upper endpoints of the error bars.\n"
15912 "Advance to the next family file on the next new page\n"
15916 " Advance to the next family file on the next new page.\n"
15918 " Redacted form: plfamadv()\n"
15920 " This function is not used in any examples.\n"
15930 "Draw filled polygon\n"
15934 " Fills the polygon defined by the n points (\n"
15936 " y[i]) using the pattern defined by plpsty or plpat. The default fill\n"
15937 " style is a solid fill. The routine will automatically close the\n"
15938 " polygon between the last and first vertices. If multiple closed\n"
15939 " polygons are passed in x and y then plfill will fill in between them.\n"
15941 " Redacted form: plfill(x,y)\n"
15943 " This function is used in examples 12, 13, 15, 16, 21, 24, and 25.\n"
15949 "plfill(n, x, y)\n"
15953 " n (PLINT, input) : Number of vertices in polygon.\n"
15955 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
15958 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
15963 "Draw filled polygon in 3D\n"
15967 " Fills the 3D polygon defined by the n points in the x, y, and z\n"
15968 " vectors using the pattern defined by plpsty or plpat. The routine\n"
15969 " will automatically close the polygon between the last and first\n"
15970 " vertices. If multiple closed polygons are passed in x, y, and z then\n"
15971 " plfill3 will fill in between them.\n"
15973 " Redacted form: General: plfill3(x, y, z)\n"
15976 " This function is used in example 15.\n"
15982 "plfill3(n, x, y, z)\n"
15986 " n (PLINT, input) : Number of vertices in polygon.\n"
15988 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
15991 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
15994 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
15999 "Draw linear gradient inside polygon\n"
16003 " Draw a linear gradient using cmap1 inside the polygon defined by the n\n"
16006 " y[i]). Interpretation of the polygon is the same as for plfill. The\n"
16007 " polygon coordinates and the gradient angle are all expressed in world\n"
16008 " coordinates. The angle from the x axis for both the rotated\n"
16009 " coordinate system and the gradient vector is specified by angle. The\n"
16010 " magnitude of the gradient vector is the difference between the maximum\n"
16011 " and minimum values of x for the vertices in the rotated coordinate\n"
16012 " system. The origin of the gradient vector can be interpreted as being\n"
16013 " anywhere on the line corresponding to the minimum x value for the\n"
16014 " vertices in the rotated coordinate system. The distance along the\n"
16015 " gradient vector is linearly transformed to the independent variable of\n"
16016 " color map 1 which ranges from 0. at the tail of the gradient vector to\n"
16017 " 1. at the head of the gradient vector. What is drawn is the RGBA\n"
16018 " color corresponding to the independent variable of cmap1. For more\n"
16019 " information about cmap1 (see the PLplot documentation).\n"
16021 " Redacted form: plgradient(x,y,angle)\n"
16023 " This function is used in examples 25 and 30.\n"
16029 "plgradient(n, x, y, angle)\n"
16033 " n (PLINT, input) : Number of vertices in polygon.\n"
16035 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
16038 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
16041 " angle (PLFLT, input) : Angle (degrees) of gradient vector from x\n"
16046 "Flushes the output stream\n"
16050 " Flushes the output stream. Use sparingly, if at all.\n"
16052 " Redacted form: plflush()\n"
16054 " This function is used in examples 1 and 14.\n"
16068 " Sets the font used for subsequent text and symbols. For devices that\n"
16069 " still use Hershey fonts this routine has no effect unless the Hershey\n"
16070 " fonts with extended character set are loaded (see plfontld). For\n"
16071 " unicode-aware devices that use system fonts instead of Hershey fonts,\n"
16072 " this routine calls the plsfci routine with argument set up\n"
16073 " appropriately for the various cases below. However, this method of\n"
16074 " specifying the font for unicode-aware devices is deprecated, and the\n"
16075 " much more flexible method of calling plsfont directly is recommended\n"
16076 " instead (where plsfont provides a user-friendly interface to plsfci),\n"
16078 " Redacted form: plfont(ifont)\n"
16080 " This function is used in examples 1, 2, 4, 7, 13, 24, and 26.\n"
16090 " ifont (PLINT, input) : Specifies the font: 1: Sans serif font\n"
16091 " (simplest and fastest)\n"
16093 " 3: Italic font\n"
16094 " 4: Script font\n"
16098 "Load Hershey fonts\n"
16102 " Loads the Hershey fonts used for text and symbols. This routine may\n"
16103 " be called before or after initializing PLplot. If not explicitly\n"
16104 " called before PLplot initialization, then by default that\n"
16105 " initialization loads Hershey fonts with the extended character set.\n"
16106 " This routine only has a practical effect for devices that still use\n"
16107 " Hershey fonts (as opposed to modern devices that use unicode-aware\n"
16108 " system fonts instead of Hershey fonts).\n"
16110 " Redacted form: plfontld(fnt)\n"
16112 " This function is used in examples 1 and 7.\n"
16122 " fnt (PLINT, input) : Specifies the type of Hershey fonts to load.\n"
16123 " A zero value specifies Hershey fonts with the standard character\n"
16124 " set and a non-zero value (the default assumed if plfontld is never\n"
16125 " called) specifies Hershey fonts with the extended character set.\n"
16129 "Get character default height and current (scaled) height\n"
16133 " Get character default height and current (scaled) height.\n"
16135 " Redacted form: plgchr(p_def, p_ht)\n"
16137 " This function is used in example 23.\n"
16143 "plgchr(p_def, p_ht)\n"
16147 " p_def (PLFLT_NC_SCALAR, output) : Returned value of the default\n"
16148 " character height (mm).\n"
16150 " p_ht (PLFLT_NC_SCALAR, output) : Returned value of the scaled\n"
16151 " character height (mm).\n"
16155 "Returns 8-bit RGB values for given color index from cmap0\n"
16159 " Returns 8-bit RGB values (0-255) for given color from cmap0 (see the\n"
16160 " PLplot documentation). Values are negative if an invalid color id is\n"
16163 " Redacted form: plgcol0(icol0, r, g, b)\n"
16165 " This function is used in example 2.\n"
16171 "plgcol0(icol0, r, g, b)\n"
16175 " icol0 (PLINT, input) : Index of desired cmap0 color.\n"
16177 " r (PLINT_NC_SCALAR, output) : Returned value of the 8-bit red\n"
16180 " g (PLINT_NC_SCALAR, output) : Returned value of the 8-bit green\n"
16183 " b (PLINT_NC_SCALAR, output) : Returned value of the 8-bit blue\n"
16188 "Returns 8-bit RGB values and PLFLT alpha transparency value for given color index from cmap0\n"
16192 " Returns 8-bit RGB values (0-255) and PLFLT alpha transparency value\n"
16193 " (0.0-1.0) for given color from cmap0 (see the PLplot documentation).\n"
16194 " Values are negative if an invalid color id is given.\n"
16196 " Redacted form: plgcola(r, g, b)\n"
16198 " This function is used in example 30.\n"
16204 "plgcol0a(icol0, r, g, b, alpha)\n"
16208 " icol0 (PLINT, input) : Index of desired cmap0 color.\n"
16210 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
16211 " in the range from 0 to 255.\n"
16213 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
16214 " in the range from 0 to 255.\n"
16216 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
16217 " in the range from 0 to 255.\n"
16219 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n"
16220 " transparency in the range from (0.0-1.0).\n"
16224 "Returns the background color (cmap0[0]) by 8-bit RGB value\n"
16228 " Returns the background color (cmap0[0]) by 8-bit RGB value.\n"
16230 " Redacted form: plgcolbg(r, g, b)\n"
16232 " This function is used in example 31.\n"
16238 "plgcolbg(r, g, b)\n"
16242 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
16243 " in the range from 0 to 255.\n"
16245 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
16246 " in the range from 0 to 255.\n"
16248 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
16249 " in the range from 0 to 255.\n"
16253 "Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value\n"
16257 " Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT\n"
16258 " alpha transparency value.\n"
16260 " This function is used in example 31.\n"
16266 "plgcolbga(r, g, b, alpha)\n"
16270 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
16271 " in the range from 0 to 255.\n"
16273 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
16274 " in the range from 0 to 255.\n"
16276 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
16277 " in the range from 0 to 255.\n"
16279 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n"
16280 " transparency in the range (0.0-1.0).\n"
16284 "Get the current device-compression setting\n"
16288 " Get the current device-compression setting. This parameter is only\n"
16289 " used for drivers that provide compression.\n"
16291 " Redacted form: plgcompression(compression)\n"
16293 " This function is used in example 31.\n"
16299 "plgcompression(compression)\n"
16303 " compression (PLINT_NC_SCALAR, output) : Returned value of the\n"
16304 " compression setting for the current device.\n"
16308 "Get the current device (keyword) name\n"
16312 " Get the current device (keyword) name. Note: you must have allocated\n"
16313 " space for this (80 characters is safe).\n"
16315 " Redacted form: plgdev(p_dev)\n"
16317 " This function is used in example 14.\n"
16327 " p_dev (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
16328 " (with preallocated length of 80 characters or more) containing the\n"
16329 " device (keyword) name.\n"
16333 "Get parameters that define current device-space window\n"
16337 " Get relative margin width, aspect ratio, and relative justification\n"
16338 " that define current device-space window. If plsdidev has not been\n"
16339 " called the default values pointed to by p_mar, p_aspect, p_jx, and\n"
16340 " p_jy will all be 0.\n"
16342 " Redacted form: plgdidev(p_mar, p_aspect, p_jx, p_jy)\n"
16344 " This function is used in example 31.\n"
16350 "plgdidev(p_mar, p_aspect, p_jx, p_jy)\n"
16354 " p_mar (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16357 " p_aspect (PLFLT_NC_SCALAR, output) : Returned value of the aspect\n"
16360 " p_jx (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16361 " justification in x.\n"
16363 " p_jy (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16364 " justification in y.\n"
16368 "Get plot orientation\n"
16372 " Get plot orientation parameter which is multiplied by 90 degrees to\n"
16373 " obtain the angle of rotation. Note, arbitrary rotation parameters\n"
16374 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n"
16375 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n"
16376 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n"
16377 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori has\n"
16378 " not been called the default value pointed to by p_rot will be 0.\n"
16380 " Redacted form: plgdiori(p_rot)\n"
16382 " This function is not used in any examples.\n"
16388 "plgdiori(p_rot)\n"
16392 " p_rot (PLFLT_NC_SCALAR, output) : Returned value of the orientation\n"
16397 "Get parameters that define current plot-space window\n"
16401 " Get relative minima and maxima that define current plot-space window.\n"
16402 " If plsdiplt has not been called the default values pointed to by\n"
16403 " p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.\n"
16405 " Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n"
16407 " This function is used in example 31.\n"
16413 "plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n"
16417 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16420 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16423 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16426 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
16431 "Get family file parameters\n"
16435 " Gets information about current family file, if familying is enabled.\n"
16436 " See the PLplot documentation for more information.\n"
16438 " Redacted form: plgfam(p_fam, p_num, p_bmax)\n"
16440 " This function is used in examples 14 and 31.\n"
16446 "plgfam(p_fam, p_num, p_bmax)\n"
16450 " p_fam (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16451 " family flag value. If nonzero, familying is enabled for the\n"
16452 " current device.\n"
16454 " p_num (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16455 " family file number.\n"
16457 " p_bmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
16458 " file size (in bytes) for a family file.\n"
16462 "Get FCI (font characterization integer)\n"
16466 " Gets information about the current font using the FCI approach. See\n"
16467 " the PLplot documentation for more information.\n"
16469 " Redacted form: plgfci(p_fci)\n"
16471 " This function is used in example 23.\n"
16481 " p_fci (PLUNICODE_NC_SCALAR, output) : Returned value of the current\n"
16486 "Get output file name\n"
16490 " Gets the current output file name, if applicable.\n"
16492 " Redacted form: plgfnam(fnam)\n"
16494 " This function is used in example 31.\n"
16504 " fnam (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
16505 " (with preallocated length of 80 characters or more) containing the\n"
16510 "Get family, style and weight of the current font\n"
16514 " Gets information about current font. See the PLplot documentation for\n"
16515 " more information on font selection.\n"
16517 " Redacted form: plgfont(p_family, p_style, p_weight)\n"
16519 " This function is used in example 23.\n"
16525 "plgfont(p_family, p_style, p_weight)\n"
16529 " p_family (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16530 " font family. The available values are given by the PL_FCI_*\n"
16531 " constants in plplot.h. Current options are PL_FCI_SANS,\n"
16532 " PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. If\n"
16533 " p_family is NULL then the font family is not returned.\n"
16535 " p_style (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16536 " font style. The available values are given by the PL_FCI_*\n"
16537 " constants in plplot.h. Current options are PL_FCI_UPRIGHT,\n"
16538 " PL_FCI_ITALIC and PL_FCI_OBLIQUE. If p_style is NULL then the font\n"
16539 " style is not returned.\n"
16541 " p_weight (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16542 " font weight. The available values are given by the PL_FCI_*\n"
16543 " constants in plplot.h. Current options are PL_FCI_MEDIUM and\n"
16544 " PL_FCI_BOLD. If p_weight is NULL then the font weight is not\n"
16549 "Get the (current) run level\n"
16553 " Get the (current) run level. Valid settings are: 0, uninitialized\n"
16554 " 1, initialized\n"
16555 " 2, viewport defined\n"
16556 " 3, world coordinates defined\n"
16559 " Redacted form: plglevel(p_level)\n"
16561 " This function is used in example 31.\n"
16567 "plglevel(p_level)\n"
16571 " p_level (PLINT_NC_SCALAR, output) : Returned value of the run\n"
16576 "Get page parameters\n"
16580 " Gets the current page configuration. The length and offset values are\n"
16581 " expressed in units that are specific to the current driver. For\n"
16582 " instance: screen drivers will usually interpret them as number of\n"
16583 " pixels, whereas printer drivers will usually use mm.\n"
16585 " Redacted form: plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n"
16587 " This function is used in examples 14 and 31.\n"
16593 "plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n"
16597 " p_xp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n"
16598 " pixels/inch (DPI) in x.\n"
16600 " p_yp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n"
16601 " pixels/inch (DPI) in y.\n"
16603 " p_xleng (PLINT_NC_SCALAR, output) : Returned value of the x page\n"
16606 " p_yleng (PLINT_NC_SCALAR, output) : Returned value of the y page\n"
16609 " p_xoff (PLINT_NC_SCALAR, output) : Returned value of the x page\n"
16612 " p_yoff (PLINT_NC_SCALAR, output) : Returned value of the y page\n"
16617 "Switch to graphics screen\n"
16621 " Sets an interactive device to graphics mode, used in conjunction with\n"
16622 " pltext to allow graphics and text to be interspersed. On a device\n"
16623 " which supports separate text and graphics windows, this command causes\n"
16624 " control to be switched to the graphics window. If already in graphics\n"
16625 " mode, this command is ignored. It is also ignored on devices which\n"
16626 " only support a single window or use a different method for shifting\n"
16627 " focus. See also pltext.\n"
16629 " Redacted form: plgra()\n"
16631 " This function is used in example 1.\n"
16641 "Grid data from irregularly sampled data\n"
16645 " Real world data is frequently irregularly sampled, but PLplot 3D plots\n"
16646 " require data organized as a grid, i.e., with x sample point values\n"
16647 " independent of y coordinate and vice versa. This function takes\n"
16648 " irregularly sampled data from the x[npts], y[npts], and z[npts]\n"
16649 " vectors; reads the desired grid location from the input vectors\n"
16650 " xg[nptsx] and yg[nptsy]; and returns the interpolated result on that\n"
16651 " grid using the output matrix zg[nptsx][nptsy]. The algorithm used to\n"
16652 " interpolate the data to the grid is specified with the argument type\n"
16653 " which can have one parameter specified in argument data.\n"
16655 " Redacted form: General: plgriddata(x, y, z, xg, yg, zg, type, data)\n"
16656 " Python: zg=plgriddata(x, y, z, xg, yg, type, data)\n"
16659 " This function is used in example 21.\n"
16665 "plgriddata(x, y, z, npts, xg, nptsx, yg, nptsy, zg, type, data)\n"
16669 " x (PLFLT_VECTOR, input) : The input x vector.\n"
16671 " y (PLFLT_VECTOR, input) : The input y vector.\n"
16673 " z (PLFLT_VECTOR, input) : The input z vector. Each triple x[i],\n"
16674 " y[i], z[i] represents one data sample coordinate.\n"
16676 " npts (PLINT, input) : The number of data samples in the x, y and z\n"
16679 " xg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n"
16680 " in the x direction. Usually xg has nptsx equally spaced values\n"
16681 " from the minimum to the maximum values of the x input vector.\n"
16683 " nptsx (PLINT, input) : The number of points in the xg vector.\n"
16685 " yg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n"
16686 " in the y direction. Similar to the xg parameter.\n"
16688 " nptsy (PLINT, input) : The number of points in the yg vector.\n"
16690 " zg (PLFLT_NC_MATRIX, output) : The matrix of interpolated results\n"
16691 " where data lies in the grid specified by xg and yg. Therefore the\n"
16692 " zg matrix must be dimensioned\n"
16696 " type (PLINT, input) : The type of grid interpolation algorithm to\n"
16697 " use, which can be: GRID_CSA: Bivariate Cubic Spline approximation\n"
16698 " GRID_DTLI: Delaunay Triangulation Linear Interpolation\n"
16699 " GRID_NNI: Natural Neighbors Interpolation\n"
16700 " GRID_NNIDW: Nearest Neighbors Inverse Distance Weighted\n"
16701 " GRID_NNLI: Nearest Neighbors Linear Interpolation\n"
16702 " GRID_NNAIDW: Nearest Neighbors Around Inverse Distance\n"
16704 " For details of the algorithms read the source file plgridd.c.\n"
16706 " data (PLFLT, input) : Some gridding algorithms require extra data,\n"
16707 " which can be specified through this argument. Currently, for\n"
16708 " algorithm: GRID_NNIDW, data specifies the number of neighbors to\n"
16709 " use, the lower the value, the noisier (more local) the\n"
16710 " approximation is.\n"
16711 " GRID_NNLI, data specifies what a thin triangle is, in the\n"
16712 " range [1. .. 2.]. High values enable the usage of very thin\n"
16713 " triangles for interpolation, possibly resulting in error in\n"
16714 " the approximation.\n"
16715 " GRID_NNI, only weights greater than data will be accepted. If\n"
16716 " 0, all weights will be accepted.\n"
16720 "Get current subpage parameters\n"
16724 " Gets the size of the current subpage in millimeters measured from the\n"
16725 " bottom left hand corner of the output device page or screen. Can be\n"
16726 " used in conjunction with plsvpa for setting the size of a viewport in\n"
16727 " absolute coordinates (millimeters).\n"
16729 " Redacted form: plgspa(xmin, xmax, ymin, ymax)\n"
16731 " This function is used in example 23.\n"
16737 "plgspa(xmin, xmax, ymin, ymax)\n"
16741 " xmin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
16742 " the left hand edge of the subpage in millimeters.\n"
16744 " xmax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
16745 " the right hand edge of the subpage in millimeters.\n"
16747 " ymin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
16748 " the bottom edge of the subpage in millimeters.\n"
16750 " ymax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
16751 " the top edge of the subpage in millimeters.\n"
16755 "Get current stream number\n"
16759 " Gets the number of the current output stream. See also plsstrm.\n"
16761 " Redacted form: plgstrm(p_strm)\n"
16763 " This function is used in example 1,20.\n"
16769 "plgstrm(p_strm)\n"
16773 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the current\n"
16778 "Get the current library version number\n"
16782 " Get the current library version number. Note: you must have allocated\n"
16783 " space for this (80 characters is safe).\n"
16785 " Redacted form: plgver(p_ver)\n"
16787 " This function is used in example 1.\n"
16797 " p_ver (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
16798 " (with preallocated length of 80 characters or more) containing the\n"
16799 " PLplot version number.\n"
16803 "Get viewport limits in normalized device coordinates\n"
16807 " Get viewport limits in normalized device coordinates.\n"
16809 " Redacted form: General: plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n"
16812 " This function is used in example 31.\n"
16818 "plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n"
16822 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
16823 " viewport limit of the normalized device coordinate in x.\n"
16825 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
16826 " viewport limit of the normalized device coordinate in x.\n"
16828 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
16829 " viewport limit of the normalized device coordinate in y.\n"
16831 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
16832 " viewport limit of the normalized device coordinate in y.\n"
16836 "Get viewport limits in world coordinates\n"
16840 " Get viewport limits in world coordinates.\n"
16842 " Redacted form: General: plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n"
16845 " This function is used in example 31.\n"
16851 "plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n"
16855 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
16856 " viewport limit of the world coordinate in x.\n"
16858 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
16859 " viewport limit of the world coordinate in x.\n"
16861 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
16862 " viewport limit of the world coordinate in y.\n"
16864 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
16865 " viewport limit of the world coordinate in y.\n"
16869 "Get x axis parameters\n"
16873 " Returns current values of the p_digmax and p_digits flags for the x\n"
16874 " axis. p_digits is updated after the plot is drawn, so this routine\n"
16875 " should only be called after the call to plbox (or plbox3) is complete.\n"
16876 " See the PLplot documentation for more information.\n"
16878 " Redacted form: plgxax(p_digmax, p_digits)\n"
16880 " This function is used in example 31.\n"
16886 "plgxax(p_digmax, p_digits)\n"
16890 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
16891 " number of digits for the x axis. If nonzero, the printed label\n"
16892 " has been switched to a floating-point representation when the\n"
16893 " number of digits exceeds this value.\n"
16895 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
16896 " number of digits for the numeric labels (x axis) from the last\n"
16901 "Get y axis parameters\n"
16905 " Identical to plgxax, except that arguments are flags for y axis. See\n"
16906 " the description of plgxax for more detail.\n"
16908 " Redacted form: plgyax(p_digmax, p_digits)\n"
16910 " This function is used in example 31.\n"
16916 "plgyax(p_digmax, p_digits)\n"
16920 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
16921 " number of digits for the y axis. If nonzero, the printed label\n"
16922 " has been switched to a floating-point representation when the\n"
16923 " number of digits exceeds this value.\n"
16925 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
16926 " number of digits for the numeric labels (y axis) from the last\n"
16931 "Get z axis parameters\n"
16935 " Identical to plgxax, except that arguments are flags for z axis. See\n"
16936 " the description of plgxax for more detail.\n"
16938 " Redacted form: plgzax(p_digmax, p_digits)\n"
16940 " This function is used in example 31.\n"
16946 "plgzax(p_digmax, p_digits)\n"
16950 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
16951 " number of digits for the z axis. If nonzero, the printed label\n"
16952 " has been switched to a floating-point representation when the\n"
16953 " number of digits exceeds this value.\n"
16955 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
16956 " number of digits for the numeric labels (z axis) from the last\n"
16961 "Plot a histogram from unbinned data\n"
16965 " Plots a histogram from n data points stored in the data vector. This\n"
16966 " routine bins the data into nbin bins equally spaced between datmin and\n"
16967 " datmax, and calls plbin to draw the resulting histogram. Parameter\n"
16968 " opt allows, among other things, the histogram either to be plotted in\n"
16969 " an existing window or causes plhist to call plenv with suitable limits\n"
16970 " before plotting the histogram.\n"
16972 " Redacted form: plhist(data, datmin, datmax, nbin, opt)\n"
16974 " This function is used in example 5.\n"
16980 "plhist(n, data, datmin, datmax, nbin, opt)\n"
16984 " n (PLINT, input) : Number of data points.\n"
16986 " data (PLFLT_VECTOR, input) : A vector containing the values of the\n"
16987 " n data points.\n"
16989 " datmin (PLFLT, input) : Left-hand edge of lowest-valued bin.\n"
16991 " datmax (PLFLT, input) : Right-hand edge of highest-valued bin.\n"
16993 " nbin (PLINT, input) : Number of (equal-sized) bins into which to\n"
16994 " divide the interval xmin to xmax.\n"
16996 " opt (PLINT, input) : Is a combination of several flags:\n"
16997 " opt=PL_HIST_DEFAULT: The axes are automatically rescaled to fit\n"
16998 " the histogram data, the outer bins are expanded to fill up the\n"
16999 " entire x-axis, data outside the given extremes are assigned to the\n"
17000 " outer bins and bins of zero height are simply drawn.\n"
17001 " opt=PL_HIST_NOSCALING|...: The existing axes are not rescaled\n"
17002 " to fit the histogram data, without this flag, plenv is called\n"
17003 " to set the world coordinates.\n"
17004 " opt=PL_HIST_IGNORE_OUTLIERS|...: Data outside the given\n"
17005 " extremes are not taken into account. This option should\n"
17006 " probably be combined with opt=PL_HIST_NOEXPAND|..., so as to\n"
17007 " properly present the data.\n"
17008 " opt=PL_HIST_NOEXPAND|...: The outer bins are drawn with equal\n"
17009 " size as the ones inside.\n"
17010 " opt=PL_HIST_NOEMPTY|...: Bins with zero height are not drawn\n"
17011 " (there is a gap for such bins).\n"
17015 "Convert HLS color to RGB\n"
17019 " Convert HLS color coordinates to RGB.\n"
17021 " Redacted form: General: plhlsrgb(h, l, s, p_r, p_g, p_b)\n"
17024 " This function is used in example 2.\n"
17030 "plhlsrgb(h, l, s, p_r, p_g, p_b)\n"
17034 " h (PLFLT, input) : Hue in degrees (0.0-360.0) on the color\n"
17037 " l (PLFLT, input) : Lightness expressed as a fraction (0.0-1.0) of\n"
17038 " the axis of the color cylinder.\n"
17040 " s (PLFLT, input) : Saturation expressed as a fraction (0.0-1.0) of\n"
17041 " the radius of the color cylinder.\n"
17043 " p_r (PLFLT_NC_SCALAR, output) : Returned value of the red intensity\n"
17044 " (0.0-1.0) of the color.\n"
17046 " p_g (PLFLT_NC_SCALAR, output) : Returned value of the green\n"
17047 " intensity (0.0-1.0) of the color.\n"
17049 " p_b (PLFLT_NC_SCALAR, output) : Returned value of the blue\n"
17050 " intensity (0.0-1.0) of the color.\n"
17054 "Initialize PLplot\n"
17058 " Initializing the plotting package. The program prompts for the device\n"
17059 " keyword or number of the desired output device. Hitting a RETURN in\n"
17060 " response to the prompt is the same as selecting the first device.\n"
17061 " plinit will issue no prompt if either the device was specified\n"
17062 " previously (via command line flag, the plsetopt function, or the\n"
17063 " plsdev function), or if only one device is enabled when PLplot is\n"
17064 " installed. If subpages have been specified, the output device is\n"
17065 " divided into nx by ny subpages, each of which may be used\n"
17066 " independently. If plinit is called again during a program, the\n"
17067 " previously opened file will be closed. The subroutine pladv is used\n"
17068 " to advance from one subpage to the next.\n"
17070 " Redacted form: plinit()\n"
17072 " This function is used in all of the examples.\n"
17082 "Draw a line between two points\n"
17086 " Joins the point (\n"
17092 " Redacted form: pljoin(x1,y1,x2,y2)\n"
17094 " This function is used in examples 3 and 14.\n"
17100 "pljoin(x1, y1, x2, y2)\n"
17104 " x1 (PLFLT, input) : x coordinate of first point.\n"
17106 " y1 (PLFLT, input) : y coordinate of first point.\n"
17108 " x2 (PLFLT, input) : x coordinate of second point.\n"
17110 " y2 (PLFLT, input) : y coordinate of second point.\n"
17114 "Simple routine to write labels\n"
17118 " Routine for writing simple labels. Use plmtex for more complex labels.\n"
17120 " Redacted form: pllab(xlabel, ylabel, tlabel)\n"
17122 " This function is used in examples 1, 5, 9, 12, 14-16, 20-22, and 29.\n"
17128 "pllab(xlabel, ylabel, tlabel)\n"
17132 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17133 " the label for the x axis.\n"
17135 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17136 " the label for the y axis.\n"
17138 " tlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17139 " the title of the plot.\n"
17143 "Plot legend using discretely annotated filled boxes, lines, and/or lines of symbols\n"
17147 " Routine for creating a discrete plot legend with a plotted filled box,\n"
17148 " line, and/or line of symbols for each annotated legend entry. (See\n"
17149 " plcolorbar for similar functionality for creating continuous color\n"
17150 " bars.) The arguments of pllegend provide control over the location\n"
17151 " and size of the legend as well as the location and characteristics of\n"
17152 " the elements (most of which are optional) within that legend. The\n"
17153 " resulting legend is clipped at the boundaries of the current subpage.\n"
17154 " (N.B. the adopted coordinate system used for some of the parameters is\n"
17155 " defined in the documentation of the position parameter.)\n"
17157 " Redacted form: pllegend(p_legend_width, p_legend_height, opt,\n"
17158 " position, x, y, plot_width, bg_color, bb_color, bb_style, nrow,\n"
17159 " ncolumn, opt_array, text_offset, text_scale, text_spacing,\n"
17160 " test_justification, text_colors, text, box_colors, box_patterns,\n"
17161 " box_scales, box_line_widths, line_colors, line_styles, line_widths,\n"
17162 " symbol_colors, symbol_scales, symbol_numbers, symbols)\n"
17164 " This function is used in examples 4, 26, and 33.\n"
17170 "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"
17174 " p_legend_width (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17175 " legend width in adopted coordinates. This quantity is calculated\n"
17176 " from plot_width, text_offset, ncolumn (possibly modified inside\n"
17177 " the routine depending on nlegend and nrow), and the length\n"
17178 " (calculated internally) of the longest text string.\n"
17180 " p_legend_height (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17181 " legend height in adopted coordinates. This quantity is calculated\n"
17182 " from text_scale, text_spacing, and nrow (possibly modified inside\n"
17183 " the routine depending on nlegend and nrow).\n"
17185 " opt (PLINT, input) : opt contains bits controlling the overall\n"
17186 " legend. If the PL_LEGEND_TEXT_LEFT bit is set, put the text area\n"
17187 " on the left of the legend and the plotted area on the right.\n"
17188 " Otherwise, put the text area on the right of the legend and the\n"
17189 " plotted area on the left. If the PL_LEGEND_BACKGROUND bit is set,\n"
17190 " plot a (semitransparent) background for the legend. If the\n"
17191 " PL_LEGEND_BOUNDING_BOX bit is set, plot a bounding box for the\n"
17192 " legend. If the PL_LEGEND_ROW_MAJOR bit is set and (both of the\n"
17193 " possibly internally transformed) nrow > 1 and ncolumn > 1, then\n"
17194 " plot the resulting array of legend entries in row-major order.\n"
17195 " Otherwise, plot the legend entries in column-major order.\n"
17197 " position (PLINT, input) : position contains bits which control the\n"
17198 " overall position of the legend and the definition of the adopted\n"
17199 " coordinates used for positions just like what is done for the\n"
17200 " position argument for plcolorbar. However, note that the defaults\n"
17201 " for the position bits (see below) are different than the\n"
17202 " plcolorbar case. The combination of the PL_POSITION_LEFT,\n"
17203 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n"
17204 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n"
17205 " the 16 possible standard positions (the 4 corners and centers of\n"
17206 " the 4 sides for both the inside and outside cases) of the legend\n"
17207 " relative to the adopted coordinate system. The corner positions\n"
17208 " are specified by the appropriate combination of two of the\n"
17209 " PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n"
17210 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n"
17211 " value of one of those bits. The adopted coordinates are\n"
17212 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n"
17213 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n"
17214 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n"
17215 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n"
17216 " then use the combination of PL_POSITION_RIGHT and PL_POSITION_TOP.\n"
17217 " If neither of PL_POSITION_INSIDE or PL_POSITION_OUTSIDE is set,\n"
17218 " use PL_POSITION_INSIDE. If neither of PL_POSITION_VIEWPORT or\n"
17219 " PL_POSITION_SUBPAGE is set, use PL_POSITION_VIEWPORT.\n"
17221 " x (PLFLT, input) : X offset of the legend position in adopted\n"
17222 " coordinates from the specified standard position of the legend.\n"
17223 " For positive x, the direction of motion away from the standard\n"
17224 " position is inward/outward from the standard corner positions or\n"
17225 " standard left or right positions if the\n"
17226 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
17227 " For the standard top or bottom positions, the direction of motion\n"
17228 " is toward positive X.\n"
17230 " y (PLFLT, input) : Y offset of the legend position in adopted\n"
17231 " coordinates from the specified standard position of the legend.\n"
17232 " For positive y, the direction of motion away from the standard\n"
17233 " position is inward/outward from the standard corner positions or\n"
17234 " standard top or bottom positions if the\n"
17235 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position. For\n"
17236 " the standard left or right positions, the direction of motion is\n"
17237 " toward positive Y.\n"
17239 " plot_width (PLFLT, input) : Horizontal width in adopted coordinates\n"
17240 " of the plot area (where the colored boxes, lines, and/or lines of\n"
17241 " symbols are drawn) of the legend.\n"
17243 " bg_color (PLINT, input) : The cmap0 color of the background for the\n"
17244 " legend (PL_LEGEND_BACKGROUND).\n"
17246 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n"
17247 " for the legend (PL_LEGEND_BOUNDING_BOX).\n"
17249 " bb_style (PLINT, input) : The pllsty style number for the\n"
17250 " bounding-box line for the legend (PL_LEGEND_BACKGROUND).\n"
17252 " nrow (PLINT, input) : The number of rows in the matrix used to\n"
17254 " nlegend legend entries. For internal transformations of\n"
17255 " nrow, see further remarks under\n"
17258 " ncolumn (PLINT, input) : The number of columns in the matrix used\n"
17260 " nlegend legend entries. For internal transformations of\n"
17261 " ncolumn, see further remarks under\n"
17264 " nlegend (PLINT, input) : Number of legend entries. The above\n"
17266 " ncolumn values are transformed internally to be consistent with\n"
17267 " nlegend. If either\n"
17269 " ncolumn is non-positive it is replaced by 1. If the resulting product\n"
17272 " ncolumn is less than\n"
17273 " nlegend, the smaller of the two (or\n"
17276 " ncolumn) is increased so the product is >=\n"
17277 " nlegend. Thus, for example, the common\n"
17279 " ncolumn = 0 case is transformed internally to\n"
17282 " ncolumn = 1; i.e., the usual case of a legend rendered as a single\n"
17285 " opt_array (PLINT_VECTOR, input) : A vector of\n"
17286 " nlegend values of options to control each individual plotted area\n"
17287 " corresponding to a legend entry. If the\n"
17288 " PL_LEGEND_NONE bit is set, then nothing is plotted in the plotted\n"
17290 " PL_LEGEND_COLOR_BOX,\n"
17291 " PL_LEGEND_LINE, and/or\n"
17292 " PL_LEGEND_SYMBOL bits are set, the area corresponding to a legend\n"
17293 " entry is plotted with a colored box; a line; and/or a line of\n"
17296 " text_offset (PLFLT, input) : Offset of the text area from the plot\n"
17297 " area in units of character width.\n"
17299 " text_scale (PLFLT, input) : Character height scale for text\n"
17302 " text_spacing (PLFLT, input) : Vertical spacing in units of the\n"
17303 " character height from one legend entry to the next.\n"
17305 " text_justification (PLFLT, input) : Justification parameter used\n"
17306 " for text justification. The most common values of\n"
17307 " text_justification are 0., 0.5, or 1. corresponding to a text that\n"
17308 " is left justified, centred, or right justified within the text\n"
17309 " area, but other values are allowed as well.\n"
17311 " text_colors (PLINT_VECTOR, input) : A vector containing\n"
17312 " nlegend cmap0 text colors.\n"
17314 " text (PLCHAR_MATRIX, input) : A vector of\n"
17315 " nlegend UTF-8 character strings containing the legend annotations.\n"
17317 " box_colors (PLINT_VECTOR, input) : A vector containing\n"
17318 " nlegend cmap0 colors for the discrete colored boxes (\n"
17319 " PL_LEGEND_COLOR_BOX).\n"
17321 " box_patterns (PLINT_VECTOR, input) : A vector containing\n"
17322 " nlegend patterns (plpsty indices) for the discrete colored boxes (\n"
17323 " PL_LEGEND_COLOR_BOX).\n"
17325 " box_scales (PLFLT_VECTOR, input) : A vector containing\n"
17326 " nlegend scales (units of fraction of character height) for the height\n"
17327 " of the discrete colored boxes (\n"
17328 " PL_LEGEND_COLOR_BOX).\n"
17330 " box_line_widths (PLFLT_VECTOR, input) : A vector containing\n"
17331 " nlegend line widths for the patterns specified by box_patterns (\n"
17332 " PL_LEGEND_COLOR_BOX).\n"
17334 " line_colors (PLINT_VECTOR, input) : A vector containing\n"
17335 " nlegend cmap0 line colors (\n"
17336 " PL_LEGEND_LINE).\n"
17338 " line_styles (PLINT_VECTOR, input) : A vector containing\n"
17339 " nlegend line styles (plsty indices) (\n"
17340 " PL_LEGEND_LINE).\n"
17342 " line_widths (PLFLT_VECTOR, input) : A vector containing\n"
17343 " nlegend line widths (\n"
17344 " PL_LEGEND_LINE).\n"
17346 " symbol_colors (PLINT_VECTOR, input) : A vector containing\n"
17347 " nlegend cmap0 symbol colors (\n"
17348 " PL_LEGEND_SYMBOL).\n"
17350 " symbol_scales (PLFLT_VECTOR, input) : A vector containing\n"
17351 " nlegend scale values for the symbol height (\n"
17352 " PL_LEGEND_SYMBOL).\n"
17354 " symbol_numbers (PLINT_VECTOR, input) : A vector containing\n"
17355 " nlegend numbers of symbols to be drawn across the width of the plotted\n"
17357 " PL_LEGEND_SYMBOL).\n"
17359 " symbols (PLCHAR_MATRIX, input) : A vector of\n"
17360 " nlegend UTF-8 character strings containing the legend symbols. (\n"
17361 " PL_LEGEND_SYMBOL).\n"
17365 "Plot color bar for image, shade or gradient plots\n"
17369 " Routine for creating a continuous color bar for image, shade, or\n"
17370 " gradient plots. (See pllegend for similar functionality for creating\n"
17371 " legends with discrete elements). The arguments of plcolorbar provide\n"
17372 " control over the location and size of the color bar as well as the\n"
17373 " location and characteristics of the elements (most of which are\n"
17374 " optional) within that color bar. The resulting color bar is clipped\n"
17375 " at the boundaries of the current subpage. (N.B. the adopted coordinate\n"
17376 " system used for some of the parameters is defined in the documentation\n"
17377 " of the position parameter.)\n"
17379 " Redacted form: plcolorbar(p_colorbar_width, p_colorbar_height, opt,\n"
17380 " position, x, y, x_length, y_length, bg_color, bb_color, bb_style,\n"
17381 " low_cap_color, high_cap_color, cont_color, cont_width, label_opts,\n"
17382 " labels, axis_opts, ticks, sub_ticks, values)\n"
17384 " This function is used in examples 16 and 33.\n"
17390 "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"
17394 " p_colorbar_width (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17395 " labelled and decorated color bar width in adopted coordinates.\n"
17397 " p_colorbar_height (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17398 " labelled and decorated color bar height in adopted coordinates.\n"
17400 " opt (PLINT, input) : opt contains bits controlling the overall\n"
17401 " color bar. The orientation (direction of the maximum value) of\n"
17402 " the color bar is specified with PL_ORIENT_RIGHT, PL_ORIENT_TOP,\n"
17403 " PL_ORIENT_LEFT, or PL_ORIENT_BOTTOM. If none of these bits are\n"
17404 " specified, the default orientation is toward the top if the\n"
17405 " colorbar is placed on the left or right of the viewport or toward\n"
17406 " the right if the colorbar is placed on the top or bottom of the\n"
17407 " viewport. If the PL_COLORBAR_BACKGROUND bit is set, plot a\n"
17408 " (semitransparent) background for the color bar. If the\n"
17409 " PL_COLORBAR_BOUNDING_BOX bit is set, plot a bounding box for the\n"
17410 " color bar. The type of color bar must be specified with one of\n"
17411 " PL_COLORBAR_IMAGE, PL_COLORBAR_SHADE, or PL_COLORBAR_GRADIENT. If\n"
17412 " more than one of those bits is set only the first one in the above\n"
17413 " list is honored. The position of the (optional) label/title can be\n"
17414 " specified with PL_LABEL_RIGHT, PL_LABEL_TOP, PL_LABEL_LEFT, or\n"
17415 " PL_LABEL_BOTTOM. If no label position bit is set then no label\n"
17416 " will be drawn. If more than one of this list of bits is specified,\n"
17417 " only the first one on the list is honored. End-caps for the color\n"
17418 " bar can added with PL_COLORBAR_CAP_LOW and PL_COLORBAR_CAP_HIGH.\n"
17419 " If a particular color bar cap option is not specified then no cap\n"
17420 " will be drawn for that end. As a special case for\n"
17421 " PL_COLORBAR_SHADE, the option PL_COLORBAR_SHADE_LABEL can be\n"
17422 " specified. If this option is provided then any tick marks and tick\n"
17423 " labels will be placed at the breaks between shaded segments. TODO:\n"
17424 " This should be expanded to support custom placement of tick marks\n"
17425 " and tick labels at custom value locations for any color bar type.\n"
17427 " position (PLINT, input) : position contains bits which control the\n"
17428 " overall position of the color bar and the definition of the\n"
17429 " adopted coordinates used for positions just like what is done for\n"
17430 " the position argument for pllegend. However, note that the\n"
17431 " defaults for the position bits (see below) are different than the\n"
17432 " pllegend case. The combination of the PL_POSITION_LEFT,\n"
17433 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n"
17434 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n"
17435 " the 16 possible standard positions (the 4 corners and centers of\n"
17436 " the 4 sides for both the inside and outside cases) of the color\n"
17437 " bar relative to the adopted coordinate system. The corner\n"
17438 " positions are specified by the appropriate combination of two of\n"
17439 " the PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n"
17440 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n"
17441 " value of one of those bits. The adopted coordinates are\n"
17442 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n"
17443 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n"
17444 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n"
17445 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n"
17446 " then use PL_POSITION_RIGHT. If neither of PL_POSITION_INSIDE or\n"
17447 " PL_POSITION_OUTSIDE is set, use PL_POSITION_OUTSIDE. If neither of\n"
17448 " PL_POSITION_VIEWPORT or PL_POSITION_SUBPAGE is set, use\n"
17449 " PL_POSITION_VIEWPORT.\n"
17451 " x (PLFLT, input) : X offset of the color bar position in adopted\n"
17452 " coordinates from the specified standard position of the color bar.\n"
17453 " For positive x, the direction of motion away from the standard\n"
17454 " position is inward/outward from the standard corner positions or\n"
17455 " standard left or right positions if the\n"
17456 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
17457 " For the standard top or bottom positions, the direction of motion\n"
17458 " is toward positive X.\n"
17460 " y (PLFLT, input) : Y offset of the color bar position in adopted\n"
17461 " coordinates from the specified standard position of the color bar.\n"
17462 " For positive y, the direction of motion away from the standard\n"
17463 " position is inward/outward from the standard corner positions or\n"
17464 " standard top or bottom positions if the\n"
17465 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
17466 " For the standard left or right positions, the direction of motion\n"
17467 " is toward positive Y.\n"
17469 " x_length (PLFLT, input) : Length of the body of the color bar in\n"
17470 " the X direction in adopted coordinates.\n"
17472 " y_length (PLFLT, input) : Length of the body of the color bar in\n"
17473 " the Y direction in adopted coordinates.\n"
17475 " bg_color (PLINT, input) : The cmap0 color of the background for the\n"
17476 " color bar (PL_COLORBAR_BACKGROUND).\n"
17478 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n"
17479 " for the color bar (PL_COLORBAR_BOUNDING_BOX).\n"
17481 " bb_style (PLINT, input) : The pllsty style number for the\n"
17482 " bounding-box line for the color bar (PL_COLORBAR_BACKGROUND).\n"
17484 " low_cap_color (PLFLT, input) : The cmap1 color of the low-end color\n"
17485 " bar cap, if it is drawn (PL_COLORBAR_CAP_LOW).\n"
17487 " high_cap_color (PLFLT, input) : The cmap1 color of the high-end\n"
17488 " color bar cap, if it is drawn (PL_COLORBAR_CAP_HIGH).\n"
17490 " cont_color (PLINT, input) : The cmap0 contour color for\n"
17491 " PL_COLORBAR_SHADE plots. This is passed directly to plshades, so\n"
17492 " it will be interpreted according to the design of plshades.\n"
17494 " cont_width (PLFLT, input) : Contour width for PL_COLORBAR_SHADE\n"
17495 " plots. This is passed directly to plshades, so it will be\n"
17496 " interpreted according to the design of plshades.\n"
17498 " n_labels (PLINT, input) : Number of labels to place around the\n"
17501 " label_opts (PLINT_VECTOR, input) : A vector of options for each of\n"
17502 " n_labels labels.\n"
17504 " labels (PLCHAR_MATRIX, input) : A vector of\n"
17505 " n_labels UTF-8 character strings containing the labels for the color\n"
17506 " bar. Ignored if no label position is specified with one of the\n"
17507 " PL_COLORBAR_LABEL_RIGHT, PL_COLORBAR_LABEL_TOP,\n"
17508 " PL_COLORBAR_LABEL_LEFT, or PL_COLORBAR_LABEL_BOTTOM bits in the\n"
17509 " corresponding label_opts field.\n"
17511 " n_axes (PLINT, input) : Number of axis definitions provided. This\n"
17512 " value must be greater than 0. It is typically 1 (numerical axis\n"
17513 " labels are provided for one of the long edges of the color bar),\n"
17514 " but it can be larger if multiple numerical axis labels for the\n"
17515 " long edges of the color bar are desired.\n"
17517 " axis_opts (PLCHAR_MATRIX, input) : A vector of\n"
17518 " n_axes ascii character strings containing options (interpreted as for\n"
17519 " plbox) for the color bar's axis definitions.\n"
17521 " ticks (PLFLT_VECTOR, input) : A vector of n_axes values of the\n"
17522 " spacing of the major tick marks (interpreted as for plbox) for the\n"
17523 " color bar's axis definitions.\n"
17525 " sub_ticks (PLINT_VECTOR, input) : A vector of n_axes values of the\n"
17526 " number of subticks (interpreted as for plbox) for the color bar's\n"
17527 " axis definitions.\n"
17529 " n_values (PLINT_VECTOR, input) : A vector containing the number of\n"
17530 " elements in each of the n_axes rows of the values matrix.\n"
17532 " values (PLFLT_MATRIX, input) : A matrix containing the numeric\n"
17533 " values for the data range represented by the color bar. For a row\n"
17534 " index of i_axis (where 0 < i_axis < n_axes), the number of\n"
17535 " elements in the row is specified by n_values[i_axis]. For\n"
17536 " PL_COLORBAR_IMAGE and PL_COLORBAR_GRADIENT the number of elements\n"
17537 " is 2, and the corresponding row elements of the values matrix are\n"
17538 " the minimum and maximum value represented by the colorbar. For\n"
17539 " PL_COLORBAR_SHADE, the number and values of the elements of a row\n"
17540 " of the values matrix is interpreted the same as the nlevel and\n"
17541 " clevel arguments of plshades.\n"
17545 "Sets the 3D position of the light source\n"
17549 " Sets the 3D position of the light source for use with plsurf3d and\n"
17552 " Redacted form: pllightsource(x, y, z)\n"
17554 " This function is used in example 8.\n"
17560 "pllightsource(x, y, z)\n"
17564 " x (PLFLT, input) : X-coordinate of the light source.\n"
17566 " y (PLFLT, input) : Y-coordinate of the light source.\n"
17568 " z (PLFLT, input) : Z-coordinate of the light source.\n"
17576 " Draws line defined by n points in x and y.\n"
17578 " Redacted form: plline(x, y)\n"
17580 " This function is used in examples 1, 3, 4, 9, 12-14, 16, 18, 20, 22,\n"
17581 " 25-27, and 29.\n"
17587 "plline(n, x, y)\n"
17591 " n (PLINT, input) : Number of points defining line.\n"
17593 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
17596 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
17601 "Draw a line in 3 space\n"
17605 " Draws line in 3 space defined by n points in x, y, and z. You must\n"
17606 " first set up the viewport, the 2d viewing window (in world\n"
17607 " coordinates), and the 3d normalized coordinate box. See x18c.c for\n"
17610 " Redacted form: plline3(x, y, z)\n"
17612 " This function is used in example 18.\n"
17618 "plline3(n, x, y, z)\n"
17622 " n (PLINT, input) : Number of points defining line.\n"
17624 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
17627 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
17630 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
17635 "Select line style\n"
17639 " This sets the line style according to one of eight predefined patterns\n"
17640 " (also see plstyl).\n"
17642 " Redacted form: pllsty(lin)\n"
17644 " This function is used in examples 9, 12, 22, and 25.\n"
17654 " lin (PLINT, input) : Integer value between 1 and 8. Line style 1 is\n"
17655 " a continuous line, line style 2 is a line with short dashes and\n"
17656 " gaps, line style 3 is a line with long dashes and gaps, line style\n"
17657 " 4 has long dashes and short gaps and so on.\n"
17661 "Plot surface mesh\n"
17665 " Plots a surface mesh within the environment set up by plw3d. The\n"
17666 " surface is defined by the matrix z[\n"
17668 " ny] , the point z[i][j] being the value of the function at (\n"
17670 " y[j]). Note that the points in vectors x and y do not need to be\n"
17671 " equally spaced, but must be stored in ascending order. The parameter\n"
17672 " opt controls the way in which the surface is displayed. For further\n"
17673 " details see the PLplot documentation.\n"
17675 " Redacted form: plmesh(x, y, z, opt)\n"
17677 " This function is used in example 11.\n"
17683 "plmesh(x, y, z, nx, ny, opt)\n"
17687 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
17688 " which the function is evaluated.\n"
17690 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
17691 " which the function is evaluated.\n"
17693 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
17694 " plot. Should have dimensions of\n"
17698 " nx (PLINT, input) : Number of x values at which function has been\n"
17701 " ny (PLINT, input) : Number of y values at which function has been\n"
17704 " opt (PLINT, input) : Determines the way in which the surface is\n"
17705 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n"
17706 " function of x for each value of y[j] .\n"
17707 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
17708 " for each value of x[i] .\n"
17709 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
17710 " at which function is defined.\n"
17714 "Magnitude colored plot surface mesh with contour\n"
17718 " A more powerful form of plmesh: the surface mesh can be colored\n"
17719 " accordingly to the current z value being plotted, a contour plot can\n"
17720 " be drawn at the base XY plane, and a curtain can be drawn between the\n"
17721 " plotted function border and the base XY plane.\n"
17723 " Redacted form: plmeshc(x, y, z, opt, clevel)\n"
17725 " This function is used in example 11.\n"
17731 "plmeshc(x, y, z, nx, ny, opt, clevel, nlevel)\n"
17735 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
17736 " which the function is evaluated.\n"
17738 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
17739 " which the function is evaluated.\n"
17741 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
17742 " plot. Should have dimensions of\n"
17746 " nx (PLINT, input) : Number of x values at which function is\n"
17749 " ny (PLINT, input) : Number of y values at which function is\n"
17752 " opt (PLINT, input) : Determines the way in which the surface is\n"
17753 " represented. To specify more than one option just add the options,\n"
17754 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
17755 " showing z as a function of x for each value of y[j] .\n"
17756 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
17757 " for each value of x[i] .\n"
17758 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
17759 " at which function is defined.\n"
17760 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
17761 " the z value being plotted. The color is used from the current\n"
17763 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
17764 " using parameters\n"
17767 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
17768 " the borders of the plotted function.\n"
17771 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
17774 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
17778 "Creates a new stream and makes it the default\n"
17782 " Creates a new stream and makes it the default. Differs from using\n"
17783 " plsstrm, in that a free stream number is found, and returned.\n"
17784 " Unfortunately, I have to start at stream 1 and work upward, since\n"
17785 " stream 0 is preallocated. One of the big flaws in the PLplot API is\n"
17786 " that no initial, library-opening call is required. So stream 0 must\n"
17787 " be preallocated, and there is no simple way of determining whether it\n"
17788 " is already in use or not.\n"
17790 " Redacted form: plmkstrm(p_strm)\n"
17792 " This function is used in examples 1 and 20.\n"
17798 "plmkstrm(p_strm)\n"
17802 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the stream\n"
17803 " number of the created stream.\n"
17807 "Write text relative to viewport boundaries\n"
17811 " Writes text at a specified position relative to the viewport\n"
17812 " boundaries. Text may be written inside or outside the viewport, but\n"
17813 " is clipped at the subpage boundaries. The reference point of a string\n"
17814 " lies along a line passing through the string at half the height of a\n"
17815 " capital letter. The position of the reference point along this line\n"
17816 " is determined by just, and the position of the reference point\n"
17817 " relative to the viewport is set by disp and pos.\n"
17819 " Redacted form: General: plmtex(side, disp, pos, just, text)\n"
17822 " This function is used in examples 3, 4, 6-8, 11, 12, 14, 18, 23, and\n"
17829 "plmtex(side, disp, pos, just, text)\n"
17833 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
17834 " the side of the viewport along which the text is to be written.\n"
17835 " The string must be one of: b: Bottom of viewport, text written\n"
17836 " parallel to edge.\n"
17837 " bv: Bottom of viewport, text written at right angles to edge.\n"
17838 " l: Left of viewport, text written parallel to edge.\n"
17839 " lv: Left of viewport, text written at right angles to edge.\n"
17840 " r: Right of viewport, text written parallel to edge.\n"
17841 " rv: Right of viewport, text written at right angles to edge.\n"
17842 " t: Top of viewport, text written parallel to edge.\n"
17843 " tv: Top of viewport, text written at right angles to edge.\n"
17846 " disp (PLFLT, input) : Position of the reference point of string,\n"
17847 " measured outwards from the specified viewport edge in units of the\n"
17848 " current character height. Use negative disp to write within the\n"
17851 " pos (PLFLT, input) : Position of the reference point of string\n"
17852 " along the specified edge, expressed as a fraction of the length of\n"
17855 " just (PLFLT, input) : Specifies the position of the string relative\n"
17856 " to its reference point. If just=0. , the reference point is at\n"
17857 " the left and if just=1. , it is at the right of the string. Other\n"
17858 " values of just give intermediate justifications.\n"
17860 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
17865 "Write text relative to viewport boundaries in 3D plots\n"
17869 " Writes text at a specified position relative to the viewport\n"
17870 " boundaries. Text may be written inside or outside the viewport, but\n"
17871 " is clipped at the subpage boundaries. The reference point of a string\n"
17872 " lies along a line passing through the string at half the height of a\n"
17873 " capital letter. The position of the reference point along this line\n"
17874 " is determined by just, and the position of the reference point\n"
17875 " relative to the viewport is set by disp and pos.\n"
17877 " Redacted form: plmtex3(side, disp, pos, just, text)\n"
17879 " This function is used in example 28.\n"
17885 "plmtex3(side, disp, pos, just, text)\n"
17889 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
17890 " the side of the viewport along which the text is to be written.\n"
17891 " The string should contain one or more of the following characters:\n"
17892 " [xyz][ps][v]. Only one label is drawn at a time, i.e. xyp will\n"
17893 " only label the X axis, not both the X and Y axes. x: Label the X\n"
17895 " y: Label the Y axis.\n"
17896 " z: Label the Z axis.\n"
17897 " p: Label the primary axis. For Z this is the leftmost Z axis.\n"
17898 " For X it is the axis that starts at y-min. For Y it is the\n"
17899 " axis that starts at x-min.\n"
17900 " s: Label the secondary axis.\n"
17901 " v: Draw the text perpendicular to the axis.\n"
17904 " disp (PLFLT, input) : Position of the reference point of string,\n"
17905 " measured outwards from the specified viewport edge in units of the\n"
17906 " current character height. Use negative disp to write within the\n"
17909 " pos (PLFLT, input) : Position of the reference point of string\n"
17910 " along the specified edge, expressed as a fraction of the length of\n"
17913 " just (PLFLT, input) : Specifies the position of the string relative\n"
17914 " to its reference point. If just=0. , the reference point is at\n"
17915 " the left and if just=1. , it is at the right of the string. Other\n"
17916 " values of just give intermediate justifications.\n"
17918 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
17923 "Plot 3-d surface plot\n"
17927 " Plots a three-dimensional surface plot within the environment set up\n"
17928 " by plw3d. The surface is defined by the matrix z[\n"
17930 " ny] , the point z[i][j] being the value of the function at (\n"
17932 " y[j]). Note that the points in vectors x and y do not need to be\n"
17933 " equally spaced, but must be stored in ascending order. The parameter\n"
17934 " opt controls the way in which the surface is displayed. For further\n"
17935 " details see the PLplot documentation. The only difference between\n"
17936 " plmesh and plot3d is that plmesh draws the bottom side of the surface,\n"
17937 " while plot3d only draws the surface as viewed from the top.\n"
17939 " Redacted form: plot3d(x, y, z, opt, side)\n"
17941 " This function is used in examples 11 and 21.\n"
17947 "plot3d(x, y, z, nx, ny, opt, side)\n"
17951 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
17952 " which the function is evaluated.\n"
17954 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
17955 " which the function is evaluated.\n"
17957 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
17958 " plot. Should have dimensions of\n"
17962 " nx (PLINT, input) : Number of x values at which function is\n"
17965 " ny (PLINT, input) : Number of y values at which function is\n"
17968 " opt (PLINT, input) : Determines the way in which the surface is\n"
17969 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n"
17970 " function of x for each value of y[j] .\n"
17971 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
17972 " for each value of x[i] .\n"
17973 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
17974 " at which function is defined.\n"
17977 " side (PLBOOL, input) : Flag to indicate whether or not ``sides''\n"
17978 " should be draw on the figure. If side is true sides are drawn,\n"
17979 " otherwise no sides are drawn.\n"
17983 "Magnitude colored plot surface with contour\n"
17987 " Aside from dropping the\n"
17988 " side functionality this is a more powerful form of plot3d: the surface\n"
17989 " mesh can be colored accordingly to the current z value being plotted,\n"
17990 " a contour plot can be drawn at the base XY plane, and a curtain can be\n"
17991 " drawn between the plotted function border and the base XY plane. The\n"
17992 " arguments are identical to those of plmeshc. The only difference\n"
17993 " between plmeshc and plot3dc is that plmeshc draws the bottom side of\n"
17994 " the surface, while plot3dc only draws the surface as viewed from the\n"
17997 " Redacted form: General: plot3dc(x, y, z, opt, clevel)\n"
18000 " This function is used in example 21.\n"
18006 "plot3dc(x, y, z, nx, ny, opt, clevel, nlevel)\n"
18010 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18011 " which the function is evaluated.\n"
18013 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18014 " which the function is evaluated.\n"
18016 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18017 " plot. Should have dimensions of\n"
18021 " nx (PLINT, input) : Number of x values at which function is\n"
18024 " ny (PLINT, input) : Number of y values at which function is\n"
18027 " opt (PLINT, input) : Determines the way in which the surface is\n"
18028 " represented. To specify more than one option just add the options,\n"
18029 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
18030 " showing z as a function of x for each value of y[j] .\n"
18031 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18032 " for each value of x[i] .\n"
18033 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18034 " at which function is defined.\n"
18035 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
18036 " the z value being plotted. The color is used from the current\n"
18038 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18039 " using parameters\n"
18042 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18043 " the borders of the plotted function.\n"
18046 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18049 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18053 "Magnitude colored plot surface with contour for z[x][y] with y index limits\n"
18057 " When the implementation is completed this variant of plot3dc (see that\n"
18058 " function's documentation for more details) should be suitable for the\n"
18059 " case where the area of the x, y coordinate grid where z is defined can\n"
18060 " be non-rectangular. The implementation is incomplete so the last 4\n"
18061 " parameters of plot3dcl; indexxmin, indexxmax, indexymin, and\n"
18062 " indexymax; are currently ignored and the functionality is otherwise\n"
18063 " identical to that of plot3dc.\n"
18065 " Redacted form: General: plot3dcl(x, y, z, opt, clevel, indexxmin,\n"
18066 " indexymin, indexymax)\n"
18069 " This function is not used in any example.\n"
18075 "plot3dcl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n"
18079 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18080 " which the function is evaluated.\n"
18082 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18083 " which the function is evaluated.\n"
18085 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18086 " plot. Should have dimensions of\n"
18090 " nx (PLINT, input) : Number of x values at which the function is\n"
18093 " ny (PLINT, input) : Number of y values at which the function is\n"
18096 " opt (PLINT, input) : Determines the way in which the surface is\n"
18097 " represented. To specify more than one option just add the options,\n"
18098 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
18099 " showing z as a function of x for each value of y[j] .\n"
18100 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18101 " for each value of x[i] .\n"
18102 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18103 " at which function is defined.\n"
18104 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
18105 " the z value being plotted. The color is used from the current\n"
18107 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18108 " using parameters\n"
18111 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18112 " the borders of the plotted function.\n"
18115 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18118 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18120 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n"
18121 " corresponds to the first x index where z is defined.\n"
18123 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n"
18124 " which corresponds (by convention) to one more than the last x\n"
18125 " index value where z is defined.\n"
18127 " indexymin (PLINT_VECTOR, input) : A vector containing y index\n"
18128 " values which all must be ≥ 0. These values are the first y index\n"
18129 " where z is defined for a particular x index in the range from\n"
18130 " indexxmin to indexxmax - 1. The dimension of indexymin is\n"
18133 " indexymax (PLINT_VECTOR, input) : A vector containing y index\n"
18134 " values which all must be ≤ ny. These values correspond (by\n"
18135 " convention) to one more than the last y index where z is defined\n"
18136 " for a particular x index in the range from indexxmin to indexxmax\n"
18137 " - 1. The dimension of indexymax is indexxmax.\n"
18141 "Plot shaded 3-d surface plot\n"
18145 " Plots a three-dimensional shaded surface plot within the environment\n"
18146 " set up by plw3d. The surface is defined by the two-dimensional matrix\n"
18149 " ny], the point z[i][j] being the value of the function at (\n"
18151 " y[j]). Note that the points in vectors x and y do not need to be\n"
18152 " equally spaced, but must be stored in ascending order. For further\n"
18153 " details see the PLplot documentation.\n"
18155 " Redacted form: plsurf3d(x, y, z, opt, clevel)\n"
18157 " This function is not used in any examples.\n"
18163 "plsurf3d(x, y, z, nx, ny, opt, clevel, nlevel)\n"
18167 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18168 " which the function is evaluated.\n"
18170 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18171 " which the function is evaluated.\n"
18173 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18174 " plot. Should have dimensions of\n"
18178 " nx (PLINT, input) : Number of x values at which function is\n"
18181 " ny (PLINT, input) : Number of y values at which function is\n"
18184 " opt (PLINT, input) : Determines the way in which the surface is\n"
18185 " represented. To specify more than one option just add the options,\n"
18186 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n"
18187 " connecting points at which function is defined.\n"
18188 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18189 " using parameters\n"
18192 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n"
18193 " using parameters\n"
18196 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18197 " the borders of the plotted function.\n"
18198 " opt=MAG_COLOR : the surface is colored according to the value\n"
18199 " of Z; if MAG_COLOR is not used, then the surface is colored\n"
18200 " according to the intensity of the reflected light in the\n"
18201 " surface from a light source whose position is set using\n"
18202 " pllightsource.\n"
18205 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18208 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18212 "Plot shaded 3-d surface plot for z[x][y] with y index limits\n"
18216 " This variant of plsurf3d (see that function's documentation for more\n"
18217 " details) should be suitable for the case where the area of the x, y\n"
18218 " coordinate grid where z is defined can be non-rectangular. The limits\n"
18219 " of that grid are provided by the parameters indexxmin, indexxmax,\n"
18220 " indexymin, and indexymax.\n"
18222 " Redacted form: plsurf3dl(x, y, z, opt, clevel, indexxmin, indexymin,\n"
18225 " This function is used in example 8.\n"
18231 "plsurf3dl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n"
18235 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18236 " which the function is evaluated.\n"
18238 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18239 " which the function is evaluated.\n"
18241 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18242 " plot. Should have dimensions of\n"
18246 " nx (PLINT, input) : Number of x values at which function is\n"
18249 " ny (PLINT, input) : Number of y values at which function is\n"
18252 " opt (PLINT, input) : Determines the way in which the surface is\n"
18253 " represented. To specify more than one option just add the options,\n"
18254 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n"
18255 " connecting points at which function is defined.\n"
18256 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18257 " using parameters\n"
18260 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n"
18261 " using parameters\n"
18264 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18265 " the borders of the plotted function.\n"
18266 " opt=MAG_COLOR : the surface is colored according to the value\n"
18267 " of Z; if MAG_COLOR is not used, then the surface is colored\n"
18268 " according to the intensity of the reflected light in the\n"
18269 " surface from a light source whose position is set using\n"
18270 " pllightsource.\n"
18273 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18276 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18278 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n"
18279 " corresponds to the first x index where z is defined.\n"
18281 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n"
18282 " which corresponds (by convention) to one more than the last x\n"
18283 " index value where z is defined.\n"
18285 " indexymin (PLINT_VECTOR, input) : A vector containing the y index\n"
18286 " values which all must be ≥ 0. These values are the first y index\n"
18287 " where z is defined for a particular x index in the range from\n"
18288 " indexxmin to indexxmax - 1. The dimension of indexymin is\n"
18291 " indexymax (PLINT_VECTOR, input) : A vector containing the y index\n"
18292 " values which all must be ≤ ny. These values correspond (by\n"
18293 " convention) to one more than the last y index where z is defined\n"
18294 " for a particular x index in the range from indexxmin to indexxmax\n"
18295 " - 1. The dimension of indexymax is indexxmax.\n"
18299 "Parse command-line arguments\n"
18303 " Parse command-line arguments.\n"
18305 " plparseopts removes all recognized flags (decreasing argc\n"
18306 " accordingly), so that invalid input may be readily detected. It can\n"
18307 " also be used to process user command line flags. The user can merge\n"
18308 " an option table of type PLOptionTable into the internal option table\n"
18309 " info structure using plMergeOpts. Or, the user can specify that ONLY\n"
18310 " the external table(s) be parsed by calling plClearOpts before\n"
18313 " The default action taken by plparseopts is as follows:\n"
18314 " Returns with an error if an unrecognized option or badly formed\n"
18315 " option-value pair are encountered.\n"
18316 " Returns immediately (return code 0) when the first non-option command\n"
18317 " line argument is found.\n"
18318 " Returns with the return code of the option handler, if one was called.\n"
18320 " Deletes command line arguments from argv list as they are found, and\n"
18321 " decrements argc accordingly.\n"
18322 " Does not show \"invisible\" options in usage or help messages.\n"
18323 " Assumes the program name is contained in argv[0].\n"
18325 " These behaviors may be controlled through the\n"
18326 " mode argument.\n"
18328 " Redacted form: General: plparseopts(argv, mode)\n"
18331 " This function is used in all of the examples.\n"
18337 "PLINT plparseopts(p_argc, argv, mode)\n"
18341 " p_argc (int *, input/output) : Number of arguments.\n"
18343 " argv (PLCHAR_NC_MATRIX, input/output) : A vector of character\n"
18344 " strings containing *p_argc command-line arguments.\n"
18346 " mode (PLINT, input) : Parsing mode with the following\n"
18347 " possibilities: PL_PARSE_FULL (1) -- Full parsing of command line\n"
18348 " and all error messages enabled, including program exit when an\n"
18349 " error occurs. Anything on the command line that isn't recognized\n"
18350 " as a valid option or option argument is flagged as an error.\n"
18351 " PL_PARSE_QUIET (2) -- Turns off all output except in the case\n"
18353 " PL_PARSE_NODELETE (4) -- Turns off deletion of processed\n"
18355 " PL_PARSE_SHOWALL (8) -- Show invisible options\n"
18356 " PL_PARSE_NOPROGRAM (32) -- Specified if argv[0] is NOT a\n"
18357 " pointer to the program name.\n"
18358 " PL_PARSE_NODASH (64) -- Set if leading dash is NOT required.\n"
18359 " PL_PARSE_SKIP (128) -- Set to quietly skip over any\n"
18360 " unrecognized arguments.\n"
18364 "Set area line fill pattern\n"
18368 " Sets the area line fill pattern to be used, e.g., for calls to plfill.\n"
18369 " The pattern consists of 1 or 2 sets of parallel lines with specified\n"
18370 " inclinations and spacings. The arguments to this routine are the\n"
18371 " number of sets to use (1 or 2) followed by two vectors (with 1 or 2\n"
18372 " elements) specifying the inclinations in tenths of a degree and the\n"
18373 " spacing in micrometers. (See also plpsty)\n"
18375 " Redacted form: General: plpat(inc, del)\n"
18378 " This function is used in example 15.\n"
18384 "plpat(nlin, inc, del)\n"
18388 " nlin (PLINT, input) : Number of sets of lines making up the\n"
18389 " pattern, either 1 or 2.\n"
18391 " inc (PLINT_VECTOR, input) : A vector containing nlin values of the\n"
18392 " inclination in tenths of a degree. (Should be between -900 and\n"
18395 " del (PLINT_VECTOR, input) : A vector containing nlin values of the\n"
18396 " spacing in micrometers between the lines making up the pattern.\n"
18400 "Draw a line between two points, accounting for coordinate transforms\n"
18404 " Joins the point (\n"
18408 " y2) . If a global coordinate transform is defined then the line is\n"
18409 " broken in to n segments to approximate the path. If no transform is\n"
18410 " defined then this simply acts like a call to pljoin.\n"
18412 " Redacted form: plpath(n,x1,y1,x2,y2)\n"
18414 " This function is used in example 22.\n"
18420 "plpath(n, x1, y1, x2, y2)\n"
18424 " n (PLINT, input) : number of points to use to approximate the path.\n"
18426 " x1 (PLFLT, input) : x coordinate of first point.\n"
18428 " y1 (PLFLT, input) : y coordinate of first point.\n"
18430 " x2 (PLFLT, input) : x coordinate of second point.\n"
18432 " y2 (PLFLT, input) : y coordinate of second point.\n"
18436 "Plot a glyph at the specified points\n"
18440 " Plot a glyph at the specified points. (This function is largely\n"
18441 " superseded by plstring which gives access to many[!] more glyphs.)\n"
18442 " code=-1 means try to just draw a point. Right now it's just a move\n"
18443 " and a draw at the same place. Not ideal, since a sufficiently\n"
18444 " intelligent output device may optimize it away, or there may be faster\n"
18445 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n"
18446 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n"
18447 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n"
18448 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n"
18449 " code <= 127 the corresponding printable ASCII character is plotted.\n"
18451 " Redacted form: plpoin(x, y, code)\n"
18453 " This function is used in examples 1, 6, 14, and 29.\n"
18459 "plpoin(n, x, y, code)\n"
18463 " n (PLINT, input) : Number of points in the x and y vectors.\n"
18465 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
18468 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
18471 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n"
18472 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n"
18473 " each of the n points.\n"
18477 "Plot a glyph at the specified 3D points\n"
18481 " Plot a glyph at the specified 3D points. (This function is largely\n"
18482 " superseded by plstring3 which gives access to many[!] more glyphs.)\n"
18483 " Set up the call to this function similar to what is done for plline3.\n"
18484 " code=-1 means try to just draw a point. Right now it's just a move\n"
18485 " and a draw at the same place. Not ideal, since a sufficiently\n"
18486 " intelligent output device may optimize it away, or there may be faster\n"
18487 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n"
18488 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n"
18489 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n"
18490 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n"
18491 " code <= 127 the corresponding printable ASCII character is plotted.\n"
18493 " Redacted form: plpoin3(x, y, z, code)\n"
18495 " This function is not used in any example.\n"
18501 "plpoin3(n, x, y, z, code)\n"
18505 " n (PLINT, input) : Number of points in the x and y vectors.\n"
18507 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
18510 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
18513 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
18516 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n"
18517 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n"
18518 " each of the n points.\n"
18522 "Draw a polygon in 3 space\n"
18526 " Draws a polygon in 3 space defined by n points in x, y, and z. Setup\n"
18527 " like plline3, but differs from that function in that plpoly3 attempts\n"
18528 " to determine if the polygon is viewable depending on the order of the\n"
18529 " points within the vector and the value of ifcc. If the back of\n"
18530 " polygon is facing the viewer, then it isn't drawn. If this isn't what\n"
18531 " you want, then use plline3 instead.\n"
18533 " The points are assumed to be in a plane, and the directionality of the\n"
18534 " plane is determined from the first three points. Additional points do\n"
18535 " not have to lie on the plane defined by the first three, but if they\n"
18536 " do not, then the determination of visibility obviously can't be 100%\n"
18537 " accurate... So if you're 3 space polygons are too far from planar,\n"
18538 " consider breaking them into smaller polygons. 3 points define a plane\n"
18541 " Bugs: If one of the first two segments is of zero length, or if they\n"
18542 " are co-linear, the calculation of visibility has a 50/50 chance of\n"
18543 " being correct. Avoid such situations :-). See x18c.c for an example\n"
18544 " of this problem. (Search for 20.1).\n"
18546 " Redacted form: plpoly3(x, y, z, code)\n"
18548 " This function is used in example 18.\n"
18554 "plpoly3(n, x, y, z, draw, ifcc)\n"
18558 " n (PLINT, input) : Number of points defining line.\n"
18560 " x (PLFLT_VECTOR, input) : A vector containing\n"
18561 " n x coordinates of points.\n"
18563 " y (PLFLT_VECTOR, input) : A vector containing\n"
18564 " n y coordinates of points.\n"
18566 " z (PLFLT_VECTOR, input) : A vector containing\n"
18567 " n z coordinates of points.\n"
18569 " draw (PLBOOL_VECTOR, input) : A vector containing\n"
18570 " n-1 Boolean values which control drawing the segments of the polygon.\n"
18571 " If draw[i] is true, then the polygon segment from index [i] to\n"
18572 " [i+1] is drawn, otherwise, not.\n"
18574 " ifcc (PLBOOL, input) : If ifcc is true the directionality of the\n"
18575 " polygon is determined by assuming the points are laid out in a\n"
18576 " counter-clockwise order. Otherwise, the directionality of the\n"
18577 " polygon is determined by assuming the points are laid out in a\n"
18578 " clockwise order.\n"
18582 "Set precision in numeric labels\n"
18586 " Sets the number of places after the decimal point in numeric labels.\n"
18588 " Redacted form: plprec(setp, prec)\n"
18590 " This function is used in example 29.\n"
18596 "plprec(setp, prec)\n"
18600 " setp (PLINT, input) : If setp is equal to 0 then PLplot\n"
18601 " automatically determines the number of places to use after the\n"
18602 " decimal point in numeric labels (like those used to label axes).\n"
18603 " If setp is 1 then prec sets the number of places.\n"
18605 " prec (PLINT, input) : The number of characters to draw after the\n"
18606 " decimal point in numeric labels.\n"
18610 "Select area fill pattern\n"
18615 " patt is zero or less use either a hardware solid fill if the drivers\n"
18616 " have that capability (virtually all do) or fall back to a software\n"
18617 " emulation of a solid fill using the eighth area line fill pattern. If\n"
18619 " patt <= 8, then select one of eight predefined area line fill patterns\n"
18620 " to use (see plpat if you desire other patterns).\n"
18622 " Redacted form: plpsty(patt)\n"
18624 " This function is used in examples 12, 13, 15, 16, and 25.\n"
18634 " patt (PLINT, input) : The desired pattern index. If\n"
18635 " patt is zero or less, then a solid fill is (normally, see qualifiers\n"
18636 " above) used. For\n"
18637 " patt in the range from 1 to 8 and assuming the driver has not supplied\n"
18638 " line fill capability itself (most deliberately do not so that line\n"
18639 " fill patterns look identical for those drivers), the patterns\n"
18640 " consist of (1) horizontal lines, (2) vertical lines, (3) lines at\n"
18641 " 45 degrees, (4) lines at -45 degrees, (5) lines at 30 degrees, (6)\n"
18642 " lines at -30 degrees, (7) both vertical and horizontal lines, and\n"
18643 " (8) lines at both 45 degrees and -45 degrees.\n"
18647 "Write text inside the viewport\n"
18651 " Writes text at a specified position and inclination within the\n"
18652 " viewport. Text is clipped at the viewport boundaries. The reference\n"
18653 " point of a string lies along a line passing through the string at half\n"
18654 " the height of a capital letter. The position of the reference point\n"
18655 " along this line is determined by just, the reference point is placed\n"
18656 " at world coordinates (\n"
18658 " y) within the viewport. The inclination of the string is specified\n"
18659 " in terms of differences of world coordinates making it easy to write\n"
18660 " text parallel to a line in a graph.\n"
18662 " Redacted form: plptex(x, y, dx, dy, just, text)\n"
18664 " This function is used in example 2-4,10,12-14,20,23,24,26.\n"
18670 "plptex(x, y, dx, dy, just, text)\n"
18674 " x (PLFLT, input) : x coordinate of reference point of string.\n"
18676 " y (PLFLT, input) : y coordinate of reference point of string.\n"
18678 " dx (PLFLT, input) : Together with dy, this specifies the\n"
18679 " inclination of the string. The baseline of the string is parallel\n"
18680 " to a line joining (\n"
18688 " dy (PLFLT, input) : Together with dx, this specifies the\n"
18689 " inclination of the string.\n"
18691 " just (PLFLT, input) : Specifies the position of the string relative\n"
18692 " to its reference point. If just=0. , the reference point is at\n"
18693 " the left and if just=1. , it is at the right of the string. Other\n"
18694 " values of just give intermediate justifications.\n"
18696 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
18701 "Write text inside the viewport of a 3D plot\n"
18705 " Writes text at a specified position and inclination and with a\n"
18706 " specified shear within the viewport. Text is clipped at the viewport\n"
18707 " boundaries. The reference point of a string lies along a line passing\n"
18708 " through the string at half the height of a capital letter. The\n"
18709 " position of the reference point along this line is determined by just,\n"
18710 " and the reference point is placed at world coordinates (\n"
18713 " wz) within the viewport. The inclination and shear of the string is\n"
18714 " specified in terms of differences of world coordinates making it easy\n"
18715 " to write text parallel to a line in a graph.\n"
18717 " Redacted form: plptex3(x, y, z, dx, dy, dz, sx, sy, sz, just, text)\n"
18719 " This function is used in example 28.\n"
18725 "plptex3(wx, wy, wz, dx, dy, dz, sx, sy, sz, just, text)\n"
18729 " wx (PLFLT, input) : x world coordinate of reference point of\n"
18732 " wy (PLFLT, input) : y world coordinate of reference point of\n"
18735 " wz (PLFLT, input) : z world coordinate of reference point of\n"
18738 " dx (PLFLT, input) : Together with dy and\n"
18739 " dz , this specifies the inclination of the string. The baseline of\n"
18740 " the string is parallel to a line joining (\n"
18751 " dy (PLFLT, input) : Together with dx and\n"
18752 " dz, this specifies the inclination of the string.\n"
18754 " dz (PLFLT, input) : Together with dx and\n"
18755 " dy, this specifies the inclination of the string.\n"
18757 " sx (PLFLT, input) : Together with sy and\n"
18758 " sz , this specifies the shear of the string. The string is sheared so\n"
18759 " that the characters are vertically parallel to a line joining (\n"
18770 " sz = 0.) then the text is not sheared.\n"
18772 " sy (PLFLT, input) : Together with sx and\n"
18773 " sz, this specifies shear of the string.\n"
18775 " sz (PLFLT, input) : Together with sx and\n"
18776 " sy, this specifies shear of the string.\n"
18778 " just (PLFLT, input) : Specifies the position of the string relative\n"
18779 " to its reference point. If just=0. , the reference point is at\n"
18780 " the left and if just=1. , it is at the right of the string. Other\n"
18781 " values of just give intermediate justifications.\n"
18783 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
18788 "Random number generator returning a real random number in the range [0,1]\n"
18792 " Random number generator returning a real random number in the range\n"
18793 " [0,1]. The generator is based on the Mersenne Twister. Most languages\n"
18794 " / compilers provide their own random number generator, and so this is\n"
18795 " provided purely for convenience and to give a consistent random number\n"
18796 " generator across all languages supported by PLplot. This is\n"
18797 " particularly useful for comparing results from the test suite of\n"
18800 " Redacted form: plrandd()\n"
18802 " This function is used in examples 17 and 21.\n"
18812 "Replays contents of plot buffer to current device/file\n"
18816 " Replays contents of plot buffer to current device/file.\n"
18818 " Redacted form: plreplot()\n"
18820 " This function is used in example 1,20.\n"
18830 "Convert RGB color to HLS\n"
18834 " Convert RGB color coordinates to HLS\n"
18836 " Redacted form: General: plrgbhls(r, g, b, p_h, p_l, p_s)\n"
18839 " This function is used in example 2.\n"
18845 "plrgbhls(r, g, b, p_h, p_l, p_s)\n"
18849 " r (PLFLT, input) : Red intensity (0.0-1.0) of the color.\n"
18851 " g (PLFLT, input) : Green intensity (0.0-1.0) of the color.\n"
18853 " b (PLFLT, input) : Blue intensity (0.0-1.0) of the color.\n"
18855 " p_h (PLFLT_NC_SCALAR, output) : Returned value of the hue in\n"
18856 " degrees (0.0-360.0) on the color cylinder.\n"
18858 " p_l (PLFLT_NC_SCALAR, output) : Returned value of the lightness\n"
18859 " expressed as a fraction (0.0-1.0) of the axis of the color\n"
18862 " p_s (PLFLT_NC_SCALAR, output) : Returned value of the saturation\n"
18863 " expressed as a fraction (0.0-1.0) of the radius of the color\n"
18868 "Set character size\n"
18872 " This sets up the size of all subsequent characters drawn. The actual\n"
18873 " height of a character is the product of the default character size and\n"
18874 " a scaling factor.\n"
18876 " Redacted form: plschr(def, scale)\n"
18878 " This function is used in examples 2, 13, 23, and 24.\n"
18884 "plschr(def, scale)\n"
18888 " def (PLFLT, input) : The default height of a character in\n"
18889 " millimeters, should be set to zero if the default height is to\n"
18890 " remain unchanged. For rasterized drivers the dx and dy values\n"
18891 " specified in plspage are used to convert from mm to pixels (note\n"
18892 " the different unit systems used). This dpi aware scaling is not\n"
18893 " implemented for all drivers yet.\n"
18895 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
18896 " actual character height.\n"
18900 "Set cmap0 colors by 8-bit RGB values\n"
18904 " Set cmap0 colors using 8-bit RGB values (see the PLplot\n"
18905 " documentation). This sets the entire color map -- only as many colors\n"
18906 " as specified will be allocated.\n"
18908 " Redacted form: plscmap0(r, g, b)\n"
18910 " This function is used in examples 2 and 24.\n"
18916 "plscmap0(r, g, b, ncol0)\n"
18920 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18921 " integers (0-255) representing the degree of red in the color.\n"
18923 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18924 " integers (0-255) representing the degree of green in the color.\n"
18926 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18927 " integers (0-255) representing the degree of blue in the color.\n"
18929 " ncol0 (PLINT, input) : Number of items in the r, g, and b vectors.\n"
18933 "Set cmap0 colors by 8-bit RGB values and PLFLT alpha transparency value\n"
18937 " Set cmap0 colors using 8-bit RGB values (see the PLplot documentation)\n"
18938 " and PLFLT alpha transparency value. This sets the entire color map --\n"
18939 " only as many colors as specified will be allocated.\n"
18941 " Redacted form: plscmap0a(r, g, b, alpha)\n"
18943 " This function is used in examples 30.\n"
18949 "plscmap0a(r, g, b, alpha, ncol0)\n"
18953 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18954 " integers (0-255) representing the degree of red in the color.\n"
18956 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18957 " integers (0-255) representing the degree of green in the color.\n"
18959 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
18960 " integers (0-255) representing the degree of blue in the color.\n"
18962 " alpha (PLFLT_VECTOR, input) : A vector containing values (0.0-1.0)\n"
18963 " representing the alpha transparency of the color.\n"
18965 " ncol0 (PLINT, input) : Number of items in the r, g, b, and alpha\n"
18970 "Set number of colors in cmap0\n"
18974 " Set number of colors in cmap0 (see the PLplot documentation). Allocate\n"
18975 " (or reallocate) cmap0, and fill with default values for those colors\n"
18976 " not previously allocated. The first 16 default colors are given in\n"
18977 " the plcol0 documentation. For larger indices the default color is\n"
18980 " The drivers are not guaranteed to support more than 16 colors.\n"
18982 " Redacted form: plscmap0n(ncol0)\n"
18984 " This function is used in examples 15, 16, and 24.\n"
18990 "plscmap0n(ncol0)\n"
18994 " ncol0 (PLINT, input) : Number of colors that will be allocated in\n"
18995 " the cmap0 palette. If this number is zero or less, then the value\n"
18996 " from the previous call to plscmap0n is used and if there is no\n"
18997 " previous call, then a default value is used.\n"
19001 "Set opaque RGB cmap1 colors values\n"
19005 " Set opaque cmap1 colors (see the PLplot documentation) using RGB\n"
19006 " vector values. This function also sets the number of cmap1 colors.\n"
19007 " N.B. Continuous cmap1 colors are indexed with a floating-point index\n"
19008 " in the range from 0.0-1.0 which is linearly transformed (e.g., by\n"
19009 " plcol1) to an integer index of these RGB vectors in the range from 0\n"
19011 " ncol1-1. So in order for this continuous color model to work\n"
19012 " properly, it is the responsibility of the user of plscmap1 to insure\n"
19013 " that these RGB vectors are continuous functions of their integer\n"
19016 " Redacted form: plscmap1(r, g, b)\n"
19018 " This function is used in example 31.\n"
19024 "plscmap1(r, g, b, ncol1)\n"
19028 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19029 " 8-bit integers in the range from 0-255) the degree of red in the\n"
19030 " color as a continuous function of the integer index of the vector.\n"
19032 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19033 " 8-bit integers in the range from 0-255) the degree of green in the\n"
19034 " color as a continuous function of the integer index of the vector.\n"
19036 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19037 " 8-bit integers in the range from 0-255) the degree of blue in the\n"
19038 " color as a continuous function of the integer index of the vector.\n"
19040 " ncol1 (PLINT, input) : Number of items in the r, g, and b vectors.\n"
19044 "Set semitransparent cmap1 RGBA colors.\n"
19048 " Set semitransparent cmap1 colors (see the PLplot documentation) using\n"
19049 " RGBA vector values. This function also sets the number of cmap1\n"
19050 " colors. N.B. Continuous cmap1 colors are indexed with a\n"
19051 " floating-point index in the range from 0.0-1.0 which is linearly\n"
19052 " transformed (e.g., by plcol1) to an integer index of these RGBA\n"
19053 " vectors in the range from 0 to\n"
19054 " ncol1-1. So in order for this continuous color model to work\n"
19055 " properly, it is the responsibility of the user of plscmap1 to insure\n"
19056 " that these RGBA vectors are continuous functions of their integer\n"
19059 " Redacted form: plscmap1a(r, g, b, alpha)\n"
19061 " This function is used in example 31.\n"
19067 "plscmap1a(r, g, b, alpha, ncol1)\n"
19071 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19072 " 8-bit integers in the range from 0-255) the degree of red in the\n"
19073 " color as a continuous function of the integer index of the vector.\n"
19075 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19076 " 8-bit integers in the range from 0-255) the degree of green in the\n"
19077 " color as a continuous function of the integer index of the vector.\n"
19079 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19080 " 8-bit integers in the range from 0-255) the degree of blue in the\n"
19081 " color as a continuous function of the integer index of the vector.\n"
19083 " alpha (PLFLT_VECTOR, input) : A vector that represents (using PLFLT\n"
19084 " values in the range from 0.0-1.0 where 0.0 corresponds to\n"
19085 " completely transparent and 1.0 corresponds to completely opaque)\n"
19086 " the alpha transparency of the color as a continuous function of\n"
19087 " the integer index of the vector.\n"
19089 " ncol1 (PLINT, input) : Number of items in the r, g, b, and alpha\n"
19094 "Set cmap1 colors using a piece-wise linear relationship\n"
19098 " Set cmap1 colors using a piece-wise linear relationship between the\n"
19099 " cmap1 intensity index (0.0-1.0) and position in HLS or RGB color space\n"
19100 " (see the PLplot documentation). May be called at any time.\n"
19102 " The idea here is to specify a number of control points that define the\n"
19103 " mapping between input cmap1 intensity indices and HLS or RGB. Between\n"
19104 " these points, linear interpolation is used which gives a smooth\n"
19105 " variation of color with intensity index. Any number of control points\n"
19106 " may be specified, located at arbitrary positions, although typically 2\n"
19107 " - 4 are enough. Another way of stating this is that we are traversing\n"
19108 " a given number of lines through HLS or RGB space as we move through\n"
19109 " cmap1 intensity indices. The control points at the minimum and\n"
19110 " maximum position (0 and 1) must always be specified. By adding more\n"
19111 " control points you can get more variation. One good technique for\n"
19112 " plotting functions that vary about some expected average is to use an\n"
19113 " additional 2 control points in the center (position ~= 0.5) that are\n"
19114 " the same lightness as the background (typically white for paper\n"
19115 " output, black for crt), and same hue as the boundary control points.\n"
19116 " This allows the highs and lows to be very easily distinguished.\n"
19118 " Each control point must specify the cmap1 intensity index and the\n"
19119 " associated three coordinates in HLS or RGB space. The first point\n"
19120 " must correspond to position = 0, and the last to position = 1.\n"
19122 " If RGB colors are provided then the interpolation takes place in RGB\n"
19123 " space and is trivial. However if HLS colors are provided then, because\n"
19124 " of the circular nature of the color wheel for the hue coordinate, the\n"
19125 " interpolation could be performed in either direction around the color\n"
19126 " wheel. The default behaviour is for the hue to be linearly\n"
19127 " interpolated ignoring this circular property of hue. So for example,\n"
19128 " the hues 0 (red) and 240 (blue) will get interpolated via yellow,\n"
19129 " green and cyan. If instead you wish to interpolate the other way\n"
19130 " around the color wheel you have two options. You may provide hues\n"
19131 " outside the range [0, 360), so by using a hue of -120 for blue or 360\n"
19132 " for red the interpolation will proceed via magenta. Alternatively you\n"
19133 " can utilise the alt_hue_path variable to reverse the direction of\n"
19134 " interpolation if you need to provide hues within the [0-360) range.\n"
19136 " Examples of interpolation Huealt_hue_pathcolor scheme[120\n"
19137 " 240]falsegreen-cyan-blue[240 120]falseblue-cyan-green[120\n"
19138 " -120]falsegreen-yellow-red-magenta-blue[240\n"
19139 " 480]falseblue-magenta-red-yellow-green[120\n"
19140 " 240]truegreen-yellow-red-magenta-blue[240\n"
19141 " 120]trueblue-magenta-red-yellow-green\n"
19143 " Bounds on coordinatesRGBR[0, 1]magnitudeRGBG[0, 1]magnitudeRGBB[0,\n"
19144 " 1]magnitudeHLShue[0, 360]degreesHLSlightness[0,\n"
19145 " 1]magnitudeHLSsaturation[0, 1]magnitude\n"
19147 " Redacted form: plscmap1l(itype, intensity, coord1, coord2, coord3,\n"
19150 " This function is used in examples 8, 11, 12, 15, 20, and 21.\n"
19156 "plscmap1l(itype, npts, intensity, coord1, coord2, coord3, alt_hue_path)\n"
19160 " itype (PLBOOL, input) : true: RGB, false: HLS.\n"
19162 " npts (PLINT, input) : number of control points\n"
19164 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n"
19165 " intensity index (0.0-1.0) in ascending order for each control\n"
19168 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n"
19169 " coordinate (H or R) for each control point.\n"
19171 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n"
19172 " coordinate (L or G) for each control point.\n"
19174 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n"
19175 " coordinate (S or B) for each control point.\n"
19177 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n"
19178 " npts - 1 elements), each containing either true to use the reversed\n"
19179 " HLS interpolation or false to use the regular HLS interpolation.\n"
19180 " (alt_hue_path[i] refers to the interpolation interval between the\n"
19181 " i and i + 1 control points). This parameter is not used for RGB\n"
19183 " itype = true).\n"
19187 "Set cmap1 colors and alpha transparency using a piece-wise linear relationship\n"
19191 " This is a variant of plscmap1l that supports alpha channel\n"
19192 " transparency. It sets cmap1 colors using a piece-wise linear\n"
19193 " relationship between cmap1 intensity index (0.0-1.0) and position in\n"
19194 " HLS or RGB color space (see the PLplot documentation) with alpha\n"
19195 " transparency value (0.0-1.0). It may be called at any time.\n"
19197 " Redacted form: plscmap1la(itype, intensity, coord1, coord2, coord3,\n"
19198 " alpha, alt_hue_path)\n"
19200 " This function is used in example 30.\n"
19206 "plscmap1la(itype, npts, intensity, coord1, coord2, coord3, alpha, alt_hue_path)\n"
19210 " itype (PLBOOL, input) : true: RGB, false: HLS.\n"
19212 " npts (PLINT, input) : number of control points.\n"
19214 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n"
19215 " intensity index (0.0-1.0) in ascending order for each control\n"
19218 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n"
19219 " coordinate (H or R) for each control point.\n"
19221 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n"
19222 " coordinate (L or G) for each control point.\n"
19224 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n"
19225 " coordinate (S or B) for each control point.\n"
19227 " alpha (PLFLT_VECTOR, input) : A vector containing the alpha\n"
19228 " transparency value (0.0-1.0) for each control point.\n"
19230 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n"
19231 " npts - 1 elements) containing the alternative interpolation method\n"
19232 " Boolean value for each control point interval. (alt_hue_path[i]\n"
19233 " refers to the interpolation interval between the i and i + 1\n"
19234 " control points).\n"
19238 "Set number of colors in cmap1\n"
19242 " Set number of colors in cmap1, (re-)allocate cmap1, and set default\n"
19243 " values if this is the first allocation (see the PLplot documentation).\n"
19245 " Redacted form: plscmap1n(ncol1)\n"
19247 " This function is used in examples 8, 11, 20, and 21.\n"
19253 "plscmap1n(ncol1)\n"
19257 " ncol1 (PLINT, input) : Number of colors that will be allocated in\n"
19258 " the cmap1 palette. If this number is zero or less, then the value\n"
19259 " from the previous call to plscmap1n is used and if there is no\n"
19260 " previous call, then a default value is used.\n"
19264 "Set the cmap1 argument range for continuous color plots\n"
19268 " Set the cmap1 argument range for continuous color plots that\n"
19269 " corresponds to the range of data values. The maximum range\n"
19270 " corresponding to the entire cmap1 palette is 0.0-1.0, and the smaller\n"
19271 " the cmap1 argument range that is specified with this routine, the\n"
19272 " smaller the subset of the cmap1 color palette that is used to\n"
19273 " represent the continuous data being plotted. If\n"
19274 " min_color is greater than\n"
19276 " max_color is greater than 1.0 or\n"
19277 " min_color is less than 0.0 then no change is made to the cmap1\n"
19278 " argument range. (Use plgcmap1_range to get the cmap1 argument range.)\n"
19280 " Redacted form: plscmap1_range(min_color, max_color)\n"
19282 " This function is currently used in example 33.\n"
19288 "plscmap1_range(min_color, max_color)\n"
19292 " min_color (PLFLT, input) : The minimum cmap1 argument. If less\n"
19293 " than 0.0, then 0.0 is used instead.\n"
19295 " max_color (PLFLT, input) : The maximum cmap1 argument. If greater\n"
19296 " than 1.0, then 1.0 is used instead.\n"
19300 "Get the cmap1 argument range for continuous color plots\n"
19304 " Get the cmap1 argument range for continuous color plots. (Use\n"
19305 " plscmap1_range to set the cmap1 argument range.)\n"
19307 " Redacted form: plgcmap1_range(min_color, max_color)\n"
19309 " This function is currently not used in any example.\n"
19315 "plgcmap1_range(min_color, max_color)\n"
19319 " min_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n"
19320 " minimum cmap1 argument.\n"
19322 " max_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n"
19323 " maximum cmap1 argument.\n"
19327 "Set 8-bit RGB values for given cmap0 color index\n"
19331 " Set 8-bit RGB values for given cmap0 (see the PLplot documentation)\n"
19332 " index. Overwrites the previous color value for the given index and,\n"
19333 " thus, does not result in any additional allocation of space for\n"
19336 " Redacted form: plscol0(icol0, r, g, b)\n"
19338 " This function is used in any example 31.\n"
19344 "plscol0(icol0, r, g, b)\n"
19348 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n"
19349 " number of colors (which is set by default, by plscmap0n, or even\n"
19352 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19353 " degree of red in the color.\n"
19355 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19356 " degree of green in the color.\n"
19358 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19359 " degree of blue in the color.\n"
19363 "Set 8-bit RGB values and PLFLT alpha transparency value for given cmap0 color index\n"
19367 " Set 8-bit RGB value and PLFLT alpha transparency value for given cmap0\n"
19368 " (see the PLplot documentation) index. Overwrites the previous color\n"
19369 " value for the given index and, thus, does not result in any additional\n"
19370 " allocation of space for colors.\n"
19372 " This function is used in example 30.\n"
19378 "plscol0a(icol0, r, g, b, alpha)\n"
19382 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n"
19383 " number of colors (which is set by default, by plscmap0n, or even\n"
19386 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19387 " degree of red in the color.\n"
19389 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19390 " degree of green in the color.\n"
19392 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19393 " degree of blue in the color.\n"
19395 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n"
19400 "Set the background color by 8-bit RGB value\n"
19404 " Set the background color (color 0 in cmap0) by 8-bit RGB value (see\n"
19405 " the PLplot documentation).\n"
19407 " Redacted form: plscolbg(r, g, b)\n"
19409 " This function is used in examples 15 and 31.\n"
19415 "plscolbg(r, g, b)\n"
19419 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19420 " degree of red in the color.\n"
19422 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19423 " degree of green in the color.\n"
19425 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19426 " degree of blue in the color.\n"
19430 "Set the background color by 8-bit RGB value and PLFLT alpha transparency value.\n"
19434 " Set the background color (color 0 in cmap0) by 8-bit RGB value and\n"
19435 " PLFLT alpha transparency value (see the PLplot documentation).\n"
19437 " This function is used in example 31.\n"
19443 "plscolbga(r, g, b, alpha)\n"
19447 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19448 " degree of red in the color.\n"
19450 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19451 " degree of green in the color.\n"
19453 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
19454 " degree of blue in the color.\n"
19456 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n"
19461 "Used to globally turn color output on/off\n"
19465 " Used to globally turn color output on/off for those drivers/devices\n"
19466 " that support it.\n"
19468 " Redacted form: plscolor(color)\n"
19470 " This function is used in example 31.\n"
19476 "plscolor(color)\n"
19480 " color (PLINT, input) : Color flag (Boolean). If zero, color is\n"
19481 " turned off. If non-zero, color is turned on.\n"
19485 "Set device-compression level\n"
19489 " Set device-compression level. Only used for drivers that provide\n"
19490 " compression. This function, if used, should be invoked before a call\n"
19493 " Redacted form: plscompression(compression)\n"
19495 " This function is used in example 31.\n"
19501 "plscompression(compression)\n"
19505 " compression (PLINT, input) : The desired compression level. This is\n"
19506 " a device-dependent value. Currently only the jpeg and png devices\n"
19507 " use these values. For jpeg value is the jpeg quality which should\n"
19508 " normally be in the range 0-95. Higher values denote higher quality\n"
19509 " and hence larger image sizes. For png values are in the range -1\n"
19510 " to 99. Values of 0-9 are taken as the compression level for zlib.\n"
19511 " A value of -1 denotes the default zlib compression level. Values\n"
19512 " in the range 10-99 are divided by 10 and then used as the zlib\n"
19513 " compression level. Higher compression levels correspond to greater\n"
19514 " compression and small file sizes at the expense of more\n"
19519 "Set the device (keyword) name\n"
19523 " Set the device (keyword) name.\n"
19525 " Redacted form: plsdev(devname)\n"
19527 " This function is used in examples 1, 14, and 20.\n"
19533 "plsdev(devname)\n"
19537 " devname (PLCHAR_VECTOR, input) : An ascii character string\n"
19538 " containing the device name keyword of the required output device.\n"
19540 " devname is NULL or if the first character of the string is a ``?'',\n"
19541 " the normal (prompted) start up is used.\n"
19545 "Set parameters that define current device-space window\n"
19549 " Set relative margin width, aspect ratio, and relative justification\n"
19550 " that define current device-space window. If you want to just use the\n"
19551 " previous value for any of these, just pass in the magic value\n"
19552 " PL_NOTSET. It is unlikely that one should ever need to change the\n"
19553 " aspect ratio but it's in there for completeness. If plsdidev is not\n"
19554 " called the default values of mar, jx, and jy are all 0. aspect is set\n"
19555 " to a device-specific value.\n"
19557 " Redacted form: plsdidev(mar, aspect, jx, jy)\n"
19559 " This function is used in example 31.\n"
19565 "plsdidev(mar, aspect, jx, jy)\n"
19569 " mar (PLFLT, input) : Relative margin width.\n"
19571 " aspect (PLFLT, input) : Aspect ratio.\n"
19573 " jx (PLFLT, input) : Relative justification in x. Value must lie in\n"
19574 " the range -0.5 to 0.5.\n"
19576 " jy (PLFLT, input) : Relative justification in y. Value must lie in\n"
19577 " the range -0.5 to 0.5.\n"
19581 "Set up transformation from metafile coordinates\n"
19585 " Set up transformation from metafile coordinates. The size of the plot\n"
19586 " is scaled so as to preserve aspect ratio. This isn't intended to be a\n"
19587 " general-purpose facility just yet (not sure why the user would need\n"
19590 " Redacted form: plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm,\n"
19593 " This function is not used in any examples.\n"
19599 "plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm, dimypmm)\n"
19603 " dimxmin (PLINT, input) : NEEDS DOCUMENTATION\n"
19605 " dimxmax (PLINT, input) : NEEDS DOCUMENTATION\n"
19607 " dimymin (PLINT, input) : NEEDS DOCUMENTATION\n"
19609 " dimymax (PLINT, input) : NEEDS DOCUMENTATION\n"
19611 " dimxpmm (PLFLT, input) : NEEDS DOCUMENTATION\n"
19613 " dimypmm (PLFLT, input) : NEEDS DOCUMENTATION\n"
19617 "Set plot orientation\n"
19621 " Set plot orientation parameter which is multiplied by 90 degrees to\n"
19622 " obtain the angle of rotation. Note, arbitrary rotation parameters\n"
19623 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n"
19624 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n"
19625 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n"
19626 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori is\n"
19627 " not called the default value of rot is 0.\n"
19629 " N.B. aspect ratio is unaffected by calls to plsdiori. So you will\n"
19630 " probably want to change the aspect ratio to a value suitable for the\n"
19631 " plot orientation using a call to plsdidev or the command-line options\n"
19632 " -a or -freeaspect. For more documentation of those options see the\n"
19633 " PLplot documentation. Such command-line options can be set internally\n"
19634 " using plsetopt or set directly using the command line and parsed using\n"
19635 " a call to plparseopts.\n"
19637 " Redacted form: plsdiori(rot)\n"
19639 " This function is not used in any examples.\n"
19649 " rot (PLFLT, input) : Plot orientation parameter.\n"
19653 "Set parameters that define current plot-space window\n"
19657 " Set relative minima and maxima that define the current plot-space\n"
19658 " window. If plsdiplt is not called the default values of xmin, ymin,\n"
19659 " xmax, and ymax are 0., 0., 1., and 1.\n"
19661 " Redacted form: plsdiplt(xmin, ymin, xmax, ymax)\n"
19663 " This function is used in example 31.\n"
19669 "plsdiplt(xmin, ymin, xmax, ymax)\n"
19673 " xmin (PLFLT, input) : Relative minimum in x.\n"
19675 " ymin (PLFLT, input) : Relative minimum in y.\n"
19677 " xmax (PLFLT, input) : Relative maximum in x.\n"
19679 " ymax (PLFLT, input) : Relative maximum in y.\n"
19683 "Set parameters incrementally (zoom mode) that define current plot-space window\n"
19687 " Set relative minima and maxima incrementally (zoom mode) that define\n"
19688 " the current plot-space window. This function has the same effect as\n"
19689 " plsdiplt if that function has not been previously called. Otherwise,\n"
19690 " this function implements zoom mode using the transformation min_used =\n"
19691 " old_min + old_length*min and max_used = old_min + old_length*max for\n"
19692 " each axis. For example, if min = 0.05 and max = 0.95 for each axis,\n"
19693 " repeated calls to plsdiplz will zoom in by 10 per cent for each call.\n"
19695 " Redacted form: plsdiplz(xmin, ymin, xmax, ymax)\n"
19697 " This function is used in example 31.\n"
19703 "plsdiplz(xmin, ymin, xmax, ymax)\n"
19707 " xmin (PLFLT, input) : Relative (incremental) minimum in x.\n"
19709 " ymin (PLFLT, input) : Relative (incremental) minimum in y.\n"
19711 " xmax (PLFLT, input) : Relative (incremental) maximum in x.\n"
19713 " ymax (PLFLT, input) : Relative (incremental) maximum in y.\n"
19717 "Set seed for internal random number generator.\n"
19721 " Set the seed for the internal random number generator. See plrandd for\n"
19722 " further details.\n"
19724 " Redacted form: plseed(seed)\n"
19726 " This function is used in example 21.\n"
19736 " seed (unsigned int, input) : Seed for random number generator.\n"
19740 "Set the escape character for text strings\n"
19744 " Set the escape character for text strings. From C (in contrast to\n"
19745 " Fortran, see plsescfortran) you pass esc as a character. Only selected\n"
19746 " characters are allowed to prevent the user from shooting himself in\n"
19747 " the foot (For example, a \\ isn't allowed since it conflicts with C's\n"
19748 " use of backslash as a character escape). Here are the allowed escape\n"
19749 " characters and their corresponding decimal ASCII values: !, ASCII 33\n"
19760 " Redacted form: General: plsesc(esc)\n"
19763 " This function is used in example 29.\n"
19773 " esc (char, input) : Escape character.\n"
19777 "Set any command-line option\n"
19781 " Set any command-line option internally from a program before it\n"
19782 " invokes plinit. opt is the name of the command-line option and optarg\n"
19783 " is the corresponding command-line option argument.\n"
19785 " This function returns 0 on success.\n"
19787 " Redacted form: plsetopt(opt, optarg)\n"
19789 " This function is used in example 14.\n"
19795 "PLINT plsetopt(opt, optarg)\n"
19799 " opt (PLCHAR_VECTOR, input) : An ascii character string containing\n"
19800 " the command-line option.\n"
19802 " optarg (PLCHAR_VECTOR, input) : An ascii character string\n"
19803 " containing the argument of the command-line option.\n"
19807 "Set family file parameters\n"
19811 " Sets variables dealing with output file familying. Does nothing if\n"
19812 " familying not supported by the driver. This routine, if used, must be\n"
19813 " called before initializing PLplot. See the PLplot documentation for\n"
19814 " more information.\n"
19816 " Redacted form: plsfam(fam, num, bmax)\n"
19818 " This function is used in examples 14 and 31.\n"
19824 "plsfam(fam, num, bmax)\n"
19828 " fam (PLINT, input) : Family flag (Boolean). If nonzero, familying\n"
19831 " num (PLINT, input) : Current family file number.\n"
19833 " bmax (PLINT, input) : Maximum file size (in bytes) for a family\n"
19838 "Set FCI (font characterization integer)\n"
19842 " Sets font characteristics to be used at the start of the next string\n"
19843 " using the FCI approach. See the PLplot documentation for more\n"
19844 " information. Note, plsfont (which calls plsfci internally) provides a\n"
19845 " more user-friendly API for setting the font characterisitics.\n"
19847 " Redacted form: General: plsfci(fci)\n"
19850 " This function is used in example 23.\n"
19860 " fci (PLUNICODE, input) : PLUNICODE (unsigned 32-bit integer) value\n"
19865 "Set output file name\n"
19869 " Sets the current output file name, if applicable. If the file name\n"
19870 " has not been specified and is required by the driver, the user will be\n"
19871 " prompted for it. If using the X-windows output driver, this sets the\n"
19872 " display name. This routine, if used, must be called before\n"
19873 " initializing PLplot.\n"
19875 " Redacted form: plsfnam(fnam)\n"
19877 " This function is used in examples 1 and 20.\n"
19887 " fnam (PLCHAR_VECTOR, input) : An ascii character string containing\n"
19888 " the file name.\n"
19892 "Set family, style and weight of the current font\n"
19896 " Sets the current font. See the PLplot documentation for more\n"
19897 " information on font selection.\n"
19899 " Redacted form: plsfont(family, style, weight)\n"
19901 " This function is used in example 23.\n"
19907 "plsfont(family, style, weight)\n"
19911 " family (PLINT, input) : Font family to select for the current font.\n"
19912 " The available values are given by the PL_FCI_* constants in\n"
19913 " plplot.h. Current options are PL_FCI_SANS, PL_FCI_SERIF,\n"
19914 " PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value\n"
19915 " signifies that the font family should not be altered.\n"
19917 " style (PLINT, input) : Font style to select for the current font.\n"
19918 " The available values are given by the PL_FCI_* constants in\n"
19919 " plplot.h. Current options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and\n"
19920 " PL_FCI_OBLIQUE. A negative value signifies that the font style\n"
19921 " should not be altered.\n"
19923 " weight (PLINT, input) : Font weight to select for the current font.\n"
19924 " The available values are given by the PL_FCI_* constants in\n"
19925 " plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. A\n"
19926 " negative value signifies that the font weight should not be\n"
19931 "Shade regions on the basis of value\n"
19935 " Shade regions on the basis of value. This is the high-level routine\n"
19936 " for making continuous color shaded plots with cmap1 while plshade\n"
19937 " should be used to plot individual shaded regions using either cmap0 or\n"
19938 " cmap1. examples/;<language>/x16* shows how to use plshades for each of\n"
19939 " our supported languages.\n"
19941 " Redacted form: General: plshades(a, defined, xmin, xmax, ymin, ymax,\n"
19942 " clevel, fill_width, cont_color, cont_width, fill, rectangular, pltr,\n"
19946 " This function is used in examples 16, 21, and 22.\n"
19952 "plshades(a, nx, ny, defined, xmin, xmax, ymin, ymax, clevel, nlevel, fill_width, cont_color, cont_width, fill, rectangular, pltr, pltr_data)\n"
19956 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n"
19957 " plot. Should have dimensions of\n"
19961 " nx (PLINT, input) : First dimension of matrix \"a\".\n"
19963 " ny (PLINT, input) : Second dimension of matrix \"a\".\n"
19965 " defined (PLDEFINED_callback, input) : Callback function specifying\n"
19966 " the region that should be plotted in the shade plot. This\n"
19967 " function accepts x and y coordinates as input arguments and must\n"
19968 " return 1 if the point is to be included in the shade plot and 0\n"
19969 " otherwise. If you want to plot the entire shade plot (the usual\n"
19970 " case), this argument should be set to NULL.\n"
19972 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
19973 " pltr below for how these arguments are used (only for the special case\n"
19974 " when the callback function\n"
19975 " pltr is not supplied).\n"
19977 " clevel (PLFLT_VECTOR, input) : A vector containing the data levels\n"
19978 " corresponding to the edges of each shaded region that will be\n"
19979 " plotted by this function. To work properly the levels should be\n"
19982 " nlevel (PLINT, input) : Number of shades plus 1 (i.e., the number\n"
19983 " of shade edge values in clevel).\n"
19985 " fill_width (PLFLT, input) : Defines the line width used by the fill\n"
19988 " cont_color (PLINT, input) : Defines cmap0 pen color used for\n"
19989 " contours defining edges of shaded regions. The pen color is only\n"
19990 " temporary set for the contour drawing. Set this value to zero or\n"
19991 " less if no shade edge contours are wanted.\n"
19993 " cont_width (PLFLT, input) : Defines line width used for contours\n"
19994 " defining edges of shaded regions. This value may not be honored\n"
19995 " by all drivers. The pen width is only temporary set for the\n"
19996 " contour drawing. Set this value to zero or less if no shade edge\n"
19997 " contours are wanted.\n"
19999 " fill (PLFILL_callback, input) : Callback routine used to fill the\n"
20000 " region. Use plfill for this purpose.\n"
20002 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n"
20003 " map to rectangles after coordinate transformation with pltrl.\n"
20004 " Otherwise, set rectangular to false. If rectangular is set to\n"
20005 " true, plshade tries to save time by filling large rectangles.\n"
20006 " This optimization fails if the coordinate transformation distorts\n"
20007 " the shape of rectangles. For example a plot in polar coordinates\n"
20008 " has to have rectangular set to false.\n"
20010 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
20011 " defines the transformation between the zero-based indices of the\n"
20012 " matrix a and world coordinates. If\n"
20013 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
20014 " indices of a are mapped to the range\n"
20016 " xmax and the y indices of a are mapped to the range\n"
20018 " ymax.For the C case, transformation functions are provided in the\n"
20019 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
20020 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
20021 " matrices. In addition, C callback routines for the transformation\n"
20022 " can be supplied by the user such as the mypltr function in\n"
20023 " examples/c/x09c.c which provides a general linear transformation\n"
20024 " between index coordinates and world coordinates.For languages\n"
20025 " other than C you should consult the PLplot documentation for the\n"
20026 " details concerning how PLTRANSFORM_callback arguments are\n"
20027 " interfaced. However, in general, a particular pattern of\n"
20028 " callback-associated arguments such as a tr vector with 6 elements;\n"
20029 " xg and yg vectors; or xg and yg matrices are respectively\n"
20030 " interfaced to a linear-transformation routine similar to the above\n"
20031 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
20032 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
20033 " support native language callbacks for handling index to\n"
20034 " world-coordinate transformations. Examples of these various\n"
20035 " approaches are given in examples/<language>x09*,\n"
20036 " examples/<language>x16*, examples/<language>x20*,\n"
20037 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
20038 " supported languages.\n"
20040 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
20041 " information to pltr0, pltr1, pltr2, or whatever routine that is\n"
20042 " externally supplied.\n"
20046 "Shade individual region on the basis of value\n"
20050 " Shade individual region on the basis of value. Use plshades if you\n"
20051 " want to shade a number of contiguous regions using continuous colors.\n"
20052 " In particular the edge contours are treated properly in plshades. If\n"
20053 " you attempt to do contiguous regions with plshade the contours at the\n"
20054 " edge of the shade are partially obliterated by subsequent plots of\n"
20055 " contiguous shaded regions.\n"
20057 " Redacted form: General: plshade(a, defined, xmin, xmax, ymin, ymax,\n"
20058 " shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color,\n"
20059 " min_width, max_color, max_width, fill, rectangular, pltr, pltr_data)\n"
20062 " This function is used in example 15.\n"
20068 "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"
20072 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n"
20073 " plot. Should have dimensions of\n"
20077 " nx (PLINT, input) : First dimension of the matrix \"a\".\n"
20079 " ny (PLINT, input) : Second dimension of the matrix \"a\".\n"
20081 " defined (PLDEFINED_callback, input) : Callback function specifying\n"
20082 " the region that should be plotted in the shade plot. This\n"
20083 " function accepts x and y coordinates as input arguments and must\n"
20084 " return 1 if the point is to be included in the shade plot and 0\n"
20085 " otherwise. If you want to plot the entire shade plot (the usual\n"
20086 " case), this argument should be set to NULL.\n"
20088 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
20089 " pltr below for how these arguments are used (only for the special case\n"
20090 " when the callback function\n"
20091 " pltr is not supplied).\n"
20093 " shade_min (PLFLT, input) : Defines the lower end of the interval to\n"
20094 " be shaded. If shade_max <= shade_min, plshade does nothing.\n"
20096 " shade_max (PLFLT, input) : Defines the upper end of the interval to\n"
20097 " be shaded. If shade_max <= shade_min, plshade does nothing.\n"
20099 " sh_cmap (PLINT, input) : Defines color map. If sh_cmap=0, then\n"
20100 " sh_color is interpreted as a cmap0 (integer) index. If sh_cmap=1,\n"
20101 " then sh_color is interpreted as a cmap1 argument in the range\n"
20104 " sh_color (PLFLT, input) : Defines color map index with integer\n"
20105 " value if cmap0 or value in range (0.0-1.0) if cmap1.\n"
20107 " sh_width (PLFLT, input) : Defines width used by the fill pattern.\n"
20109 " min_color (PLINT, input) : Defines pen color, width used by the\n"
20110 " boundary of shaded region. The min values are used for the\n"
20111 " shade_min boundary, and the max values are used on the shade_max\n"
20112 " boundary. Set color and width to zero for no plotted boundaries.\n"
20114 " min_width (PLFLT, input) : Defines pen color, width used by the\n"
20115 " boundary of shaded region. The min values are used for the\n"
20116 " shade_min boundary, and the max values are used on the shade_max\n"
20117 " boundary. Set color and width to zero for no plotted boundaries.\n"
20119 " max_color (PLINT, input) : Defines pen color, width used by the\n"
20120 " boundary of shaded region. The min values are used for the\n"
20121 " shade_min boundary, and the max values are used on the shade_max\n"
20122 " boundary. Set color and width to zero for no plotted boundaries.\n"
20124 " max_width (PLFLT, input) : Defines pen color, width used by the\n"
20125 " boundary of shaded region. The min values are used for the\n"
20126 " shade_min boundary, and the max values are used on the shade_max\n"
20127 " boundary. Set color and width to zero for no plotted boundaries.\n"
20129 " fill (PLFILL_callback, input) : Routine used to fill the region.\n"
20130 " Use plfill. Future version of PLplot may have other fill\n"
20133 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n"
20134 " map to rectangles after coordinate transformation with pltrl.\n"
20135 " Otherwise, set rectangular to false. If rectangular is set to\n"
20136 " true, plshade tries to save time by filling large rectangles.\n"
20137 " This optimization fails if the coordinate transformation distorts\n"
20138 " the shape of rectangles. For example a plot in polar coordinates\n"
20139 " has to have rectangular set to false.\n"
20141 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
20142 " defines the transformation between the zero-based indices of the\n"
20143 " matrix a and world coordinates. If\n"
20144 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
20145 " indices of a are mapped to the range\n"
20147 " xmax and the y indices of a are mapped to the range\n"
20149 " ymax.For the C case, transformation functions are provided in the\n"
20150 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
20151 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
20152 " matrices. In addition, C callback routines for the transformation\n"
20153 " can be supplied by the user such as the mypltr function in\n"
20154 " examples/c/x09c.c which provides a general linear transformation\n"
20155 " between index coordinates and world coordinates.For languages\n"
20156 " other than C you should consult the PLplot documentation for the\n"
20157 " details concerning how PLTRANSFORM_callback arguments are\n"
20158 " interfaced. However, in general, a particular pattern of\n"
20159 " callback-associated arguments such as a tr vector with 6 elements;\n"
20160 " xg and yg vectors; or xg and yg matrices are respectively\n"
20161 " interfaced to a linear-transformation routine similar to the above\n"
20162 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
20163 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
20164 " support native language callbacks for handling index to\n"
20165 " world-coordinate transformations. Examples of these various\n"
20166 " approaches are given in examples/<language>x09*,\n"
20167 " examples/<language>x16*, examples/<language>x20*,\n"
20168 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
20169 " supported languages.\n"
20171 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
20172 " information to pltr0, pltr1, pltr2, or whatever routine that is\n"
20173 " externally supplied.\n"
20177 "Assign a function to use for generating custom axis labels\n"
20181 " This function allows a user to provide their own function to provide\n"
20182 " axis label text. The user function is given the numeric value for a\n"
20183 " point on an axis and returns a string label to correspond with that\n"
20184 " value. Custom axis labels can be enabled by passing appropriate\n"
20185 " arguments to plenv, plbox, plbox3 and similar functions.\n"
20187 " This function is used in example 19.\n"
20193 "plslabelfunc(label_func, label_data)\n"
20197 " label_func (PLLABEL_FUNC_callback, input) : This is the custom\n"
20198 " label function. In order to reset to the default labelling, set\n"
20199 " this to NULL. The labelling function parameters are, in order:\n"
20200 " axis: This indicates which axis a label is being requested for.\n"
20201 " The value will be one of PL_X_AXIS, PL_Y_AXIS or PL_Z_AXIS.\n"
20203 " value: This is the value along the axis which is being labelled.\n"
20205 " label_text: The string representation of the label value.\n"
20207 " length: The maximum length in characters allowed for label_text.\n"
20210 " label_data (PLPointer, input) : This parameter may be used to pass\n"
20211 " data to the label_func function.\n"
20215 "Set length of major ticks\n"
20219 " This sets up the length of the major ticks. The actual length is the\n"
20220 " product of the default length and a scaling factor as for character\n"
20223 " Redacted form: plsmaj(def, scale)\n"
20225 " This function is used in example 29.\n"
20231 "plsmaj(def, scale)\n"
20235 " def (PLFLT, input) : The default length of a major tick in\n"
20236 " millimeters, should be set to zero if the default length is to\n"
20237 " remain unchanged.\n"
20239 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
20240 " actual tick length.\n"
20244 "Set the memory area to be plotted (RGB)\n"
20248 " Set the memory area to be plotted (with the mem or memcairo driver) as\n"
20249 " the dev member of the stream structure. Also set the number of pixels\n"
20250 " in the memory passed in\n"
20251 " plotmem, which is a block of memory\n"
20253 " maxx by 3 bytes long, say: 480 x 640 x 3 (Y, X, RGB)\n"
20255 " This memory will have to be freed by the user!\n"
20257 " Redacted form: plsmem(maxx, maxy, plotmem)\n"
20259 " This function is not used in any examples.\n"
20265 "plsmem(maxx, maxy, plotmem)\n"
20269 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n"
20271 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n"
20273 " plotmem (PLPointer, input) : Pointer to the beginning of a\n"
20274 " user-supplied writeable memory area.\n"
20278 "Set the memory area to be plotted (RGBA)\n"
20282 " Set the memory area to be plotted (with the memcairo driver) as the\n"
20283 " dev member of the stream structure. Also set the number of pixels in\n"
20284 " the memory passed in\n"
20285 " plotmem, which is a block of memory\n"
20287 " maxx by 4 bytes long, say: 480 x 640 x 4 (Y, X, RGBA)\n"
20289 " This memory will have to be freed by the user!\n"
20291 " Redacted form: plsmema(maxx, maxy, plotmem)\n"
20293 " This function is not used in any examples.\n"
20299 "plsmema(maxx, maxy, plotmem)\n"
20303 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n"
20305 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n"
20307 " plotmem (PLPointer, input) : Pointer to the beginning of a\n"
20308 " user-supplied writeable memory area.\n"
20312 "Set length of minor ticks\n"
20316 " This sets up the length of the minor ticks and the length of the\n"
20317 " terminals on error bars. The actual length is the product of the\n"
20318 " default length and a scaling factor as for character height.\n"
20320 " Redacted form: plsmin(def, scale)\n"
20322 " This function is used in example 29.\n"
20328 "plsmin(def, scale)\n"
20332 " def (PLFLT, input) : The default length of a minor tick in\n"
20333 " millimeters, should be set to zero if the default length is to\n"
20334 " remain unchanged.\n"
20336 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
20337 " actual tick length.\n"
20341 "Set orientation\n"
20345 " Set integer plot orientation parameter. This function is identical to\n"
20346 " plsdiori except for the type of the argument, and should be used in\n"
20347 " the same way. See the documentation of plsdiori for details.\n"
20349 " Redacted form: plsori(ori)\n"
20351 " This function is used in example 3.\n"
20361 " ori (PLINT, input) : Orientation value (0 for landscape, 1 for\n"
20362 " portrait, etc.) The value is multiplied by 90 degrees to get the\n"
20367 "Set page parameters\n"
20371 " Sets the page configuration (optional). If an individual parameter is\n"
20372 " zero then that parameter value is not updated. Not all parameters are\n"
20373 " recognized by all drivers and the interpretation is device-dependent.\n"
20374 " The X-window driver uses the length and offset parameters to determine\n"
20375 " the window size and location. The length and offset values are\n"
20376 " expressed in units that are specific to the current driver. For\n"
20377 " instance: screen drivers will usually interpret them as number of\n"
20378 " pixels, whereas printer drivers will usually use mm.\n"
20380 " This routine, if used, must be called before initializing PLplot. It\n"
20381 " may be called at later times for interactive drivers to change only\n"
20382 " the dpi for subsequent redraws which you can force via a call to\n"
20383 " plreplot. If this function is not called then the page size defaults\n"
20384 " to landscape A4 for drivers which use real world page sizes and 744\n"
20385 " pixels wide by 538 pixels high for raster drivers. The default value\n"
20386 " for dx and dy is 90 pixels per inch for raster drivers.\n"
20390 " Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff)\n"
20392 " This function is used in examples 14 and 31.\n"
20398 "plspage(xp, yp, xleng, yleng, xoff, yoff)\n"
20402 " xp (PLFLT, input) : Number of pixels per inch (DPI), x. Used only\n"
20403 " by raster drivers, ignored by drivers which use \"real world\" units\n"
20406 " yp (PLFLT, input) : Number of pixels per inch (DPI), y. Used only\n"
20407 " by raster drivers, ignored by drivers which use \"real world\" units\n"
20410 " xleng (PLINT, input) : Page length, x.\n"
20412 " yleng (PLINT, input) : Page length, y.\n"
20414 " xoff (PLINT, input) : Page offset, x.\n"
20416 " yoff (PLINT, input) : Page offset, y.\n"
20420 "Set the cmap0 palette using the specified cmap0*.pal format file\n"
20424 " Set the cmap0 palette using the specified cmap0*.pal format file.\n"
20426 " Redacted form: plspal0(filename)\n"
20428 " This function is in example 16.\n"
20434 "plspal0(filename)\n"
20438 " filename (PLCHAR_VECTOR, input) : An ascii character string\n"
20439 " containing the name of the cmap0*.pal file. If this string is\n"
20440 " empty, use the default cmap0*.pal file.\n"
20444 "Set the cmap1 palette using the specified cmap1*.pal format file\n"
20448 " Set the cmap1 palette using the specified cmap1*.pal format file.\n"
20450 " Redacted form: plspal1(filename, interpolate)\n"
20452 " This function is used in example 16.\n"
20458 "plspal1(filename, interpolate)\n"
20462 " filename (PLCHAR_VECTOR, input) : An ascii character string\n"
20463 " containing the name of the cmap1*.pal file. If this string is\n"
20464 " empty, use the default cmap1*.pal file.\n"
20466 " interpolate (PLBOOL, input) : If this parameter is true, the\n"
20467 " columns containing the intensity index, r, g, b, alpha and\n"
20468 " alt_hue_path in the cmap1*.pal file are used to set the cmap1\n"
20469 " palette with a call to plscmap1la. (The cmap1*.pal header contains\n"
20470 " a flag which controls whether the r, g, b data sent to plscmap1la\n"
20471 " are interpreted as HLS or RGB.) If this parameter is false, the\n"
20472 " intensity index and alt_hue_path columns are ignored and the r, g,\n"
20473 " b (interpreted as RGB), and alpha columns of the cmap1*.pal file\n"
20474 " are used instead to set the cmap1 palette directly with a call to\n"
20479 "Set the pause (on end-of-page) status\n"
20483 " Set the pause (on end-of-page) status.\n"
20485 " Redacted form: plspause(pause)\n"
20487 " This function is in examples 14,20.\n"
20493 "plspause(pause)\n"
20497 " pause (PLBOOL, input) : If pause is true there will be a pause on\n"
20498 " end-of-page for those drivers which support this. Otherwise there\n"
20503 "Set current output stream\n"
20507 " Sets the number of the current output stream. The stream number\n"
20508 " defaults to 0 unless changed by this routine. The first use of this\n"
20509 " routine must be followed by a call initializing PLplot (e.g. plstar).\n"
20511 " Redacted form: plsstrm(strm)\n"
20513 " This function is examples 1,14,20.\n"
20523 " strm (PLINT, input) : The current stream number.\n"
20527 "Set the number of subpages in x and y\n"
20531 " Set the number of subpages in x and y.\n"
20533 " Redacted form: plssub(nx, ny)\n"
20535 " This function is examples 1,2,14,21,25,27.\n"
20545 " nx (PLINT, input) : Number of windows in x direction (i.e., number\n"
20546 " of window columns).\n"
20548 " ny (PLINT, input) : Number of windows in y direction (i.e., number\n"
20549 " of window rows).\n"
20553 "Set symbol size\n"
20557 " This sets up the size of all subsequent symbols drawn by plpoin and\n"
20558 " plsym. The actual height of a symbol is the product of the default\n"
20559 " symbol size and a scaling factor as for the character height.\n"
20561 " Redacted form: plssym(def, scale)\n"
20563 " This function is used in example 29.\n"
20569 "plssym(def, scale)\n"
20573 " def (PLFLT, input) : The default height of a symbol in millimeters,\n"
20574 " should be set to zero if the default height is to remain\n"
20577 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
20578 " actual symbol height.\n"
20586 " Initializing the plotting package. The program prompts for the device\n"
20587 " keyword or number of the desired output device. Hitting a RETURN in\n"
20588 " response to the prompt is the same as selecting the first device. If\n"
20589 " only one device is enabled when PLplot is installed, plstar will issue\n"
20590 " no prompt. The output device is divided into nx by ny subpages, each\n"
20591 " of which may be used independently. The subroutine pladv is used to\n"
20592 " advance from one subpage to the next.\n"
20594 " Redacted form: plstar(nx, ny)\n"
20596 " This function is used in example 1.\n"
20606 " nx (PLINT, input) : Number of subpages to divide output page in the\n"
20609 " ny (PLINT, input) : Number of subpages to divide output page in the\n"
20618 " Alternative to plstar for initializing the plotting package. The\n"
20619 " device name keyword for the desired output device must be supplied as\n"
20620 " an argument. These keywords are the same as those printed out by\n"
20621 " plstar. If the requested device is not available, or if the input\n"
20622 " string is empty or begins with ``?'', the prompted start up of plstar\n"
20623 " is used. This routine also divides the output device page into nx by\n"
20624 " ny subpages, each of which may be used independently. The subroutine\n"
20625 " pladv is used to advance from one subpage to the next.\n"
20627 " Redacted form: General: plstart(devname, nx, ny)\n"
20630 " This function is not used in any examples.\n"
20636 "plstart(devname, nx, ny)\n"
20640 " devname (PLCHAR_VECTOR, input) : An ascii character string\n"
20641 " containing the device name keyword of the required output device.\n"
20643 " devname is NULL or if the first character of the string is a ``?'',\n"
20644 " the normal (prompted) start up is used.\n"
20646 " nx (PLINT, input) : Number of subpages to divide output page in the\n"
20649 " ny (PLINT, input) : Number of subpages to divide output page in the\n"
20654 "Set a global coordinate transform function\n"
20658 " This function can be used to define a coordinate transformation which\n"
20659 " affects all elements drawn within the current plot window. The\n"
20660 " coordinate_transform callback function is similar to that provided for\n"
20661 " the plmap and plmeridians functions. The coordinate_transform_data\n"
20662 " parameter may be used to pass extra data to coordinate_transform.\n"
20664 " Redacted form: General: plstransform(coordinate_transform,\n"
20665 " coordinate_transform_data)\n"
20668 " This function is used in examples 19 and 22.\n"
20674 "plstransform(coordinate_transform, coordinate_transform_data)\n"
20678 " coordinate_transform (PLTRANSFORM_callback, input) : A callback\n"
20679 " function that defines the transformation from the input (x, y)\n"
20680 " world coordinates to new PLplot world coordinates. If\n"
20681 " coordinate_transform is not supplied (e.g., is set to NULL in the C\n"
20682 " case), then no transform is applied.\n"
20684 " coordinate_transform_data (PLPointer, input) : Optional extra data\n"
20686 " coordinate_transform.\n"
20690 "Plot a glyph at the specified points\n"
20694 " Plot a glyph at the specified points. (Supersedes plpoin and plsym\n"
20695 " because many[!] more glyphs are accessible with plstring.) The glyph\n"
20696 " is specified with a PLplot user string. Note that the user string is\n"
20697 " not actually limited to one glyph so it is possible (but not normally\n"
20698 " useful) to plot more than one glyph at the specified points with this\n"
20699 " function. As with plmtex and plptex, the user string can contain FCI\n"
20700 " escapes to determine the font, UTF-8 code to determine the glyph or\n"
20701 " else PLplot escapes for Hershey or unicode text to determine the\n"
20704 " Redacted form: plstring(x, y, string)\n"
20706 " This function is used in examples 4, 21 and 26.\n"
20712 "plstring(n, x, y, string)\n"
20716 " n (PLINT, input) : Number of points in the x and y vectors.\n"
20718 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
20721 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
20724 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
20725 " the glyph(s) to be plotted at each of the n points.\n"
20729 "Plot a glyph at the specified 3D points\n"
20733 " Plot a glyph at the specified 3D points. (Supersedes plpoin3 because\n"
20734 " many[!] more glyphs are accessible with plstring3.) Set up the call to\n"
20735 " this function similar to what is done for plline3. The glyph is\n"
20736 " specified with a PLplot user string. Note that the user string is not\n"
20737 " actually limited to one glyph so it is possible (but not normally\n"
20738 " useful) to plot more than one glyph at the specified points with this\n"
20739 " function. As with plmtex and plptex, the user string can contain FCI\n"
20740 " escapes to determine the font, UTF-8 code to determine the glyph or\n"
20741 " else PLplot escapes for Hershey or unicode text to determine the\n"
20744 " Redacted form: plstring3(x, y, z, string)\n"
20746 " This function is used in example 18.\n"
20752 "plstring3(n, x, y, z, string)\n"
20756 " n (PLINT, input) : Number of points in the x, y, and z vectors.\n"
20758 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
20761 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
20764 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
20767 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
20768 " the glyph(s) to be plotted at each of the n points. points.\n"
20772 "Add a point to a strip chart\n"
20776 " Add a point to a given pen of a given strip chart. There is no need\n"
20777 " for all pens to have the same number of points or to be equally\n"
20778 " sampled in the x coordinate. Allocates memory and rescales as\n"
20781 " Redacted form: plstripa(id, pen, x, y)\n"
20783 " This function is used in example 17.\n"
20789 "plstripa(id, pen, x, y)\n"
20793 " id (PLINT, input) : Identification number of the strip chart (set\n"
20794 " up in plstripc).\n"
20796 " pen (PLINT, input) : Pen number (ranges from 0 to 3).\n"
20798 " x (PLFLT, input) : X coordinate of point to plot.\n"
20800 " y (PLFLT, input) : Y coordinate of point to plot.\n"
20804 "Create a 4-pen strip chart\n"
20808 " Create a 4-pen strip chart, to be used afterwards by plstripa\n"
20810 " Redacted form: General: plstripc(id, xspec, yspec, xmin, xmax, xjump,\n"
20811 " ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline,\n"
20812 " styline, legline, labx, laby, labz)\n"
20815 " This function is used in example 17.\n"
20821 "plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline[], labx, laby, labtop)\n"
20825 " id (PLINT_NC_SCALAR, output) : Returned value of the identification\n"
20826 " number of the strip chart to use on plstripa and plstripd.\n"
20828 " xspec (PLCHAR_VECTOR, input) : An ascii character string containing\n"
20829 " the x-axis specification as in plbox.\n"
20831 " yspec (PLCHAR_VECTOR, input) : An ascii character string containing\n"
20832 " the y-axis specification as in plbox.\n"
20834 " xmin (PLFLT, input) : Initial coordinates of plot box; they will\n"
20835 " change as data are added.\n"
20837 " xmax (PLFLT, input) : Initial coordinates of plot box; they will\n"
20838 " change as data are added.\n"
20840 " xjump (PLFLT, input) : When x attains xmax, the length of the plot\n"
20841 " is multiplied by the factor (1 +\n"
20844 " ymin (PLFLT, input) : Initial coordinates of plot box; they will\n"
20845 " change as data are added.\n"
20847 " ymax (PLFLT, input) : Initial coordinates of plot box; they will\n"
20848 " change as data are added.\n"
20850 " xlpos (PLFLT, input) : X legend box position (range from 0 to 1).\n"
20852 " ylpos (PLFLT, input) : Y legend box position (range from 0 to 1).\n"
20854 " y_ascl (PLBOOL, input) : Autoscale y between x jumps if y_ascl is\n"
20855 " true, otherwise not.\n"
20857 " acc (PLBOOL, input) : Accumulate strip plot if acc is true,\n"
20858 " otherwise slide display.\n"
20860 " colbox (PLINT, input) : Plot box color index (cmap0).\n"
20862 " collab (PLINT, input) : Legend color index (cmap0).\n"
20864 " colline (PLINT_VECTOR, input) : A vector containing the cmap0 color\n"
20865 " indices for the 4 pens.\n"
20867 " styline (PLINT_VECTOR, input) : A vector containing the line style\n"
20868 " indices for the 4 pens.\n"
20870 " legline (PLCHAR_MATRIX, input) : A vector of UTF-8 character\n"
20871 " strings containing legends for the 4 pens.\n"
20873 " labx (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
20874 " the label for the x axis.\n"
20876 " laby (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
20877 " the label for the y axis.\n"
20879 " labtop (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
20880 " the plot title.\n"
20884 "Deletes and releases memory used by a strip chart\n"
20888 " Deletes and releases memory used by a strip chart.\n"
20890 " Redacted form: plstripd(id)\n"
20892 " This function is used in example 17.\n"
20902 " id (PLINT, input) : Identification number of strip chart to delete.\n"
20910 " This sets up the line style for all lines subsequently drawn. A line\n"
20911 " consists of segments in which the pen is alternately down and up. The\n"
20912 " lengths of these segments are passed in the vectors mark and space\n"
20913 " respectively. The number of mark-space pairs is specified by nms. In\n"
20914 " order to return the line style to the default continuous line, plstyl\n"
20915 " should be called with nms =0 .(see also pllsty)\n"
20917 " Redacted form: plstyl(mark, space)\n"
20919 " This function is used in examples 1, 9, and 14.\n"
20925 "plstyl(nms, mark, space)\n"
20929 " nms (PLINT, input) : The number of mark and space elements in a\n"
20930 " line. Thus a simple broken line can be obtained by setting nms=1\n"
20931 " . A continuous line is specified by setting nms=0 .\n"
20933 " mark (PLINT_VECTOR, input) : A vector containing the lengths of the\n"
20934 " segments during which the pen is down, measured in micrometers.\n"
20936 " space (PLINT_VECTOR, input) : A vector containing the lengths of\n"
20937 " the segments during which the pen is up, measured in micrometers.\n"
20941 "Set arrow style for vector plots\n"
20945 " Set the style for the arrow used by plvect to plot vectors.\n"
20947 " Redacted form: plsvect(arrowx, arrowy, fill)\n"
20949 " This function is used in example 22.\n"
20955 "plsvect(arrowx, arrowy, npts, fill)\n"
20959 " arrowx, arrowy (PLFLT_VECTOR, input) : A pair of vectors containing\n"
20960 " the x and y points which make up the arrow. The arrow is plotted\n"
20961 " by joining these points to form a polygon. The scaling assumes\n"
20962 " that the x and y points in the arrow lie in the range -0.5 <= x,y\n"
20963 " <= 0.5. If both arrowx and arrowy are NULL then the arrow style\n"
20964 " will be reset to its default.\n"
20966 " npts (PLINT, input) : Number of points in the vectors arrowx and\n"
20969 " fill (PLBOOL, input) : If fill is true then the arrow is closed, if\n"
20970 " fill is false then the arrow is open.\n"
20974 "Specify viewport in absolute coordinates\n"
20978 " Alternate routine to plvpor for setting up the viewport. This routine\n"
20979 " should be used only if the viewport is required to have a definite\n"
20980 " size in millimeters. The routine plgspa is useful for finding out the\n"
20981 " size of the current subpage.\n"
20983 " Redacted form: plsvpa(xmin, xmax, ymin, ymax)\n"
20985 " This function is used in example 10.\n"
20991 "plsvpa(xmin, xmax, ymin, ymax)\n"
20995 " xmin (PLFLT, input) : The distance of the left-hand edge of the\n"
20996 " viewport from the left-hand edge of the subpage in millimeters.\n"
20998 " xmax (PLFLT, input) : The distance of the right-hand edge of the\n"
20999 " viewport from the left-hand edge of the subpage in millimeters.\n"
21001 " ymin (PLFLT, input) : The distance of the bottom edge of the\n"
21002 " viewport from the bottom edge of the subpage in millimeters.\n"
21004 " ymax (PLFLT, input) : The distance of the top edge of the viewport\n"
21005 " from the bottom edge of the subpage in millimeters.\n"
21009 "Set x axis parameters\n"
21013 " Sets values of the digmax and digits flags for the x axis. See the\n"
21014 " PLplot documentation for more information.\n"
21016 " Redacted form: plsxax(digmax, digits)\n"
21018 " This function is used in example 31.\n"
21024 "plsxax(digmax, digits)\n"
21028 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21029 " digits for the x axis. If nonzero, the printed label will be\n"
21030 " switched to a floating-point representation when the number of\n"
21031 " digits exceeds digmax.\n"
21033 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21034 " its value here has no effect since it is set only by plbox or\n"
21035 " plbox3. However, the user may obtain its value after a call to\n"
21036 " either of these functions by calling plgxax.\n"
21040 "Set y axis parameters\n"
21044 " Identical to plsxax, except that arguments are flags for y axis. See\n"
21045 " the description of plsxax for more detail.\n"
21047 " Redacted form: plsyax(digmax, digits)\n"
21049 " This function is used in examples 1, 14, and 31.\n"
21055 "plsyax(digmax, digits)\n"
21059 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21060 " digits for the y axis. If nonzero, the printed label will be\n"
21061 " switched to a floating-point representation when the number of\n"
21062 " digits exceeds digmax.\n"
21064 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21065 " its value here has no effect since it is set only by plbox or\n"
21066 " plbox3. However, the user may obtain its value after a call to\n"
21067 " either of these functions by calling plgyax.\n"
21071 "Plot a glyph at the specified points\n"
21075 " Plot a glyph at the specified points. (This function is largely\n"
21076 " superseded by plstring which gives access to many[!] more glyphs.)\n"
21078 " Redacted form: plsym(x, y, code)\n"
21080 " This function is used in example 7.\n"
21086 "plsym(n, x, y, code)\n"
21090 " n (PLINT, input) : Number of points in the x and y vectors.\n"
21092 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
21095 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
21098 " code (PLINT, input) : Hershey symbol code corresponding to a glyph\n"
21099 " to be plotted at each of the n points.\n"
21103 "Set z axis parameters\n"
21107 " Identical to plsxax, except that arguments are flags for z axis. See\n"
21108 " the description of plsxax for more detail.\n"
21110 " Redacted form: plszax(digmax, digits)\n"
21112 " This function is used in example 31.\n"
21118 "plszax(digmax, digits)\n"
21122 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21123 " digits for the z axis. If nonzero, the printed label will be\n"
21124 " switched to a floating-point representation when the number of\n"
21125 " digits exceeds digmax.\n"
21127 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21128 " its value here has no effect since it is set only by plbox or\n"
21129 " plbox3. However, the user may obtain its value after a call to\n"
21130 " either of these functions by calling plgzax.\n"
21134 "Switch to text screen\n"
21138 " Sets an interactive device to text mode, used in conjunction with\n"
21139 " plgra to allow graphics and text to be interspersed. On a device\n"
21140 " which supports separate text and graphics windows, this command causes\n"
21141 " control to be switched to the text window. This can be useful for\n"
21142 " printing diagnostic messages or getting user input, which would\n"
21143 " otherwise interfere with the plots. The program must switch back to\n"
21144 " the graphics window before issuing plot commands, as the text (or\n"
21145 " console) device will probably become quite confused otherwise. If\n"
21146 " already in text mode, this command is ignored. It is also ignored on\n"
21147 " devices which only support a single window or use a different method\n"
21148 " for shifting focus (see also plgra).\n"
21150 " Redacted form: pltext()\n"
21152 " This function is used in example 1.\n"
21162 "Set format for date / time labels\n"
21166 " Sets the format for date / time labels. To enable date / time format\n"
21167 " labels see the options to plbox, plbox3, and plenv.\n"
21169 " Redacted form: pltimefmt(fmt)\n"
21171 " This function is used in example 29.\n"
21181 " fmt (PLCHAR_VECTOR, input) : An ascii character string which is\n"
21182 " interpreted similarly to the format specifier of typical system\n"
21183 " strftime routines except that PLplot ignores locale and also\n"
21184 " supplies some useful extensions in the context of plotting. All\n"
21185 " text in the string is printed as-is other than conversion\n"
21186 " specifications which take the form of a '%' character followed by\n"
21187 " further conversion specification character. The conversion\n"
21188 " specifications which are similar to those provided by system\n"
21189 " strftime routines are the following: %a: The abbreviated (English)\n"
21191 " %A: The full (English) weekday name.\n"
21192 " %b: The abbreviated (English) month name.\n"
21193 " %B: The full (English) month name.\n"
21194 " %c: Equivalent to %a %b %d %T %Y (non-ISO).\n"
21195 " %C: The century number (year/100) as a 2-digit integer.\n"
21196 " %d: The day of the month as a decimal number (range 01 to 31).\n"
21197 " %D: Equivalent to %m/%d/%y (non-ISO).\n"
21198 " %e: Like %d, but a leading zero is replaced by a space.\n"
21199 " %F: Equivalent to %Y-%m-%d (the ISO 8601 date format).\n"
21200 " %h: Equivalent to %b.\n"
21201 " %H: The hour as a decimal number using a 24-hour clock (range\n"
21203 " %I: The hour as a decimal number using a 12-hour clock (range\n"
21205 " %j: The day of the year as a decimal number (range 001 to\n"
21207 " %k: The hour (24-hour clock) as a decimal number (range 0 to\n"
21208 " 23); single digits are preceded by a blank. (See also %H.)\n"
21209 " %l: The hour (12-hour clock) as a decimal number (range 1 to\n"
21210 " 12); single digits are preceded by a blank. (See also %I.)\n"
21211 " %m: The month as a decimal number (range 01 to 12).\n"
21212 " %M: The minute as a decimal number (range 00 to 59).\n"
21213 " %n: A newline character.\n"
21214 " %p: Either \"AM\" or \"PM\" according to the given time value.\n"
21215 " Noon is treated as \"PM\" and midnight as \"AM\".\n"
21216 " %r: Equivalent to %I:%M:%S %p.\n"
21217 " %R: The time in 24-hour notation (%H:%M). For a version\n"
21218 " including the seconds, see %T below.\n"
21219 " %s: The number of seconds since the Epoch, 1970-01-01 00:00:00\n"
21221 " %S: The second as a decimal number (range 00 to 60). (The\n"
21222 " range is up to 60 to allow for occasional leap seconds.)\n"
21223 " %t: A tab character.\n"
21224 " %T: The time in 24-hour notation (%H:%M:%S).\n"
21225 " %u: The day of the week as a decimal, range 1 to 7, Monday\n"
21226 " being 1. See also %w.\n"
21227 " %U: The week number of the current year as a decimal number,\n"
21228 " range 00 to 53, starting with the first Sunday as the first\n"
21229 " day of week 01. See also %V and %W.\n"
21230 " %v: Equivalent to %e-%b-%Y.\n"
21231 " %V: The ISO 8601 week number of the current year as a decimal\n"
21232 " number, range 01 to 53, where week 1 is the first week that\n"
21233 " has at least 4 days in the new year. See also %U and %W.\n"
21234 " %w: The day of the week as a decimal, range 0 to 6, Sunday\n"
21235 " being 0. See also %u.\n"
21236 " %W: The week number of the current year as a decimal number,\n"
21237 " range 00 to 53, starting with the first Monday as the first\n"
21238 " day of week 01.\n"
21239 " %x: Equivalent to %a %b %d %Y.\n"
21240 " %X: Equivalent to %T.\n"
21241 " %y: The year as a decimal number without a century (range 00\n"
21243 " %Y: The year as a decimal number including a century.\n"
21244 " %z: The UTC time-zone string = \"+0000\".\n"
21245 " %Z: The UTC time-zone abbreviation = \"UTC\".\n"
21246 " %+: The UTC date and time in default format of the Unix date\n"
21247 " command which is equivalent to %a %b %d %T %Z %Y.\n"
21248 " %%: A literal \"%\" character.\n"
21249 " The conversion specifications which are extensions to those normally\n"
21250 " provided by system strftime routines are the following: %(0-9):\n"
21251 " The fractional part of the seconds field (including leading\n"
21252 " decimal point) to the specified accuracy. Thus %S%3 would give\n"
21253 " seconds to millisecond accuracy (00.000).\n"
21254 " %.: The fractional part of the seconds field (including\n"
21255 " leading decimal point) to the maximum available accuracy. Thus\n"
21256 " %S%. would give seconds with fractional part up to 9 decimal\n"
21257 " places if available.\n"
21261 "Specify viewport using aspect ratio only\n"
21265 " Selects the largest viewport with the given aspect ratio within the\n"
21266 " subpage that leaves a standard margin (left-hand margin of eight\n"
21267 " character heights, and a margin around the other three sides of five\n"
21268 " character heights).\n"
21270 " Redacted form: plvasp(aspect)\n"
21272 " This function is used in example 13.\n"
21282 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n"
21283 " axis of resulting viewport.\n"
21291 " Draws a plot of vector data contained in the matrices (\n"
21297 " ny]) . The scaling factor for the vectors is given by scale. A\n"
21298 " transformation routine pointed to by pltr with a pointer pltr_data for\n"
21299 " additional data required by the transformation routine to map indices\n"
21300 " within the matrices to the world coordinates. The style of the vector\n"
21301 " arrow may be set using plsvect.\n"
21303 " Redacted form: plvect(u, v, scale, pltr, pltr_data) where (see above\n"
21304 " discussion) the pltr, pltr_data callback arguments are sometimes\n"
21305 " replaced by a tr vector with 6 elements, or xg and yg array arguments\n"
21306 " with either one or two dimensions.\n"
21308 " This function is used in example 22.\n"
21314 "plvect(u, v, nx, ny, scale, pltr, pltr_data)\n"
21318 " u, v (PLFLT_MATRIX, input) : A pair of matrices containing the x\n"
21319 " and y components of the vector data to be plotted.\n"
21321 " nx, ny (PLINT, input) : Dimensions of the matrices u and v.\n"
21323 " scale (PLFLT, input) : Parameter to control the scaling factor of\n"
21324 " the vectors for plotting. If scale = 0 then the scaling factor is\n"
21325 " automatically calculated for the data. If scale < 0 then the\n"
21326 " scaling factor is automatically calculated for the data and then\n"
21327 " multiplied by -\n"
21328 " scale. If scale > 0 then the scaling factor is set to scale.\n"
21330 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
21331 " defines the transformation between the zero-based indices of the\n"
21332 " matrices u and v and world coordinates.For the C case,\n"
21333 " transformation functions are provided in the PLplot library: pltr0\n"
21334 " for the identity mapping, and pltr1 and pltr2 for arbitrary\n"
21335 " mappings respectively defined by vectors and matrices. In\n"
21336 " addition, C callback routines for the transformation can be\n"
21337 " supplied by the user such as the mypltr function in\n"
21338 " examples/c/x09c.c which provides a general linear transformation\n"
21339 " between index coordinates and world coordinates.For languages\n"
21340 " other than C you should consult the PLplot documentation for the\n"
21341 " details concerning how PLTRANSFORM_callback arguments are\n"
21342 " interfaced. However, in general, a particular pattern of\n"
21343 " callback-associated arguments such as a tr vector with 6 elements;\n"
21344 " xg and yg vectors; or xg and yg matrices are respectively\n"
21345 " interfaced to a linear-transformation routine similar to the above\n"
21346 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
21347 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
21348 " support native language callbacks for handling index to\n"
21349 " world-coordinate transformations. Examples of these various\n"
21350 " approaches are given in examples/<language>x09*,\n"
21351 " examples/<language>x16*, examples/<language>x20*,\n"
21352 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
21353 " supported languages.\n"
21355 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
21356 " information to pltr0, pltr1, pltr2, or whatever callback routine\n"
21357 " that is externally supplied.\n"
21361 "Specify viewport using coordinates and aspect ratio\n"
21365 " Device-independent routine for setting up the viewport. The viewport\n"
21366 " is chosen to be the largest with the given aspect ratio that fits\n"
21367 " within the specified region (in terms of normalized subpage\n"
21368 " coordinates). This routine is functionally equivalent to plvpor when\n"
21369 " a ``natural'' aspect ratio (0.0) is chosen. Unlike plvasp, this\n"
21370 " routine reserves no extra space at the edges for labels.\n"
21372 " Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect)\n"
21374 " This function is used in example 9.\n"
21380 "plvpas(xmin, xmax, ymin, ymax, aspect)\n"
21384 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n"
21385 " left-hand edge of the viewport.\n"
21387 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n"
21388 " right-hand edge of the viewport.\n"
21390 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n"
21391 " bottom edge of the viewport.\n"
21393 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n"
21394 " edge of the viewport.\n"
21396 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n"
21401 "Specify viewport using normalized subpage coordinates\n"
21405 " Device-independent routine for setting up the viewport. This defines\n"
21406 " the viewport in terms of normalized subpage coordinates which run from\n"
21407 " 0.0 to 1.0 (left to right and bottom to top) along each edge of the\n"
21408 " current subpage. Use the alternate routine plsvpa in order to create\n"
21409 " a viewport of a definite size.\n"
21411 " Redacted form: plvpor(xmin, xmax, ymin, ymax)\n"
21413 " This function is used in examples 2, 6-8, 10, 11, 15, 16, 18, 21, 23,\n"
21414 " 24, 26, 27, and 31.\n"
21420 "plvpor(xmin, xmax, ymin, ymax)\n"
21424 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n"
21425 " left-hand edge of the viewport.\n"
21427 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n"
21428 " right-hand edge of the viewport.\n"
21430 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n"
21431 " bottom edge of the viewport.\n"
21433 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n"
21434 " edge of the viewport.\n"
21438 "Select standard viewport\n"
21442 " Selects the largest viewport within the subpage that leaves a standard\n"
21443 " margin (left-hand margin of eight character heights, and a margin\n"
21444 " around the other three sides of five character heights).\n"
21446 " Redacted form: plvsta()\n"
21448 " This function is used in examples 1, 12, 14, 17, 25, and 29.\n"
21458 "Configure the transformations required for projecting a 3D surface on a 2D window\n"
21462 " Configure the transformations required for projecting a 3D surface on\n"
21463 " an existing 2D window. Those transformations (see the PLplot\n"
21464 " documentation) are done to a rectangular cuboid enclosing the 3D\n"
21465 " surface which has its limits expressed in 3D world coordinates and\n"
21466 " also normalized 3D coordinates (used for interpreting the altitude and\n"
21467 " azimuth of the viewing angle). The transformations consist of the\n"
21468 " linear transform from 3D world coordinates to normalized 3D\n"
21469 " coordinates, and the 3D rotation of normalized coordinates required to\n"
21470 " align the pole of the new 3D coordinate system with the viewing\n"
21471 " direction specified by altitude and azimuth so that x and y of the\n"
21472 " surface elements in that transformed coordinate system are the\n"
21473 " projection of the 3D surface with given viewing direction on the 2D\n"
21476 " The enclosing rectangular cuboid for the surface plot is defined by\n"
21477 " xmin, xmax, ymin, ymax, zmin and zmax in 3D world coordinates. It is\n"
21478 " mapped into the same rectangular cuboid with normalized 3D coordinate\n"
21479 " sizes of basex by basey by height so that xmin maps to -\n"
21480 " basex/2, xmax maps to basex/2, ymin maps to -\n"
21481 " basey/2, ymax maps to basey/2, zmin maps to 0 and zmax maps to height.\n"
21482 " The resulting rectangular cuboid in normalized coordinates is then\n"
21483 " viewed by an observer at altitude alt and azimuth az. This routine\n"
21484 " must be called before plbox3 or any of the 3D surface plotting\n"
21485 " routines; plmesh, plmeshc, plot3d, plot3dc, plot3dcl, plsurf3d,\n"
21486 " plsurf3dl or plfill3.\n"
21488 " Redacted form: plw3d(basex, basey, height, xmin, xmax, ymin, ymax,\n"
21489 " zmin, zmax, alt, az)\n"
21491 " This function is examples 8, 11, 18, and 21.\n"
21497 "plw3d(basex, basey, height, xmin, xmax, ymin, ymax, zmin, zmax, alt, az)\n"
21501 " basex (PLFLT, input) : The normalized x coordinate size of the\n"
21502 " rectangular cuboid.\n"
21504 " basey (PLFLT, input) : The normalized y coordinate size of the\n"
21505 " rectangular cuboid.\n"
21507 " height (PLFLT, input) : The normalized z coordinate size of the\n"
21508 " rectangular cuboid.\n"
21510 " xmin (PLFLT, input) : The minimum x world coordinate of the\n"
21511 " rectangular cuboid.\n"
21513 " xmax (PLFLT, input) : The maximum x world coordinate of the\n"
21514 " rectangular cuboid.\n"
21516 " ymin (PLFLT, input) : The minimum y world coordinate of the\n"
21517 " rectangular cuboid.\n"
21519 " ymax (PLFLT, input) : The maximum y world coordinate of the\n"
21520 " rectangular cuboid.\n"
21522 " zmin (PLFLT, input) : The minimum z world coordinate of the\n"
21523 " rectangular cuboid.\n"
21525 " zmax (PLFLT, input) : The maximum z world coordinate of the\n"
21526 " rectangular cuboid.\n"
21528 " alt (PLFLT, input) : The viewing altitude in degrees above the xy\n"
21529 " plane of the rectangular cuboid in normalized coordinates.\n"
21531 " az (PLFLT, input) : The viewing azimuth in degrees of the\n"
21532 " rectangular cuboid in normalized coordinates. When az=0, the\n"
21533 " observer is looking face onto the zx plane of the rectangular\n"
21534 " cuboid in normalized coordinates, and as az is increased, the\n"
21535 " observer moves clockwise around that cuboid when viewed from above\n"
21544 " Sets the pen width.\n"
21546 " Redacted form: plwidth(width)\n"
21548 " This function is used in examples 1 and 2.\n"
21558 " width (PLFLT, input) : The desired pen width. If width is negative\n"
21559 " or the same as the previous value no action is taken. width = 0.\n"
21560 " should be interpreted as as the minimum valid pen width for the\n"
21561 " device. The interpretation of positive width values is also\n"
21562 " device dependent.\n"
21570 " Specify the window, i.e., the world coordinates of the edges of the\n"
21573 " Redacted form: plwind(xmin, xmax, ymin, ymax)\n"
21575 " This function is used in examples 1, 2, 4, 6-12, 14-16, 18, 21, 23-27,\n"
21582 "plwind(xmin, xmax, ymin, ymax)\n"
21586 " xmin (PLFLT, input) : The world x coordinate of the left-hand edge\n"
21587 " of the viewport.\n"
21589 " xmax (PLFLT, input) : The world x coordinate of the right-hand edge\n"
21590 " of the viewport.\n"
21592 " ymin (PLFLT, input) : The world y coordinate of the bottom edge of\n"
21595 " ymax (PLFLT, input) : The world y coordinate of the top edge of the\n"
21600 "Enter or leave xor mode\n"
21604 " Enter (when mode is true) or leave (when mode is false) xor mode for\n"
21605 " those drivers (e.g., the xwin driver) that support it. Enables\n"
21606 " erasing plots by drawing twice the same line, symbol, etc. If driver\n"
21607 " is not capable of xor operation it returns a status of false.\n"
21609 " Redacted form: plxormod(mode, status)\n"
21611 " This function is used in examples 1 and 20.\n"
21617 "plxormod(mode, status)\n"
21621 " mode (PLBOOL, input) : mode is true means enter xor mode and mode\n"
21622 " is false means leave xor mode.\n"
21624 " status (PLBOOL_NC_SCALAR, output) : Returned value of the status.\n"
21625 " modestatus of true (false) means driver is capable (incapable) of\n"
21630 "Plot continental outline or shapefile data in world coordinates\n"
21634 " Plots continental outlines or shapefile data in world coordinates. A\n"
21635 " demonstration of how to use this function to create different\n"
21636 " projections can be found in examples/c/x19c. PLplot is provided with\n"
21637 " basic coastal outlines and USA state borders. To use the map\n"
21638 " functionality PLplot must be compiled with the shapelib library.\n"
21639 " Shapefiles have become a popular standard for geographical data and\n"
21640 " data in this format can be easily found from a number of online\n"
21641 " sources. Shapefile data is actually provided as three or more files\n"
21642 " with the same filename, but different extensions. The .shp and .shx\n"
21643 " files are required for plotting Shapefile data with PLplot.\n"
21645 " PLplot currently supports the point, multipoint, polyline and polygon\n"
21646 " objects within shapefiles. However holes in polygons are not\n"
21647 " supported. When plmap is used the type of object is derived from the\n"
21648 " shapefile, if you wish to override the type then use one of the other\n"
21649 " plmap variants. The built in maps have line data only.\n"
21651 " Redacted form: plmap(mapform, name, minx, maxx, miny, maxy)\n"
21653 " This function is used in example 19.\n"
21659 "plmap(mapform, name, minx, maxx, miny, maxy)\n"
21663 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
21664 " transform the original map data coordinates to a new coordinate\n"
21665 " system. The PLplot-supplied map data is provided as latitudes and\n"
21666 " longitudes; other Shapefile data may be provided in other\n"
21667 " coordinate systems as can be found in their .prj plain text files.\n"
21668 " For example, by using this transform we can change from a\n"
21669 " longitude, latitude coordinate to a polar stereographic\n"
21670 " projection. Initially, x[0]..[n-1] are the original x coordinates\n"
21671 " (longitudes for the PLplot-supplied data) and y[0]..y[n-1] are the\n"
21672 " corresponding y coordinates (latitudes for the PLplot supplied\n"
21673 " data). After the call to mapform(), x[] and y[] should be\n"
21674 " replaced by the corresponding plot coordinates. If no transform is\n"
21675 " desired, mapform can be replaced by NULL.\n"
21677 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
21678 " the type of map plotted. This is either one of the PLplot built-in\n"
21679 " maps or the file name of a set of Shapefile files without the file\n"
21680 " extensions. For the PLplot built-in maps the possible values are:\n"
21681 " \"globe\" -- continental outlines\n"
21682 " \"usa\" -- USA and state boundaries\n"
21683 " \"cglobe\" -- continental outlines and countries\n"
21684 " \"usaglobe\" -- USA, state boundaries and continental outlines\n"
21687 " minx (PLFLT, input) : The minimum x value of map elements to be\n"
21688 " drawn. The units must match the shapefile (built in maps are\n"
21689 " degrees lat/lon). Objects in the file which do not encroach on the\n"
21690 " box defined by minx, maxx, miny, maxy will not be rendered. But\n"
21691 " note this is simply an optimisation, not a clipping so for objects\n"
21692 " with some points inside the box and some points outside the box\n"
21693 " all the points will be rendered. These parameters also define\n"
21694 " latitude and longitude wrapping for shapefiles using these units.\n"
21695 " Longitude points will be wrapped by integer multiples of 360\n"
21696 " degrees to place them in the box. This allows the same data to be\n"
21697 " used on plots from -180-180 or 0-360 longitude ranges. In fact if\n"
21698 " you plot from -180-540 you will get two cycles of data drawn. The\n"
21699 " value of minx must be less than the value of maxx. Passing in a\n"
21700 " nan, max/-max floating point number or +/-infinity will case the\n"
21701 " bounding box from the shapefile to be used.\n"
21703 " maxx (PLFLT, input) : The maximum x value of map elements to be\n"
21704 " drawn - see minx.\n"
21706 " miny (PLFLT, input) : The minimum y value of map elements to be\n"
21707 " drawn - see minx.\n"
21709 " maxy (PLFLT, input) : The maximum y value of map elements to be\n"
21710 " drawn - see minx.\n"
21714 "Plot all or a subset of Shapefile data using lines in world coordinates\n"
21718 " Plot all or a subset of Shapefile data using lines in world\n"
21719 " coordinates. Our 19th standard example demonstrates how to use this\n"
21720 " function. This function plots data from a Shapefile using lines as in\n"
21721 " plmap, however it also has the option of also only drawing specified\n"
21722 " elements from the Shapefile. The vector of indices of the required\n"
21723 " elements are passed as a function argument. The Shapefile data should\n"
21724 " include a metadata file (extension.dbf) listing all items within the\n"
21725 " Shapefile. This file can be opened by most popular spreadsheet\n"
21726 " programs and can be used to decide which indices to pass to this\n"
21729 " Redacted form: plmapline(mapform, name, minx, maxx, miny, maxy,\n"
21732 " This function is used in example 19.\n"
21738 "plmapline(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
21742 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
21743 " transform the coordinates given in the shapefile into a plot\n"
21744 " coordinate system. By using this transform, we can change from a\n"
21745 " longitude, latitude coordinate to a polar stereographic project,\n"
21746 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
21747 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
21748 " mapform(), x[] and y[] should be replaced by the corresponding\n"
21749 " plot coordinates. If no transform is desired, mapform can be\n"
21750 " replaced by NULL.\n"
21752 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
21753 " the file name of a set of Shapefile files without the file\n"
21756 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
21757 " be in the same units as used by the Shapefile. You could use a\n"
21758 " very large negative number to plot everything, but you can improve\n"
21759 " performance by limiting the area drawn. The units must match those\n"
21760 " of the Shapefile projection, which may be for example longitude or\n"
21761 " distance. The value of minx must be less than the value of maxx.\n"
21763 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
21764 " use a very large number to plot everything, but you can improve\n"
21765 " performance by limiting the area drawn.\n"
21767 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
21768 " be in the same units as used by the Shapefile. You could use a\n"
21769 " very large negative number to plot everything, but you can improve\n"
21770 " performance by limiting the area drawn. The units must match those\n"
21771 " of the Shapefile projection, which may be for example latitude or\n"
21772 " distance. The value of miny must be less than the value of maxy.\n"
21774 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
21775 " use a very large number to plot everything, but you can improve\n"
21776 " performance by limiting the area drawn.\n"
21778 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
21779 " zero-based indices of the Shapefile elements which will be drawn.\n"
21781 " plotentries to NULL will plot all elements of the Shapefile.\n"
21783 " nplotentries (PLINT, input) : The number of items in\n"
21784 " plotentries. Ignored if\n"
21785 " plotentries is NULL.\n"
21789 "Plot all or a subset of Shapefile data using strings or points in world coordinates\n"
21793 " As per plmapline, however the items are plotted as strings or points\n"
21794 " in the same way as plstring.\n"
21796 " Redacted form: plmapstring(mapform, name, string, minx, maxx, miny,\n"
21797 " maxy, plotentries)\n"
21799 " This function is not used in any examples.\n"
21805 "plmapstring(mapform, name, string, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
21809 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
21810 " transform the coordinates given in the shapefile into a plot\n"
21811 " coordinate system. By using this transform, we can change from a\n"
21812 " longitude, latitude coordinate to a polar stereographic project,\n"
21813 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
21814 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
21815 " mapform(), x[] and y[] should be replaced by the corresponding\n"
21816 " plot coordinates. If no transform is desired, mapform can be\n"
21817 " replaced by NULL.\n"
21819 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
21820 " the file name of a set of Shapefile files without the file\n"
21823 " string (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
21826 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
21827 " be in the same units as used by the Shapefile. You could use a\n"
21828 " very large negative number to plot everything, but you can improve\n"
21829 " performance by limiting the area drawn. The units must match those\n"
21830 " of the Shapefile projection, which may be for example longitude or\n"
21831 " distance. The value of minx must be less than the value of maxx.\n"
21833 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
21834 " use a very large number to plot everything, but you can improve\n"
21835 " performance by limiting the area drawn.\n"
21837 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
21838 " be in the same units as used by the Shapefile. You could use a\n"
21839 " very large negative number to plot everything, but you can improve\n"
21840 " performance by limiting the area drawn. The units must match those\n"
21841 " of the Shapefile projection, which may be for example latitude or\n"
21842 " distance. The value of miny must be less than the value of maxy.\n"
21844 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
21845 " use a very large number to plot everything, but you can improve\n"
21846 " performance by limiting the area drawn.\n"
21848 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
21849 " zero-based indices of the Shapefile elements which will be drawn.\n"
21851 " plotentries to NULL will plot all elements of the Shapefile.\n"
21853 " nplotentries (PLINT, input) : The number of items in\n"
21854 " plotentries. Ignored if\n"
21855 " plotentries is NULL.\n"
21859 "Draw text at points defined by Shapefile data in world coordinates\n"
21863 " As per plmapline, however the items are plotted as text in the same\n"
21864 " way as plptex.\n"
21866 " Redacted form: plmaptex(mapform, name, dx, dy, just, text, minx, maxx,\n"
21867 " miny, maxy, plotentry)\n"
21869 " This function is used in example 19.\n"
21875 "plmaptex(mapform, name, dx, dy, just, text, minx, maxx, miny, maxy, plotentry)\n"
21879 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
21880 " transform the coordinates given in the shapefile into a plot\n"
21881 " coordinate system. By using this transform, we can change from a\n"
21882 " longitude, latitude coordinate to a polar stereographic project,\n"
21883 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
21884 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
21885 " mapform(), x[] and y[] should be replaced by the corresponding\n"
21886 " plot coordinates. If no transform is desired, mapform can be\n"
21887 " replaced by NULL.\n"
21889 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
21890 " the file name of a set of Shapefile files without the file\n"
21893 " dx (PLFLT, input) : Used to define the slope of the texts which is\n"
21896 " dy (PLFLT, input) : Used to define the slope of the texts which is\n"
21899 " just (PLFLT, input) : Set the justification of the text. The value\n"
21900 " given will be the fraction of the distance along the string that\n"
21901 " sits at the given point. 0.0 gives left aligned text, 0.5 gives\n"
21902 " centralized text and 1.0 gives right aligned text.\n"
21904 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be drawn.\n"
21906 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
21907 " be in the same units as used by the Shapefile. You could use a\n"
21908 " very large negative number to plot everything, but you can improve\n"
21909 " performance by limiting the area drawn. The units must match those\n"
21910 " of the Shapefile projection, which may be for example longitude or\n"
21911 " distance. The value of minx must be less than the value of maxx.\n"
21913 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
21914 " use a very large number to plot everything, but you can improve\n"
21915 " performance by limiting the area drawn.\n"
21917 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
21918 " be in the same units as used by the Shapefile. You could use a\n"
21919 " very large negative number to plot everything, but you can improve\n"
21920 " performance by limiting the area drawn. The units must match those\n"
21921 " of the Shapefile projection, which may be for example latitude or\n"
21922 " distance. The value of miny must be less than the value of maxy.\n"
21924 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
21925 " use a very large number to plot everything, but you can improve\n"
21926 " performance by limiting the area drawn.\n"
21928 " plotentry (PLINT, input) : An integer indicating which text string\n"
21929 " of the Shapefile (zero indexed) will be drawn.\n"
21933 "Plot all or a subset of Shapefile data, filling the polygons\n"
21937 " As per plmapline, however the items are filled in the same way as\n"
21940 " Redacted form: plmapfill(mapform, name, minx, maxx, miny, maxy,\n"
21943 " This function is used in example 19.\n"
21949 "plmapfill(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
21953 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
21954 " transform the coordinates given in the shapefile into a plot\n"
21955 " coordinate system. By using this transform, we can change from a\n"
21956 " longitude, latitude coordinate to a polar stereographic project,\n"
21957 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
21958 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
21959 " mapform(), x[] and y[] should be replaced by the corresponding\n"
21960 " plot coordinates. If no transform is desired, mapform can be\n"
21961 " replaced by NULL.\n"
21963 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
21964 " the file name of a set of Shapefile files without the file\n"
21967 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
21968 " be in the same units as used by the Shapefile. You could use a\n"
21969 " very large negative number to plot everything, but you can improve\n"
21970 " performance by limiting the area drawn. The units must match those\n"
21971 " of the Shapefile projection, which may be for example longitude or\n"
21972 " distance. The value of minx must be less than the value of maxx.\n"
21974 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
21975 " use a very large number to plot everything, but you can improve\n"
21976 " performance by limiting the area drawn.\n"
21978 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
21979 " be in the same units as used by the Shapefile. You could use a\n"
21980 " very large negative number to plot everything, but you can improve\n"
21981 " performance by limiting the area drawn. The units must match those\n"
21982 " of the Shapefile projection, which may be for example latitude or\n"
21983 " distance. The value of miny must be less than the value of maxy.\n"
21985 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
21986 " use a very large number to plot everything, but you can improve\n"
21987 " performance by limiting the area drawn.\n"
21989 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
21990 " zero-based indices of the Shapefile elements which will be drawn.\n"
21992 " plotentries to NULL will plot all elements of the Shapefile.\n"
21994 " nplotentries (PLINT, input) : The number of items in\n"
21995 " plotentries. Ignored if\n"
21996 " plotentries is NULL.\n"
22000 "Plot latitude and longitude lines\n"
22004 " Displays latitude and longitude on the current plot. The lines are\n"
22005 " plotted in the current color and line style.\n"
22007 " Redacted form: plmeridians(mapform, dlong, dlat, minlong, maxlong,\n"
22008 " minlat, maxlat)\n"
22010 " This function is used in example 19.\n"
22016 "plmeridians(mapform, dlong, dlat, minlong, maxlong, minlat, maxlat)\n"
22020 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22021 " transform the coordinate longitudes and latitudes to a plot\n"
22022 " coordinate system. By using this transform, we can change from a\n"
22023 " longitude, latitude coordinate to a polar stereographic project,\n"
22024 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22025 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22026 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22027 " plot coordinates. If no transform is desired, mapform can be\n"
22028 " replaced by NULL.\n"
22030 " dlong (PLFLT, input) : The interval in degrees at which the\n"
22031 " longitude lines are to be plotted.\n"
22033 " dlat (PLFLT, input) : The interval in degrees at which the latitude\n"
22034 " lines are to be plotted.\n"
22036 " minlong (PLFLT, input) : The value of the longitude on the left\n"
22037 " side of the plot. The value of minlong must be less than the value\n"
22038 " of maxlong, and the quantity maxlong-minlong must be less than or\n"
22041 " maxlong (PLFLT, input) : The value of the longitude on the right\n"
22042 " side of the plot.\n"
22044 " minlat (PLFLT, input) : The minimum latitude to be plotted on the\n"
22045 " background. One can always use -90.0 as the boundary outside the\n"
22046 " plot window will be automatically eliminated. However, the\n"
22047 " program will be faster if one can reduce the size of the\n"
22048 " background plotted.\n"
22050 " maxlat (PLFLT, input) : The maximum latitudes to be plotted on the\n"
22051 " background. One can always use 90.0 as the boundary outside the\n"
22052 " plot window will be automatically eliminated.\n"
22056 "Plot a 2D matrix using cmap1 with automatic color adjustment\n"
22060 " Plot a 2D matrix using the cmap1 palette. The color scale is\n"
22061 " automatically adjusted to use the maximum and minimum values in idata\n"
22062 " as valuemin and valuemax in a call to plimagefr.\n"
22064 " Redacted form: General: plimage(idata, xmin, xmax, ymin, ymax, zmin,\n"
22065 " zmax, Dxmin, Dxmax, Dymin, Dymax)\n"
22068 " This function is used in example 20.\n"
22074 "plimage(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax)\n"
22078 " idata (PLFLT_MATRIX, input) : A matrix containing function values\n"
22079 " to plot. Should have dimensions of\n"
22083 " nx, ny (PLINT, input) : Dimensions of idata\n"
22085 " xmin, xmax, ymin, ymax (PLFLT, input) : The x and y index ranges\n"
22086 " are linearly transformed to these world coordinate ranges such\n"
22087 " that idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny\n"
22088 " - 1] corresponds to (xmax, ymax).\n"
22090 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n"
22091 " (inclusive) will be plotted.\n"
22093 " Dxmin, Dxmax, Dymin, Dymax (PLFLT, input) : Plot only the window of\n"
22094 " points whose plot coordinates fall inside the window of (Dxmin,\n"
22095 " Dymin) to (Dxmax, Dymax).\n"
22099 "Plot a 2D matrix using cmap1\n"
22103 " Plot a 2D matrix using cmap1.\n"
22105 " Redacted form: General: plimagefr(idata, xmin, xmax, ymin, ymax, zmin,\n"
22106 " zmax, valuemin, valuemax, pltr, pltr_data)\n"
22109 " This function is used in example 20.\n"
22115 "plimagefr(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, pltr, pltr_data)\n"
22119 " idata (PLFLT_MATRIX, input) : A matrix of values (intensities) to\n"
22120 " plot. Should have dimensions of\n"
22124 " nx, ny (PLINT, input) : Dimensions of idata\n"
22126 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
22127 " pltr below for how these arguments are used (only for the special case\n"
22128 " when the callback function\n"
22129 " pltr is not supplied).\n"
22131 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n"
22132 " (inclusive) will be plotted.\n"
22134 " valuemin, valuemax (PLFLT, input) : The minimum and maximum data\n"
22135 " values to use for value to color mappings. A datum equal to or\n"
22136 " less than valuemin will be plotted with color 0.0, while a datum\n"
22137 " equal to or greater than valuemax will be plotted with color 1.0.\n"
22138 " Data between valuemin and valuemax map linearly to colors in the\n"
22139 " range (0.0-1.0).\n"
22141 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
22142 " defines the transformation between the zero-based indices of the\n"
22143 " matrix idata and world coordinates. If\n"
22144 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
22145 " indices of idata are mapped to the range\n"
22147 " xmax and the y indices of idata are mapped to the range\n"
22149 " ymax.For the C case, transformation functions are provided in the\n"
22150 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
22151 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
22152 " matrices. In addition, C callback routines for the transformation\n"
22153 " can be supplied by the user such as the mypltr function in\n"
22154 " examples/c/x09c.c which provides a general linear transformation\n"
22155 " between index coordinates and world coordinates.For languages\n"
22156 " other than C you should consult the PLplot documentation for the\n"
22157 " details concerning how PLTRANSFORM_callback arguments are\n"
22158 " interfaced. However, in general, a particular pattern of\n"
22159 " callback-associated arguments such as a tr vector with 6 elements;\n"
22160 " xg and yg vectors; or xg and yg matrices are respectively\n"
22161 " interfaced to a linear-transformation routine similar to the above\n"
22162 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
22163 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
22164 " support native language callbacks for handling index to\n"
22165 " world-coordinate transformations. Examples of these various\n"
22166 " approaches are given in examples/<language>x09*,\n"
22167 " examples/<language>x16*, examples/<language>x20*,\n"
22168 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
22169 " supported languages.\n"
22171 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
22172 " information to pltr0, pltr1, pltr2, or whatever routine is\n"
22173 " externally supplied.\n"
22182 "Wait for graphics input event and translate to world coordinates.\n"
22186 " Wait for graphics input event and translate to world coordinates.\n"
22187 " Returns 0 if no translation to world coordinates is possible.\n"
22189 " This function returns 1 on success and 0 if no translation to world\n"
22190 " coordinates is possible.\n"
22192 " Redacted form: plGetCursor(gin)\n"
22194 " This function is used in examples 1 and 20.\n"
22200 "PLINT plGetCursor(gin)\n"
22204 " gin (PLGraphicsIn *, output) : Pointer to PLGraphicsIn structure\n"
22205 " which will contain the output. The structure is not allocated by\n"
22206 " the routine and must exist before the function is called.\n"
22209 { NULL, NULL, 0, NULL }
22213 { NULL, NULL, 0, NULL }
22287 {0, 0, 0, 0.0, 0, 0}};
22341 #define SWIGRUNTIME_DEBUG
22364 if (!module_head) {
22377 }
while (iter!= module_head);
22388 if (init == 0)
return;
22391 #ifdef SWIGRUNTIME_DEBUG
22392 printf(
"SWIG_InitializeModule: size %lu\n", (
unsigned long)
swig_module.
size);
22399 #ifdef SWIGRUNTIME_DEBUG
22409 #ifdef SWIGRUNTIME_DEBUG
22410 printf(
"SWIG_InitializeModule: found type %s\n", type->
name);
22414 #ifdef SWIGRUNTIME_DEBUG
22415 printf(
"SWIG_InitializeModule: found and overwrite type %s \n", type->
name);
22424 while (cast->
type) {
22427 #ifdef SWIGRUNTIME_DEBUG
22428 printf(
"SWIG_InitializeModule: look cast %s\n", cast->
type->
name);
22432 #ifdef SWIGRUNTIME_DEBUG
22433 if (ret) printf(
"SWIG_InitializeModule: found cast %s\n", ret->
name);
22438 #ifdef SWIGRUNTIME_DEBUG
22439 printf(
"SWIG_InitializeModule: skip old type %s\n", ret->
name);
22446 #ifdef SWIGRUNTIME_DEBUG
22447 if (ocast) printf(
"SWIG_InitializeModule: skip old cast %s\n", ret->
name);
22449 if (!ocast) ret = 0;
22454 #ifdef SWIGRUNTIME_DEBUG
22455 printf(
"SWIG_InitializeModule: adding cast %s\n", cast->
type->
name);
22470 #ifdef SWIGRUNTIME_DEBUG
22471 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
22476 while (cast->
type) {
22477 printf(
"SWIG_InitializeModule: cast type %s\n", cast->
type->
name);
22481 printf(
"---- Total casts: %d\n",j);
22483 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
22496 static int init_run = 0;
22498 if (init_run)
return;
22509 equiv = equiv->
next;
22530 #define SWIG_newvarlink() SWIG_Python_newvarlink()
22531 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
22532 #define SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants)
22540 PyObject *(*get_attr)(void);
22552 #if PY_VERSION_HEX >= 0x03000000
22553 return PyUnicode_InternFromString(
"<Swig global variables>");
22555 return PyString_FromString(
"<Swig global variables>");
22561 #if PY_VERSION_HEX >= 0x03000000
22562 PyObject *str = PyUnicode_InternFromString(
"(");
22566 for (var = v->
vars; var; var=var->
next) {
22567 tail = PyUnicode_FromString(var->
name);
22568 joined = PyUnicode_Concat(str,
tail);
22573 tail = PyUnicode_InternFromString(
", ");
22574 joined = PyUnicode_Concat(str,
tail);
22580 tail = PyUnicode_InternFromString(
")");
22581 joined = PyUnicode_Concat(str,
tail);
22586 PyObject *str = PyString_FromString(
"(");
22588 for (var = v->
vars; var; var=var->
next) {
22589 PyString_ConcatAndDel(&str,PyString_FromString(var->
name));
22590 if (var->
next) PyString_ConcatAndDel(&str,PyString_FromString(
", "));
22592 PyString_ConcatAndDel(&str,PyString_FromString(
")"));
22610 PyObject *res = NULL;
22613 if (strcmp(var->
name,n) == 0) {
22619 if (res == NULL && !PyErr_Occurred()) {
22620 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
22630 if (strcmp(var->
name,n) == 0) {
22636 if (res == 1 && !PyErr_Occurred()) {
22637 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
22644 static char varlink__doc__[] =
"Swig var link object";
22645 static PyTypeObject varlink_type;
22646 static int type_init = 0;
22648 const PyTypeObject tmp = {
22649 #if PY_VERSION_HEX >= 0x03000000
22650 PyVarObject_HEAD_INIT(NULL, 0)
22652 PyObject_HEAD_INIT(NULL)
22679 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
22682 #if PY_VERSION_HEX >= 0x03040000
22685 #if PY_VERSION_HEX >= 0x03080000
22688 #if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
22691 #ifdef COUNT_ALLOCS
22699 varlink_type = tmp;
22701 if (PyType_Ready(&varlink_type) < 0)
22704 return &varlink_type;
22714 return ((PyObject*) result);
22722 size_t size = strlen(
name)+1;
22723 gv->
name = (
char *)malloc(size);
22736 static PyObject *globals = 0;
22752 for (i = 0; constants[i].
type; ++i) {
22753 switch(constants[i].type) {
22758 obj =
SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
22765 PyDict_SetItemString(d, constants[i].
name, obj);
22781 for (i = 0; methods[i].ml_name; ++i) {
22782 const char *c = methods[i].ml_doc;
22784 c = strstr(c,
"swig_ptr: ");
22788 const char *
name = c + 10;
22789 for (j = 0; const_table[j].
type; ++j) {
22790 if (strncmp(const_table[j].
name,
name,
22791 strlen(const_table[j].
name)) == 0) {
22792 ci = &(const_table[j]);
22799 size_t shift = (ci->
ptype) - types;
22801 size_t ldoc = (c - methods[i].ml_doc);
22802 size_t lptr = strlen(ty->
name)+2*
sizeof(
void*)+2;
22803 char *ndoc = (
char*)malloc(ldoc + lptr + 10);
22806 memcpy(buff, methods[i].ml_doc, ldoc);
22808 memcpy(buff,
"swig_ptr: ", 10);
22811 methods[i].ml_doc = ndoc;
22849 if (PyCFunction_Check(func)) {
22850 PyCFunctionObject *funcobj = (PyCFunctionObject *)func;
22853 func = PyCFunction_NewEx(ml, funcobj->m_self, funcobj->m_module);
22855 #if PY_VERSION_HEX >= 0x03000000
22856 return PyInstanceMethod_New(func);
22858 return PyMethod_New(func, NULL, NULL);
22868 if (PyCFunction_Check(func)) {
22869 PyCFunctionObject *funcobj = (PyCFunctionObject *)func;
22872 func = PyCFunction_NewEx(ml, funcobj->m_self, funcobj->m_module);
22874 return PyStaticMethod_New(func);
22890 #if PY_VERSION_HEX >= 0x03000000
22896 PyObject *m, *d, *md, *globals;
22898 #if PY_VERSION_HEX >= 0x03000000
22899 static struct PyModuleDef SWIG_module = {
22900 PyModuleDef_HEAD_INIT,
22912 #if defined(SWIGPYTHON_BUILTIN)
22914 0, 0, 0, 0, 0, 0, 0
22916 static PyGetSetDef this_getset_def = {
22917 (
char *)
"this", &SwigPyBuiltin_ThisClosure, NULL, NULL, NULL
22919 static SwigPyGetSet thisown_getset_closure = {
22923 static PyGetSetDef thisown_getset_def = {
22924 (
char *)
"thisown", SwigPyBuiltin_GetterClosure, SwigPyBuiltin_SetterClosure, NULL, &thisown_getset_closure
22926 PyTypeObject *builtin_pytype;
22927 int builtin_base_count;
22930 PyGetSetDescrObject *static_getset;
22931 PyTypeObject *metatype;
22932 PyTypeObject *swigpyobject;
22934 PyObject *public_interface, *public_symbol;
22935 PyObject *this_descr;
22936 PyObject *thisown_descr;
22937 PyObject *
self = 0;
22940 (void)builtin_pytype;
22941 (void)builtin_base_count;
22942 (void)builtin_basetype;
22944 (void)static_getset;
22948 metatype = SwigPyObjectType();
22958 #ifndef SWIGPYTHON_BUILTIN
22965 #if PY_VERSION_HEX >= 0x03000000
22966 m = PyModule_Create(&SWIG_module);
22971 md = d = PyModule_GetDict(m);
22976 #ifdef SWIGPYTHON_BUILTIN
22980 assert(SwigPyObject_stype);
22983 SwigPyObject_stype->
clientdata = &SwigPyObject_clientdata;
22984 SwigPyObject_clientdata.
pytype = swigpyobject;
22985 }
else if (swigpyobject->tp_basicsize != cd->
pytype->tp_basicsize) {
22986 PyErr_SetString(PyExc_RuntimeError,
"Import error: attempted to load two incompatible swig-generated modules.");
22987 # if PY_VERSION_HEX >= 0x03000000
23000 (void)thisown_descr;
23002 public_interface = PyList_New(0);
23004 (void)public_symbol;
23006 PyDict_SetItemString(md,
"__all__", public_interface);
23007 Py_DECREF(public_interface);
23009 SwigPyBuiltin_AddPublicSymbol(public_interface,
SwigMethods[i].ml_name);
23204 #if PY_VERSION_HEX >= 0x03000000
integer(kind=private_plint), parameter, private maxlen
void plSetUsage(PLCHAR_VECTOR program_string, PLCHAR_VECTOR usage_string)
void pltr2(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
void pltr1(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer pltr_data)
void pltr0(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer PL_UNUSED(pltr_data))
void plsxwin(PLINT window_id)
static PLFLT value(double n1, double n2, double hue)
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)
void plmapstring(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLCHAR_VECTOR string, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
void plmapfill(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
void plmeridians(PLMAPFORM_callback mapform, PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat)
void plmap(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy)
void plmapline(PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
void plMinMax2dGrid(PLFLT_MATRIX f, PLINT nx, PLINT ny, PLFLT *fnmax, PLFLT *fnmin)
PLINT plGetCursor(PLGraphicsIn *plg)
#define pl_setcontlabelformat
#define pl_setcontlabelparam
SWIGINTERN PyObject * _wrap_plsdidev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery(const char *type)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME char * SWIG_PackData(char *c, void *ptr, size_t sz)
SWIGINTERN PyObject * _wrap_plbox3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plpath(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsvpa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info * swig_cast_initial[]
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_int(unsigned int value)
SWIGINTERN PyObject * _wrap_plgdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsxax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plclear(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * SWIG_Python_str_FromChar(const char *c)
SWIGINTERN PyObject * _wrap_plsxwin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_MangledTypeQuery(name)
SWIGINTERN PyObject * _wrap_plgriddata(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME char * SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz)
SWIGINTERN PyObject * _wrap_plgvpw(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0n(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static PyObject * Swig_This_global
SWIGRUNTIME int SwigPyPacked_compare(SwigPyPacked *v, SwigPyPacked *w)
SWIGINTERN int SWIG_AsVal_double(PyObject *obj, double *val)
SWIGINTERN PyObject * swig_varlink_str(swig_varlinkobject *v)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType(swig_type_info *desc)
static swig_cast_info _swigc__p_PLcGrid2[]
SWIGINTERN PyObject * _wrap_plfill(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN Py_ssize_t SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
SWIGINTERN PyObject * _wrap_plsesc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_double_double_p_double_p_double_p_void__void
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_TypeQuery(name)
PLFLT do_f2eval_callback(PLINT x, PLINT y, PLPointer data)
SWIGINTERN PyObject * _wrap_plshades(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgspa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plenv0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgvpd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_CheckState(r)
static swig_cast_info _swigc__p_f_double_double__int[]
void cleanup_mapform(void)
void cleanup_PLPointer(void)
static swig_cast_info _swigc__p_int[]
SWIGINTERN PyObject * _wrap_plrgbhls(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plxormod(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb)
SWIGINTERN PyObject * swig_varlink_getattr(swig_varlinkobject *v, char *n)
SWIGINTERN PyObject * _wrap_plssym(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1l(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_AddErrMesg(const char *mesg, int infront)
SWIGINTERN void SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[])
pltr_func marshal_pltr(PyObject *input)
SWIGINTERN PyObject * _wrap_plot3dcl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define myArray_ContiguousFromObject
#define SWIG_POINTER_IMPLICIT_CONV
static swig_cast_info _swigc__p_double[]
#define SWIGTYPE_p_PLGraphicsIn
SWIGINTERN PyObject * _wrap_plssub(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_mapform_callback(PLINT n, PLFLT *x, PLFLT *y)
struct swig_cast_info swig_cast_info
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfnam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p)
SWIGRUNTIME int SWIG_TypeNameComp(const char *f1, const char *l1, const char *f2, const char *l2)
SWIGINTERN PyObject * _wrap_plszax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plslabelfunc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)
SWIGRUNTIME void SwigPyObject_dealloc(PyObject *v)
SWIGRUNTIME PyTypeObject * SwigPyPacked_TypeOnce(void)
#define SWIG_PYTHON_THREAD_END_BLOCK
SWIGINTERN PyObject * _wrap_plpoin3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIMEINLINE void * SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory)
SWIGINTERN PyObject * _wrap_pllegend(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN size_t SWIG_strnlen(const char *s, size_t maxlen)
#define SWIG_RuntimeError
SWIGINTERN PyObject * _wrap_plgcol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plimagefr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltext(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgpage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgfnam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plerrx(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_varlinkobject swig_varlinkobject
SWIGINTERN PyObject * _wrap_plsdimap(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_NewClientData(obj)
SWIGINTERN PyObject * _wrap_plreplot(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
mapform_func marshal_mapform(PyObject *input)
SWIGINTERN PyObject * _wrap_plsym(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME const char * SWIG_TypePrettyName(const swig_type_info *type)
static swig_cast_info _swigc__p_f_double_double_p_double_p_double_p_void__void[]
SWIGINTERN PyObject * _wrap_plgcol0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcpstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERNINLINE int SWIG_CanCastAsInteger(double *d, double min, double max)
SWIGINTERN int SWIG_AsVal_unsigned_SS_long(PyObject *obj, unsigned long *val)
SWIGINTERN PyObject * SwigPyObject_disown(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plgdidev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstring3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_as_voidptrptr(a)
SWIGINTERN PyObject * _wrap_plpat(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_RUNTIME_VERSION
SWIGINTERN PyObject * _wrap_plmeshc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plvsta(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plglevel(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_POINTER_NOSHADOW
SWIGINTERN PyObject * SwigPyObject_own(PyObject *v, PyObject *args)
SWIGRUNTIME void SWIG_TypeClientData(swig_type_info *ti, void *clientdata)
SWIGINTERN PyObject * _wrap_plstripc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void SWIG_Python_addvarlink(PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
SWIGINTERN PyObject * SWIG_Python_newvarlink(void)
SWIGINTERN PyObject * _wrap_plgchr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plw3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plSetUsage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static PyMethodDef swigobject_methods[]
SWIGINTERN PyObject * _wrap_pltr1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgyax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * PLGraphicsIn_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void cleanup_PLcGrid1(void)
SWIGINTERN PyObject * _wrap_plsmin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_New(void *ptr, size_t size, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plscol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_ErrorType(int code)
#define SWIG_InternalNewPointerObj(ptr, type, flags)
SWIGINTERN PyObject * _wrap_plsmema(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plwidth(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type)
SWIGINTERN PyObject * _wrap_plmtex3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_exception_fail(code, msg)
SWIGINTERN PyObject * _wrap_plsfam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmapfill(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pltr2(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_next(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plscmap1_range(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstar(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_label_callback(PLINT axis, PLFLT value, char *string, PLINT len, PLPointer data)
SWIGINTERN PyObject * _wrap_plgxax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpsty(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN PyObject * SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func)
static swig_cast_info _swigc__p_f_int_p_double_p_double__void[]
#define SWIG_AttributeError
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc(PyObject *self)
SWIGINTERN PyObject * _wrap_plend1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgdiplt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcompression(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmap(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_module_info swig_module
SWIGINTERN PyObject * _wrap_plstripa(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmaptex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1la(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* mapform_func)(PLINT, PLFLT *, PLFLT *)
SWIGINTERN PyObject * _wrap_plfontld(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_double
SWIGRUNTIME PyObject * SwigPyObject_hex(SwigPyObject *v)
SWIGINTERN PyObject * SwigPyObject_acquire(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred(PyObject *obj)
SWIGRUNTIME void SWIG_Python_DestroyModule(PyObject *obj)
#define SWIG_SetModule(clientdata, pointer)
SWIGRUNTIMEINLINE const char * SWIG_TypeName(const swig_type_info *ty)
SWIGINTERN PyTypeObject * swig_varlink_type(void)
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void(void)
SWIGINTERN PyObject * _wrap_plenv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIGUNUSEDPARM(p)
SWIGRUNTIME PyObject * SWIG_This(void)
SWIGINTERN PyObject * _wrap_plsdev(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLPointer marshal_PLPointer(PyObject *input, int isimg)
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags)
SWIGRUNTIME PyObject * SwigPyObject_format(const char *fmt, SwigPyObject *v)
#define SWIG_as_voidptr(a)
SWIGINTERN PyObject * _wrap_plfill3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_const_info swig_const_table[]
SWIGINTERN PyObject * _wrap_pltimefmt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pleop(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* ct_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
SWIGRUNTIMEINLINE int SwigPyPacked_Check(PyObject *op)
static swig_type_info _swigt__p_p_char
SWIGRUNTIME PyTypeObject * SwigPyObject_type(void)
SWIGRUNTIME PyObject * SwigPyPacked_repr(SwigPyPacked *v)
#define SWIG_Python_CallFunctor(functor, obj)
SWIGRUNTIME void SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata)
static swig_type_info _swigt__p_p_double
SWIGRUNTIME int SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w)
SWIGINTERN PyObject * _wrap_plsvect(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_ConvertPtr(obj, pptr, type, flags)
SWIGINTERNINLINE PyObject * SWIG_From_int(int value)
SWIGRUNTIME int SWIG_TypeCmp(const char *nb, const char *tb)
SWIGINTERN PyObject * _wrap_plGetCursor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this)
SWIGINTERN PyObject * _wrap_plgcolbga(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_const_info swig_const_info
SWIGINTERN PyObject * _wrap_plaxes(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplz(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgra(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_Python_CheckNoKeywords(PyObject *kwargs, const char *name)
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance(PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3dl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstripd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_str(SwigPyPacked *v)
SWIGINTERN PyObject * _wrap_plvasp(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_InitializeModule(void *clientdata)
void(* fill_func)(PLINT, const PLFLT *, const PLFLT *)
SWIGINTERN PyObject * _wrap_plgstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspause(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plOptUsage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plspal1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_newvarlink()
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError(const char *message)
SWIGINTERN PyObject * _wrap_plspal0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgcmap1_range(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_Python_str_DelForPy3(x)
SWIGINTERN PyObject * _wrap_pltr0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmkstrm(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plshade(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_char[]
SWIGINTERN PyObject * _wrap_delete_PLGraphicsIn(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plarc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plline(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plline3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstransform(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_int_p_q_const__double_p_q_const__double__void
SWIGINTERN PyObject * _wrap_plmesh(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcol1(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plbtime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * SWIG_PyStaticMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func)
void cleanup_PLcGrid2(void)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstart(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_p_double[]
SWIGINTERN PyObject * swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v))
SWIGINTERN PyObject * _wrap_pladv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME SwigPyObject * SWIG_Python_GetSwigThis(PyObject *pyobj)
SWIGINTERN int SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
SWIGRUNTIMEINLINE int SwigPyObject_Check(PyObject *op)
SWIGRUNTIME SwigPyClientData * SwigPyClientData_New(PyObject *obj)
SWIGINTERN void SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj)
SWIGINTERN int SWIG_AsVal_char(PyObject *obj, char *val)
SWIGINTERN char * SWIG_Python_str_AsChar(PyObject *str)
SWIGINTERN PyObject * _wrap_plschr(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plstyl(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* label_func)(PLINT, PLFLT, char *, PLINT, PLPointer)
struct swig_globalvar swig_globalvar
#define SWIGPY_CAPSULE_NAME
SWIGINTERN PyObject * _wrap_plsmaj(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_AddErrorMsg(const char *mesg)
SWIGINTERN PyObject * _wrap_plsmem(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plpoin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plResetOpts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_NewPointerObj(ptr, type, flags)
SWIGRUNTIME void SWIG_Python_SetModule(swig_module_info *swig_module)
ct_func marshal_ct(PyObject *input)
SWIGRUNTIME const char * SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name)
SWIGINTERN void SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj)
SWIGINTERN PyObject * _wrap_plbin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void *(* swig_converter_func)(void *, int *)
#define SWIG_POINTER_NO_NULL
#define SWIG_Python_str_FromFormat
SWIGINTERN PyObject * PLGraphicsIn_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbg(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_InstallConstants(d, constants)
SWIGINTERN PyObject * _wrap_plconfigtime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static PyMethodDef SwigMethods[]
#define SWIG_NullReferenceError
SWIGINTERN PyObject * _wrap_plpoly3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plcolorbar(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_ct_callback(PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer data)
#define SWIG_POINTER_DISOWN
SWIGINTERN PyObject * _wrap_plbop(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_STATIC_POINTER(var)
struct swig_type_info swig_type_info
PyObject * python_mapform
SWIGINTERN PyObject * _wrap_plot3dc(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_PLGraphicsIn
SWIGINTERN PyObject * _wrap_pl_setcontlabelparam(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plot3d(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void * SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
SWIGINTERN PyObject * _wrap_plgfci(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_double_double__int
SWIGINTERN PyObject * _wrap_pllab(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pljoin(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize(const char *carray, size_t size)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty)
SWIGINTERN void SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg)
SWIGINTERN PyObject * _wrap_plscol0a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plprec(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsyax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plfamadv(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_pllightsource(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1n(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ArgFail(int argnum)
#define SWIG_DelNewMask(r)
SWIGINTERN PyObject * SWIG_globals(void)
SWIGINTERN PyObject * _wrap_plsetopt(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plrandd(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
#define SWIG_NewPackedObj(ptr, sz, type)
static swig_cast_info _swigc__p_PLcGrid[]
SWIGINTERN PyObject * _wrap_plscmap0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plmapline(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLcGrid * marshal_PLcGrid1(PyObject *input, int isimg)
SWIGRUNTIME PyObject * SwigPyObject_repr(SwigPyObject *v)
#define SWIG_GetModule(clientdata)
SWIGINTERN PyObject * _wrap_pllsty(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_cast_info _swigc__p_unsigned_int[]
static swig_type_info _swigt__p_int
SWIGINTERN PyObject * _wrap_plmeridians(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_PropagateClientData(void)
SWIGRUNTIME PyObject * SwigPyObject_long(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plctime(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plgver(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck(const char *c, swig_type_info *ty)
static swig_cast_info _swigc__p_f_int_double_p_char_int_p_void__void[]
SWIGRUNTIME PyObject * SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME int SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
SWIGRUNTIME PyObject * SwigPyObject_oct(SwigPyObject *v)
static PyMethodDef SwigMethods_proxydocs[]
SWIGRUNTIME PyTypeObject * SwigPyPacked_type(void)
SWIGINTERN PyObject * _wrap_plgdiori(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SWIG_Python_TypeError(const char *type, PyObject *obj)
SWIGINTERN PyObject * _wrap_plvpor(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_int(PyObject *obj, int *val)
#define SWIG_TYPE_TABLE_NAME
static swig_type_info _swigt__p_PLcGrid
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
#define SWIG_BUILTIN_TP_INIT
static swig_type_info _swigt__p_unsigned_int
#define SWIG_CAST_NEW_MEMORY
SWIGRUNTIME swig_module_info * SWIG_Python_GetModule(void *SWIGUNUSEDPARM(clientdata))
static swig_type_info _swigt__p_f_int_p_double_p_double__void
#define SWIGTYPE_p_unsigned_int
SWIGINTERN PyObject * _wrap_plhist(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbga(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_new_PLGraphicsIn(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN int SWIG_AsVal_long(PyObject *obj, long *val)
SWIGINTERN int SWIG_AsCharArray(PyObject *obj, char *val, size_t size)
struct swig_module_info swig_module_info
SWIGINTERN PyObject * _wrap_plcol0(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SwigPyClientData_Del(SwigPyClientData *data)
SWIGINTERN PyObject * _wrap_plinit(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscompression(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_append(PyObject *v, PyObject *next)
SWIGINTERN PyObject * _wrap_plend(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_f_int_double_p_char_int_p_void__void
SWIGINTERN PyObject * _wrap_plgcolbg(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void do_pltr_callback(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer data)
SWIGINTERN PyObject * _wrap_pl_setcontlabelformat(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN void swig_varlink_dealloc(swig_varlinkobject *v)
static swig_type_info * swig_type_initial[]
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
SWIGINTERN PyObject * _wrap_plgzax(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME void SwigPyPacked_dealloc(PyObject *v)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plwind(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define PySequence_Fast_GET_ITEM
SWIGRUNTIME PyObject * SwigPyObject_New(void *ptr, swig_type_info *ty, int own)
SWIGINTERN PyObject * _wrap_plgradient(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
void(* pltr_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
static swig_cast_info _swigc__p_PLGraphicsIn[]
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit(swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plflush(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1a(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr)
SWIGINTERN void SWIG_Python_FixMethods(PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
PLcGrid2 * marshal_PLcGrid2(PyObject *input, int isimg)
static swig_cast_info _swigc__p_p_char[]
SWIGINTERN PyObject * _wrap_plstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLFLT(* f2eval_func)(PLINT, PLINT, PLPointer)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name)
#define SWIG_DivisionByZero
SWIGINTERN PyObject * _wrap_plvect(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIGTYPE_p_double
static swig_type_info _swigt__p_char
SWIGINTERN PyObject * _wrap_plcalc_world(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN swig_type_info * SWIG_pchar_descriptor(void)
SWIGINTERN PyObject * _wrap_plseed(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plimage(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plerry(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_richcompare(SwigPyObject *v, SwigPyObject *w, int op)
SWIGINTERN PyObject * _wrap_plbox(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
#define SWIG_OverflowError
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plptex3(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce(void)
SWIGINTERN int SWIG_AsCharPtrAndSize(PyObject *obj, char **cptr, size_t *psize, int *alloc)
SWIGINTERN PyObject * _wrap_plmapstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
struct swig_type_info *(* swig_dycast_func)(void **)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
static swig_type_info _swigt__p_PLcGrid2
SWIGINTERN PyObject * _wrap_plptex(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plhlsrgb(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PLINT(* defined_func)(PLFLT, PLFLT)
static swig_type_info * swig_types[15]
SWIGINTERN PyObject * _wrap_plvpas(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plparseopts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plClearOpts(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plsfci(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_TypeCache(void)
static swig_cast_info _swigc__p_f_int_p_q_const__double_p_q_const__double__void[]
#define SWIG_AddNewMask(r)
SWIGRUNTIME char * SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
SWIGINTERN PyMethodDef * SWIG_PythonGetProxyDoc(const char *name)
SWIGINTERN PyObject * _wrap_plgfont(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plMinMax2dGrid(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
PyArrayObject * myIntArray_ContiguousFromObject(PyObject *in, int type, int mindims, int maxdims)
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
enum callback_type pltr_type
SWIGRUNTIME int SWIG_Python_AcquirePtr(PyObject *obj, int own)
#define MY_UNBLOCK_THREADS
SWIGINTERN PyObject * SWIG_Python_AppendOutput(PyObject *result, PyObject *obj)
#define SWIGRUNTIMEINLINE
PyObject_HEAD void * pack
struct swig_cast_info * prev
struct swig_cast_info * next
swig_converter_func converter
struct swig_globalvar * next
PyObject *(* get_attr)(void)
int(* set_attr)(PyObject *)
swig_cast_info ** cast_initial
swig_type_info ** type_initial
struct swig_module_info * next
struct swig_cast_info * cast
PyObject_HEAD swig_globalvar * vars
static tclMatrixXtnsnDescr * tail