10#define SWIG_VERSION 0x040500
12#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
14#define SWIG_name "_plplotc"
21#ifndef SWIGTEMPLATEDISAMBIGUATOR
22# if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
23# define SWIGTEMPLATEDISAMBIGUATOR template
24# elif defined(__HP_aCC)
27# define SWIGTEMPLATEDISAMBIGUATOR template
29# define SWIGTEMPLATEDISAMBIGUATOR
35# if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
36# define SWIGINLINE inline
45# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
46# define SWIGUNUSED __attribute__ ((__unused__))
50# elif defined(__ICC) || defined (__clang__)
51# define SWIGUNUSED __attribute__ ((__unused__))
57#ifndef SWIG_MSC_UNSUPPRESS_4505
59# pragma warning(disable : 4505)
65# define SWIGUNUSEDPARM(p)
67# define SWIGUNUSEDPARM(p) p SWIGUNUSED
73# define SWIGINTERN static SWIGUNUSED
77#ifndef SWIGINTERNINLINE
78# define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
83# if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
84# ifndef GCC_HASCLASSVISIBILITY
85# define GCC_HASCLASSVISIBILITY
91# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
92# if defined(STATIC_LINKED)
95# define SWIGEXPORT __declspec(dllexport)
98# if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
99# define SWIGEXPORT __attribute__ ((visibility("default")))
108# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
109# define SWIGSTDCALL __stdcall
116#if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
117# define _CRT_SECURE_NO_DEPRECATE
121#if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
122# define _SCL_SECURE_NO_DEPRECATE
126#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
127# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
135#ifdef __INTEL_COMPILER
136# pragma warning disable 592
139#if defined(__cplusplus) && __cplusplus >= 201103L
140# define SWIG_NOEXCEPT noexcept
142# define SWIG_NOEXCEPT throw()
145#define SWIG_QUOTE_STRING(x) #x
146#define SWIG_STRINGIFY(x) SWIG_QUOTE_STRING(x)
161#if ((defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) || \
162 (defined __cplusplus && __cplusplus >= 201103L) || \
163 defined SWIG_HAVE_SNPRINTF) && \
164 !defined SWIG_NO_SNPRINTF
165# define SWIG_snprintf(O,S,F,A) snprintf(O,S,F,A)
166# define SWIG_snprintf2(O,S,F,A,B) snprintf(O,S,F,A,B)
172# define SWIG_snprintf(O,S,F,A) sprintf(O,F,A)
173# define SWIG_snprintf2(O,S,F,A,B) sprintf(O,F,A,B)
177#if defined(__GNUC__) && defined(_WIN32) && !defined(SWIG_PYTHON_NO_HYPOT_WORKAROUND)
182#if !defined(PY_SSIZE_T_CLEAN) && !defined(SWIG_NO_PY_SSIZE_T_CLEAN)
183#define PY_SSIZE_T_CLEAN
187#pragma GCC diagnostic push
188#if defined(__cplusplus) && __cplusplus >= 201703L
189#pragma GCC diagnostic ignored "-Wregister"
193#if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
196#if defined(_MSC_VER) && _MSC_VER >= 1929
211#pragma GCC diagnostic pop
226#define SWIG_RUNTIME_VERSION "5"
229#ifdef SWIG_TYPE_TABLE
230# define SWIG_TYPE_TABLE_NAME SWIG_STRINGIFY(SWIG_TYPE_TABLE)
232# define SWIG_TYPE_TABLE_NAME
245# define SWIGRUNTIME SWIGINTERN
248#ifndef SWIGRUNTIMEINLINE
249# define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
253#ifndef SWIG_BUFFER_SIZE
254# define SWIG_BUFFER_SIZE 1024
258#define SWIG_POINTER_DISOWN 0x1
259#define SWIG_CAST_NEW_MEMORY 0x2
260#define SWIG_POINTER_NO_NULL 0x4
261#define SWIG_POINTER_CLEAR 0x8
262#define SWIG_POINTER_RELEASE (SWIG_POINTER_CLEAR | SWIG_POINTER_DISOWN)
265#define SWIG_POINTER_OWN 0x1
349#define SWIG_ERROR (-1)
353#define SWIG_ERROR_RELEASE_NOT_OWNED (-200)
355#define SWIG_IsOK(r) (r >= 0)
356#define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
359#define SWIG_CASTRANKLIMIT (1 << 8)
361#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
363#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
365#define SWIG_BINARYSTRMASK (SWIG_TMPOBJMASK << 1)
367#define SWIG_BADOBJ (SWIG_ERROR)
368#define SWIG_OLDOBJ (SWIG_OK)
369#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
370#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
371#define SWIG_BINARYSTR (SWIG_OK | SWIG_BINARYSTRMASK)
373#define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
374#define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
375#define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
376#define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
377#define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
378#define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
379#define SWIG_AddBinaryStrMask(r) (SWIG_IsOK(r) ? (r | SWIG_BINARYSTRMASK) : r)
380#define SWIG_DelBinaryStrMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_BINARYSTRMASK) : r)
381#define SWIG_IsBinaryStr(r) (SWIG_IsOK(r) && (r & SWIG_BINARYSTRMASK))
384#if defined(SWIG_CASTRANK_MODE)
385# ifndef SWIG_TypeRank
386# define SWIG_TypeRank unsigned long
388# ifndef SWIG_MAXCASTRANK
389# define SWIG_MAXCASTRANK (2)
391# define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1)
392# define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
397 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
400# define SWIG_AddCast(r) (r)
401# define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
411typedef void *(*swig_converter_func)(
void *,
int *);
453 const char *f2,
const char *l2) {
454 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
455 while ((*f1 ==
' ') && (f1 != l1)) ++f1;
456 while ((*f2 ==
' ') && (f2 != l2)) ++f2;
457 if (*f1 != *f2)
return (*f1 > *f2) ? 1 : -1;
459 return (
int)((l1 - f1) - (l2 - f2));
469 const char* te = tb + strlen(tb);
471 while (equiv != 0 && *ne) {
472 for (nb = ne; *ne; ++ne) {
473 if (*ne ==
'|')
break;
494 const unsigned char *data = (
const unsigned char *)str;
495 unsigned int hash = len, i = 0, k;
498 while (rem >= (
int)
sizeof(
unsigned int)) {
499 memcpy(&k, data,
sizeof(
unsigned int));
503 data +=
sizeof(
unsigned int);
504 rem -= (int)
sizeof(
unsigned int);
508 case 3: k = (
unsigned int)(data[2]) << 16;
509 k |= (
unsigned int)(data[1]) << 8;
510 k |= (
unsigned int)(data[0]);
515 case 2: k = (
unsigned int)(data[1]) << 8;
516 k |= (
unsigned int)(data[0]);
521 case 1: k = (
unsigned int)(data[0]);
535 static const unsigned int scan_threshold = 4;
538 unsigned int hash_value = 0;
543 if (strcmp(
head->type->name, c) == 0) {
554 if (
head->value < scan_threshold) {
555 for (iter = first; iter <= last; iter++) {
556 if (strcmp(iter->
type->
name, c) == 0) {
563 hash_value =
SWIG_Hash(c, (
unsigned int)strlen(c));
570 iter = first + ((last - first) >> 1);
571 if (iter->
value < hash_value) {
573 }
else if (iter->
value == hash_value) {
580 for (last = iter + 1; last->
next && last->
value == hash_value; last++) {
585 for (first = iter - 1; first !=
head && first->
value == hash_value; first--) {
593 }
while (first <= last);
610 if (
head->type == from) {
621 iter = first + ((last - first) >> 1);
622 if (iter->
type < from) {
624 }
else if (iter->
type == from) {
628 }
while (first <= last);
650 if (!ty || !ty->
dcast)
return ty;
651 while (ty && (ty->
dcast)) {
652 ty = (*ty->
dcast)(ptr);
676 if (!type)
return NULL;
677 if (type->str != NULL) {
678 const char *last_name = type->str;
680 for (s = type->str; *s; s++)
681 if (*s ==
'|') last_name = s+1;
699 for (cast =
head; (
unsigned int)(cast -
head) <=
head->value; cast++) {
733 size_t r = iter->
size - 1;
736 size_t i = (l + r) >> 1;
737 const char *iname = iter->
types[i]->
name;
739 int compare = strcmp(
name, iname);
741 return iter->
types[i];
742 }
else if (compare < 0) {
748 }
else if (compare > 0) {
757 }
while (iter != end);
784 for (; i < iter->
size; ++i) {
786 return iter->
types[i];
789 }
while (iter != end);
801 static const char hex[17] =
"0123456789abcdef";
802 const unsigned char *u = (
unsigned char *) ptr;
803 const unsigned char *eu = u + sz;
804 for (; u != eu; ++u) {
805 unsigned char uu = *u;
806 *(c++) = hex[(uu & 0xf0) >> 4];
807 *(c++) = hex[uu & 0xf];
817 unsigned char *u = (
unsigned char *) ptr;
818 const unsigned char *eu = u + sz;
819 for (; u != eu; ++u) {
822 if ((d >=
'0') && (d <=
'9'))
823 uu = (
unsigned char)((d -
'0') << 4);
824 else if ((d >=
'a') && (d <=
'f'))
825 uu = (
unsigned char)((d - (
'a'-10)) << 4);
829 if ((d >=
'0') && (d <=
'9'))
830 uu |= (
unsigned char)(d -
'0');
831 else if ((d >=
'a') && (d <=
'f'))
832 uu |= (
unsigned char)(d - (
'a'-10));
846 if ((2*
sizeof(
void *) + 2) > bsz)
return 0;
849 if (strlen(
name) + 1 > (bsz - (
size_t)(r - buff)))
return 0;
857 if (strcmp(c,
"NULL") == 0) {
870 size_t lname = (
name ? strlen(
name) : 0);
871 if ((2*sz + 2 + lname) > bsz)
return 0;
875 strncpy(r,
name,lname+1);
885 if (strcmp(c,
"NULL") == 0) {
900#define SWIG_UnknownError -1
901#define SWIG_IOError -2
902#define SWIG_RuntimeError -3
903#define SWIG_IndexError -4
904#define SWIG_TypeError -5
905#define SWIG_DivisionByZero -6
906#define SWIG_OverflowError -7
907#define SWIG_SyntaxError -8
908#define SWIG_ValueError -9
909#define SWIG_SystemError -10
910#define SWIG_AttributeError -11
911#define SWIG_MemoryError -12
912#define SWIG_NullReferenceError -13
915#if !defined(SWIG_NO_HEAPTYPES)
916#if !defined(SWIG_HEAPTYPES)
917#define SWIG_HEAPTYPES
921#if defined(SWIG_HEAPTYPES)
922#if PY_VERSION_HEX < 0x030c0000
923#include <structmember.h>
924#define Py_READONLY READONLY
925#define Py_T_PYSSIZET T_PYSSIZET
936#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030A0000
938 return PyUnicode_AsUTF8AndSize(str, psize);
941 *pbytes = PyUnicode_AsUTF8String(str);
942 chars = *pbytes ? PyBytes_AsString(*pbytes) : NULL;
944 *psize = PyBytes_Size(*pbytes);
949#define SWIG_RUNTIME_MODULE "swig_runtime_data" SWIG_RUNTIME_VERSION
952# define SWIGPY_USE_CAPSULE
953#ifdef SWIGPYTHON_BUILTIN
954# define SWIGPY_CAPSULE_ATTR_NAME "type_pointer_capsule_builtin" SWIG_TYPE_TABLE_NAME
956# define SWIGPY_CAPSULE_ATTR_NAME "type_pointer_capsule" SWIG_TYPE_TABLE_NAME
958#define SWIGPY_CAPSULE_NAME SWIG_RUNTIME_MODULE "." SWIGPY_CAPSULE_ATTR_NAME
960#if defined(Py_LIMITED_API)
961# define PyTuple_GET_ITEM PyTuple_GetItem
964# define PyTuple_SET_ITEM PyTuple_SetItem
965# define PyTuple_GET_SIZE PyTuple_Size
966# define PyCFunction_GET_FLAGS PyCFunction_GetFlags
967# define PyCFunction_GET_FUNCTION PyCFunction_GetFunction
968# define PyCFunction_GET_SELF PyCFunction_GetSelf
969# define PyList_GET_ITEM PyList_GetItem
970# define PyList_SET_ITEM PyList_SetItem
971# define PySliceObject PyObject
976# define SWIG_Py_INCREF Py_IncRef
977# define SWIG_Py_XINCREF Py_IncRef
978# define SWIG_Py_DECREF Py_DecRef
979# define SWIG_Py_XDECREF Py_DecRef
981# define SWIG_Py_INCREF Py_INCREF
982# define SWIG_Py_XINCREF Py_XINCREF
983# define SWIG_Py_DECREF Py_DECREF
984# define SWIG_Py_XDECREF Py_XDECREF
987#if (PY_VERSION_HEX >= 0x030d00a6) && (!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030d00a6)
988# define SWIG_PyType_GetFullyQualifiedName PyType_GetFullyQualifiedName
992 PyObject *result = NULL;
993 PyObject *qualname = PyObject_GetAttrString((PyObject *)type,
"__qualname__");
995 PyObject *mod = PyObject_GetAttrString((PyObject *)type,
"__module__");
997 if (PyUnicode_Check(mod) && PyUnicode_CompareWithASCIIString(mod,
"builtins") && PyUnicode_CompareWithASCIIString(mod,
"__main__")) {
998 result = PyUnicode_FromFormat(
"%U%c%U", mod,
'.', qualname);
1014#if (PY_VERSION_HEX >= 0x030d00a4) && (!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030d00a4)
1015# define SWIG_PyList_GetItemRef PyList_GetItemRef
1019 PyObject *item = PyList_GetItem(op, index);
1027#if (PY_VERSION_HEX >= 0x030d00a1) && (!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030d00a1)
1028# define SWIG_PyDict_GetItemRef PyDict_GetItemRef
1029# define SWIG_PyDict_GetItemStringRef PyDict_GetItemStringRef
1033 PyObject *item = PyDict_GetItemWithError(mp, key);
1035 *result = (PyObject *)(item);
1039 if (!PyErr_Occurred()) {
1050 PyObject *key_obj = PyUnicode_FromString(key);
1051 if (key_obj == NULL) {
1070 type = PyExc_MemoryError;
1073 type = PyExc_IOError;
1076 type = PyExc_RuntimeError;
1079 type = PyExc_IndexError;
1082 type = PyExc_TypeError;
1085 type = PyExc_ZeroDivisionError;
1088 type = PyExc_OverflowError;
1091 type = PyExc_SyntaxError;
1094 type = PyExc_ValueError;
1097 type = PyExc_SystemError;
1100 type = PyExc_AttributeError;
1103 type = PyExc_TypeError;
1106 type = PyExc_RuntimeError;
1116 PyObject *
value = 0;
1117 PyObject *traceback = 0;
1119 if (PyErr_Occurred())
1120 PyErr_Fetch(&type, &
value, &traceback);
1122 PyObject *old_str = PyObject_Str(
value);
1123 PyObject *bytes = NULL;
1128 PyErr_Format(type,
"%s %s", tmp, mesg);
1130 PyErr_Format(type,
"%s", mesg);
1135 PyErr_SetString(PyExc_RuntimeError, mesg);
1145 error = PyErr_Occurred();
1146 return error && PyErr_GivenExceptionMatches(
error, PyExc_TypeError);
1155 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
1156 PyErr_Fetch(&type, &
value, &traceback);
1157 newvalue = PyUnicode_FromFormat(
"%S\nAdditional information:\n%s",
value, message);
1160 PyErr_Restore(type, newvalue, traceback);
1162 PyErr_Restore(type,
value, traceback);
1166 PyErr_SetString(PyExc_TypeError, message);
1170#if defined(SWIG_PYTHON_NO_THREADS)
1171# if defined(SWIG_PYTHON_THREADS)
1172# undef SWIG_PYTHON_THREADS
1175#if defined(SWIG_PYTHON_THREADS)
1176# if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
1177# define SWIG_PYTHON_USE_GIL
1179# if defined(SWIG_PYTHON_USE_GIL)
1180# if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
1181# if PY_VERSION_HEX < 0x03070000
1182# define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
1184# define SWIG_PYTHON_INITIALIZE_THREADS
1188 class SWIG_Python_Thread_Block {
1190 PyGILState_STATE state;
1192 void end() {
if (status) { PyGILState_Release(state); status =
false;} }
1193 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
1194 ~SWIG_Python_Thread_Block() { end(); }
1196 class SWIG_Python_Thread_Allow {
1198 PyThreadState *save;
1200 void end() {
if (status) { status =
false; PyEval_RestoreThread(save); }}
1201 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
1202 ~SWIG_Python_Thread_Allow() { end(); }
1204# define SWIG_PYTHON_THREAD_BEGIN_BLOCK SWIG_Python_Thread_Block _swig_thread_block
1205# define SWIG_PYTHON_THREAD_END_BLOCK _swig_thread_block.end()
1206# define SWIG_PYTHON_THREAD_BEGIN_ALLOW SWIG_Python_Thread_Allow _swig_thread_allow
1207# define SWIG_PYTHON_THREAD_END_ALLOW _swig_thread_allow.end()
1209# define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
1210# define SWIG_PYTHON_THREAD_END_BLOCK PyGILState_Release(_swig_thread_block)
1211# define SWIG_PYTHON_THREAD_BEGIN_ALLOW PyThreadState *_swig_thread_allow = PyEval_SaveThread()
1212# define SWIG_PYTHON_THREAD_END_ALLOW PyEval_RestoreThread(_swig_thread_allow)
1215# if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
1216# define SWIG_PYTHON_INITIALIZE_THREADS
1218# if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
1219# define SWIG_PYTHON_THREAD_BEGIN_BLOCK
1221# if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
1222# define SWIG_PYTHON_THREAD_END_BLOCK
1224# if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
1225# define SWIG_PYTHON_THREAD_BEGIN_ALLOW
1227# if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
1228# define SWIG_PYTHON_THREAD_END_ALLOW
1232# define SWIG_PYTHON_INITIALIZE_THREADS
1233# define SWIG_PYTHON_THREAD_BEGIN_BLOCK
1234# define SWIG_PYTHON_THREAD_END_BLOCK
1235# define SWIG_PYTHON_THREAD_BEGIN_ALLOW
1236# define SWIG_PYTHON_THREAD_END_ALLOW
1252#define SWIG_PY_POINTER 4
1253#define SWIG_PY_BINARY 5
1279#if PY_VERSION_HEX < 0x03050000
1280# error "This version of SWIG only supports Python >= 3.5"
1286#define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
1287#define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
1288#define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
1290#ifdef SWIGPYTHON_BUILTIN
1291#define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, flags)
1293#define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
1296#define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, flags)
1298#define SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty)
1299#define SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src)
1300#define swig_owntype int
1303#define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1304#define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1307#define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags)
1308#define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
1311#define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1312#define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, 0)
1315#define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1316#define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1321#define SWIG_GetModule(clientdata) SWIG_Python_GetModule(clientdata)
1322#define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer)
1323#define SWIG_NewClientData(obj) SwigPyClientData_New(obj)
1325#define SWIG_SetErrorObj SWIG_Python_SetErrorObj
1326#define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg
1327#define SWIG_ErrorType(code) SWIG_Python_ErrorType(code)
1328#define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
1329#define SWIG_fail goto fail
1338 PyErr_SetObject(errtype, obj);
1346 PyErr_SetString(errtype, msg);
1350#define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1354#if defined(SWIGPYTHON_BUILTIN)
1357SwigPyBuiltin_AddPublicSymbol(PyObject *seq,
const char *key) {
1358 PyObject *s = PyUnicode_InternFromString(key);
1359 PyList_Append(seq, s);
1365 PyDict_SetItemString(d,
name, obj);
1367 if (public_interface)
1368 SwigPyBuiltin_AddPublicSymbol(public_interface,
name);
1375 PyDict_SetItemString(d,
name, obj);
1388#if (PY_VERSION_HEX >= 0x030d0000) && (!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030d0000)
1406 }
else if (result == Py_None && is_void) {
1410 if (!PyList_Check(result)) {
1411 PyObject *o2 = result;
1412 result = PyList_New(1);
1414 PyList_SET_ITEM(result, 0, o2);
1420 PyList_Append(result,obj);
1435 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got none",
1440 if (!PyTuple_Check(args)) {
1444 for (i = 1; i <
max; ++i) {
1449 PyErr_SetString(PyExc_SystemError,
"UnpackTuple() argument list is not a tuple");
1452 Py_ssize_t l = PyTuple_GET_SIZE(args);
1454 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1457 }
else if (l >
max) {
1458 PyErr_Format(PyExc_TypeError,
"%s expected %s%d arguments, got %d",
1463 for (i = 0; i < l; ++i) {
1464 objs[i] = PyTuple_GET_ITEM(args, i);
1466 for (; l <
max; ++l) {
1478 assert(PyDict_Check(kwargs));
1479 if (PyDict_Size(kwargs) > 0) {
1480 PyErr_Format(PyExc_TypeError,
"%s() does not take keyword arguments",
name);
1488#define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
1495#define SWIG_STATIC_POINTER(var) var
1497#define SWIG_STATIC_POINTER(var) var = 0; if (!var) var
1505#define SWIG_newvarlink() SWIG_Python_newvarlink()
1506#define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
1507#define SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants)
1515 PyObject *(*get_attr)(void);
1527 return PyUnicode_InternFromString(
"<Swig global variables>");
1533 PyObject *str = PyUnicode_InternFromString(
"(");
1537 for (var = v->
vars; var; var=var->
next) {
1538 tail = PyUnicode_FromString(var->
name);
1539 joined = PyUnicode_Concat(str,
tail);
1544 tail = PyUnicode_InternFromString(
", ");
1545 joined = PyUnicode_Concat(str,
tail);
1551 tail = PyUnicode_InternFromString(
")");
1552 joined = PyUnicode_Concat(str,
tail);
1574 PyObject *res = NULL;
1577 if (strcmp(var->
name,n) == 0) {
1583 if (res == NULL && !PyErr_Occurred()) {
1584 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
1595 if (strcmp(var->
name,n) == 0) {
1601 if (res == 1 && !PyErr_Occurred()) {
1602 PyErr_Format(PyExc_AttributeError,
"Unknown C global variable '%s'", n);
1609 static char SwigVarLink_doc[] =
"Swig variable link object";
1610#ifndef SWIG_HEAPTYPES
1611 static PyTypeObject varlink_type;
1612 static int type_init = 0;
1614 const PyTypeObject tmp = {
1615 PyVarObject_HEAD_INIT(NULL, 0)
1620#if PY_VERSION_HEX < 0x030800b4
1644 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1648#if PY_VERSION_HEX >= 0x03080000
1651#if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
1654#if PY_VERSION_HEX >= 0x030c0000
1657#if PY_VERSION_HEX >= 0x030d00a4
1671 if (PyType_Ready(&varlink_type) < 0)
1673 if (PyModule_AddObject(runtime_data_module,
"SwigVarLink", (PyObject *)&varlink_type) == 0)
1676 return &varlink_type;
1678 PyType_Slot slots[] = {
1684 { Py_tp_doc, (
void *)SwigVarLink_doc },
1687 PyType_Spec spec = {
1694 PyObject *pytype = PyType_FromSpec(&spec);
1696 if (pytype && PyModule_AddObject(runtime_data_module,
"SwigVarLink", pytype) == 0)
1698 return (PyTypeObject *)pytype;
1715 return ((PyObject*) result);
1723 size_t size = strlen(
name)+1;
1724 gv->
name = (
char *)malloc(size);
1755#define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1)
1756#define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1758#define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1)
1760#define SWIG_BUILTIN_TP_INIT (SWIG_POINTER_OWN << 2)
1761#define SWIG_BUILTIN_INIT (SWIG_BUILTIN_TP_INIT | SWIG_POINTER_OWN)
1772 PyObject *none = Py_None;
1795 PyErr_SetString(PyExc_TypeError,
"Implicit conversion is prohibited for explicit constructors.");
1802 PyObject *klass = data ? data->
klass : 0;
1803 return (klass ? klass : PyExc_RuntimeError);
1818 if (PyObject_IsInstance(obj, (PyObject *)&PyType_Type)) {
1823 data->
newraw = PyObject_GetAttrString(data->
klass,
"__new__");
1825 data->
newargs = PyTuple_New(1);
1828 PyTuple_SET_ITEM(data->
newargs, 0, obj);
1841 data->
destroy = PyObject_GetAttrString(data->
klass,
"__swig_destroy__");
1842 if (PyErr_Occurred()) {
1847 data->
delargs = !(PyCFunction_GET_FLAGS(data->
destroy) & METH_O);
1880#ifdef SWIGPYTHON_BUILTIN
1883SwigPyObject_get___dict__(PyObject *v, PyObject *
SWIGUNUSEDPARM(args))
1899 return PyLong_FromVoidPtr(v->
ptr);
1905 PyObject *res = NULL;
1906 PyObject *args = PyTuple_New(1);
1911 PyTuple_SET_ITEM(args, 0, val);
1912 ofmt = PyUnicode_FromString(fmt);
1914 res = PyUnicode_Format(ofmt,args);
1939 PyObject *repr = PyUnicode_FromFormat(
"<Swig Object of type '%s' at %p>", (
name ?
name :
"unknown"), (
void *)v);
1940 if (repr && v->
next) {
1943 PyObject *joined = PyUnicode_Concat(repr, nrep);
1970 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1979 PyObject* res = NULL;
1980 if (!PyErr_Occurred()) {
1986 return Py_NotImplemented;
1996#ifdef SWIGPYTHON_BUILTIN
2001 assert(SwigPyObject_stype);
2018 PyTypeObject *op_type = Py_TYPE(op);
2019#ifdef SWIGPYTHON_BUILTIN
2021 return PyType_IsSubtype(op_type, target_tp);
2024 if (op_type == target_tp) {
2048 PyObject *next = sobj->
next;
2052 PyObject *destroy = data ? data->
destroy : 0;
2064 PyObject *type = NULL, *
value = NULL, *traceback = NULL;
2065 PyErr_Fetch(&type, &
value, &traceback);
2077 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
2078 PyObject *mself = PyCFunction_GET_SELF(destroy);
2079 res = ((*meth)(mself, v));
2082 PyErr_WriteUnraisable(destroy);
2084 PyErr_Restore(type,
value, traceback);
2088#if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
2091 printf(
"swig/python detected a memory leak of type '%s', no destructor found.\n", (
name ?
name :
"unknown"));
2106 PyErr_SetString(PyExc_TypeError,
"Attempt to append a non SwigPyObject");
2147 if (!PyArg_UnpackTuple(args,
"own", 0, 1, &val)) {
2151 PyObject *obj = PyBool_FromLong(sobj->
own);
2153 if (PyObject_IsTrue(val)) {
2167 {
"own",
SwigPyObject_own, METH_VARARGS,
"returns/sets ownership of the pointer"},
2176 static char SwigPyObject_doc[] =
"Swig object holding a C/C++ pointer";
2177#ifndef SWIG_HEAPTYPES
2178 static PyNumberMethods SwigPyObject_as_number = {
2198 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2201 static PyTypeObject swigpyobject_type;
2202 static int type_init = 0;
2204 const PyTypeObject tmp = {
2205 PyVarObject_HEAD_INIT(NULL, 0)
2210#if PY_VERSION_HEX < 0x030800b4
2219 &SwigPyObject_as_number,
2225 PyObject_GenericGetAttr,
2257#if PY_VERSION_HEX >= 0x03080000
2260#if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
2263#if PY_VERSION_HEX >= 0x030c0000
2266#if PY_VERSION_HEX >= 0x030d00a4
2278 swigpyobject_type = tmp;
2280 if (PyType_Ready(&swigpyobject_type) != 0)
2282 if (PyModule_AddObject(runtime_data_module,
"SwigPyObject", (PyObject *)&swigpyobject_type) == 0)
2285 return &swigpyobject_type;
2287 static PyMemberDef SwigPyObject_members[] = {
2290 { NULL, 0, 0, 0, NULL }
2292 PyType_Slot slots[] = {
2295 { Py_tp_getattro, (
void *)PyObject_GenericGetAttr },
2296 { Py_tp_doc, (
void *)SwigPyObject_doc },
2300 { Py_tp_members, (
void *)SwigPyObject_members },
2303 PyType_Spec spec = {
2307 Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE,
2310 PyObject *pytype = PyType_FromSpec(&spec);
2312#if !defined(Py_LIMITED_API)
2315#if PY_VERSION_HEX < 0x03090000
2318 ((PyTypeObject *)pytype)->tp_dictoffset = offsetof(
SwigPyObject, swigdict);
2319 ((PyTypeObject *)pytype)->tp_weaklistoffset = offsetof(
SwigPyObject, weakreflist);
2323 if (pytype && PyModule_AddObject(runtime_data_module,
"SwigPyObject", pytype) == 0)
2325 return (PyTypeObject *)pytype;
2347 return (PyObject *)sobj;
2366 return PyUnicode_FromFormat(
"<Swig Packed at %s%s>", result, v->
ty->
name);
2368 return PyUnicode_FromFormat(
"<Swig Packed %s>", v->
ty->
name);
2377 return PyUnicode_FromFormat(
"%s%s", result, v->
ty->
name);
2379 return PyUnicode_FromString(v->
ty->
name);
2388 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
2389 return s ? s : strncmp((
const char *)v->
pack, (
const char *)w->
pack, 2*v->
size);
2403 PyTypeObject *op_type = Py_TYPE(op);
2405 if (op_type == target_tp) {
2431 static char SwigPyPacked_doc[] =
"Swig object holding a C/C++ function pointer";
2432#ifndef SWIG_HEAPTYPES
2433 static PyTypeObject swigpypacked_type;
2434 static int type_init = 0;
2436 const PyTypeObject tmp = {
2437 PyVarObject_HEAD_INIT(NULL, 0)
2442#if PY_VERSION_HEX < 0x030800b4
2457 PyObject_GenericGetAttr,
2489#if PY_VERSION_HEX >= 0x03080000
2492#if (PY_VERSION_HEX >= 0x03080000) && (PY_VERSION_HEX < 0x03090000)
2495#if PY_VERSION_HEX >= 0x030c0000
2498#if PY_VERSION_HEX >= 0x030d00a4
2510 swigpypacked_type = tmp;
2512 if (PyType_Ready(&swigpypacked_type) != 0)
2514 if (PyModule_AddObject(runtime_data_module,
"SwigPyPacked", (PyObject *)&swigpypacked_type) == 0)
2517 return &swigpypacked_type;
2519 PyType_Slot slots[] = {
2523 { Py_tp_getattro, (
void *)PyObject_GenericGetAttr },
2524 { Py_tp_doc, (
void *)SwigPyPacked_doc },
2527 PyType_Spec spec = {
2534 PyObject *pytype = PyType_FromSpec(&spec);
2536 if (pytype && PyModule_AddObject(runtime_data_module,
"SwigPyPacked", pytype) == 0)
2538 return (PyTypeObject *)pytype;
2547 void *pack = malloc(size);
2549 memcpy(pack, ptr, size);
2554 PyObject_Free((PyObject *)sobj);
2558 return (PyObject *) sobj;
2566 if (sobj->
size != size)
return 0;
2567 memcpy(ptr, sobj->
pack, size);
2597#ifdef SWIGPYTHON_BUILTIN
2599 if (PyWeakref_CheckProxy(pyobj)) {
2600#if PY_VERSION_HEX >= 0x030d0000
2601 if (PyWeakref_GetRef(pyobj, &pyobj) > 0)
2606 pyobj = PyWeakref_GetObject(pyobj);
2616 obj = PyObject_GetAttr(pyobj,
SWIG_This());
2620 if (PyErr_Occurred()) PyErr_Clear();
2639 int oldown = sobj->
own;
2657 if (obj == Py_None && !implicit_conv) {
2669 void *vptr = sobj->
ptr;
2674 if (ptr) *ptr = vptr;
2694 if (ptr) *ptr = vptr;
2703 *own = *own | sobj->
own;
2713 if (implicit_conv) {
2716 PyObject *klass = data->
klass;
2722 if (PyErr_Occurred()) {
2747 if (!
SWIG_IsOK(res) && obj == Py_None) {
2750 if (PyErr_Occurred())
2763 if (!PyCFunction_Check(obj)) {
2770#ifndef Py_LIMITED_API
2771 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2773 PyObject* pystr_doc = PyObject_GetAttrString(obj,
"__doc__");
2774 PyObject *bytes = NULL;
2777 const char *desc = doc ? strstr(doc,
"swig_ptr: ") : 0;
2780#ifdef Py_LIMITED_API
2827 PyObject *newraw = data->
newraw;
2829 inst = PyObject_Call(newraw, data->
newargs, NULL);
2831 if (PyObject_SetAttr(inst,
SWIG_This(), swig_this) == -1) {
2837 PyObject *empty_args = PyTuple_New(0);
2839 PyObject *empty_kwargs = PyDict_New();
2841#ifndef Py_LIMITED_API
2842 newfunc newfn = ((PyTypeObject *)data->
newargs)->tp_new;
2844 newfunc newfn = (newfunc)PyType_GetSlot((PyTypeObject *)data->
newargs, Py_tp_new);
2846 inst = newfn((PyTypeObject *)data->
newargs, empty_args, empty_kwargs);
2849 if (PyObject_SetAttr(inst,
SWIG_This(), swig_this) == -1) {
2853 PyType_Modified(Py_TYPE(inst));
2866 return PyObject_SetAttr(inst,
SWIG_This(), swig_this);
2900 if (clientdata && clientdata->
pytype) {
2905#ifndef Py_LIMITED_API
2906 allocfunc alloc = clientdata->
pytype->tp_alloc;
2908 allocfunc alloc = (allocfunc)PyType_GetSlot(clientdata->
pytype, Py_tp_alloc);
2910 PyObject *next_self = alloc(clientdata->
pytype, 0);
2911 while (newobj->
next)
2913 newobj->
next = next_self;
2930 return (PyObject*) newobj;
2957#ifdef SWIG_LINK_RUNTIME
2958void *SWIG_ReturnGlobalTypeList(
void *);
2974#ifdef SWIG_LINK_RUNTIME
2975 static void *type_pointer = (
void *)0;
2977 if (!type_pointer) {
2978 type_pointer = SWIG_ReturnGlobalTypeList((
void *)0);
2982 if (PyErr_Occurred()) {
2984 type_pointer = (
void *)0;
2991#if defined(SWIG_REFCNT_DEBUG)
2992#define SWIG_PYOBJ_REFCNT(OBJ) fprintf(stdout, "" #OBJ " count %ld\n", (OBJ ? Py_REFCNT(OBJ) : 0))
2994#define SWIG_PYOBJ_REFCNT(OBJ)
3039 if (pointer && runtime_data_module) {
3064 obj = PyCapsule_New((
void*) descriptor, NULL, NULL);
3065 if (obj) PyDict_SetItemString(cache, type, obj);
3075#define SWIG_POINTER_EXCEPTION 0
3076#define SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg)
3077#define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
3082 if (PyErr_Occurred()) {
3084 PyObject *
value = 0;
3085 PyObject *traceback = 0;
3086 PyErr_Fetch(&type, &
value, &traceback);
3088 PyObject *old_str = PyObject_Str(
value);
3089 PyObject *bytes = NULL;
3091 const char *errmesg = tmp ? tmp :
"Invalid error message";
3095 PyErr_Format(type,
"%s %s", mesg, errmesg);
3097 PyErr_Format(type,
"%s %s", errmesg, mesg);
3111 if (PyErr_Occurred()) {
3114 PyOS_snprintf(mesg,
sizeof(mesg),
"argument number %d:", argnum);
3126 return ty ? ty->
str :
"";
3139#ifdef SWIGPYTHON_BUILTIN
3141SWIG_Python_NonDynamicSetAttr(PyObject *obj, PyObject *
name, PyObject *
value) {
3142 PyTypeObject *tp = Py_TYPE(obj);
3144 PyObject *encoded_name;
3148# ifdef Py_USING_UNICODE
3149 if (PyBytes_Check(
name)) {
3150 name = PyUnicode_Decode(PyBytes_AsString(
name), PyBytes_Size(
name), NULL, NULL);
3153 }
else if (!PyUnicode_Check(
name))
3155 if (!PyBytes_Check(
name))
3159 PyErr_Format(PyExc_TypeError,
"attribute name must be string, not '%S'", tpname);
3167 if (PyType_Ready(tp) != 0)
3171 descr = _PyType_Lookup(tp,
name);
3174 f = Py_TYPE(descr)->tp_descr_set;
3176 if (PyBytes_Check(
name)) {
3177 encoded_name =
name;
3180 encoded_name = PyUnicode_AsUTF8String(
name);
3184 PyErr_Format(PyExc_AttributeError,
"'%s' object has no attribute '%s'", tp->tp_name, PyBytes_AsString(encoded_name));
3187 res = f(descr, obj,
value);
3203#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
3205#define SWIG_contract_assert(expr, msg) do { if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } } while (0)
3211#define SWIGTYPE_p_PLGraphicsIn swig_types[0]
3212#define SWIGTYPE_p_PLcGrid swig_types[1]
3213#define SWIGTYPE_p_PLcGrid2 swig_types[2]
3214#define SWIGTYPE_p_char swig_types[3]
3215#define SWIGTYPE_p_double swig_types[4]
3216#define SWIGTYPE_p_f_double_double__int swig_types[5]
3217#define SWIGTYPE_p_f_double_double_p_double_p_double_p_void__void swig_types[6]
3218#define SWIGTYPE_p_f_int_double_p_char_int_p_void__void swig_types[7]
3219#define SWIGTYPE_p_f_int_p_double_p_double__void swig_types[8]
3220#define SWIGTYPE_p_f_int_p_q_const__double_p_q_const__double__void swig_types[9]
3221#define SWIGTYPE_p_int swig_types[10]
3222#define SWIGTYPE_p_p_char swig_types[11]
3223#define SWIGTYPE_p_p_double swig_types[12]
3224#define SWIGTYPE_p_unsigned_int swig_types[13]
3227#define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
3228#define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
3232#ifdef SWIG_TypeQuery
3233# undef SWIG_TypeQuery
3235#define SWIG_TypeQuery SWIG_Python_TypeQuery
3240#define SWIG_init PyInit__plplotc
3243#define SWIG_as_voidptr(a) (void *)((const void *)(a))
3244#define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a))
3247#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
3248#include <arrayobject.h>
3252#define NPY_PLINT NPY_INT32
3255#define NPY_PLFLT NPY_FLOAT64
3257#define NPY_PLFLT NPY_FLOAT32
3261#if !defined ( PySequence_Fast_GET_ITEM )
3262 #define PySequence_Fast_GET_ITEM PySequence_GetItem
3264#define PySequence_Size PySequence_Length
3275 if (PyFloat_Check(obj)) {
3276 if (val) *val = PyFloat_AsDouble(obj);
3278 }
else if (PyLong_Check(obj)) {
3279 double v = PyLong_AsDouble(obj);
3280 if (!PyErr_Occurred()) {
3287#ifdef SWIG_PYTHON_CAST_MODE
3290 double d = PyFloat_AsDouble(obj);
3291 if (!PyErr_Occurred()) {
3298 long v = PyLong_AsLong(obj);
3299 if (!PyErr_Occurred()) {
3312 #define SWIG_From_double PyFloat_FromDouble
3327 return PyLong_FromLong((
long)
value);
3332#if !defined(SWIG_NO_LLONG_MAX)
3333# if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
3334# define LLONG_MAX __LONG_LONG_MAX__
3335# define LLONG_MIN (-LLONG_MAX - 1LL)
3336# define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
3353 if ((
min <= x && x <=
max)) {
3358 rd = ((x - fx) < 0.5) ? fx : cx;
3359 if ((errno == EDOM) || (errno == ERANGE)) {
3362 double summ, reps, diff;
3365 }
else if (rd > x) {
3372 if (reps < 8*DBL_EPSILON) {
3385 if (PyLong_Check(obj)) {
3386 long v = PyLong_AsLong(obj);
3387 if (!PyErr_Occurred()) {
3395#ifdef SWIG_PYTHON_CAST_MODE
3398 long v = PyLong_AsLong(obj);
3399 if (!PyErr_Occurred()) {
3411 const double long_max =
sizeof(long) == 8 ? 0x7ffffffffffffc00LL : LONG_MAX;
3414 if (val) *val = (long)(d);
3430 if ((v < INT_MIN || v > INT_MAX)) {
3433 if (val) *val = (int)(v);
3443 if (PyLong_Check(obj)) {
3444 unsigned long v = PyLong_AsUnsignedLong(obj);
3445 if (!PyErr_Occurred()) {
3453#ifdef SWIG_PYTHON_CAST_MODE
3456 unsigned long v = PyLong_AsUnsignedLong(obj);
3457 if (!PyErr_Occurred()) {
3469 const double ulong_max =
sizeof(
unsigned long) == 8 ? 0xfffffffffffff800ULL : ULONG_MAX;
3471 if (val) *val = (
unsigned long)(d);
3487 if ((v > UINT_MAX)) {
3490 if (val) *val = (
unsigned int)(v);
3500 return PyLong_FromSize_t((
size_t)
value);
3522 if (alloc != NULL) {
3524 use_binary = is_binary;
3527#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3530 if (use_binary ? PyBytes_Check(obj) : PyUnicode_Check(obj))
3534 PyObject *bytes = NULL;
3539 if (PyBytes_AsStringAndSize(obj, &cstr, &len) == -1)
3546 if (bytes && cptr) {
3548 size_t alen = (size_t)(len + 1);
3549 char *p = (
char *)calloc(alen,
sizeof(
char));
3554 memcpy(p, cstr, alen);
3564 if (cptr) *cptr = cstr;
3565 if (psize) *psize = is_binary ? (size_t)len : (size_t)(len + 1);
3571 if (pchar_descriptor) {
3574 if (cptr) *cptr = (
char *) vptr;
3575 if (psize) *psize = vptr ? (strlen((
char *)vptr) + 1) : 0;
3588 char* cptr = 0;
size_t csize = 0;
int alloc =
SWIG_OLDOBJ;
3592 if (size == 1 && csize == 2 && cptr && !cptr[1]) --csize;
3593 if (csize <= size) {
3595 if (csize) memcpy(val, cptr, csize*
sizeof(
char));
3596 if (csize < size) memset(val + csize, 0, (size - csize)*
sizeof(
char));
3610#define SWIG_FromCharPtrAndSize(carray, size) SWIG_FromBinaryCharPtrAndSize(carray, size, 0)
3615 if (size > (
size_t)PY_SSIZE_T_MAX) {
3617 return pchar_descriptor ?
3620#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
3621 return PyBytes_FromStringAndSize(carray, (Py_ssize_t)(size));
3624 return PyBytes_FromStringAndSize(carray, (Py_ssize_t)(size));
3625 return PyUnicode_DecodeUTF8(carray, (Py_ssize_t)(size),
"surrogateescape");
3638 for (p = s; maxlen-- && *p; p++)
3640 return (
size_t)(p - s);
3655 if ((CHAR_MIN <= v) && (v <= CHAR_MAX)) {
3656 if (val) *val = (char)(v);
3666#if !defined(SWIG_NO_PYTHON_OLD_BUFFER_PROTOCOL)
3667#if defined(Py_LIMITED_API) && Py_LIMITED_API<0x030b0000
3668#if !defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL)
3669#define SWIG_PYTHON_OLD_BUFFER_PROTOCOL
3674#if defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL) && PY_VERSION_HEX >= 0x030d0000
3675#if defined(Py_LIMITED_API) && Py_LIMITED_API<0x030b0000
3676#error "The old Buffer Protocol was removed in python-3.13, including from the Stable ABI. Note that the new Buffer Protocol must be used from python-3.13, however, it is only available in the Stable ABI from python-3.11, so Py_LIMITED_API must be >= 0x030b0000 for python-3.13 and later."
3689 PyArrayObject* tmp = (PyArrayObject *) PyArray_ContiguousFromObject( in,
NPY_PLINT,
3694 if ( PyArray_Check( in ) )
3697 tmp = (PyArrayObject *) PyArray_Cast( (PyArrayObject *) in,
NPY_PLINT );
3704#define myArray_ContiguousFromObject PyArray_ContiguousFromObject
3707 PyObject *resultobj = 0;
3721 PyObject *swig_obj[2] ;
3734 arg1 = (
PLFLT)(val1);
3739 arg2 = (
PLFLT)(val2);
3740 pltr0(arg1,arg2,arg3,arg4,arg5);
3775 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3784 PyErr_SetString( PyExc_ValueError,
"Expected a sequence to two 1D arrays." );
3793 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3801 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3823 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two arrays." );
3832 PyErr_SetString( PyExc_ValueError,
"Expected a sequence of two 2D arrays." );
3838 PyErr_SetString( PyExc_ValueError,
"Arrays must be same size." );
3847 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg." );
3855 PyErr_SetString( PyExc_ValueError,
"pltr arguments must have X and Y dimensions of first arg + 1." );
3861 for ( i = 0; i <
tmpGrid2.nx; i++ )
3864 for ( i = 0; i <
tmpGrid2.nx; i++ )
3879 PyObject *resultobj = 0;
3893 PyObject *swig_obj[3] ;
3903 arg1 = (
PLFLT)(val1);
3908 arg2 = (
PLFLT)(val2);
3914 pltr1(arg1,arg2,arg3,arg4,arg5);
3941 PyObject *resultobj = 0;
3955 PyObject *swig_obj[3] ;
3965 arg1 = (
PLFLT)(val1);
3970 arg2 = (
PLFLT)(val2);
3976 pltr2(arg1,arg2,arg3,arg4,arg5);
4005 static PyInterpreterState *save_interp = NULL;
4015#define MY_BLOCK_THREADS { \
4016 PyThreadState *prev_state, *new_state; \
4019 PyEval_AcquireLock(); \
4020 new_state = PyThreadState_New( save_interp ); \
4021 prev_state = PyThreadState_Swap( new_state );
4022#define MY_UNBLOCK_THREADS \
4023 new_state = PyThreadState_Swap( prev_state ); \
4024 PyThreadState_Clear( new_state ); \
4025 PyEval_ReleaseLock(); \
4026 PyThreadState_Delete( new_state ); \
4029#define MY_BLOCK_THREADS
4030#define MY_UNBLOCK_THREADS
4053 PyObject *pdata, *arglist, *result;
4057 pdata = (PyObject *) data;
4064 Py_XINCREF( pdata );
4069 arglist = Py_BuildValue(
"(ddO)", x, y, pdata );
4071 arglist = Py_BuildValue(
"(ffO)", x, y, pdata );
4073 if ( arglist == NULL )
4075 fprintf( stderr,
"Py_BuildValue failed to make argument list.\n" );
4080 result = PyObject_CallObject(
python_pltr, arglist );
4082 Py_CLEAR( arglist );
4084 if ( result == NULL )
4086 fprintf( stderr,
"call to python pltr function with 3 arguments failed\n" );
4087 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must take 3 arguments." );
4093 if ( tmp == 0 || PyArray_DIMS( tmp )[0] != 2 )
4095 fprintf( stderr,
"pltr callback must return a 2 element array or sequence\n" );
4096 PyErr_SetString( PyExc_RuntimeError,
"pltr callback must return a 2-sequence." );
4116 PyObject *pdata, *arglist, *result;
4117 PLFLT fresult = 0.0;
4120 pdata = (PyObject *) data;
4123 Py_XINCREF( pdata );
4127 arglist = Py_BuildValue(
"(iiO)", x, y, pdata );
4131 Py_CLEAR( arglist );
4133 if ( !PyFloat_Check( result ) )
4135 fprintf( stderr,
"f2eval callback must return a float\n" );
4136 PyErr_SetString( PyExc_RuntimeError,
"f2eval callback must return a float." );
4141 fresult = (
PLFLT) PyFloat_AsDouble( result );
4153 PyObject *pdata, *arglist, *result, *unicode_string;
4158 pdata = (PyObject *) data;
4163 Py_XINCREF( pdata );
4168 arglist = Py_BuildValue(
"(ldO)", axis,
value, pdata );
4170 arglist = Py_BuildValue(
"(lfO)", axis,
value, pdata );
4177 if ( result == NULL )
4179 fprintf( stderr,
"label callback failed with 3 arguments\n" );
4180 PyErr_SetString( PyExc_RuntimeError,
"label callback must take 3 arguments." );
4182 else if ( PyBytes_Check( result ) )
4185 pystring = PyBytes_AsString( result );
4186 strncpy(
string, pystring, len );
4188 else if ( PyUnicode_Check( result ) )
4191 unicode_string = PyUnicode_AsEncodedString( result,
"utf-8",
"Error ~" );
4192 pystring = PyBytes_AS_STRING( unicode_string );
4194 strncpy(
string, pystring, len );
4198 fprintf( stderr,
"label callback must return a string\n" );
4199 PyErr_SetString( PyExc_RuntimeError,
"label callback must return a string." );
4210 PyObject *px, *py, *pdata, *arglist, *result;
4215 pdata = (PyObject *) data;
4222 Py_XINCREF( pdata );
4226 px = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) xt );
4227 py = PyArray_SimpleNewFromData( 1, &n,
NPY_PLFLT, (
void *) yt );
4228 arglist = Py_BuildValue(
"(ddOOO)", x, y, px, py, pdata );
4230 result = PyObject_CallObject(
python_ct, arglist );
4232 Py_CLEAR( arglist );
4237 if ( result == NULL )
4239 fprintf( stderr,
"call to python coordinate transform function with 5 arguments failed\n" );
4240 PyErr_SetString( PyExc_RuntimeError,
"coordinate transform callback must take 5 arguments." );
4251 PyObject *px, *py, *arglist, *result;
4262#ifdef PL_HAVE_PTHREAD
4263 px = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) x );
4264 py = PyArray_SimpleNewFromData( 1, &nn,
NPY_PLFLT, (
void *) y );
4266 px = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) x );
4267 py = PyArray_FromDimsAndData( 1, &n,
NPY_PLFLT, (
char *) y );
4269 arglist = Py_BuildValue(
"(iOO)", n, px, py );
4273 Py_CLEAR( arglist );
4277 if ( result == NULL )
4279 fprintf( stderr,
"call to python mapform function with 3 arguments failed\n" );
4280 PyErr_SetString( PyExc_RuntimeError,
"mapform callback must take 3 arguments." );
4293 PyObject * rep = PyObject_Repr( input );
4298 if ( PyUnicode_Check( rep ) )
4300 PyObject *uni_str = PyUnicode_AsEncodedString( rep,
"utf-8",
"Error ~" );
4301 str = PyBytes_AS_STRING( uni_str );
4305 str = PyBytes_AsString( rep );
4307 if ( strstr( str,
"function pltr0" ) != 0 )
4313 else if ( strstr( str,
"function pltr1" ) != 0 )
4319 else if ( strstr( str,
"function pltr2" ) != 0 )
4329 Py_XINCREF( input );
4337 Py_XINCREF( input );
4353 Py_XINCREF( input );
4368 Py_XINCREF( input );
4386 if ( input != Py_None )
4390 if ( input != Py_None )
4394 Py_XINCREF( input );
4398 fprintf( stderr,
"pltr_type is invalid\n" );
4419 fprintf( stderr,
"pltr_type is invalid\n" );
4428 PyObject *resultobj = 0;
4435 PyObject *swig_obj[2] ;
4449 if (arg1) (arg1)->type = arg2;
4458 PyObject *resultobj = 0;
4462 PyObject *swig_obj[1] ;
4473 result = (int) ((arg1)->type);
4482 PyObject *resultobj = 0;
4489 PyObject *swig_obj[2] ;
4502 arg2 = (
unsigned int)(val2);
4503 if (arg1) (arg1)->state = arg2;
4512 PyObject *resultobj = 0;
4516 PyObject *swig_obj[1] ;
4517 unsigned int result;
4527 result = (
unsigned int) ((arg1)->state);
4536 PyObject *resultobj = 0;
4543 PyObject *swig_obj[2] ;
4556 arg2 = (
unsigned int)(val2);
4557 if (arg1) (arg1)->keysym = arg2;
4566 PyObject *resultobj = 0;
4570 PyObject *swig_obj[1] ;
4571 unsigned int result;
4581 result = (
unsigned int) ((arg1)->keysym);
4590 PyObject *resultobj = 0;
4597 PyObject *swig_obj[2] ;
4610 arg2 = (
unsigned int)(val2);
4611 if (arg1) (arg1)->button = arg2;
4620 PyObject *resultobj = 0;
4624 PyObject *swig_obj[1] ;
4625 unsigned int result;
4635 result = (
unsigned int) ((arg1)->button);
4644 PyObject *resultobj = 0;
4651 PyObject *swig_obj[2] ;
4664 arg2 = (
PLINT)(val2);
4665 if (arg1) (arg1)->subwindow = arg2;
4674 PyObject *resultobj = 0;
4678 PyObject *swig_obj[1] ;
4689 result = (
PLINT) ((arg1)->subwindow);
4698 PyObject *resultobj = 0;
4700 char *arg2 = (
char *)0 ;
4705 PyObject *swig_obj[2] ;
4718 arg2 = (
char *)(temp2);
4719 if (arg2) memcpy(arg1->
string,arg2,16*
sizeof(
char));
4720 else memset(arg1->
string,0,16*
sizeof(
char));
4729 PyObject *resultobj = 0;
4733 PyObject *swig_obj[1] ;
4744 result = (
char *)(
char *) ((arg1)->string);
4759 PyObject *resultobj = 0;
4766 PyObject *swig_obj[2] ;
4780 if (arg1) (arg1)->pX = arg2;
4789 PyObject *resultobj = 0;
4793 PyObject *swig_obj[1] ;
4804 result = (int) ((arg1)->pX);
4813 PyObject *resultobj = 0;
4820 PyObject *swig_obj[2] ;
4834 if (arg1) (arg1)->pY = arg2;
4843 PyObject *resultobj = 0;
4847 PyObject *swig_obj[1] ;
4858 result = (int) ((arg1)->pY);
4867 PyObject *resultobj = 0;
4874 PyObject *swig_obj[2] ;
4887 arg2 = (
PLFLT)(val2);
4888 if (arg1) (arg1)->dX = arg2;
4897 PyObject *resultobj = 0;
4901 PyObject *swig_obj[1] ;
4912 result = (
PLFLT) ((arg1)->dX);
4921 PyObject *resultobj = 0;
4928 PyObject *swig_obj[2] ;
4941 arg2 = (
PLFLT)(val2);
4942 if (arg1) (arg1)->dY = arg2;
4951 PyObject *resultobj = 0;
4955 PyObject *swig_obj[1] ;
4966 result = (
PLFLT) ((arg1)->dY);
4975 PyObject *resultobj = 0;
4982 PyObject *swig_obj[2] ;
4995 arg2 = (
PLFLT)(val2);
4996 if (arg1) (arg1)->wX = arg2;
5005 PyObject *resultobj = 0;
5009 PyObject *swig_obj[1] ;
5020 result = (
PLFLT) ((arg1)->wX);
5029 PyObject *resultobj = 0;
5036 PyObject *swig_obj[2] ;
5049 arg2 = (
PLFLT)(val2);
5050 if (arg1) (arg1)->wY = arg2;
5059 PyObject *resultobj = 0;
5063 PyObject *swig_obj[1] ;
5074 result = (
PLFLT) ((arg1)->wY);
5083 PyObject *resultobj = 0;
5097 PyObject *resultobj = 0;
5101 PyObject *swig_obj[1] ;
5111 free((
char *) arg1);
5120 PyObject *obj = NULL;
5131 PyObject *resultobj = 0;
5135 PyObject *swig_obj[1] ;
5144 arg1 = (
PLINT)(val1);
5154 PyObject *resultobj = 0;
5161 PyObject *swig_obj[2] ;
5169 arg1 = (
PLINT)(val1);
5174 arg2 = (
PLINT)(val2);
5184 PyObject *resultobj = 0;
5197 PyObject *swig_obj[4] ;
5205 arg1 = (
PLFLT)(val1);
5210 arg2 = (
PLFLT)(val2);
5215 arg3 = (
PLFLT)(val3);
5220 arg4 = (
PLINT)(val4);
5230 PyObject *resultobj = 0;
5234 PyObject *swig_obj[1] ;
5243 arg1 = (
PLINT)(val1);
5253 PyObject *resultobj = 0;
5278 PyObject *swig_obj[8] ;
5286 arg1 = (
PLFLT)(val1);
5291 arg2 = (
PLFLT)(val2);
5296 arg3 = (
PLFLT)(val3);
5301 arg4 = (
PLFLT)(val4);
5306 arg5 = (
PLFLT)(val5);
5311 arg6 = (
PLFLT)(val6);
5316 arg7 = (
PLFLT)(val7);
5322 plarc(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
5331 PyObject *resultobj = 0;
5358 PyObject *swig_obj[8] ;
5366 arg1 = (
PLFLT)(val1);
5371 arg2 = (
PLFLT)(val2);
5376 arg3 = (
char *)(buf3);
5381 arg4 = (
PLFLT)(val4);
5386 arg5 = (
PLINT)(val5);
5391 arg6 = (
char *)(buf6);
5396 arg7 = (
PLFLT)(val7);
5401 arg8 = (
PLINT)(val8);
5402 plaxes(arg1,arg2,(
char const *)arg3,arg4,arg5,(
char const *)arg6,arg7,arg8);
5415 PyObject *resultobj = 0;
5420 PyArrayObject *tmp1 = NULL ;
5421 PyArrayObject *tmp3 = NULL ;
5424 PyObject *swig_obj[3] ;
5432 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
5433 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
5439 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
5441 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
5444 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
5450 arg4 = (
PLINT)(val4);
5451 plbin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
5472 PyObject *resultobj = 0;
5494 PyObject *swig_obj[1] ;
5509 arg7 = (
PLFLT)(val7);
5510 plbtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
5555 PyObject *resultobj = 0;
5568 PyObject *resultobj = 0;
5589 PyObject *swig_obj[6] ;
5597 arg1 = (
char *)(buf1);
5602 arg2 = (
PLFLT)(val2);
5607 arg3 = (
PLINT)(val3);
5612 arg4 = (
char *)(buf4);
5617 arg5 = (
PLFLT)(val5);
5622 arg6 = (
PLINT)(val6);
5623 plbox((
char const *)arg1,arg2,arg3,(
char const *)arg4,arg5,arg6);
5636 PyObject *resultobj = 0;
5679 PyObject *swig_obj[12] ;
5687 arg1 = (
char *)(buf1);
5692 arg2 = (
char *)(buf2);
5697 arg3 = (
PLFLT)(val3);
5702 arg4 = (
PLINT)(val4);
5707 arg5 = (
char *)(buf5);
5712 arg6 = (
char *)(buf6);
5717 arg7 = (
PLFLT)(val7);
5722 arg8 = (
PLINT)(val8);
5727 arg9 = (
char *)(buf9);
5732 arg10 = (
char *)(buf10);
5737 arg11 = (
PLFLT)(val11);
5742 arg12 = (
PLINT)(val12);
5743 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);
5764 PyObject *resultobj = 0;
5780 PyObject *swig_obj[2] ;
5791 arg1 = (
PLFLT)(val1);
5796 arg2 = (
PLFLT)(val2);
5824 PyObject *resultobj = 0;
5837 PyObject *resultobj = 0;
5841 PyObject *swig_obj[1] ;
5850 arg1 = (
PLINT)(val1);
5860 PyObject *resultobj = 0;
5864 PyObject *swig_obj[1] ;
5873 arg1 = (
PLFLT)(val1);
5883 PyObject *resultobj = 0;
5917 PyObject *swig_obj[11] ;
5925 arg1 = (
PLFLT)(val1);
5930 arg2 = (
PLFLT)(val2);
5935 arg3 = (
PLFLT)(val3);
5940 arg4 = (
PLINT)(val4);
5950 arg6 = (
PLINT)(val6);
5955 arg7 = (
PLINT)(val7);
5960 arg8 = (
PLINT)(val8);
5965 arg9 = (
PLINT)(val9);
5970 arg10 = (
PLINT)(val10);
5975 arg11 = (
PLFLT)(val11);
5976 plconfigtime(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
5985 PyObject *resultobj = 0;
5997 PyArrayObject *tmp1 = NULL ;
6006 PyArrayObject *tmp8 = NULL ;
6007 PyObject *swig_obj[8] ;
6023 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
6024 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
6026 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
6027 for ( i = 0; i < arg2; i++ )
6028 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
6034 arg4 = (
PLINT)(val4);
6039 arg5 = (
PLINT)(val5);
6044 arg6 = (
PLINT)(val6);
6049 arg7 = (
PLINT)(val7);
6054 arg9 = PyArray_DIMS( tmp8 )[0];
6055 arg8 = (
PLFLT *) PyArray_DATA( tmp8 );
6060 if ( swig_obj[6] == Py_None )
6066 if ( !PyCallable_Check( (PyObject *) swig_obj[6] ) )
6068 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
6077 if ( swig_obj[7] == Py_None )
6085 plcont((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,(
double const *)arg8,arg9,arg10,arg11);
6120 PyObject *resultobj = 0;
6142 PyObject *swig_obj[6] ;
6151 arg1 = (
PLINT)(val1);
6156 arg2 = (
PLINT)(val2);
6161 arg3 = (
PLINT)(val3);
6166 arg4 = (
PLINT)(val4);
6171 arg5 = (
PLINT)(val5);
6176 arg6 = (
PLFLT)(val6);
6177 plctime(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
6192 PyObject *resultobj = 0;
6199 PyObject *swig_obj[2] ;
6207 arg1 = (
PLINT)(val1);
6222 PyObject *resultobj = 0;
6235 PyObject *resultobj = 0;
6248 PyObject *resultobj = 0;
6267 PyObject *swig_obj[6] ;
6275 arg1 = (
PLFLT)(val1);
6280 arg2 = (
PLFLT)(val2);
6285 arg3 = (
PLFLT)(val3);
6290 arg4 = (
PLFLT)(val4);
6295 arg5 = (
PLINT)(val5);
6300 arg6 = (
PLINT)(val6);
6301 plenv(arg1,arg2,arg3,arg4,arg5,arg6);
6310 PyObject *resultobj = 0;
6329 PyObject *swig_obj[6] ;
6337 arg1 = (
PLFLT)(val1);
6342 arg2 = (
PLFLT)(val2);
6347 arg3 = (
PLFLT)(val3);
6352 arg4 = (
PLFLT)(val4);
6357 arg5 = (
PLINT)(val5);
6362 arg6 = (
PLINT)(val6);
6363 plenv0(arg1,arg2,arg3,arg4,arg5,arg6);
6372 PyObject *resultobj = 0;
6385 PyObject *resultobj = 0;
6390 PyArrayObject *tmp1 = NULL ;
6391 PyArrayObject *tmp3 = NULL ;
6392 PyArrayObject *tmp4 = NULL ;
6393 PyObject *swig_obj[3] ;
6401 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6402 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6408 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6410 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6413 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6419 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
6421 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6424 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
6426 plerrx(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
6453 PyObject *resultobj = 0;
6458 PyArrayObject *tmp1 = NULL ;
6459 PyArrayObject *tmp3 = NULL ;
6460 PyArrayObject *tmp4 = NULL ;
6461 PyObject *swig_obj[3] ;
6469 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6470 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6476 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6478 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6481 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6487 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
6489 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6492 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
6494 plerry(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
6521 PyObject *resultobj = 0;
6534 PyObject *resultobj = 0;
6538 PyArrayObject *tmp1 = NULL ;
6539 PyArrayObject *tmp3 = NULL ;
6540 PyObject *swig_obj[2] ;
6548 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6549 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6555 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6557 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6560 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6562 plfill(arg1,(
double const *)arg2,(
double const *)arg3);
6583 PyObject *resultobj = 0;
6588 PyArrayObject *tmp1 = NULL ;
6589 PyArrayObject *tmp3 = NULL ;
6590 PyArrayObject *tmp4 = NULL ;
6591 PyObject *swig_obj[3] ;
6599 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6600 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6606 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6608 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6611 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6617 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
6619 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6622 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
6624 plfill3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
6651 PyObject *resultobj = 0;
6656 PyArrayObject *tmp1 = NULL ;
6657 PyArrayObject *tmp3 = NULL ;
6660 PyObject *swig_obj[3] ;
6668 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
6669 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
6675 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
6677 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
6680 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
6686 arg4 = (
PLFLT)(val4);
6687 plgradient(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
6708 PyObject *resultobj = 0;
6721 PyObject *resultobj = 0;
6725 PyObject *swig_obj[1] ;
6734 arg1 = (
PLINT)(val1);
6744 PyObject *resultobj = 0;
6748 PyObject *swig_obj[1] ;
6757 arg1 = (
PLINT)(val1);
6767 PyObject *resultobj = 0;
6800 PyObject *resultobj = 0;
6813 PyObject *swig_obj[1] ;
6825 arg1 = (
PLINT)(val1);
6853 PyObject *resultobj = 0;
6869 PyObject *swig_obj[1] ;
6882 arg1 = (
PLINT)(val1);
6883 plgcol0a(arg1,arg2,arg3,arg4,arg5);
6916 PyObject *resultobj = 0;
6959 PyObject *resultobj = 0;
7012 PyObject *resultobj = 0;
7035 PyObject *resultobj = 0;
7047 PyObject *o = PyUnicode_FromString( arg1 );
7057 PyObject *resultobj = 0;
7110 PyObject *resultobj = 0;
7133 PyObject *resultobj = 0;
7186 PyObject *resultobj = 0;
7229 PyObject *resultobj = 0;
7252 PyObject *resultobj = 0;
7264 PyObject *o = PyUnicode_FromString( arg1 );
7274 PyObject *resultobj = 0;
7317 PyObject *resultobj = 0;
7340 PyObject *resultobj = 0;
7368 plgpage(arg1,arg2,arg3,arg4,arg5,arg6);
7413 PyObject *resultobj = 0;
7426 PyObject *resultobj = 0;
7438 PyArrayObject *tmp1 = NULL ;
7439 PyArrayObject *tmp2 = NULL ;
7440 PyArrayObject *tmp3 = NULL ;
7441 PyArrayObject *tmp5 = NULL ;
7442 PyArrayObject *tmp7 = NULL ;
7443 PyObject *array7 = NULL ;
7448 PyObject *swig_obj[7] ;
7456 Alen = PyArray_DIMS( tmp1 )[0];
7457 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
7463 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
7465 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7468 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
7474 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
7476 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
7479 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
7480 arg4 = PyArray_DIMS( tmp3 )[0];
7486 Xlen = PyArray_DIMS( tmp5 )[0];
7488 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
7496 Ylen = PyArray_DIMS( tmp7 )[0];
7498 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
7503 array7 = PyArray_SimpleNew( 2, dims,
NPY_PLFLT );
7507 arg9 = (
PLFLT **) malloc(
sizeof (
double * ) * (
size_t)
Xlen );
7508 for ( i = 0; i <
Xlen; i++ )
7509 arg9[i] = ( (
PLFLT *) PyArray_DATA( (PyArrayObject *) array7 ) + i * size );
7515 arg10 = (
PLINT)(val10);
7520 arg11 = (
PLFLT)(val11);
7521 plgriddata((
double const *)arg1,(
double const *)arg2,(
double const *)arg3,arg4,(
double const *)arg5,arg6,(
double const *)arg7,arg8,arg9,arg10,arg11);
7565 PyObject *resultobj = 0;
7585 plgspa(arg1,arg2,arg3,arg4);
7618 PyObject *resultobj = 0;
7641 PyObject *resultobj = 0;
7653 PyObject *o = PyUnicode_FromString( arg1 );
7663 PyObject *resultobj = 0;
7683 plgvpd(arg1,arg2,arg3,arg4);
7716 PyObject *resultobj = 0;
7736 plgvpw(arg1,arg2,arg3,arg4);
7769 PyObject *resultobj = 0;
7802 PyObject *resultobj = 0;
7835 PyObject *resultobj = 0;
7868 PyObject *resultobj = 0;
7875 PyArrayObject *tmp1 = NULL ;
7884 PyObject *swig_obj[5] ;
7892 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
7893 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
7899 arg3 = (
PLFLT)(val3);
7904 arg4 = (
PLFLT)(val4);
7909 arg5 = (
PLINT)(val5);
7914 arg6 = (
PLINT)(val6);
7915 plhist(arg1,(
double const *)arg2,arg3,arg4,arg5,arg6);
7930 PyObject *resultobj = 0;
7949 PyObject *swig_obj[3] ;
7960 arg1 = (
PLFLT)(val1);
7965 arg2 = (
PLFLT)(val2);
7970 arg3 = (
PLFLT)(val3);
7971 plhlsrgb(arg1,arg2,arg3,arg4,arg5,arg6);
7998 PyObject *resultobj = 0;
8011 PyObject *resultobj = 0;
8024 PyObject *swig_obj[4] ;
8032 arg1 = (
PLFLT)(val1);
8037 arg2 = (
PLFLT)(val2);
8042 arg3 = (
PLFLT)(val3);
8047 arg4 = (
PLFLT)(val4);
8048 pljoin(arg1,arg2,arg3,arg4);
8057 PyObject *resultobj = 0;
8070 PyObject *swig_obj[3] ;
8078 arg1 = (
char *)(buf1);
8083 arg2 = (
char *)(buf2);
8088 arg3 = (
char *)(buf3);
8089 pllab((
char const *)arg1,(
char const *)arg2,(
char const *)arg3);
8104 PyObject *resultobj = 0;
8160 PyArrayObject *tmp13 = NULL ;
8169 PyArrayObject *tmp19 = NULL ;
8170 PyArrayObject *tmp20 = NULL ;
8171 PyArrayObject *tmp21 = NULL ;
8172 PyArrayObject *tmp22 = NULL ;
8173 PyArrayObject *tmp23 = NULL ;
8174 PyArrayObject *tmp24 = NULL ;
8175 PyArrayObject *tmp25 = NULL ;
8176 PyArrayObject *tmp26 = NULL ;
8177 PyArrayObject *tmp27 = NULL ;
8178 PyArrayObject *tmp28 = NULL ;
8179 PyArrayObject *tmp29 = NULL ;
8180 PyArrayObject *tmp30 = NULL ;
8181 PyArrayObject *tmp31 = NULL ;
8182 PyObject *swig_obj[28] ;
8192 arg3 = (
PLINT)(val3);
8197 arg4 = (
PLINT)(val4);
8202 arg5 = (
PLFLT)(val5);
8207 arg6 = (
PLFLT)(val6);
8212 arg7 = (
PLFLT)(val7);
8217 arg8 = (
PLINT)(val8);
8222 arg9 = (
PLINT)(val9);
8227 arg10 = (
PLINT)(val10);
8232 arg11 = (
PLINT)(val11);
8237 arg12 = (
PLINT)(val12);
8240 if ( tmp13 == NULL )
8242 arg13 =
Alen = PyArray_DIMS( tmp13 )[0];
8243 arg14 = (
PLINT *) PyArray_DATA( tmp13 );
8249 arg15 = (
PLFLT)(val15);
8254 arg16 = (
PLFLT)(val16);
8259 arg17 = (
PLFLT)(val17);
8264 arg18 = (
PLFLT)(val18);
8267 if ( tmp19 == NULL )
8269 if ( PyArray_DIMS( tmp19 )[0] !=
Alen )
8271 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8274 arg19 = (
PLINT *) PyArray_DATA( tmp19 );
8278 tmp20 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[16], NPY_STRING, 1, 1 );
8279 if ( tmp20 == NULL )
8281 if ( PyArray_DIMS( tmp20 )[0] !=
Alen )
8283 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8286 arg20 = (
char **) malloc(
sizeof (
char* ) * (
size_t)
Alen );
8287 for ( i = 0; i <
Alen; i++ )
8289 arg20[i] = (
char *) PyArray_DATA( tmp20 ) + i * PyArray_STRIDES( tmp20 )[0];
8290 if ( arg20[i] == NULL )
8299 if ( tmp21 == NULL )
8301 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
8303 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8306 arg21 = (
PLINT *) PyArray_DATA( tmp21 );
8310 if ( tmp22 == NULL )
8312 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
8314 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8317 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
8320 if ( swig_obj[19] != Py_None )
8323 if ( tmp23 == NULL )
8325 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
8327 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8330 arg23 = (
PLFLT *) PyArray_DATA( tmp23 );
8338 if ( swig_obj[20] != Py_None )
8341 if ( tmp24 == NULL )
8343 if ( PyArray_DIMS( tmp24 )[0] !=
Alen )
8345 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8348 arg24 = (
PLFLT *) PyArray_DATA( tmp24 );
8357 if ( tmp25 == NULL )
8359 if ( PyArray_DIMS( tmp25 )[0] !=
Alen )
8361 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8364 arg25 = (
PLINT *) PyArray_DATA( tmp25 );
8368 if ( tmp26 == NULL )
8370 if ( PyArray_DIMS( tmp26 )[0] !=
Alen )
8372 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8375 arg26 = (
PLINT *) PyArray_DATA( tmp26 );
8378 if ( swig_obj[23] != Py_None )
8381 if ( tmp27 == NULL )
8383 if ( PyArray_DIMS( tmp27 )[0] !=
Alen )
8385 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8388 arg27 = (
PLFLT *) PyArray_DATA( tmp27 );
8397 if ( tmp28 == NULL )
8399 if ( PyArray_DIMS( tmp28 )[0] !=
Alen )
8401 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8404 arg28 = (
PLINT *) PyArray_DATA( tmp28 );
8407 if ( swig_obj[25] != Py_None )
8410 if ( tmp29 == NULL )
8412 if ( PyArray_DIMS( tmp29 )[0] !=
Alen )
8414 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8417 arg29 = (
PLFLT *) PyArray_DATA( tmp29 );
8426 if ( tmp30 == NULL )
8428 if ( PyArray_DIMS( tmp30 )[0] !=
Alen )
8430 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8433 arg30 = (
PLINT *) PyArray_DATA( tmp30 );
8437 tmp31 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[27], NPY_STRING, 1, 1 );
8438 if ( tmp31 == NULL )
8440 if ( PyArray_DIMS( tmp31 )[0] !=
Alen )
8442 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8445 arg31 = (
char **) malloc(
sizeof (
char* ) * (
size_t)
Alen );
8446 for ( i = 0; i <
Alen; i++ )
8448 arg31[i] = (
char *) PyArray_DATA( tmp31 ) + i * PyArray_STRIDES( tmp31 )[0];
8449 if ( arg31[i] == NULL )
8456 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);
8477 Py_CLEAR( tmp20 ); free( arg20 );
8510 Py_CLEAR( tmp31 ); free( arg31 );
8521 Py_CLEAR( tmp20 ); free( arg20 );
8554 Py_CLEAR( tmp31 ); free( arg31 );
8561 PyObject *resultobj = 0;
8616 PyArrayObject *tmp16 = NULL ;
8617 PyArrayObject *tmp18 = NULL ;
8618 PyArrayObject *tmp19 = NULL ;
8619 PyArrayObject *tmp21 = NULL ;
8620 PyArrayObject *tmp22 = NULL ;
8621 PyArrayObject *tmp23 = NULL ;
8622 PyArrayObject *tmp24 = NULL ;
8623 PyObject *swig_obj[20] ;
8633 arg3 = (
PLINT)(val3);
8638 arg4 = (
PLINT)(val4);
8643 arg5 = (
PLFLT)(val5);
8648 arg6 = (
PLFLT)(val6);
8653 arg7 = (
PLFLT)(val7);
8658 arg8 = (
PLFLT)(val8);
8663 arg9 = (
PLINT)(val9);
8668 arg10 = (
PLINT)(val10);
8673 arg11 = (
PLINT)(val11);
8678 arg12 = (
PLFLT)(val12);
8683 arg13 = (
PLFLT)(val13);
8688 arg14 = (
PLINT)(val14);
8693 arg15 = (
PLFLT)(val15);
8696 if ( tmp16 == NULL )
8698 arg16 =
Alen = PyArray_DIMS( tmp16 )[0];
8699 arg17 = (
PLINT *) PyArray_DATA( tmp16 );
8703 tmp18 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[14], NPY_STRING, 1, 1 );
8704 if ( tmp18 == NULL )
8706 if ( PyArray_DIMS( tmp18 )[0] !=
Alen )
8708 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8711 arg18 = (
char **) malloc(
sizeof (
char* ) * (
size_t)
Alen );
8712 for ( i = 0; i <
Alen; i++ )
8714 arg18[i] = (
char *) PyArray_DATA( tmp18 ) + i * PyArray_STRIDES( tmp18 )[0];
8715 if ( arg18[i] == NULL )
8724 tmp19 = (PyArrayObject *) PyArray_ContiguousFromObject( swig_obj[15], NPY_STRING, 1, 1 );
8725 if ( tmp19 == NULL )
8727 Alen = PyArray_DIMS( tmp19 )[0];
8729 arg20 = (
char **) malloc(
sizeof (
char* ) * (
size_t)
Alen );
8730 for ( i = 0; i <
Alen; i++ )
8732 arg20[i] = (
char *) PyArray_DATA( tmp19 ) + i * PyArray_STRIDES( tmp19 )[0];
8733 if ( arg20[i] == NULL )
8742 if ( tmp21 == NULL )
8744 if ( PyArray_DIMS( tmp21 )[0] !=
Alen )
8746 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8749 arg21 = (
PLFLT *) PyArray_DATA( tmp21 );
8753 if ( tmp22 == NULL )
8755 if ( PyArray_DIMS( tmp22 )[0] !=
Alen )
8757 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8760 arg22 = (
PLINT *) PyArray_DATA( tmp22 );
8765 if ( tmp23 == NULL )
8767 if ( PyArray_DIMS( tmp23 )[0] !=
Alen )
8769 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8772 Xlen = PyArray_DIMS( tmp23 )[0];
8773 arg23 = (
PLINT *) PyArray_DATA( tmp23 );
8775 for ( i = 0; i <
Xlen; i++ )
8776 if ( arg23[i] >
Ylen )
8782 if ( tmp24 == NULL )
8784 if ( PyArray_DIMS( tmp24 )[0] !=
Xlen || PyArray_DIMS( tmp24 )[1] !=
Ylen )
8786 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
8791 for ( i = 0; i <
Xlen; i++ )
8792 arg24[i] = ( (
PLFLT *) PyArray_DATA( tmp24 ) + i * size );
8794 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);
8812 Py_CLEAR( tmp18 ); free( arg18 );
8815 Py_CLEAR( tmp19 ); free( arg20 );
8836 Py_CLEAR( tmp18 ); free( arg18 );
8839 Py_CLEAR( tmp19 ); free( arg20 );
8859 PyObject *resultobj = 0;
8869 PyObject *swig_obj[3] ;
8877 arg1 = (
PLFLT)(val1);
8882 arg2 = (
PLFLT)(val2);
8887 arg3 = (
PLFLT)(val3);
8897 PyObject *resultobj = 0;
8901 PyArrayObject *tmp1 = NULL ;
8902 PyArrayObject *tmp3 = NULL ;
8903 PyObject *swig_obj[2] ;
8911 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8912 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8918 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8920 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8923 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8925 plline(arg1,(
double const *)arg2,(
double const *)arg3);
8946 PyObject *resultobj = 0;
8951 PyArrayObject *tmp1 = NULL ;
8952 PyArrayObject *tmp3 = NULL ;
8953 PyArrayObject *tmp4 = NULL ;
8954 PyObject *swig_obj[3] ;
8962 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
8963 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
8969 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
8971 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8974 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
8980 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
8982 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
8985 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
8987 plline3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4);
9014 PyObject *resultobj = 0;
9018 PyObject *swig_obj[1] ;
9027 arg1 = (
PLINT)(val1);
9037 PyObject *resultobj = 0;
9044 PyArrayObject *tmp1 = NULL ;
9045 PyArrayObject *tmp2 = NULL ;
9046 PyArrayObject *tmp3 = NULL ;
9049 PyObject *swig_obj[4] ;
9057 Xlen = PyArray_DIMS( tmp1 )[0];
9058 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9064 Ylen = PyArray_DIMS( tmp2 )[0];
9065 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9072 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9074 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9077 arg4 = PyArray_DIMS( tmp3 )[0];
9078 arg5 = PyArray_DIMS( tmp3 )[1];
9080 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9081 for ( i = 0; i < arg4; i++ )
9082 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9088 arg6 = (
PLINT)(val6);
9089 plmesh((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6);
9118 PyObject *resultobj = 0;
9127 PyArrayObject *tmp1 = NULL ;
9128 PyArrayObject *tmp2 = NULL ;
9129 PyArrayObject *tmp3 = NULL ;
9132 PyArrayObject *tmp7 = NULL ;
9133 PyObject *swig_obj[5] ;
9141 Xlen = PyArray_DIMS( tmp1 )[0];
9142 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9148 Ylen = PyArray_DIMS( tmp2 )[0];
9149 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9156 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9158 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9161 arg4 = PyArray_DIMS( tmp3 )[0];
9162 arg5 = PyArray_DIMS( tmp3 )[1];
9164 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9165 for ( i = 0; i < arg4; i++ )
9166 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9172 arg6 = (
PLINT)(val6);
9177 arg8 = PyArray_DIMS( tmp7 )[0];
9178 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9180 plmeshc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
9215 PyObject *resultobj = 0;
9238 PyObject *resultobj = 0;
9256 PyObject *swig_obj[5] ;
9264 arg1 = (
char *)(buf1);
9269 arg2 = (
PLFLT)(val2);
9274 arg3 = (
PLFLT)(val3);
9279 arg4 = (
PLFLT)(val4);
9284 arg5 = (
char *)(buf5);
9285 plmtex((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
9298 PyObject *resultobj = 0;
9316 PyObject *swig_obj[5] ;
9324 arg1 = (
char *)(buf1);
9329 arg2 = (
PLFLT)(val2);
9334 arg3 = (
PLFLT)(val3);
9339 arg4 = (
PLFLT)(val4);
9344 arg5 = (
char *)(buf5);
9345 plmtex3((
char const *)arg1,arg2,arg3,arg4,(
char const *)arg5);
9358 PyObject *resultobj = 0;
9366 PyArrayObject *tmp1 = NULL ;
9367 PyArrayObject *tmp2 = NULL ;
9368 PyArrayObject *tmp3 = NULL ;
9373 PyObject *swig_obj[5] ;
9381 Xlen = PyArray_DIMS( tmp1 )[0];
9382 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9388 Ylen = PyArray_DIMS( tmp2 )[0];
9389 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9396 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9398 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9401 arg4 = PyArray_DIMS( tmp3 )[0];
9402 arg5 = PyArray_DIMS( tmp3 )[1];
9404 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9405 for ( i = 0; i < arg4; i++ )
9406 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9412 arg6 = (
PLINT)(val6);
9418 plot3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,arg7);
9447 PyObject *resultobj = 0;
9456 PyArrayObject *tmp1 = NULL ;
9457 PyArrayObject *tmp2 = NULL ;
9458 PyArrayObject *tmp3 = NULL ;
9461 PyArrayObject *tmp7 = NULL ;
9462 PyObject *swig_obj[5] ;
9470 Xlen = PyArray_DIMS( tmp1 )[0];
9471 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9477 Ylen = PyArray_DIMS( tmp2 )[0];
9478 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9485 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9487 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9490 arg4 = PyArray_DIMS( tmp3 )[0];
9491 arg5 = PyArray_DIMS( tmp3 )[1];
9493 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9494 for ( i = 0; i < arg4; i++ )
9495 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9501 arg6 = (
PLINT)(val6);
9506 arg8 = PyArray_DIMS( tmp7 )[0];
9507 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9509 plot3dc((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
9544 PyObject *resultobj = 0;
9557 PyArrayObject *tmp1 = NULL ;
9558 PyArrayObject *tmp2 = NULL ;
9559 PyArrayObject *tmp3 = NULL ;
9562 PyArrayObject *tmp7 = NULL ;
9565 PyArrayObject *tmp10 = NULL ;
9566 PyArrayObject *tmp12 = NULL ;
9567 PyObject *swig_obj[8] ;
9575 Xlen = PyArray_DIMS( tmp1 )[0];
9576 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9582 Ylen = PyArray_DIMS( tmp2 )[0];
9583 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9590 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9592 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9595 arg4 = PyArray_DIMS( tmp3 )[0];
9596 arg5 = PyArray_DIMS( tmp3 )[1];
9598 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9599 for ( i = 0; i < arg4; i++ )
9600 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9606 arg6 = (
PLINT)(val6);
9611 arg8 = PyArray_DIMS( tmp7 )[0];
9612 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9618 arg9 = (
PLINT)(val9);
9621 if ( tmp10 == NULL )
9623 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9624 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9628 if ( tmp12 == NULL )
9630 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9632 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9635 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9637 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);
9684 PyObject *resultobj = 0;
9693 PyArrayObject *tmp1 = NULL ;
9694 PyArrayObject *tmp2 = NULL ;
9695 PyArrayObject *tmp3 = NULL ;
9698 PyArrayObject *tmp7 = NULL ;
9699 PyObject *swig_obj[5] ;
9707 Xlen = PyArray_DIMS( tmp1 )[0];
9708 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9714 Ylen = PyArray_DIMS( tmp2 )[0];
9715 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9722 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9724 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9727 arg4 = PyArray_DIMS( tmp3 )[0];
9728 arg5 = PyArray_DIMS( tmp3 )[1];
9730 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9731 for ( i = 0; i < arg4; i++ )
9732 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9738 arg6 = (
PLINT)(val6);
9743 arg8 = PyArray_DIMS( tmp7 )[0];
9744 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9746 plsurf3d((
double const *)arg1,(
double const *)arg2,(
double const **)arg3,arg4,arg5,arg6,(
double const *)arg7,arg8);
9781 PyObject *resultobj = 0;
9794 PyArrayObject *tmp1 = NULL ;
9795 PyArrayObject *tmp2 = NULL ;
9796 PyArrayObject *tmp3 = NULL ;
9799 PyArrayObject *tmp7 = NULL ;
9802 PyArrayObject *tmp10 = NULL ;
9803 PyArrayObject *tmp12 = NULL ;
9804 PyObject *swig_obj[8] ;
9812 Xlen = PyArray_DIMS( tmp1 )[0];
9813 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
9819 Ylen = PyArray_DIMS( tmp2 )[0];
9820 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
9827 if (
Xlen != PyArray_DIMS( tmp3 )[0] ||
Ylen != PyArray_DIMS( tmp3 )[1] )
9829 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
9832 arg4 = PyArray_DIMS( tmp3 )[0];
9833 arg5 = PyArray_DIMS( tmp3 )[1];
9835 arg3 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg4 );
9836 for ( i = 0; i < arg4; i++ )
9837 arg3[i] = ( (
PLFLT *) PyArray_DATA( tmp3 ) + i * size );
9843 arg6 = (
PLINT)(val6);
9848 arg8 = PyArray_DIMS( tmp7 )[0];
9849 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
9855 arg9 = (
PLINT)(val9);
9858 if ( tmp10 == NULL )
9860 arg10 =
Alen = PyArray_DIMS( tmp10 )[0];
9861 arg11 = (
PLINT *) PyArray_DATA( tmp10 );
9865 if ( tmp12 == NULL )
9867 if ( PyArray_DIMS( tmp12 )[0] !=
Alen )
9869 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
9872 arg12 = (
PLINT *) PyArray_DATA( tmp12 );
9874 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);
9921 PyObject *resultobj = 0;
9928 PyObject *swig_obj[2] ;
9935 PyObject *unicode_string;
9937 if ( !PyList_Check( swig_obj[0] ) )
9939 PyErr_SetString( PyExc_ValueError,
"Expecting a list" );
9942 tmp1 = PyList_Size( swig_obj[0] );
9944 arg2 = (
char **) malloc( (
size_t) ( tmp1 + 1 ) *
sizeof (
char * ) );
9945 for ( i = 0; i < tmp1; i++ )
9947 PyObject *s = PyList_GetItem( swig_obj[0], i );
9948 if ( PyBytes_Check( s ) )
9950 arg2[i] = PyBytes_AsString( s );
9952 else if ( PyUnicode_Check( s ) )
9955 unicode_string = PyUnicode_AsEncodedString( s,
"utf-8",
"Error ~" );
9956 arg2[i] = PyBytes_AS_STRING( unicode_string );
9961 PyErr_SetString( PyExc_ValueError,
"List items must be strings" );
9971 arg3 = (
PLINT)(val3);
9989 PyObject *resultobj = 0;
9993 PyArrayObject *tmp1 = NULL ;
9994 PyArrayObject *tmp3 = NULL ;
9995 PyObject *swig_obj[2] ;
10001 if ( tmp1 == NULL )
10003 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
10004 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
10008 if ( tmp3 == NULL )
10010 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10012 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10015 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10017 plpat(arg1,(
int const *)arg2,(
int const *)arg3);
10038 PyObject *resultobj = 0;
10054 PyObject *swig_obj[5] ;
10062 arg1 = (
PLINT)(val1);
10067 arg2 = (
PLFLT)(val2);
10072 arg3 = (
PLFLT)(val3);
10077 arg4 = (
PLFLT)(val4);
10082 arg5 = (
PLFLT)(val5);
10083 plpath(arg1,arg2,arg3,arg4,arg5);
10092 PyObject *resultobj = 0;
10097 PyArrayObject *tmp1 = NULL ;
10098 PyArrayObject *tmp3 = NULL ;
10101 PyObject *swig_obj[3] ;
10107 if ( tmp1 == NULL )
10109 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
10110 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
10114 if ( tmp3 == NULL )
10116 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10118 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10121 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
10127 arg4 = (
PLINT)(val4);
10128 plpoin(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
10149 PyObject *resultobj = 0;
10155 PyArrayObject *tmp1 = NULL ;
10156 PyArrayObject *tmp3 = NULL ;
10157 PyArrayObject *tmp4 = NULL ;
10160 PyObject *swig_obj[4] ;
10166 if ( tmp1 == NULL )
10168 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
10169 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
10173 if ( tmp3 == NULL )
10175 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10177 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10180 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
10184 if ( tmp4 == NULL )
10186 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10188 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10191 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10197 arg5 = (
PLINT)(val5);
10198 plpoin3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,arg5);
10225 PyObject *resultobj = 0;
10232 PyArrayObject *tmp1 = NULL ;
10233 PyArrayObject *tmp3 = NULL ;
10234 PyArrayObject *tmp4 = NULL ;
10235 PyArrayObject *tmp5 = NULL ;
10238 PyObject *swig_obj[5] ;
10244 if ( tmp1 == NULL )
10246 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
10247 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
10251 if ( tmp3 == NULL )
10253 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10255 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10258 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
10262 if ( tmp4 == NULL )
10264 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10266 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10269 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10273 if ( tmp5 == NULL )
10275 if ( PyArray_DIMS( tmp5 )[0] <
Alen - 1 )
10277 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
10280 arg5 = (
PLINT *) PyArray_DATA( tmp5 );
10287 plpoly3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
int const *)arg5,arg6);
10320 PyObject *resultobj = 0;
10327 PyObject *swig_obj[2] ;
10335 arg1 = (
PLINT)(val1);
10340 arg2 = (
PLINT)(val2);
10350 PyObject *resultobj = 0;
10354 PyObject *swig_obj[1] ;
10358 swig_obj[0] = args;
10363 arg1 = (
PLINT)(val1);
10373 PyObject *resultobj = 0;
10393 PyObject *swig_obj[6] ;
10401 arg1 = (
PLFLT)(val1);
10406 arg2 = (
PLFLT)(val2);
10411 arg3 = (
PLFLT)(val3);
10416 arg4 = (
PLFLT)(val4);
10421 arg5 = (
PLFLT)(val5);
10426 arg6 = (
char *)(buf6);
10427 plptex(arg1,arg2,arg3,arg4,arg5,(
char const *)arg6);
10438 PyObject *resultobj = 0;
10473 PyObject *swig_obj[11] ;
10481 arg1 = (
PLFLT)(val1);
10486 arg2 = (
PLFLT)(val2);
10491 arg3 = (
PLFLT)(val3);
10496 arg4 = (
PLFLT)(val4);
10501 arg5 = (
PLFLT)(val5);
10506 arg6 = (
PLFLT)(val6);
10511 arg7 = (
PLFLT)(val7);
10516 arg8 = (
PLFLT)(val8);
10521 arg9 = (
PLFLT)(val9);
10526 arg10 = (
PLFLT)(val10);
10531 arg11 = (
char *)(buf11);
10532 plptex3(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,(
char const *)arg11);
10543 PyObject *resultobj = 0;
10557 PyObject *resultobj = 0;
10570 PyObject *resultobj = 0;
10589 PyObject *swig_obj[3] ;
10600 arg1 = (
PLFLT)(val1);
10605 arg2 = (
PLFLT)(val2);
10610 arg3 = (
PLFLT)(val3);
10611 plrgbhls(arg1,arg2,arg3,arg4,arg5,arg6);
10638 PyObject *resultobj = 0;
10645 PyObject *swig_obj[2] ;
10653 arg1 = (
PLFLT)(val1);
10658 arg2 = (
PLFLT)(val2);
10668 PyObject *resultobj = 0;
10673 PyArrayObject *tmp1 = NULL ;
10674 PyArrayObject *tmp2 = NULL ;
10675 PyArrayObject *tmp3 = NULL ;
10676 PyObject *swig_obj[3] ;
10682 if ( tmp1 == NULL )
10684 Alen = PyArray_DIMS( tmp1 )[0];
10685 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10689 if ( tmp2 == NULL )
10691 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10693 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10696 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10700 if ( tmp3 == NULL )
10702 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10704 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10707 arg4 = PyArray_DIMS( tmp3 )[0];
10708 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10710 plscmap0((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10737 PyObject *resultobj = 0;
10743 PyArrayObject *tmp1 = NULL ;
10744 PyArrayObject *tmp2 = NULL ;
10745 PyArrayObject *tmp3 = NULL ;
10746 PyArrayObject *tmp4 = NULL ;
10747 PyObject *swig_obj[4] ;
10753 if ( tmp1 == NULL )
10755 Alen = PyArray_DIMS( tmp1 )[0];
10756 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10760 if ( tmp2 == NULL )
10762 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10764 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10767 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10771 if ( tmp3 == NULL )
10773 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10775 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10778 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10782 if ( tmp4 == NULL )
10784 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10786 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10789 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10790 arg5 = PyArray_DIMS( tmp4 )[0];
10792 plscmap0a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
10825 PyObject *resultobj = 0;
10829 PyObject *swig_obj[1] ;
10833 swig_obj[0] = args;
10838 arg1 = (
PLINT)(val1);
10848 PyObject *resultobj = 0;
10853 PyArrayObject *tmp1 = NULL ;
10854 PyArrayObject *tmp2 = NULL ;
10855 PyArrayObject *tmp3 = NULL ;
10856 PyObject *swig_obj[3] ;
10862 if ( tmp1 == NULL )
10864 Alen = PyArray_DIMS( tmp1 )[0];
10865 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10869 if ( tmp2 == NULL )
10871 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10873 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10876 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10880 if ( tmp3 == NULL )
10882 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10884 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10887 arg4 = PyArray_DIMS( tmp3 )[0];
10888 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10890 plscmap1((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,arg4);
10917 PyObject *resultobj = 0;
10923 PyArrayObject *tmp1 = NULL ;
10924 PyArrayObject *tmp2 = NULL ;
10925 PyArrayObject *tmp3 = NULL ;
10926 PyArrayObject *tmp4 = NULL ;
10927 PyObject *swig_obj[4] ;
10933 if ( tmp1 == NULL )
10935 Alen = PyArray_DIMS( tmp1 )[0];
10936 arg1 = (
PLINT *) PyArray_DATA( tmp1 );
10940 if ( tmp2 == NULL )
10942 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
10944 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10947 arg2 = (
PLINT *) PyArray_DATA( tmp2 );
10951 if ( tmp3 == NULL )
10953 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
10955 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10958 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
10962 if ( tmp4 == NULL )
10964 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
10966 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
10969 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
10970 arg5 = PyArray_DIMS( tmp4 )[0];
10972 plscmap1a((
int const *)arg1,(
int const *)arg2,(
int const *)arg3,(
double const *)arg4,arg5);
11005 PyObject *resultobj = 0;
11015 PyArrayObject *tmp2 = NULL ;
11016 PyArrayObject *tmp4 = NULL ;
11017 PyArrayObject *tmp5 = NULL ;
11018 PyArrayObject *tmp6 = NULL ;
11019 PyArrayObject *tmp7 = NULL ;
11020 PyObject *swig_obj[6] ;
11031 if ( tmp2 == NULL )
11033 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
11034 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
11038 if ( tmp4 == NULL )
11040 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
11042 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11045 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
11049 if ( tmp5 == NULL )
11051 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
11053 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11056 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
11060 if ( tmp6 == NULL )
11062 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
11064 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11067 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
11071 if ( tmp7 == NULL )
11073 if ( PyArray_DIMS( tmp7 )[0] <
Alen - 1 )
11075 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
11078 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
11080 plscmap1l(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
int const *)arg7);
11119 PyObject *resultobj = 0;
11130 PyArrayObject *tmp2 = NULL ;
11131 PyArrayObject *tmp4 = NULL ;
11132 PyArrayObject *tmp5 = NULL ;
11133 PyArrayObject *tmp6 = NULL ;
11134 PyArrayObject *tmp7 = NULL ;
11135 PyArrayObject *tmp8 = NULL ;
11136 PyObject *swig_obj[7] ;
11147 if ( tmp2 == NULL )
11149 arg2 =
Alen = PyArray_DIMS( tmp2 )[0];
11150 arg3 = (
PLFLT *) PyArray_DATA( tmp2 );
11154 if ( tmp4 == NULL )
11156 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
11158 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11161 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
11165 if ( tmp5 == NULL )
11167 if ( PyArray_DIMS( tmp5 )[0] !=
Alen )
11169 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11172 arg5 = (
PLFLT *) PyArray_DATA( tmp5 );
11176 if ( tmp6 == NULL )
11178 if ( PyArray_DIMS( tmp6 )[0] !=
Alen )
11180 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11183 arg6 = (
PLFLT *) PyArray_DATA( tmp6 );
11187 if ( tmp7 == NULL )
11189 if ( PyArray_DIMS( tmp7 )[0] !=
Alen )
11191 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
11194 arg7 = (
PLFLT *) PyArray_DATA( tmp7 );
11198 if ( tmp8 == NULL )
11200 if ( PyArray_DIMS( tmp8 )[0] <
Alen - 1 )
11202 PyErr_SetString( PyExc_ValueError,
"Vector must be at least length of others minus 1." );
11205 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
11207 plscmap1la(arg1,arg2,(
double const *)arg3,(
double const *)arg4,(
double const *)arg5,(
double const *)arg6,(
double const *)arg7,(
int const *)arg8);
11252 PyObject *resultobj = 0;
11256 PyObject *swig_obj[1] ;
11260 swig_obj[0] = args;
11265 arg1 = (
PLINT)(val1);
11275 PyObject *resultobj = 0;
11282 PyObject *swig_obj[2] ;
11290 arg1 = (
PLFLT)(val1);
11295 arg2 = (
PLFLT)(val2);
11305 PyObject *resultobj = 0;
11338 PyObject *resultobj = 0;
11351 PyObject *swig_obj[4] ;
11359 arg1 = (
PLINT)(val1);
11364 arg2 = (
PLINT)(val2);
11369 arg3 = (
PLINT)(val3);
11374 arg4 = (
PLINT)(val4);
11375 plscol0(arg1,arg2,arg3,arg4);
11384 PyObject *resultobj = 0;
11400 PyObject *swig_obj[5] ;
11408 arg1 = (
PLINT)(val1);
11413 arg2 = (
PLINT)(val2);
11418 arg3 = (
PLINT)(val3);
11423 arg4 = (
PLINT)(val4);
11428 arg5 = (
PLFLT)(val5);
11429 plscol0a(arg1,arg2,arg3,arg4,arg5);
11438 PyObject *resultobj = 0;
11448 PyObject *swig_obj[3] ;
11456 arg1 = (
PLINT)(val1);
11461 arg2 = (
PLINT)(val2);
11466 arg3 = (
PLINT)(val3);
11476 PyObject *resultobj = 0;
11489 PyObject *swig_obj[4] ;
11497 arg1 = (
PLINT)(val1);
11502 arg2 = (
PLINT)(val2);
11507 arg3 = (
PLINT)(val3);
11512 arg4 = (
PLFLT)(val4);
11522 PyObject *resultobj = 0;
11526 PyObject *swig_obj[1] ;
11530 swig_obj[0] = args;
11535 arg1 = (
PLINT)(val1);
11545 PyObject *resultobj = 0;
11549 PyObject *swig_obj[1] ;
11553 swig_obj[0] = args;
11558 arg1 = (
PLINT)(val1);
11568 PyObject *resultobj = 0;
11573 PyObject *swig_obj[1] ;
11577 swig_obj[0] = args;
11582 arg1 = (
char *)(buf1);
11583 plsdev((
char const *)arg1);
11594 PyObject *resultobj = 0;
11607 PyObject *swig_obj[4] ;
11615 arg1 = (
PLFLT)(val1);
11620 arg2 = (
PLFLT)(val2);
11625 arg3 = (
PLFLT)(val3);
11630 arg4 = (
PLFLT)(val4);
11640 PyObject *resultobj = 0;
11659 PyObject *swig_obj[6] ;
11667 arg1 = (
PLINT)(val1);
11672 arg2 = (
PLINT)(val2);
11677 arg3 = (
PLINT)(val3);
11682 arg4 = (
PLINT)(val4);
11687 arg5 = (
PLFLT)(val5);
11692 arg6 = (
PLFLT)(val6);
11693 plsdimap(arg1,arg2,arg3,arg4,arg5,arg6);
11702 PyObject *resultobj = 0;
11706 PyObject *swig_obj[1] ;
11710 swig_obj[0] = args;
11715 arg1 = (
PLFLT)(val1);
11725 PyObject *resultobj = 0;
11738 PyObject *swig_obj[4] ;
11746 arg1 = (
PLFLT)(val1);
11751 arg2 = (
PLFLT)(val2);
11756 arg3 = (
PLFLT)(val3);
11761 arg4 = (
PLFLT)(val4);
11771 PyObject *resultobj = 0;
11784 PyObject *swig_obj[4] ;
11792 arg1 = (
PLFLT)(val1);
11797 arg2 = (
PLFLT)(val2);
11802 arg3 = (
PLFLT)(val3);
11807 arg4 = (
PLFLT)(val4);
11817 PyObject *resultobj = 0;
11818 unsigned int arg1 ;
11819 unsigned int val1 ;
11821 PyObject *swig_obj[1] ;
11825 swig_obj[0] = args;
11830 arg1 = (
unsigned int)(val1);
11840 PyObject *resultobj = 0;
11844 PyObject *swig_obj[1] ;
11848 swig_obj[0] = args;
11853 arg1 = (char)(val1);
11863 PyObject *resultobj = 0;
11872 PyObject *swig_obj[2] ;
11881 arg1 = (
char *)(buf1);
11886 arg2 = (
char *)(buf2);
11887 result = (
PLINT)
plsetopt((
char const *)arg1,(
char const *)arg2);
11900 PyObject *resultobj = 0;
11910 PyObject *swig_obj[3] ;
11918 arg1 = (
PLINT)(val1);
11923 arg2 = (
PLINT)(val2);
11928 arg3 = (
PLINT)(val3);
11938 PyObject *resultobj = 0;
11940 unsigned int val1 ;
11942 PyObject *swig_obj[1] ;
11946 swig_obj[0] = args;
11961 PyObject *resultobj = 0;
11966 PyObject *swig_obj[1] ;
11970 swig_obj[0] = args;
11975 arg1 = (
char *)(buf1);
11987 PyObject *resultobj = 0;
11997 PyObject *swig_obj[3] ;
12005 arg1 = (
PLINT)(val1);
12010 arg2 = (
PLINT)(val2);
12015 arg3 = (
PLINT)(val3);
12025 PyObject *resultobj = 0;
12043 PyArrayObject *tmp1 = NULL ;
12052 PyArrayObject *tmp9 = NULL ;
12061 PyObject *swig_obj[12] ;
12081 if ( tmp1 == NULL )
12083 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
12084 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
12086 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
12087 for ( i = 0; i < arg2; i++ )
12088 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
12094 arg5 = (
PLFLT)(val5);
12099 arg6 = (
PLFLT)(val6);
12104 arg7 = (
PLFLT)(val7);
12109 arg8 = (
PLFLT)(val8);
12112 if ( tmp9 == NULL )
12114 arg10 = PyArray_DIMS( tmp9 )[0];
12115 arg9 = (
PLFLT *) PyArray_DATA( tmp9 );
12121 arg11 = (
PLFLT)(val11);
12126 arg12 = (
PLINT)(val12);
12131 arg13 = (
PLFLT)(val13);
12136 arg15 = (
PLBOOL)(val15);
12137 if (swig_obj[10]) {
12140 if ( swig_obj[10] == Py_None )
12146 if ( !PyCallable_Check( (PyObject *) swig_obj[10] ) )
12148 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
12155 if (swig_obj[11]) {
12157 if ( swig_obj[11] == Py_None )
12165 plshades((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,(
double const *)arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17);
12200 PyObject *resultobj = 0;
12222 PyArrayObject *tmp1 = NULL ;
12251 PyObject *swig_obj[17] ;
12271 if ( tmp1 == NULL )
12273 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
12274 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
12276 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
12277 for ( i = 0; i < arg2; i++ )
12278 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
12284 arg5 = (
PLFLT)(val5);
12289 arg6 = (
PLFLT)(val6);
12294 arg7 = (
PLFLT)(val7);
12299 arg8 = (
PLFLT)(val8);
12304 arg9 = (
PLFLT)(val9);
12309 arg10 = (
PLFLT)(val10);
12314 arg11 = (
PLINT)(val11);
12319 arg12 = (
PLFLT)(val12);
12324 arg13 = (
PLFLT)(val13);
12329 arg14 = (
PLINT)(val14);
12334 arg15 = (
PLFLT)(val15);
12339 arg16 = (
PLINT)(val16);
12344 arg17 = (
PLFLT)(val17);
12349 arg19 = (
PLBOOL)(val19);
12350 if (swig_obj[15]) {
12353 if ( swig_obj[15] == Py_None )
12359 if ( !PyCallable_Check( (PyObject *) swig_obj[15] ) )
12361 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
12368 if (swig_obj[16]) {
12370 if ( swig_obj[16] == Py_None )
12378 plshade((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21);
12407 PyObject *resultobj = 0;
12411 PyObject *swig_obj[2] ;
12423 if ( swig_obj[0] == Py_None )
12429 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
12431 PyErr_SetString( PyExc_ValueError,
"label_func argument must be callable" );
12435 Py_XINCREF( (PyObject *) swig_obj[0] );
12454 PyObject *resultobj = 0;
12461 PyObject *swig_obj[2] ;
12469 arg1 = (
PLFLT)(val1);
12474 arg2 = (
PLFLT)(val2);
12484 PyObject *resultobj = 0;
12492 PyObject *swig_obj[3] ;
12500 arg1 = (
PLINT)(val1);
12505 arg2 = (
PLINT)(val2);
12507 int res;
void *
buf = 0;
12508#if !defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL)
12510 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
12512#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
12513#pragma GCC diagnostic push
12514#pragma GCC diagnostic ignored "-Wdeprecated"
12515#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
12516#elif defined(_MSC_VER)
12517#pragma warning(push)
12518#pragma warning(disable: 4996)
12521 res = PyObject_AsWriteBuffer(swig_obj[2], &
buf, &size);
12522#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
12523#pragma GCC diagnostic pop
12524#elif defined(_MSC_VER)
12525#pragma warning(pop)
12532#if !defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL)
12534 PyBuffer_Release(&view);
12536 arg3 = (
void *)
buf;
12547 PyObject *resultobj = 0;
12555 PyObject *swig_obj[3] ;
12563 arg1 = (
PLINT)(val1);
12568 arg2 = (
PLINT)(val2);
12570 int res;
void *
buf = 0;
12571#if !defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL)
12573 res = PyObject_GetBuffer(swig_obj[2], &view, PyBUF_WRITABLE);
12575#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
12576#pragma GCC diagnostic push
12577#pragma GCC diagnostic ignored "-Wdeprecated"
12578#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
12579#elif defined(_MSC_VER)
12580#pragma warning(push)
12581#pragma warning(disable: 4996)
12584 res = PyObject_AsWriteBuffer(swig_obj[2], &
buf, &size);
12585#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
12586#pragma GCC diagnostic pop
12587#elif defined(_MSC_VER)
12588#pragma warning(pop)
12595#if !defined(SWIG_PYTHON_OLD_BUFFER_PROTOCOL)
12597 PyBuffer_Release(&view);
12599 arg3 = (
void *)
buf;
12610 PyObject *resultobj = 0;
12617 PyObject *swig_obj[2] ;
12625 arg1 = (
PLFLT)(val1);
12630 arg2 = (
PLFLT)(val2);
12640 PyObject *resultobj = 0;
12644 PyObject *swig_obj[1] ;
12648 swig_obj[0] = args;
12653 arg1 = (
PLINT)(val1);
12663 PyObject *resultobj = 0;
12682 PyObject *swig_obj[6] ;
12690 arg1 = (
PLFLT)(val1);
12695 arg2 = (
PLFLT)(val2);
12700 arg3 = (
PLINT)(val3);
12705 arg4 = (
PLINT)(val4);
12710 arg5 = (
PLINT)(val5);
12715 arg6 = (
PLINT)(val6);
12716 plspage(arg1,arg2,arg3,arg4,arg5,arg6);
12725 PyObject *resultobj = 0;
12730 PyObject *swig_obj[1] ;
12734 swig_obj[0] = args;
12739 arg1 = (
char *)(buf1);
12751 PyObject *resultobj = 0;
12759 PyObject *swig_obj[2] ;
12767 arg1 = (
char *)(buf1);
12773 plspal1((
char const *)arg1,arg2);
12784 PyObject *resultobj = 0;
12788 PyObject *swig_obj[1] ;
12792 swig_obj[0] = args;
12807 PyObject *resultobj = 0;
12811 PyObject *swig_obj[1] ;
12815 swig_obj[0] = args;
12820 arg1 = (
PLINT)(val1);
12830 PyObject *resultobj = 0;
12837 PyObject *swig_obj[2] ;
12845 arg1 = (
PLINT)(val1);
12850 arg2 = (
PLINT)(val2);
12860 PyObject *resultobj = 0;
12867 PyObject *swig_obj[2] ;
12875 arg1 = (
PLFLT)(val1);
12880 arg2 = (
PLFLT)(val2);
12890 PyObject *resultobj = 0;
12897 PyObject *swig_obj[2] ;
12905 arg1 = (
PLINT)(val1);
12910 arg2 = (
PLINT)(val2);
12920 PyObject *resultobj = 0;
12931 PyObject *swig_obj[3] ;
12939 arg1 = (
char *)(buf1);
12944 arg2 = (
PLINT)(val2);
12949 arg3 = (
PLINT)(val3);
12950 plstart((
char const *)arg1,arg2,arg3);
12961 PyObject *resultobj = 0;
12965 PyObject *swig_obj[2] ;
12978 if ( swig_obj[0] == Py_None )
12984 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
12986 PyErr_SetString( PyExc_ValueError,
"coordinate transform argument must be callable" );
13008 PyObject *resultobj = 0;
13013 PyArrayObject *tmp1 = NULL ;
13014 PyArrayObject *tmp3 = NULL ;
13018 PyObject *swig_obj[3] ;
13024 if ( tmp1 == NULL )
13026 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
13027 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
13031 if ( tmp3 == NULL )
13033 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
13035 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13038 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
13044 arg4 = (
char *)(buf4);
13045 plstring(arg1,(
double const *)arg2,(
double const *)arg3,(
char const *)arg4);
13068 PyObject *resultobj = 0;
13074 PyArrayObject *tmp1 = NULL ;
13075 PyArrayObject *tmp3 = NULL ;
13076 PyArrayObject *tmp4 = NULL ;
13080 PyObject *swig_obj[4] ;
13086 if ( tmp1 == NULL )
13088 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
13089 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
13093 if ( tmp3 == NULL )
13095 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
13097 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13100 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
13104 if ( tmp4 == NULL )
13106 if ( PyArray_DIMS( tmp4 )[0] !=
Alen )
13108 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13111 arg4 = (
PLFLT *) PyArray_DATA( tmp4 );
13117 arg5 = (
char *)(buf5);
13118 plstring3(arg1,(
double const *)arg2,(
double const *)arg3,(
double const *)arg4,(
char const *)arg5);
13147 PyObject *resultobj = 0;
13160 PyObject *swig_obj[4] ;
13168 arg1 = (
PLINT)(val1);
13173 arg2 = (
PLINT)(val2);
13178 arg3 = (
PLFLT)(val3);
13183 arg4 = (
PLFLT)(val4);
13193 PyObject *resultobj = 0;
13210 char **arg17 = (
char **)0 ;
13244 PyArrayObject *tmp15 = NULL ;
13245 PyArrayObject *tmp16 = NULL ;
13246 char **tmp17 = NULL ;
13256 PyObject *swig_obj[19] ;
13265 arg2 = (
char *)(buf2);
13270 arg3 = (
char *)(buf3);
13275 arg4 = (
PLFLT)(val4);
13280 arg5 = (
PLFLT)(val5);
13285 arg6 = (
PLFLT)(val6);
13290 arg7 = (
PLFLT)(val7);
13295 arg8 = (
PLFLT)(val8);
13300 arg9 = (
PLFLT)(val9);
13305 arg10 = (
PLFLT)(val10);
13310 arg11 = (
PLBOOL)(val11);
13315 arg12 = (
PLBOOL)(val12);
13320 arg13 = (
PLINT)(val13);
13325 arg14 = (
PLINT)(val14);
13328 if ( tmp15 == NULL )
13330 Alen = PyArray_DIMS( tmp15 )[0];
13331 arg15 = (
PLINT *) PyArray_DATA( tmp15 );
13335 if ( tmp16 == NULL )
13337 if ( PyArray_DIMS( tmp16 )[0] !=
Alen )
13339 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13342 arg16 = (
PLINT *) PyArray_DATA( tmp16 );
13346 PyObject *elt, *unicode_string;
13348 if ( !PySequence_Check( swig_obj[15] ) ||
PySequence_Size( swig_obj[15] ) != 4 )
13350 PyErr_SetString( PyExc_ValueError,
"Requires a sequence of 4 strings." );
13355 PyErr_SetString( PyExc_ValueError,
"colline and styline args must be length 4." );
13358 tmp17 = (
char **) malloc(
sizeof (
char* ) * 4 );
13359 if ( tmp17 == NULL )
13362 for ( i = 0; i < 4; i++ )
13366 if ( PyBytes_Check( elt ) )
13368 arg17[i] = PyBytes_AsString( elt );
13370 else if ( PyUnicode_Check( elt ) )
13372 unicode_string = PyUnicode_AsEncodedString( elt,
"utf-8",
"Error ~" );
13373 arg17[i] = PyBytes_AS_STRING( unicode_string );
13375 if ( arg17[i] == NULL )
13386 arg18 = (
char *)(buf18);
13391 arg19 = (
char *)(buf19);
13396 arg20 = (
char *)(buf20);
13397 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);
13440 PyObject *resultobj = 0;
13444 PyObject *swig_obj[1] ;
13448 swig_obj[0] = args;
13453 arg1 = (
PLINT)(val1);
13463 PyObject *resultobj = 0;
13467 PyArrayObject *tmp1 = NULL ;
13468 PyArrayObject *tmp3 = NULL ;
13469 PyObject *swig_obj[2] ;
13475 if ( tmp1 == NULL )
13477 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
13478 arg2 = (
PLINT *) PyArray_DATA( tmp1 );
13482 if ( tmp3 == NULL )
13484 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
13486 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13489 arg3 = (
PLINT *) PyArray_DATA( tmp3 );
13491 plstyl(arg1,(
int const *)arg2,(
int const *)arg3);
13512 PyObject *resultobj = 0;
13517 PyArrayObject *tmp1 = NULL ;
13518 PyArrayObject *tmp2 = NULL ;
13521 PyObject *swig_obj[3] ;
13526 if ( swig_obj[0] != Py_None )
13529 if ( tmp1 == NULL )
13531 Alen = PyArray_DIMS( tmp1 )[0];
13532 arg1 = (
PLFLT *) PyArray_DATA( tmp1 );
13541 if ( swig_obj[1] != Py_None )
13544 if ( tmp2 == NULL )
13546 if ( PyArray_DIMS( tmp2 )[0] !=
Alen )
13548 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13551 arg2 = (
PLFLT *) PyArray_DATA( tmp2 );
13552 arg3 = PyArray_DIMS( tmp2 )[0];
13565 plsvect((
double const *)arg1,(
double const *)arg2,arg3,arg4);
13586 PyObject *resultobj = 0;
13599 PyObject *swig_obj[4] ;
13607 arg1 = (
PLFLT)(val1);
13612 arg2 = (
PLFLT)(val2);
13617 arg3 = (
PLFLT)(val3);
13622 arg4 = (
PLFLT)(val4);
13623 plsvpa(arg1,arg2,arg3,arg4);
13632 PyObject *resultobj = 0;
13639 PyObject *swig_obj[2] ;
13647 arg1 = (
PLINT)(val1);
13652 arg2 = (
PLINT)(val2);
13662 PyObject *resultobj = 0;
13669 PyObject *swig_obj[2] ;
13677 arg1 = (
PLINT)(val1);
13682 arg2 = (
PLINT)(val2);
13692 PyObject *resultobj = 0;
13697 PyArrayObject *tmp1 = NULL ;
13698 PyArrayObject *tmp3 = NULL ;
13701 PyObject *swig_obj[3] ;
13707 if ( tmp1 == NULL )
13709 arg1 =
Alen = PyArray_DIMS( tmp1 )[0];
13710 arg2 = (
PLFLT *) PyArray_DATA( tmp1 );
13714 if ( tmp3 == NULL )
13716 if ( PyArray_DIMS( tmp3 )[0] !=
Alen )
13718 PyErr_SetString( PyExc_ValueError,
"Vectors must be same length." );
13721 arg3 = (
PLFLT *) PyArray_DATA( tmp3 );
13727 arg4 = (
PLINT)(val4);
13728 plsym(arg1,(
double const *)arg2,(
double const *)arg3,arg4);
13749 PyObject *resultobj = 0;
13756 PyObject *swig_obj[2] ;
13764 arg1 = (
PLINT)(val1);
13769 arg2 = (
PLINT)(val2);
13779 PyObject *resultobj = 0;
13792 PyObject *resultobj = 0;
13797 PyObject *swig_obj[1] ;
13801 swig_obj[0] = args;
13806 arg1 = (
char *)(buf1);
13818 PyObject *resultobj = 0;
13822 PyObject *swig_obj[1] ;
13826 swig_obj[0] = args;
13831 arg1 = (
PLFLT)(val1);
13841 PyObject *resultobj = 0;
13849 PyArrayObject *tmp1 = NULL ;
13850 PyArrayObject *tmp2 = NULL ;
13853 PyObject *swig_obj[5] ;
13867 if ( tmp1 == NULL )
13869 Xlen = PyArray_DIMS( tmp1 )[0];
13870 Ylen = PyArray_DIMS( tmp1 )[1];
13873 for ( i = 0; i <
Xlen; i++ )
13874 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
13879 if ( tmp2 == NULL )
13881 if (
Xlen != PyArray_DIMS( tmp2 )[0] ||
Ylen != PyArray_DIMS( tmp2 )[1] )
13883 PyErr_SetString( PyExc_ValueError,
"Vectors must match matrix." );
13886 arg3 = PyArray_DIMS( tmp2 )[0];
13887 arg4 = PyArray_DIMS( tmp2 )[1];
13889 arg2 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg3 );
13890 for ( i = 0; i < arg3; i++ )
13891 arg2[i] = ( (
PLFLT *) PyArray_DATA( tmp2 ) + i * size );
13897 arg5 = (
PLFLT)(val5);
13901 if ( swig_obj[3] == Py_None )
13907 if ( !PyCallable_Check( (PyObject *) swig_obj[3] ) )
13909 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
13918 if ( swig_obj[4] == Py_None )
13926 plvect((
double const **)arg1,(
double const **)arg2,arg3,arg4,arg5,arg6,arg7);
13963 PyObject *resultobj = 0;
13979 PyObject *swig_obj[5] ;
13987 arg1 = (
PLFLT)(val1);
13992 arg2 = (
PLFLT)(val2);
13997 arg3 = (
PLFLT)(val3);
14002 arg4 = (
PLFLT)(val4);
14007 arg5 = (
PLFLT)(val5);
14008 plvpas(arg1,arg2,arg3,arg4,arg5);
14017 PyObject *resultobj = 0;
14030 PyObject *swig_obj[4] ;
14038 arg1 = (
PLFLT)(val1);
14043 arg2 = (
PLFLT)(val2);
14048 arg3 = (
PLFLT)(val3);
14053 arg4 = (
PLFLT)(val4);
14054 plvpor(arg1,arg2,arg3,arg4);
14063 PyObject *resultobj = 0;
14076 PyObject *resultobj = 0;
14110 PyObject *swig_obj[11] ;
14118 arg1 = (
PLFLT)(val1);
14123 arg2 = (
PLFLT)(val2);
14128 arg3 = (
PLFLT)(val3);
14133 arg4 = (
PLFLT)(val4);
14138 arg5 = (
PLFLT)(val5);
14143 arg6 = (
PLFLT)(val6);
14148 arg7 = (
PLFLT)(val7);
14153 arg8 = (
PLFLT)(val8);
14158 arg9 = (
PLFLT)(val9);
14163 arg10 = (
PLFLT)(val10);
14168 arg11 = (
PLFLT)(val11);
14169 plw3d(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
14178 PyObject *resultobj = 0;
14182 PyObject *swig_obj[1] ;
14186 swig_obj[0] = args;
14191 arg1 = (
PLFLT)(val1);
14201 PyObject *resultobj = 0;
14214 PyObject *swig_obj[4] ;
14222 arg1 = (
PLFLT)(val1);
14227 arg2 = (
PLFLT)(val2);
14232 arg3 = (
PLFLT)(val3);
14237 arg4 = (
PLFLT)(val4);
14238 plwind(arg1,arg2,arg3,arg4);
14247 PyObject *resultobj = 0;
14254 PyObject *swig_obj[1] ;
14259 swig_obj[0] = args;
14280 PyObject *resultobj = 0;
14298 PyObject *swig_obj[6] ;
14304 if ( swig_obj[0] == Py_None )
14310 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14312 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14322 arg2 = (
char *)(buf2);
14327 arg3 = (
PLFLT)(val3);
14332 arg4 = (
PLFLT)(val4);
14337 arg5 = (
PLFLT)(val5);
14342 arg6 = (
PLFLT)(val6);
14343 plmap(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6);
14360 PyObject *resultobj = 0;
14380 PyArrayObject *tmp7 = NULL ;
14381 PyObject *swig_obj[7] ;
14387 if ( swig_obj[0] == Py_None )
14393 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14395 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14405 arg2 = (
char *)(buf2);
14410 arg3 = (
PLFLT)(val3);
14415 arg4 = (
PLFLT)(val4);
14420 arg5 = (
PLFLT)(val5);
14425 arg6 = (
PLFLT)(val6);
14427 if ( swig_obj[6] != Py_None )
14430 if ( tmp7 == NULL )
14432 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
14433 arg8 = PyArray_DIMS( tmp7 )[0];
14441 plmapline(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
14464 PyObject *resultobj = 0;
14488 PyArrayObject *tmp8 = NULL ;
14489 PyObject *swig_obj[8] ;
14495 if ( swig_obj[0] == Py_None )
14501 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14503 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14513 arg2 = (
char *)(buf2);
14518 arg3 = (
char *)(buf3);
14523 arg4 = (
PLFLT)(val4);
14528 arg5 = (
PLFLT)(val5);
14533 arg6 = (
PLFLT)(val6);
14538 arg7 = (
PLFLT)(val7);
14540 if ( swig_obj[7] != Py_None )
14543 if ( tmp8 == NULL )
14545 arg8 = (
PLINT *) PyArray_DATA( tmp8 );
14546 arg9 = PyArray_DIMS( tmp8 )[0];
14554 plmapstring(arg1,(
char const *)arg2,(
char const *)arg3,arg4,arg5,arg6,arg7,(
int const *)arg8,arg9);
14579 PyObject *resultobj = 0;
14613 PyObject *swig_obj[11] ;
14619 if ( swig_obj[0] == Py_None )
14625 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14627 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14637 arg2 = (
char *)(buf2);
14642 arg3 = (
PLFLT)(val3);
14647 arg4 = (
PLFLT)(val4);
14652 arg5 = (
PLFLT)(val5);
14657 arg6 = (
char *)(buf6);
14662 arg7 = (
PLFLT)(val7);
14667 arg8 = (
PLFLT)(val8);
14672 arg9 = (
PLFLT)(val9);
14677 arg10 = (
PLFLT)(val10);
14682 arg11 = (
PLINT)(val11);
14683 plmaptex(arg1,(
char const *)arg2,arg3,arg4,arg5,(
char const *)arg6,arg7,arg8,arg9,arg10,arg11);
14702 PyObject *resultobj = 0;
14722 PyArrayObject *tmp7 = NULL ;
14723 PyObject *swig_obj[7] ;
14729 if ( swig_obj[0] == Py_None )
14735 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14737 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14747 arg2 = (
char *)(buf2);
14752 arg3 = (
PLFLT)(val3);
14757 arg4 = (
PLFLT)(val4);
14762 arg5 = (
PLFLT)(val5);
14767 arg6 = (
PLFLT)(val6);
14769 if ( swig_obj[6] != Py_None )
14772 if ( tmp7 == NULL )
14774 arg7 = (
PLINT *) PyArray_DATA( tmp7 );
14775 arg8 = PyArray_DIMS( tmp7 )[0];
14783 plmapfill(arg1,(
char const *)arg2,arg3,arg4,arg5,arg6,(
int const *)arg7,arg8);
14806 PyObject *resultobj = 0;
14826 PyObject *swig_obj[7] ;
14832 if ( swig_obj[0] == Py_None )
14838 if ( !PyCallable_Check( (PyObject *) swig_obj[0] ) )
14840 PyErr_SetString( PyExc_ValueError,
"mapform argument must be callable" );
14850 arg2 = (
PLFLT)(val2);
14855 arg3 = (
PLFLT)(val3);
14860 arg4 = (
PLFLT)(val4);
14865 arg5 = (
PLFLT)(val5);
14870 arg6 = (
PLFLT)(val6);
14875 arg7 = (
PLFLT)(val7);
14891 PyObject *resultobj = 0;
14905 PyArrayObject *tmp1 = NULL ;
14926 PyObject *swig_obj[11] ;
14933 if ( tmp1 == NULL )
14935 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
14936 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
14938 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
14939 for ( i = 0; i < arg2; i++ )
14940 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
14946 arg4 = (
PLFLT)(val4);
14951 arg5 = (
PLFLT)(val5);
14956 arg6 = (
PLFLT)(val6);
14961 arg7 = (
PLFLT)(val7);
14966 arg8 = (
PLFLT)(val8);
14971 arg9 = (
PLFLT)(val9);
14976 arg10 = (
PLFLT)(val10);
14981 arg11 = (
PLFLT)(val11);
14986 arg12 = (
PLFLT)(val12);
14991 arg13 = (
PLFLT)(val13);
14992 plimage((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
15009 PyObject *resultobj = 0;
15023 PyArrayObject *tmp1 = NULL ;
15040 PyObject *swig_obj[11] ;
15054 if ( tmp1 == NULL )
15056 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
15057 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
15059 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
15060 for ( i = 0; i < arg2; i++ )
15061 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
15067 arg4 = (
PLFLT)(val4);
15072 arg5 = (
PLFLT)(val5);
15077 arg6 = (
PLFLT)(val6);
15082 arg7 = (
PLFLT)(val7);
15087 arg8 = (
PLFLT)(val8);
15092 arg9 = (
PLFLT)(val9);
15097 arg10 = (
PLFLT)(val10);
15102 arg11 = (
PLFLT)(val11);
15106 if ( swig_obj[9] == Py_None )
15112 if ( !PyCallable_Check( (PyObject *) swig_obj[9] ) )
15114 PyErr_SetString( PyExc_ValueError,
"pltr argument must be callable" );
15121 if (swig_obj[10]) {
15123 if ( swig_obj[10] == Py_None )
15131 plimagefr((
double const **)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
15160 PyObject *resultobj = 0;
15173 PyObject *resultobj = 0;
15186 PyObject *resultobj = 0;
15195 PyObject *swig_obj[2] ;
15203 arg1 = (
char *)(buf1);
15208 arg2 = (
char *)(buf2);
15209 plSetUsage((
char const *)arg1,(
char const *)arg2);
15222 PyObject *resultobj = 0;
15235 PyObject *resultobj = 0;
15241 PyArrayObject *tmp1 = NULL ;
15246 PyObject *swig_obj[1] ;
15252 swig_obj[0] = args;
15256 if ( tmp1 == NULL )
15258 Xlen = arg2 = PyArray_DIMS( tmp1 )[0];
15259 Ylen = arg3 = PyArray_DIMS( tmp1 )[1];
15261 arg1 = (
PLFLT **) malloc(
sizeof (
PLFLT* ) * (
size_t) arg2 );
15262 for ( i = 0; i < arg2; i++ )
15263 arg1[i] = ( (
PLFLT *) PyArray_DATA( tmp1 ) + i * size );
15294 PyObject *resultobj = 0;
15298 PyObject *swig_obj[1] ;
15303 swig_obj[0] = args;
15351 "Set format of numerical label for contours\n"
15355 " Set format of numerical label for contours.\n"
15357 " Redacted form: pl_setcontlabelformat(lexp, sigdig)\n"
15359 " This function is used example 9.\n"
15365 "pl_setcontlabelformat(lexp, sigdig)\n"
15369 " lexp (PLINT, input) : If the contour numerical label is greater\n"
15370 " than 10^(lexp) or less than 10^(-lexp), then the exponential\n"
15371 " format is used. Default value of lexp is 4.\n"
15373 " sigdig (PLINT, input) : Number of significant digits. Default\n"
15378 "Set parameters of contour labelling other than format of numerical label\n"
15382 " Set parameters of contour labelling other than those handled by\n"
15383 " pl_setcontlabelformat.\n"
15385 " Redacted form: pl_setcontlabelparam(offset, size, spacing, active)\n"
15387 " This function is used in example 9.\n"
15393 "pl_setcontlabelparam(offset, size, spacing, active)\n"
15397 " offset (PLFLT, input) : Offset of label from contour line (if set\n"
15398 " to 0.0, labels are printed on the lines). Default value is 0.006.\n"
15400 " size (PLFLT, input) : Font height for contour labels (normalized).\n"
15401 " Default value is 0.3.\n"
15403 " spacing (PLFLT, input) : Spacing parameter for contour labels.\n"
15404 " Default value is 0.1.\n"
15406 " active (PLINT, input) : Activate labels. Set to 1 if you want\n"
15407 " contour labels on. Default is off (0).\n"
15411 "Advance the (sub-)page\n"
15415 " Advances to the next subpage if sub=0, performing a page advance if\n"
15416 " there are no remaining subpages on the current page. If subpages\n"
15417 " aren't being used, pladv(0) will always advance the page. If page>0,\n"
15418 " PLplot switches to the specified subpage. Note that this allows you\n"
15419 " to overwrite a plot on the specified subpage; if this is not what you\n"
15420 " intended, use pleop followed by plbop to first advance the page. This\n"
15421 " routine is called automatically (with page=0) by plenv, but if plenv\n"
15422 " is not used, pladv must be called after initializing PLplot but before\n"
15423 " defining the viewport.\n"
15425 " Redacted form: pladv(page)\n"
15427 " This function is used in examples 1, 2, 4, 6-12, 14-18, 20, 21, 23-27,\n"
15438 " page (PLINT, input) : Specifies the subpage number (starting from 1\n"
15439 " in the top left corner and increasing along the rows) to which to\n"
15440 " advance. Set to zero to advance to the next subpage (or to the\n"
15441 " next page if subpages are not being used).\n"
15445 "Draw a circular or elliptical arc\n"
15449 " Draw a possibly filled arc centered at x, y with semimajor axis a and\n"
15450 " semiminor axis b, starting at angle1 and ending at angle2.\n"
15452 " Redacted form: General: plarc(x, y, a, b, angle1, angle2, rotate,\n"
15456 " This function is used in examples 3 and 27.\n"
15462 "plarc(x, y, a, b, angle1, angle2, rotate, fill)\n"
15466 " x (PLFLT, input) : X coordinate of arc center.\n"
15468 " y (PLFLT, input) : Y coordinate of arc center.\n"
15470 " a (PLFLT, input) : Length of the semimajor axis of the arc.\n"
15472 " b (PLFLT, input) : Length of the semiminor axis of the arc.\n"
15474 " angle1 (PLFLT, input) : Starting angle of the arc relative to the\n"
15475 " semimajor axis.\n"
15477 " angle2 (PLFLT, input) : Ending angle of the arc relative to the\n"
15478 " semimajor axis.\n"
15480 " rotate (PLFLT, input) : Angle of the semimajor axis relative to the\n"
15483 " fill (PLBOOL, input) : Draw a filled arc.\n"
15487 "Draw a box with axes, etc. with arbitrary origin\n"
15491 " Draws a box around the currently defined viewport with arbitrary\n"
15492 " world-coordinate origin specified by x0 and y0 and labels it with\n"
15493 " world coordinate values appropriate to the window. Thus plaxes should\n"
15494 " only be called after defining both viewport and window. The ascii\n"
15495 " character strings xopt and yopt specify how the box should be drawn as\n"
15496 " described below. If ticks and/or subticks are to be drawn for a\n"
15497 " particular axis, the tick intervals and number of subintervals may be\n"
15498 " specified explicitly, or they may be defaulted by setting the\n"
15499 " appropriate arguments to zero.\n"
15501 " Redacted form: General: plaxes(x0, y0, xopt, xtick, nxsub, yopt,\n"
15505 " This function is not used in any examples.\n"
15511 "plaxes(x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub)\n"
15515 " x0 (PLFLT, input) : World X coordinate of origin.\n"
15517 " y0 (PLFLT, input) : World Y coordinate of origin.\n"
15519 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15520 " options for the x axis. The string can include any combination of\n"
15521 " the following letters (upper or lower case) in any order: a: Draws\n"
15522 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n"
15524 " b: Draws bottom (X) or left (Y) edge of frame.\n"
15525 " c: Draws top (X) or right (Y) edge of frame.\n"
15526 " d: Plot labels as date / time. Values are assumed to be\n"
15527 " seconds since the epoch (as used by gmtime).\n"
15528 " f: Always use fixed point numeric labels.\n"
15529 " g: Draws a grid at the major tick interval.\n"
15530 " h: Draws a grid at the minor tick interval.\n"
15531 " i: Inverts tick marks, so they are drawn outwards, rather than\n"
15533 " l: Labels axis logarithmically. This only affects the labels,\n"
15534 " not the data, and so it is necessary to compute the logarithms\n"
15535 " of data points before passing them to any of the drawing\n"
15537 " m: Writes numeric labels at major tick intervals in the\n"
15538 " unconventional location (above box for X, right of box for Y).\n"
15539 " n: Writes numeric labels at major tick intervals in the\n"
15540 " conventional location (below box for X, left of box for Y).\n"
15541 " o: Use custom labelling function to generate axis label text.\n"
15542 " The custom labelling function can be defined with the\n"
15543 " plslabelfunc command.\n"
15544 " s: Enables subticks between major ticks, only valid if t is\n"
15545 " also specified.\n"
15546 " t: Draws major ticks.\n"
15547 " u: Exactly like \"b\" except don't draw edge line.\n"
15548 " w: Exactly like \"c\" except don't draw edge line.\n"
15549 " x: Exactly like \"t\" (including the side effect of the\n"
15550 " numerical labels for the major ticks) except exclude drawing\n"
15551 " the major and minor tick marks.\n"
15554 " xtick (PLFLT, input) : World coordinate interval between major\n"
15555 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
15556 " generates a suitable tick interval.\n"
15558 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
15559 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15560 " generates a suitable minor tick interval.\n"
15562 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15563 " options for the y axis. The string can include any combination of\n"
15564 " the letters defined above for xopt, and in addition may contain:\n"
15565 " v: Write numeric labels for the y axis parallel to the base of the\n"
15566 " graph, rather than parallel to the axis.\n"
15569 " ytick (PLFLT, input) : World coordinate interval between major\n"
15570 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
15571 " generates a suitable tick interval.\n"
15573 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
15574 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15575 " generates a suitable minor tick interval.\n"
15579 "Plot a histogram from binned data\n"
15583 " Plots a histogram consisting of nbin bins. The value associated with\n"
15584 " the i'th bin is placed in x[i], and the number of points in the bin is\n"
15585 " placed in y[i]. For proper operation, the values in x[i] must form a\n"
15586 " strictly increasing sequence. By default, x[i] is the left-hand edge\n"
15587 " of the i'th bin. If opt=PL_BIN_CENTRED is used, the bin boundaries are\n"
15588 " placed midway between the values in the x vector. Also see plhist for\n"
15589 " drawing histograms from unbinned data.\n"
15591 " Redacted form: General: plbin(x, y, opt)\n"
15592 " Python: plbin(nbin, x, y, opt)\n"
15595 " This function is not used in any examples.\n"
15601 "plbin(nbin, x, y, opt)\n"
15605 " nbin (PLINT, input) : Number of bins (i.e., number of values in x\n"
15606 " and y vectors.)\n"
15608 " x (PLFLT_VECTOR, input) : A vector containing values associated\n"
15609 " with bins. These must form a strictly increasing sequence.\n"
15611 " y (PLFLT_VECTOR, input) : A vector containing a number which is\n"
15612 " proportional to the number of points in each bin. This is a PLFLT\n"
15613 " (instead of PLINT) vector so as to allow histograms of\n"
15614 " probabilities, etc.\n"
15616 " opt (PLINT, input) : Is a combination of several flags:\n"
15617 " opt=PL_BIN_DEFAULT: The x represent the lower bin boundaries, the\n"
15618 " outer bins are expanded to fill up the entire x-axis and bins of\n"
15619 " zero height are simply drawn.\n"
15620 " opt=PL_BIN_CENTRED|...: The bin boundaries are to be midway\n"
15621 " between the x values. If the values in x are equally spaced,\n"
15622 " the values are the center values of the bins.\n"
15623 " opt=PL_BIN_NOEXPAND|...: The outer bins are drawn with equal\n"
15624 " size as the ones inside.\n"
15625 " opt=PL_BIN_NOEMPTY|...: Bins with zero height are not drawn\n"
15626 " (there is a gap for such bins).\n"
15630 "Calculate broken-down time from continuous time for the current stream\n"
15634 " Calculate broken-down time; year, month, day, hour, min, sec; from\n"
15635 " continuous time, ctime for the current stream. This function is the\n"
15636 " inverse of plctime.\n"
15638 " The PLplot definition of broken-down time is a calendar time that\n"
15639 " completely ignores all time zone offsets, i.e., it is the user's\n"
15640 " responsibility to apply those offsets (if so desired) before using the\n"
15641 " PLplot time API. By default broken-down time is defined using the\n"
15642 " proleptic Gregorian calendar without the insertion of leap seconds and\n"
15643 " continuous time is defined as the number of seconds since the Unix\n"
15644 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n"
15645 " broken-down and continuous time are possible, see plconfigtime.\n"
15647 " Redacted form: General: plbtime(year, month, day, hour, min, sec,\n"
15651 " This function is used in example 29.\n"
15657 "plbtime(year, month, day, hour, min, sec, ctime)\n"
15661 " year (PLINT_NC_SCALAR, output) : Returned value of years with\n"
15662 " positive values corresponding to CE (i.e., 1 = 1 CE, etc.) and\n"
15663 " non-negative values corresponding to BCE (e.g., 0 = 1 BCE, -1 = 2\n"
15666 " month (PLINT_NC_SCALAR, output) : Returned value of month within\n"
15667 " the year in the range from 0 (January) to 11 (December).\n"
15669 " day (PLINT_NC_SCALAR, output) : Returned value of day within the\n"
15670 " month in the range from 1 to 31.\n"
15672 " hour (PLINT_NC_SCALAR, output) : Returned value of hour within the\n"
15673 " day in the range from 0 to 23.\n"
15675 " min (PLINT_NC_SCALAR, output) : Returned value of minute within the\n"
15676 " hour in the range from 0 to 59\n"
15678 " sec (PLFLT_NC_SCALAR, output) : Returned value of second within the\n"
15679 " minute in range from 0. to 60.\n"
15681 " ctime (PLFLT, input) : Continuous time from which the broken-down\n"
15682 " time is calculated.\n"
15686 "Begin a new page\n"
15690 " Begins a new page. For a file driver, the output file is opened if\n"
15691 " necessary. Advancing the page via pleop and plbop is useful when a\n"
15692 " page break is desired at a particular point when plotting to subpages.\n"
15693 " Another use for pleop and plbop is when plotting pages to different\n"
15694 " files, since you can manually set the file name by calling plsfnam\n"
15695 " after the call to pleop. (In fact some drivers may only support a\n"
15696 " single page per file, making this a necessity.) One way to handle\n"
15697 " this case automatically is to page advance via pladv, but enable\n"
15698 " familying (see plsfam) with a small limit on the file size so that a\n"
15699 " new family member file will be created on each page break.\n"
15701 " Redacted form: plbop()\n"
15703 " This function is used in examples 2 and 20.\n"
15713 "Draw a box with axes, etc\n"
15717 " Draws a box around the currently defined viewport, and labels it with\n"
15718 " world coordinate values appropriate to the window. Thus plbox should\n"
15719 " only be called after defining both viewport and window. The ascii\n"
15720 " character strings xopt and yopt specify how the box should be drawn as\n"
15721 " described below. If ticks and/or subticks are to be drawn for a\n"
15722 " particular axis, the tick intervals and number of subintervals may be\n"
15723 " specified explicitly, or they may be defaulted by setting the\n"
15724 " appropriate arguments to zero.\n"
15726 " Redacted form: General: plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n"
15729 " This function is used in examples 1, 2, 4, 6, 6-12, 14-18, 21, 23-26,\n"
15736 "plbox(xopt, xtick, nxsub, yopt, ytick, nysub)\n"
15740 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15741 " options for the x axis. The string can include any combination of\n"
15742 " the following letters (upper or lower case) in any order: a: Draws\n"
15743 " axis, X-axis is horizontal line (y=0), and Y-axis is vertical line\n"
15745 " b: Draws bottom (X) or left (Y) edge of frame.\n"
15746 " c: Draws top (X) or right (Y) edge of frame.\n"
15747 " d: Plot labels as date / time. Values are assumed to be\n"
15748 " seconds since the epoch (as used by gmtime).\n"
15749 " f: Always use fixed point numeric labels.\n"
15750 " g: Draws a grid at the major tick interval.\n"
15751 " h: Draws a grid at the minor tick interval.\n"
15752 " i: Inverts tick marks, so they are drawn outwards, rather than\n"
15754 " l: Labels axis logarithmically. This only affects the labels,\n"
15755 " not the data, and so it is necessary to compute the logarithms\n"
15756 " of data points before passing them to any of the drawing\n"
15758 " m: Writes numeric labels at major tick intervals in the\n"
15759 " unconventional location (above box for X, right of box for Y).\n"
15760 " n: Writes numeric labels at major tick intervals in the\n"
15761 " conventional location (below box for X, left of box for Y).\n"
15762 " o: Use custom labelling function to generate axis label text.\n"
15763 " The custom labelling function can be defined with the\n"
15764 " plslabelfunc command.\n"
15765 " s: Enables subticks between major ticks, only valid if t is\n"
15766 " also specified.\n"
15767 " t: Draws major ticks.\n"
15768 " u: Exactly like \"b\" except don't draw edge line.\n"
15769 " w: Exactly like \"c\" except don't draw edge line.\n"
15770 " x: Exactly like \"t\" (including the side effect of the\n"
15771 " numerical labels for the major ticks) except exclude drawing\n"
15772 " the major and minor tick marks.\n"
15775 " xtick (PLFLT, input) : World coordinate interval between major\n"
15776 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
15777 " generates a suitable tick interval.\n"
15779 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
15780 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15781 " generates a suitable minor tick interval.\n"
15783 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15784 " options for the y axis. The string can include any combination of\n"
15785 " the letters defined above for xopt, and in addition may contain:\n"
15786 " v: Write numeric labels for the y axis parallel to the base of the\n"
15787 " graph, rather than parallel to the axis.\n"
15790 " ytick (PLFLT, input) : World coordinate interval between major\n"
15791 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
15792 " generates a suitable tick interval.\n"
15794 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
15795 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15796 " generates a suitable minor tick interval.\n"
15800 "Draw a box with axes, etc, in 3-d\n"
15804 " Draws axes, numeric and text labels for a three-dimensional surface\n"
15805 " plot. For a more complete description of three-dimensional plotting\n"
15806 " see the PLplot documentation.\n"
15808 " Redacted form: General: plbox3(xopt, xlabel, xtick, nxsub, yopt,\n"
15809 " ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n"
15812 " This function is used in examples 8, 11, 18, and 21.\n"
15818 "plbox3(xopt, xlabel, xtick, nxsub, yopt, ylabel, ytick, nysub, zopt, zlabel, ztick, nzsub)\n"
15822 " xopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15823 " options for the x axis. The string can include any combination of\n"
15824 " the following letters (upper or lower case) in any order: b: Draws\n"
15825 " axis at base, at height z=\n"
15826 " zmin where zmin is defined by call to plw3d. This character must be\n"
15827 " specified in order to use any of the other options.\n"
15828 " d: Plot labels as date / time. Values are assumed to be\n"
15829 " seconds since the epoch (as used by gmtime).\n"
15830 " f: Always use fixed point numeric labels.\n"
15831 " i: Inverts tick marks, so they are drawn downwards, rather\n"
15833 " l: Labels axis logarithmically. This only affects the labels,\n"
15834 " not the data, and so it is necessary to compute the logarithms\n"
15835 " of data points before passing them to any of the drawing\n"
15837 " n: Writes numeric labels at major tick intervals.\n"
15838 " o: Use custom labelling function to generate axis label text.\n"
15839 " The custom labelling function can be defined with the\n"
15840 " plslabelfunc command.\n"
15841 " s: Enables subticks between major ticks, only valid if t is\n"
15842 " also specified.\n"
15843 " t: Draws major ticks.\n"
15844 " u: If this is specified, the text label for the axis is\n"
15845 " written under the axis.\n"
15848 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15849 " the text label for the x axis. It is only drawn if u is in the\n"
15852 " xtick (PLFLT, input) : World coordinate interval between major\n"
15853 " ticks on the x axis. If it is set to zero, PLplot automatically\n"
15854 " generates a suitable tick interval.\n"
15856 " nxsub (PLINT, input) : Number of subintervals between major x axis\n"
15857 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15858 " generates a suitable minor tick interval.\n"
15860 " yopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15861 " options for the y axis. The string is interpreted in the same way\n"
15864 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15865 " the text label for the y axis. It is only drawn if u is in the\n"
15868 " ytick (PLFLT, input) : World coordinate interval between major\n"
15869 " ticks on the y axis. If it is set to zero, PLplot automatically\n"
15870 " generates a suitable tick interval.\n"
15872 " nysub (PLINT, input) : Number of subintervals between major y axis\n"
15873 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15874 " generates a suitable minor tick interval.\n"
15876 " zopt (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
15877 " options for the z axis. The string can include any combination of\n"
15878 " the following letters (upper or lower case) in any order: b: Draws\n"
15879 " z axis to the left of the surface plot.\n"
15880 " c: Draws z axis to the right of the surface plot.\n"
15881 " d: Draws grid lines parallel to the x-y plane behind the\n"
15882 " figure. These lines are not drawn until after plot3d or\n"
15883 " plmesh are called because of the need for hidden line removal.\n"
15884 " e: Plot labels as date / time. Values are assumed to be\n"
15885 " seconds since the epoch (as used by gmtime). Note this\n"
15886 " suboption is interpreted the same as the d suboption for xopt\n"
15887 " and yopt, but it has to be identified as e for zopt since d\n"
15888 " has already been used for the different purpose above.\n"
15889 " f: Always use fixed point numeric labels.\n"
15890 " i: Inverts tick marks, so they are drawn away from the center.\n"
15891 " l: Labels axis logarithmically. This only affects the labels,\n"
15892 " not the data, and so it is necessary to compute the logarithms\n"
15893 " of data points before passing them to any of the drawing\n"
15895 " m: Writes numeric labels at major tick intervals on the\n"
15896 " right-hand z axis.\n"
15897 " n: Writes numeric labels at major tick intervals on the\n"
15898 " left-hand z axis.\n"
15899 " o: Use custom labelling function to generate axis label text.\n"
15900 " The custom labelling function can be defined with the\n"
15901 " plslabelfunc command.\n"
15902 " s: Enables subticks between major ticks, only valid if t is\n"
15903 " also specified.\n"
15904 " t: Draws major ticks.\n"
15905 " u: If this is specified, the text label is written beside the\n"
15906 " left-hand axis.\n"
15907 " v: If this is specified, the text label is written beside the\n"
15908 " right-hand axis.\n"
15911 " zlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
15912 " the text label for the z axis. It is only drawn if u or v are in\n"
15913 " the zopt string.\n"
15915 " ztick (PLFLT, input) : World coordinate interval between major\n"
15916 " ticks on the z axis. If it is set to zero, PLplot automatically\n"
15917 " generates a suitable tick interval.\n"
15919 " nzsub (PLINT, input) : Number of subintervals between major z axis\n"
15920 " ticks for minor ticks. If it is set to zero, PLplot automatically\n"
15921 " generates a suitable minor tick interval.\n"
15925 "Calculate world coordinates and corresponding window index from relative device coordinates\n"
15929 " Calculate world coordinates, wx and wy, and corresponding window index\n"
15930 " from relative device coordinates, rx and ry.\n"
15932 " Redacted form: General: plcalc_world(rx, ry, wx, wy, window)\n"
15935 " This function is used in example 31.\n"
15941 "plcalc_world(rx, ry, wx, wy, window)\n"
15945 " rx (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n"
15946 " the x coordinate.\n"
15948 " ry (PLFLT, input) : Input relative device coordinate (0.0-1.0) for\n"
15949 " the y coordinate.\n"
15951 " wx (PLFLT_NC_SCALAR, output) : Returned value of the x world\n"
15952 " coordinate corresponding to the relative device coordinates rx and\n"
15955 " wy (PLFLT_NC_SCALAR, output) : Returned value of the y world\n"
15956 " coordinate corresponding to the relative device coordinates rx and\n"
15959 " window (PLINT_NC_SCALAR, output) : Returned value of the last\n"
15960 " defined window index that corresponds to the input relative device\n"
15961 " coordinates (and the returned world coordinates). To give some\n"
15962 " background on the window index, for each page the initial window\n"
15963 " index is set to zero, and each time plwind is called within the\n"
15964 " page, world and device coordinates are stored for the window and\n"
15965 " the window index is incremented. Thus, for a simple page layout\n"
15966 " with non-overlapping viewports and one window per viewport, window\n"
15967 " corresponds to the viewport index (in the order which the\n"
15968 " viewport/windows were created) of the only viewport/window\n"
15969 " corresponding to rx and ry. However, for more complicated layouts\n"
15970 " with potentially overlapping viewports and possibly more than one\n"
15971 " window (set of world coordinates) per viewport, window and the\n"
15972 " corresponding output world coordinates corresponds to the last\n"
15973 " window created that fulfills the criterion that the relative\n"
15974 " device coordinates are inside it. Finally, in all cases where the\n"
15975 " input relative device coordinates are not inside any\n"
15976 " viewport/window, then the returned value of the last defined\n"
15977 " window index is set to -1.\n"
15981 "Clear current (sub)page\n"
15985 " Clears the current page, effectively erasing everything that have been\n"
15986 " drawn. This command only works with interactive drivers; if the\n"
15987 " driver does not support this, the page is filled with the background\n"
15988 " color in use. If the current page is divided into subpages, only the\n"
15989 " current subpage is erased. The nth subpage can be selected with\n"
15992 " Redacted form: General: plclear()\n"
15995 " This function is not used in any examples.\n"
16005 "Set color, cmap0\n"
16009 " Sets the color index for cmap0 (see the PLplot documentation).\n"
16011 " Redacted form: plcol0(icol0)\n"
16013 " This function is used in examples 1-9, 11-16, 18-27, and 29.\n"
16023 " icol0 (PLINT, input) : Integer representing the color. The\n"
16024 " defaults at present are (these may change):\n"
16025 " 0 black (default background)\n"
16026 " 1 red (default foreground)\n"
16042 " Use plscmap0 to change the entire cmap0 color palette and plscol0 to\n"
16043 " change an individual color in the cmap0 color palette.\n"
16047 "Set color, cmap1\n"
16051 " Sets the color for cmap1 (see the PLplot documentation).\n"
16053 " Redacted form: plcol1(col1)\n"
16055 " This function is used in examples 12 and 21.\n"
16065 " col1 (PLFLT, input) : This value must be in the range (0.0-1.0) and\n"
16066 " is mapped to color using the continuous cmap1 palette which by\n"
16067 " default ranges from blue to the background color to red. The\n"
16068 " cmap1 palette can also be straightforwardly changed by the user\n"
16069 " with plscmap1 or plscmap1l.\n"
16073 "Configure the transformation between continuous and broken-down time for the current stream\n"
16077 " Configure the transformation between continuous and broken-down time\n"
16078 " for the current stream. This transformation is used by both plbtime\n"
16081 " Redacted form: General: plconfigtime(scale, offset1, offset2,\n"
16082 " ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n"
16085 " This function is used in example 29.\n"
16091 "plconfigtime(scale, offset1, offset2, ccontrol, ifbtime_offset, year, month, day, hour, min, sec)\n"
16095 " scale (PLFLT, input) : The number of days per continuous time unit.\n"
16096 " As a special case, if\n"
16097 " scale is 0., then all other arguments are ignored, and the result (the\n"
16098 " default used by PLplot) is the equivalent of a call to\n"
16099 " plconfigtime(1./86400., 0., 0., 0x0, 1, 1970, 0, 1, 0, 0, 0.).\n"
16100 " That is, for this special case broken-down time is calculated with\n"
16101 " the proleptic Gregorian calendar with no leap seconds inserted,\n"
16102 " and the continuous time is defined as the number of seconds since\n"
16103 " the Unix epoch of 1970-01-01T00:00:00Z.\n"
16105 " offset1 (PLFLT, input) : If\n"
16106 " ifbtime_offset is true, the parameters\n"
16108 " offset2 are completely ignored. Otherwise, the sum of these parameters\n"
16109 " (with units in days) specify the epoch of the continuous time\n"
16110 " relative to the MJD epoch corresponding to the Gregorian calendar\n"
16111 " date of 1858-11-17T00:00:00Z or JD = 2400000.5. Two PLFLT numbers\n"
16112 " are used to specify the origin to allow users (by specifying\n"
16113 " offset1 as an integer that can be exactly represented by a\n"
16114 " floating-point variable and specifying\n"
16115 " offset2 as a number in the range from 0. to 1) the chance to minimize\n"
16116 " the numerical errors of the continuous time representation.\n"
16118 " offset2 (PLFLT, input) : See documentation of\n"
16121 " ccontrol (PLINT, input) : ccontrol contains bits controlling the\n"
16122 " transformation. If the 0x1 bit is set, then the proleptic Julian\n"
16123 " calendar is used for broken-down time rather than the proleptic\n"
16124 " Gregorian calendar. If the 0x2 bit is set, then leap seconds that\n"
16125 " have been historically used to define UTC are inserted into the\n"
16126 " broken-down time. Other possibilities for additional control bits\n"
16127 " for ccontrol exist such as making the historical time corrections\n"
16128 " in the broken-down time corresponding to ET (ephemeris time) or\n"
16129 " making the (slightly non-constant) corrections from international\n"
16130 " atomic time (TAI) to what astronomers define as terrestrial time\n"
16131 " (TT). But those additional possibilities have not been\n"
16132 " implemented yet in the qsastime library (one of the PLplot utility\n"
16135 " ifbtime_offset (PLBOOL, input) : ifbtime_offset controls how the\n"
16136 " epoch of the continuous time scale is specified by the user. If\n"
16137 " ifbtime_offset is false, then\n"
16139 " offset2 are used to specify the epoch, and the following broken-down\n"
16140 " time parameters are completely ignored. If\n"
16141 " ifbtime_offset is true, then\n"
16143 " offset2 are completely ignored, and the following broken-down time\n"
16144 " parameters are used to specify the epoch.\n"
16146 " year (PLINT, input) : Year of epoch.\n"
16148 " month (PLINT, input) : Month of epoch in range from 0 (January) to\n"
16149 " 11 (December).\n"
16151 " day (PLINT, input) : Day of epoch in range from 1 to 31.\n"
16153 " hour (PLINT, input) : Hour of epoch in range from 0 to 23\n"
16155 " min (PLINT, input) : Minute of epoch in range from 0 to 59.\n"
16157 " sec (PLFLT, input) : Second of epoch in range from 0. to 60.\n"
16165 " Draws a contour plot of the data in f[\n"
16167 " ny], using the nlevel contour levels specified by clevel. Only the\n"
16168 " region of the matrix from kx to lx and from ky to ly is plotted out\n"
16169 " where all these index ranges are interpreted as one-based for\n"
16170 " historical reasons. A transformation routine pointed to by pltr with\n"
16171 " a generic pointer pltr_data for additional data required by the\n"
16172 " transformation routine is used to map indices within the matrix to the\n"
16173 " world coordinates.\n"
16175 " Redacted form: plcont(f, kx, lx, ky, ly, clevel, pltr, pltr_data)\n"
16176 " where (see above discussion) the pltr, pltr_data callback arguments\n"
16177 " are sometimes replaced by a tr vector with 6 elements; xg and yg\n"
16178 " vectors; or xg and yg matrices.\n"
16180 " This function is used in examples 9, 14, 16, and 22.\n"
16186 "plcont(f, nx, ny, kx, lx, ky, ly, clevel, nlevel, pltr, pltr_data)\n"
16190 " f (PLFLT_MATRIX, input) : A matrix containing data to be contoured.\n"
16192 " nx, ny (PLINT, input) : The dimensions of the matrix f.\n"
16194 " kx, lx (PLINT, input) : Range of x indices to consider where 0 <=\n"
16195 " kx-1 < lx-1 < nx. Values of kx and lx are one-based rather than\n"
16196 " zero-based for historical backwards-compatibility reasons.\n"
16198 " ky, ly (PLINT, input) : Range of y indices to consider where 0 <=\n"
16199 " ky-1 < ly-1 < ny. Values of ky and ly are one-based rather than\n"
16200 " zero-based for historical backwards-compatibility reasons.\n"
16202 " clevel (PLFLT_VECTOR, input) : A vector specifying the levels at\n"
16203 " which to draw contours.\n"
16205 " nlevel (PLINT, input) : Number of contour levels to draw.\n"
16207 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
16208 " defines the transformation between the zero-based indices of the\n"
16209 " matrix f and the world coordinates.For the C case, transformation\n"
16210 " functions are provided in the PLplot library: pltr0 for the\n"
16211 " identity mapping, and pltr1 and pltr2 for arbitrary mappings\n"
16212 " respectively defined by vectors and matrices. In addition, C\n"
16213 " callback routines for the transformation can be supplied by the\n"
16214 " user such as the mypltr function in examples/c/x09c.c which\n"
16215 " provides a general linear transformation between index coordinates\n"
16216 " and world coordinates.For languages other than C you should\n"
16217 " consult the PLplot documentation for the details concerning how\n"
16218 " PLTRANSFORM_callback arguments are interfaced. However, in\n"
16219 " general, a particular pattern of callback-associated arguments\n"
16220 " such as a tr vector with 6 elements; xg and yg vectors; or xg and\n"
16221 " yg matrices are respectively interfaced to a linear-transformation\n"
16222 " routine similar to the above mypltr function; pltr1; and pltr2.\n"
16223 " Furthermore, some of our more sophisticated bindings (see, e.g.,\n"
16224 " the PLplot documentation) support native language callbacks for\n"
16225 " handling index to world-coordinate transformations. Examples of\n"
16226 " these various approaches are given in examples/<language>x09*,\n"
16227 " examples/<language>x16*, examples/<language>x20*,\n"
16228 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
16229 " supported languages.\n"
16231 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
16232 " information to pltr0, pltr1, pltr2, or whatever callback routine\n"
16233 " that is externally supplied.\n"
16237 "Calculate continuous time from broken-down time for the current stream\n"
16241 " Calculate continuous time, ctime, from broken-down time for the\n"
16242 " current stream. The broken-down\n"
16243 " time is specified by the following parameters: year, month, day, hour,\n"
16244 " min, and sec. This function is the inverse of plbtime.\n"
16246 " The PLplot definition of broken-down time is a calendar time that\n"
16247 " completely ignores all time zone offsets, i.e., it is the user's\n"
16248 " responsibility to apply those offsets (if so desired) before using the\n"
16249 " PLplot time API. By default broken-down time is defined using the\n"
16250 " proleptic Gregorian calendar without the insertion of leap seconds and\n"
16251 " continuous time is defined as the number of seconds since the Unix\n"
16252 " epoch of 1970-01-01T00:00:00Z. However, other definitions of\n"
16253 " broken-down and continuous time are possible, see plconfigtime which\n"
16254 " specifies that transformation for the current stream.\n"
16256 " Redacted form: General: plctime(year, month, day, hour, min, sec,\n"
16260 " This function is used in example 29.\n"
16266 "plctime(year, month, day, hour, min, sec, ctime)\n"
16270 " year (PLINT, input) : Input year.\n"
16272 " month (PLINT, input) : Input month in range from 0 (January) to 11\n"
16275 " day (PLINT, input) : Input day in range from 1 to 31.\n"
16277 " hour (PLINT, input) : Input hour in range from 0 to 23\n"
16279 " min (PLINT, input) : Input minute in range from 0 to 59.\n"
16281 " sec (PLFLT, input) : Input second in range from 0. to 60.\n"
16283 " ctime (PLFLT_NC_SCALAR, output) : Returned value of the continuous\n"
16284 " time calculated from the broken-down time specified by the\n"
16285 " previous parameters.\n"
16289 "Copy state parameters from the reference stream to the current stream\n"
16293 " Copies state parameters from the reference stream to the current\n"
16294 " stream. Tell driver interface to map device coordinates unless flags\n"
16297 " This function is used for making save files of selected plots (e.g.\n"
16298 " from the TK driver). After initializing, you can get a copy of the\n"
16299 " current plot to the specified device by switching to this stream and\n"
16300 " issuing a plcpstrm and a plreplot, with calls to plbop and pleop as\n"
16301 " appropriate. The plot buffer must have previously been enabled (done\n"
16302 " automatically by some display drivers, such as X).\n"
16304 " Redacted form: plcpstrm(iplsr, flags)\n"
16306 " This function is used in example 1,20.\n"
16312 "plcpstrm(iplsr, flags)\n"
16316 " iplsr (PLINT, input) : Number of reference stream.\n"
16318 " flags (PLBOOL, input) : If flags is set to true the device\n"
16319 " coordinates are not copied from the reference to current stream.\n"
16323 "End plotting session\n"
16327 " Ends a plotting session, tidies up all the output files, switches\n"
16328 " interactive devices back into text mode and frees up any memory that\n"
16329 " was allocated. Must be called before end of program.\n"
16331 " By default, PLplot's interactive devices (Xwin, TK, etc.) go into a\n"
16332 " wait state after a call to plend or other functions which trigger the\n"
16333 " end of a plot page. To avoid this, use the plspause function.\n"
16335 " Redacted form: plend()\n"
16337 " This function is used in all of the examples.\n"
16347 "End plotting session for current stream\n"
16351 " Ends a plotting session for the current output stream only. See\n"
16352 " plsstrm for more info.\n"
16354 " Redacted form: plend1()\n"
16356 " This function is used in examples 1 and 20.\n"
16366 "Set up standard window and draw box\n"
16370 " Sets up plotter environment for simple graphs by calling pladv and\n"
16371 " setting up viewport and window to sensible default values. plenv\n"
16372 " leaves a standard margin (left-hand margin of eight character heights,\n"
16373 " and a margin around the other three sides of five character heights)\n"
16374 " around most graphs for axis labels and a title. When these defaults\n"
16375 " are not suitable, use the individual routines plvpas, plvpor, or\n"
16376 " plvasp for setting up the viewport, plwind for defining the window,\n"
16377 " and plbox for drawing the box.\n"
16379 " Redacted form: plenv(xmin, xmax, ymin, ymax, just, axis)\n"
16381 " This function is used in example 1,3,9,13,14,19-22,29.\n"
16387 "plenv(xmin, xmax, ymin, ymax, just, axis)\n"
16391 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n"
16392 " world coordinates).\n"
16394 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n"
16395 " world coordinates).\n"
16397 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n"
16400 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n"
16403 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n"
16404 " scales will not be set, the user must set up the scale before\n"
16405 " calling plenv using plsvpa, plvasp or other.\n"
16406 " 0: the x and y axes are scaled independently to use as much of\n"
16407 " the screen as possible.\n"
16408 " 1: the scales of the x and y axes are made equal.\n"
16409 " 2: the axis of the x and y axes are made equal, and the plot\n"
16410 " box will be square.\n"
16413 " axis (PLINT, input) : Controls drawing of the box around the plot:\n"
16414 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n"
16415 " -1: draw box only.\n"
16416 " 0: draw box, ticks, and numeric tick labels.\n"
16417 " 1: also draw coordinate axes at x=0 and y=0.\n"
16418 " 2: also draw a grid at major tick positions in both\n"
16420 " 3: also draw a grid at minor tick positions in both\n"
16422 " 10: same as 0 except logarithmic x tick marks. (The x data\n"
16423 " have to be converted to logarithms separately.)\n"
16424 " 11: same as 1 except logarithmic x tick marks. (The x data\n"
16425 " have to be converted to logarithms separately.)\n"
16426 " 12: same as 2 except logarithmic x tick marks. (The x data\n"
16427 " have to be converted to logarithms separately.)\n"
16428 " 13: same as 3 except logarithmic x tick marks. (The x data\n"
16429 " have to be converted to logarithms separately.)\n"
16430 " 20: same as 0 except logarithmic y tick marks. (The y data\n"
16431 " have to be converted to logarithms separately.)\n"
16432 " 21: same as 1 except logarithmic y tick marks. (The y data\n"
16433 " have to be converted to logarithms separately.)\n"
16434 " 22: same as 2 except logarithmic y tick marks. (The y data\n"
16435 " have to be converted to logarithms separately.)\n"
16436 " 23: same as 3 except logarithmic y tick marks. (The y data\n"
16437 " have to be converted to logarithms separately.)\n"
16438 " 30: same as 0 except logarithmic x and y tick marks. (The x\n"
16439 " and y data have to be converted to logarithms separately.)\n"
16440 " 31: same as 1 except logarithmic x and y tick marks. (The x\n"
16441 " and y data have to be converted to logarithms separately.)\n"
16442 " 32: same as 2 except logarithmic x and y tick marks. (The x\n"
16443 " and y data have to be converted to logarithms separately.)\n"
16444 " 33: same as 3 except logarithmic x and y tick marks. (The x\n"
16445 " and y data have to be converted to logarithms separately.)\n"
16446 " 40: same as 0 except date / time x labels.\n"
16447 " 41: same as 1 except date / time x labels.\n"
16448 " 42: same as 2 except date / time x labels.\n"
16449 " 43: same as 3 except date / time x labels.\n"
16450 " 50: same as 0 except date / time y labels.\n"
16451 " 51: same as 1 except date / time y labels.\n"
16452 " 52: same as 2 except date / time y labels.\n"
16453 " 53: same as 3 except date / time y labels.\n"
16454 " 60: same as 0 except date / time x and y labels.\n"
16455 " 61: same as 1 except date / time x and y labels.\n"
16456 " 62: same as 2 except date / time x and y labels.\n"
16457 " 63: same as 3 except date / time x and y labels.\n"
16458 " 70: same as 0 except custom x and y labels.\n"
16459 " 71: same as 1 except custom x and y labels.\n"
16460 " 72: same as 2 except custom x and y labels.\n"
16461 " 73: same as 3 except custom x and y labels.\n"
16465 "Same as plenv but if in multiplot mode does not advance the subpage, instead clears it\n"
16469 " Sets up plotter environment for simple graphs by calling pladv and\n"
16470 " setting up viewport and window to sensible default values. plenv0\n"
16471 " leaves a standard margin (left-hand margin of eight character heights,\n"
16472 " and a margin around the other three sides of five character heights)\n"
16473 " around most graphs for axis labels and a title. When these defaults\n"
16474 " are not suitable, use the individual routines plvpas, plvpor, or\n"
16475 " plvasp for setting up the viewport, plwind for defining the window,\n"
16476 " and plbox for drawing the box.\n"
16478 " Redacted form: plenv0(xmin, xmax, ymin, ymax, just, axis)\n"
16480 " This function is used in example 21.\n"
16486 "plenv0(xmin, xmax, ymin, ymax, just, axis)\n"
16490 " xmin (PLFLT, input) : Value of x at left-hand edge of window (in\n"
16491 " world coordinates).\n"
16493 " xmax (PLFLT, input) : Value of x at right-hand edge of window (in\n"
16494 " world coordinates).\n"
16496 " ymin (PLFLT, input) : Value of y at bottom edge of window (in world\n"
16499 " ymax (PLFLT, input) : Value of y at top edge of window (in world\n"
16502 " just (PLINT, input) : Controls how the axes will be scaled: -1: the\n"
16503 " scales will not be set, the user must set up the scale before\n"
16504 " calling plenv0 using plsvpa, plvasp or other.\n"
16505 " 0: the x and y axes are scaled independently to use as much of\n"
16506 " the screen as possible.\n"
16507 " 1: the scales of the x and y axes are made equal.\n"
16508 " 2: the axis of the x and y axes are made equal, and the plot\n"
16509 " box will be square.\n"
16512 " axis (PLINT, input) : Controls drawing of the box around the plot:\n"
16513 " -2: draw no box, no tick marks, no numeric tick labels, no axes.\n"
16514 " -1: draw box only.\n"
16515 " 0: draw box, ticks, and numeric tick labels.\n"
16516 " 1: also draw coordinate axes at x=0 and y=0.\n"
16517 " 2: also draw a grid at major tick positions in both\n"
16519 " 3: also draw a grid at minor tick positions in both\n"
16521 " 10: same as 0 except logarithmic x tick marks. (The x data\n"
16522 " have to be converted to logarithms separately.)\n"
16523 " 11: same as 1 except logarithmic x tick marks. (The x data\n"
16524 " have to be converted to logarithms separately.)\n"
16525 " 12: same as 2 except logarithmic x tick marks. (The x data\n"
16526 " have to be converted to logarithms separately.)\n"
16527 " 13: same as 3 except logarithmic x tick marks. (The x data\n"
16528 " have to be converted to logarithms separately.)\n"
16529 " 20: same as 0 except logarithmic y tick marks. (The y data\n"
16530 " have to be converted to logarithms separately.)\n"
16531 " 21: same as 1 except logarithmic y tick marks. (The y data\n"
16532 " have to be converted to logarithms separately.)\n"
16533 " 22: same as 2 except logarithmic y tick marks. (The y data\n"
16534 " have to be converted to logarithms separately.)\n"
16535 " 23: same as 3 except logarithmic y tick marks. (The y data\n"
16536 " have to be converted to logarithms separately.)\n"
16537 " 30: same as 0 except logarithmic x and y tick marks. (The x\n"
16538 " and y data have to be converted to logarithms separately.)\n"
16539 " 31: same as 1 except logarithmic x and y tick marks. (The x\n"
16540 " and y data have to be converted to logarithms separately.)\n"
16541 " 32: same as 2 except logarithmic x and y tick marks. (The x\n"
16542 " and y data have to be converted to logarithms separately.)\n"
16543 " 33: same as 3 except logarithmic x and y tick marks. (The x\n"
16544 " and y data have to be converted to logarithms separately.)\n"
16545 " 40: same as 0 except date / time x labels.\n"
16546 " 41: same as 1 except date / time x labels.\n"
16547 " 42: same as 2 except date / time x labels.\n"
16548 " 43: same as 3 except date / time x labels.\n"
16549 " 50: same as 0 except date / time y labels.\n"
16550 " 51: same as 1 except date / time y labels.\n"
16551 " 52: same as 2 except date / time y labels.\n"
16552 " 53: same as 3 except date / time y labels.\n"
16553 " 60: same as 0 except date / time x and y labels.\n"
16554 " 61: same as 1 except date / time x and y labels.\n"
16555 " 62: same as 2 except date / time x and y labels.\n"
16556 " 63: same as 3 except date / time x and y labels.\n"
16557 " 70: same as 0 except custom x and y labels.\n"
16558 " 71: same as 1 except custom x and y labels.\n"
16559 " 72: same as 2 except custom x and y labels.\n"
16560 " 73: same as 3 except custom x and y labels.\n"
16564 "Eject current page\n"
16568 " Clears the graphics screen of an interactive device, or ejects a page\n"
16569 " on a plotter. See plbop for more information.\n"
16571 " Redacted form: pleop()\n"
16573 " This function is used in example 2,14.\n"
16583 "Draw error bars in x direction\n"
16587 " Draws a set of n error bars in x direction, the i'th error bar\n"
16588 " extending from xmin[i] to xmax[i] at y coordinate y[i]. The terminals\n"
16589 " of the error bars are of length equal to the minor tick length\n"
16590 " (settable using plsmin).\n"
16592 " Redacted form: General: plerrx(xmin, ymax, y)\n"
16595 " This function is used in example 29.\n"
16601 "plerrx(n, xmin, xmax, y)\n"
16605 " n (PLINT, input) : Number of error bars to draw.\n"
16607 " xmin (PLFLT_VECTOR, input) : A vector containing the x coordinates\n"
16608 " of the left-hand endpoints of the error bars.\n"
16610 " xmax (PLFLT_VECTOR, input) : A vector containing the x coordinates\n"
16611 " of the right-hand endpoints of the error bars.\n"
16613 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
16614 " the error bars.\n"
16618 "Draw error bars in the y direction\n"
16622 " Draws a set of n error bars in the y direction, the i'th error bar\n"
16623 " extending from ymin[i] to ymax[i] at x coordinate x[i]. The terminals\n"
16624 " of the error bars are of length equal to the minor tick length\n"
16625 " (settable using plsmin).\n"
16627 " Redacted form: General: plerry(x, ymin, ymax)\n"
16630 " This function is used in example 29.\n"
16636 "plerry(n, x, ymin, ymax)\n"
16640 " n (PLINT, input) : Number of error bars to draw.\n"
16642 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
16643 " the error bars.\n"
16645 " ymin (PLFLT_VECTOR, input) : A vector containing the y coordinates\n"
16646 " of the lower endpoints of the error bars.\n"
16648 " ymax (PLFLT_VECTOR, input) : A vector containing the y coordinates\n"
16649 " of the upper endpoints of the error bars.\n"
16653 "Advance to the next family file on the next new page\n"
16657 " Advance to the next family file on the next new page.\n"
16659 " Redacted form: plfamadv()\n"
16661 " This function is not used in any examples.\n"
16671 "Draw filled polygon\n"
16675 " Fills the polygon defined by the n points (\n"
16677 " y[i]) using the pattern defined by plpsty or plpat. The default fill\n"
16678 " style is a solid fill. The routine will automatically close the\n"
16679 " polygon between the last and first vertices. If multiple closed\n"
16680 " polygons are passed in x and y then plfill will fill in between them.\n"
16682 " Redacted form: plfill(x,y)\n"
16684 " This function is used in examples 12, 13, 15, 16, 21, 24, and 25.\n"
16690 "plfill(n, x, y)\n"
16694 " n (PLINT, input) : Number of vertices in polygon.\n"
16696 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
16699 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
16704 "Draw filled polygon in 3D\n"
16708 " Fills the 3D polygon defined by the n points in the x, y, and z\n"
16709 " vectors using the pattern defined by plpsty or plpat. The routine\n"
16710 " will automatically close the polygon between the last and first\n"
16711 " vertices. If multiple closed polygons are passed in x, y, and z then\n"
16712 " plfill3 will fill in between them.\n"
16714 " Redacted form: General: plfill3(x, y, z)\n"
16717 " This function is used in example 15.\n"
16723 "plfill3(n, x, y, z)\n"
16727 " n (PLINT, input) : Number of vertices in polygon.\n"
16729 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
16732 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
16735 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
16740 "Draw linear gradient inside polygon\n"
16744 " Draw a linear gradient using cmap1 inside the polygon defined by the n\n"
16747 " y[i]). Interpretation of the polygon is the same as for plfill. The\n"
16748 " polygon coordinates and the gradient angle are all expressed in world\n"
16749 " coordinates. The angle from the x axis for both the rotated\n"
16750 " coordinate system and the gradient vector is specified by angle. The\n"
16751 " magnitude of the gradient vector is the difference between the maximum\n"
16752 " and minimum values of x for the vertices in the rotated coordinate\n"
16753 " system. The origin of the gradient vector can be interpreted as being\n"
16754 " anywhere on the line corresponding to the minimum x value for the\n"
16755 " vertices in the rotated coordinate system. The distance along the\n"
16756 " gradient vector is linearly transformed to the independent variable of\n"
16757 " color map 1 which ranges from 0. at the tail of the gradient vector to\n"
16758 " 1. at the head of the gradient vector. What is drawn is the RGBA\n"
16759 " color corresponding to the independent variable of cmap1. For more\n"
16760 " information about cmap1 (see the PLplot documentation).\n"
16762 " Redacted form: plgradient(x,y,angle)\n"
16764 " This function is used in examples 25 and 30.\n"
16770 "plgradient(n, x, y, angle)\n"
16774 " n (PLINT, input) : Number of vertices in polygon.\n"
16776 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
16779 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
16782 " angle (PLFLT, input) : Angle (degrees) of gradient vector from x\n"
16787 "Flushes the output stream\n"
16791 " Flushes the output stream. Use sparingly, if at all.\n"
16793 " Redacted form: plflush()\n"
16795 " This function is used in examples 1 and 14.\n"
16809 " Sets the font used for subsequent text and symbols. For devices that\n"
16810 " still use Hershey fonts this routine has no effect unless the Hershey\n"
16811 " fonts with extended character set are loaded (see plfontld). For\n"
16812 " unicode-aware devices that use system fonts instead of Hershey fonts,\n"
16813 " this routine calls the plsfci routine with argument set up\n"
16814 " appropriately for the various cases below. However, this method of\n"
16815 " specifying the font for unicode-aware devices is deprecated, and the\n"
16816 " much more flexible method of calling plsfont directly is recommended\n"
16817 " instead (where plsfont provides a user-friendly interface to plsfci),\n"
16819 " Redacted form: plfont(ifont)\n"
16821 " This function is used in examples 1, 2, 4, 7, 13, 24, and 26.\n"
16831 " ifont (PLINT, input) : Specifies the font: 1: Sans serif font\n"
16832 " (simplest and fastest)\n"
16834 " 3: Italic font\n"
16835 " 4: Script font\n"
16839 "Load Hershey fonts\n"
16843 " Loads the Hershey fonts used for text and symbols. This routine may\n"
16844 " be called before or after initializing PLplot. If not explicitly\n"
16845 " called before PLplot initialization, then by default that\n"
16846 " initialization loads Hershey fonts with the extended character set.\n"
16847 " This routine only has a practical effect for devices that still use\n"
16848 " Hershey fonts (as opposed to modern devices that use unicode-aware\n"
16849 " system fonts instead of Hershey fonts).\n"
16851 " Redacted form: plfontld(fnt)\n"
16853 " This function is used in examples 1 and 7.\n"
16863 " fnt (PLINT, input) : Specifies the type of Hershey fonts to load.\n"
16864 " A zero value specifies Hershey fonts with the standard character\n"
16865 " set and a non-zero value (the default assumed if plfontld is never\n"
16866 " called) specifies Hershey fonts with the extended character set.\n"
16870 "Get character default height and current (scaled) height\n"
16874 " Get character default height and current (scaled) height.\n"
16876 " Redacted form: plgchr(p_def, p_ht)\n"
16878 " This function is used in example 23.\n"
16884 "plgchr(p_def, p_ht)\n"
16888 " p_def (PLFLT_NC_SCALAR, output) : Returned value of the default\n"
16889 " character height (mm).\n"
16891 " p_ht (PLFLT_NC_SCALAR, output) : Returned value of the scaled\n"
16892 " character height (mm).\n"
16896 "Returns 8-bit RGB values for given color index from cmap0\n"
16900 " Returns 8-bit RGB values (0-255) for given color from cmap0 (see the\n"
16901 " PLplot documentation). Values are negative if an invalid color id is\n"
16904 " Redacted form: plgcol0(icol0, r, g, b)\n"
16906 " This function is used in example 2.\n"
16912 "plgcol0(icol0, r, g, b)\n"
16916 " icol0 (PLINT, input) : Index of desired cmap0 color.\n"
16918 " r (PLINT_NC_SCALAR, output) : Returned value of the 8-bit red\n"
16921 " g (PLINT_NC_SCALAR, output) : Returned value of the 8-bit green\n"
16924 " b (PLINT_NC_SCALAR, output) : Returned value of the 8-bit blue\n"
16929 "Returns 8-bit RGB values and PLFLT alpha transparency value for given color index from cmap0\n"
16933 " Returns 8-bit RGB values (0-255) and PLFLT alpha transparency value\n"
16934 " (0.0-1.0) for given color from cmap0 (see the PLplot documentation).\n"
16935 " Values are negative if an invalid color id is given.\n"
16937 " Redacted form: plgcola(r, g, b)\n"
16939 " This function is used in example 30.\n"
16945 "plgcol0a(icol0, r, g, b, alpha)\n"
16949 " icol0 (PLINT, input) : Index of desired cmap0 color.\n"
16951 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
16952 " in the range from 0 to 255.\n"
16954 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
16955 " in the range from 0 to 255.\n"
16957 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
16958 " in the range from 0 to 255.\n"
16960 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n"
16961 " transparency in the range from (0.0-1.0).\n"
16965 "Returns the background color (cmap0[0]) by 8-bit RGB value\n"
16969 " Returns the background color (cmap0[0]) by 8-bit RGB value.\n"
16971 " Redacted form: plgcolbg(r, g, b)\n"
16973 " This function is used in example 31.\n"
16979 "plgcolbg(r, g, b)\n"
16983 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
16984 " in the range from 0 to 255.\n"
16986 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
16987 " in the range from 0 to 255.\n"
16989 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
16990 " in the range from 0 to 255.\n"
16994 "Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value\n"
16998 " Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT\n"
16999 " alpha transparency value.\n"
17001 " This function is used in example 31.\n"
17007 "plgcolbga(r, g, b, alpha)\n"
17011 " r (PLINT_NC_SCALAR, output) : Returned value of the red intensity\n"
17012 " in the range from 0 to 255.\n"
17014 " g (PLINT_NC_SCALAR, output) : Returned value of the green intensity\n"
17015 " in the range from 0 to 255.\n"
17017 " b (PLINT_NC_SCALAR, output) : Returned value of the blue intensity\n"
17018 " in the range from 0 to 255.\n"
17020 " alpha (PLFLT_NC_SCALAR, output) : Returned value of the alpha\n"
17021 " transparency in the range (0.0-1.0).\n"
17025 "Get the current device-compression setting\n"
17029 " Get the current device-compression setting. This parameter is only\n"
17030 " used for drivers that provide compression.\n"
17032 " Redacted form: plgcompression(compression)\n"
17034 " This function is used in example 31.\n"
17040 "plgcompression(compression)\n"
17044 " compression (PLINT_NC_SCALAR, output) : Returned value of the\n"
17045 " compression setting for the current device.\n"
17049 "Get the current device (keyword) name\n"
17053 " Get the current device (keyword) name. Note: you must have allocated\n"
17054 " space for this (80 characters is safe).\n"
17056 " Redacted form: plgdev(p_dev)\n"
17058 " This function is used in example 14.\n"
17068 " p_dev (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
17069 " (with preallocated length of 80 characters or more) containing the\n"
17070 " device (keyword) name.\n"
17074 "Get parameters that define current device-space window\n"
17078 " Get relative margin width, aspect ratio, and relative justification\n"
17079 " that define current device-space window. If plsdidev has not been\n"
17080 " called the default values pointed to by p_mar, p_aspect, p_jx, and\n"
17081 " p_jy will all be 0.\n"
17083 " Redacted form: plgdidev(p_mar, p_aspect, p_jx, p_jy)\n"
17085 " This function is used in example 31.\n"
17091 "plgdidev(p_mar, p_aspect, p_jx, p_jy)\n"
17095 " p_mar (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17098 " p_aspect (PLFLT_NC_SCALAR, output) : Returned value of the aspect\n"
17101 " p_jx (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17102 " justification in x.\n"
17104 " p_jy (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17105 " justification in y.\n"
17109 "Get plot orientation\n"
17113 " Get plot orientation parameter which is multiplied by 90 degrees to\n"
17114 " obtain the angle of rotation. Note, arbitrary rotation parameters\n"
17115 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n"
17116 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n"
17117 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n"
17118 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori has\n"
17119 " not been called the default value pointed to by p_rot will be 0.\n"
17121 " Redacted form: plgdiori(p_rot)\n"
17123 " This function is not used in any examples.\n"
17129 "plgdiori(p_rot)\n"
17133 " p_rot (PLFLT_NC_SCALAR, output) : Returned value of the orientation\n"
17138 "Get parameters that define current plot-space window\n"
17142 " Get relative minima and maxima that define current plot-space window.\n"
17143 " If plsdiplt has not been called the default values pointed to by\n"
17144 " p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.\n"
17146 " Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n"
17148 " This function is used in example 31.\n"
17154 "plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\n"
17158 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17161 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17164 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17167 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the relative\n"
17172 "Get family file parameters\n"
17176 " Gets information about current family file, if familying is enabled.\n"
17177 " See the PLplot documentation for more information.\n"
17179 " Redacted form: plgfam(p_fam, p_num, p_bmax)\n"
17181 " This function is used in examples 14 and 31.\n"
17187 "plgfam(p_fam, p_num, p_bmax)\n"
17191 " p_fam (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17192 " family flag value. If nonzero, familying is enabled for the\n"
17193 " current device.\n"
17195 " p_num (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17196 " family file number.\n"
17198 " p_bmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
17199 " file size (in bytes) for a family file.\n"
17203 "Get FCI (font characterization integer)\n"
17207 " Gets information about the current font using the FCI approach. See\n"
17208 " the PLplot documentation for more information.\n"
17210 " Redacted form: plgfci(p_fci)\n"
17212 " This function is used in example 23.\n"
17222 " p_fci (PLUNICODE_NC_SCALAR, output) : Returned value of the current\n"
17227 "Get output file name\n"
17231 " Gets the current output file name, if applicable.\n"
17233 " Redacted form: plgfnam(fnam)\n"
17235 " This function is used in example 31.\n"
17245 " fnam (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
17246 " (with preallocated length of 80 characters or more) containing the\n"
17251 "Get family, style and weight of the current font\n"
17255 " Gets information about current font. See the PLplot documentation for\n"
17256 " more information on font selection.\n"
17258 " Redacted form: plgfont(p_family, p_style, p_weight)\n"
17260 " This function is used in example 23.\n"
17266 "plgfont(p_family, p_style, p_weight)\n"
17270 " p_family (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17271 " font family. The available values are given by the PL_FCI_*\n"
17272 " constants in plplot.h. Current options are PL_FCI_SANS,\n"
17273 " PL_FCI_SERIF, PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. If\n"
17274 " p_family is NULL then the font family is not returned.\n"
17276 " p_style (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17277 " font style. The available values are given by the PL_FCI_*\n"
17278 " constants in plplot.h. Current options are PL_FCI_UPRIGHT,\n"
17279 " PL_FCI_ITALIC and PL_FCI_OBLIQUE. If p_style is NULL then the font\n"
17280 " style is not returned.\n"
17282 " p_weight (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17283 " font weight. The available values are given by the PL_FCI_*\n"
17284 " constants in plplot.h. Current options are PL_FCI_MEDIUM and\n"
17285 " PL_FCI_BOLD. If p_weight is NULL then the font weight is not\n"
17290 "Get the (current) run level\n"
17294 " Get the (current) run level. Valid settings are: 0, uninitialized\n"
17295 " 1, initialized\n"
17296 " 2, viewport defined\n"
17297 " 3, world coordinates defined\n"
17300 " Redacted form: plglevel(p_level)\n"
17302 " This function is used in example 31.\n"
17308 "plglevel(p_level)\n"
17312 " p_level (PLINT_NC_SCALAR, output) : Returned value of the run\n"
17317 "Get page parameters\n"
17321 " Gets the current page configuration. The length and offset values are\n"
17322 " expressed in units that are specific to the current driver. For\n"
17323 " instance: screen drivers will usually interpret them as number of\n"
17324 " pixels, whereas printer drivers will usually use mm.\n"
17326 " Redacted form: plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n"
17328 " This function is used in examples 14 and 31.\n"
17334 "plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)\n"
17338 " p_xp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n"
17339 " pixels/inch (DPI) in x.\n"
17341 " p_yp (PLFLT_NC_SCALAR, output) : Returned value of the number of\n"
17342 " pixels/inch (DPI) in y.\n"
17344 " p_xleng (PLINT_NC_SCALAR, output) : Returned value of the x page\n"
17347 " p_yleng (PLINT_NC_SCALAR, output) : Returned value of the y page\n"
17350 " p_xoff (PLINT_NC_SCALAR, output) : Returned value of the x page\n"
17353 " p_yoff (PLINT_NC_SCALAR, output) : Returned value of the y page\n"
17358 "Switch to graphics screen\n"
17362 " Sets an interactive device to graphics mode, used in conjunction with\n"
17363 " pltext to allow graphics and text to be interspersed. On a device\n"
17364 " which supports separate text and graphics windows, this command causes\n"
17365 " control to be switched to the graphics window. If already in graphics\n"
17366 " mode, this command is ignored. It is also ignored on devices which\n"
17367 " only support a single window or use a different method for shifting\n"
17368 " focus. See also pltext.\n"
17370 " Redacted form: plgra()\n"
17372 " This function is used in example 1.\n"
17382 "Grid data from irregularly sampled data\n"
17386 " Real world data is frequently irregularly sampled, but PLplot 3D plots\n"
17387 " require data organized as a grid, i.e., with x sample point values\n"
17388 " independent of y coordinate and vice versa. This function takes\n"
17389 " irregularly sampled data from the x[npts], y[npts], and z[npts]\n"
17390 " vectors; reads the desired grid location from the input vectors\n"
17391 " xg[nptsx] and yg[nptsy]; and returns the interpolated result on that\n"
17392 " grid using the output matrix zg[nptsx][nptsy]. The algorithm used to\n"
17393 " interpolate the data to the grid is specified with the argument type\n"
17394 " which can have one parameter specified in argument data.\n"
17396 " Redacted form: General: plgriddata(x, y, z, xg, yg, zg, type, data)\n"
17397 " Python: zg=plgriddata(x, y, z, xg, yg, type, data)\n"
17400 " This function is used in example 21.\n"
17406 "plgriddata(x, y, z, npts, xg, nptsx, yg, nptsy, zg, type, data)\n"
17410 " x (PLFLT_VECTOR, input) : The input x vector.\n"
17412 " y (PLFLT_VECTOR, input) : The input y vector.\n"
17414 " z (PLFLT_VECTOR, input) : The input z vector. Each triple x[i],\n"
17415 " y[i], z[i] represents one data sample coordinate.\n"
17417 " npts (PLINT, input) : The number of data samples in the x, y and z\n"
17420 " xg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n"
17421 " in the x direction. Usually xg has nptsx equally spaced values\n"
17422 " from the minimum to the maximum values of the x input vector.\n"
17424 " nptsx (PLINT, input) : The number of points in the xg vector.\n"
17426 " yg (PLFLT_VECTOR, input) : A vector that specifies the grid spacing\n"
17427 " in the y direction. Similar to the xg parameter.\n"
17429 " nptsy (PLINT, input) : The number of points in the yg vector.\n"
17431 " zg (PLFLT_NC_MATRIX, output) : The matrix of interpolated results\n"
17432 " where data lies in the grid specified by xg and yg. Therefore the\n"
17433 " zg matrix must be dimensioned\n"
17437 " type (PLINT, input) : The type of grid interpolation algorithm to\n"
17438 " use, which can be: GRID_CSA: Bivariate Cubic Spline approximation\n"
17439 " GRID_DTLI: Delaunay Triangulation Linear Interpolation\n"
17440 " GRID_NNI: Natural Neighbors Interpolation\n"
17441 " GRID_NNIDW: Nearest Neighbors Inverse Distance Weighted\n"
17442 " GRID_NNLI: Nearest Neighbors Linear Interpolation\n"
17443 " GRID_NNAIDW: Nearest Neighbors Around Inverse Distance\n"
17445 " For details of the algorithms read the source file plgridd.c.\n"
17447 " data (PLFLT, input) : Some gridding algorithms require extra data,\n"
17448 " which can be specified through this argument. Currently, for\n"
17449 " algorithm: GRID_NNIDW, data specifies the number of neighbors to\n"
17450 " use, the lower the value, the noisier (more local) the\n"
17451 " approximation is.\n"
17452 " GRID_NNLI, data specifies what a thin triangle is, in the\n"
17453 " range [1. .. 2.]. High values enable the usage of very thin\n"
17454 " triangles for interpolation, possibly resulting in error in\n"
17455 " the approximation.\n"
17456 " GRID_NNI, only weights greater than data will be accepted. If\n"
17457 " 0, all weights will be accepted.\n"
17461 "Get current subpage parameters\n"
17465 " Gets the size of the current subpage in millimeters measured from the\n"
17466 " bottom left hand corner of the output device page or screen. Can be\n"
17467 " used in conjunction with plsvpa for setting the size of a viewport in\n"
17468 " absolute coordinates (millimeters).\n"
17470 " Redacted form: plgspa(xmin, xmax, ymin, ymax)\n"
17472 " This function is used in example 23.\n"
17478 "plgspa(xmin, xmax, ymin, ymax)\n"
17482 " xmin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
17483 " the left hand edge of the subpage in millimeters.\n"
17485 " xmax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
17486 " the right hand edge of the subpage in millimeters.\n"
17488 " ymin (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
17489 " the bottom edge of the subpage in millimeters.\n"
17491 " ymax (PLFLT_NC_SCALAR, output) : Returned value of the position of\n"
17492 " the top edge of the subpage in millimeters.\n"
17496 "Get current stream number\n"
17500 " Gets the number of the current output stream. See also plsstrm.\n"
17502 " Redacted form: plgstrm(p_strm)\n"
17504 " This function is used in example 1,20.\n"
17510 "plgstrm(p_strm)\n"
17514 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the current\n"
17519 "Get the current library version number\n"
17523 " Get the current library version number. Note: you must have allocated\n"
17524 " space for this (80 characters is safe).\n"
17526 " Redacted form: plgver(p_ver)\n"
17528 " This function is used in example 1.\n"
17538 " p_ver (PLCHAR_NC_VECTOR, output) : Returned ascii character string\n"
17539 " (with preallocated length of 80 characters or more) containing the\n"
17540 " PLplot version number.\n"
17544 "Get viewport limits in normalized device coordinates\n"
17548 " Get viewport limits in normalized device coordinates.\n"
17550 " Redacted form: General: plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n"
17553 " This function is used in example 31.\n"
17559 "plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)\n"
17563 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
17564 " viewport limit of the normalized device coordinate in x.\n"
17566 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
17567 " viewport limit of the normalized device coordinate in x.\n"
17569 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
17570 " viewport limit of the normalized device coordinate in y.\n"
17572 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
17573 " viewport limit of the normalized device coordinate in y.\n"
17577 "Get viewport limits in world coordinates\n"
17581 " Get viewport limits in world coordinates.\n"
17583 " Redacted form: General: plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n"
17586 " This function is used in example 31.\n"
17592 "plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)\n"
17596 " p_xmin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
17597 " viewport limit of the world coordinate in x.\n"
17599 " p_xmax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
17600 " viewport limit of the world coordinate in x.\n"
17602 " p_ymin (PLFLT_NC_SCALAR, output) : Returned value of the lower\n"
17603 " viewport limit of the world coordinate in y.\n"
17605 " p_ymax (PLFLT_NC_SCALAR, output) : Returned value of the upper\n"
17606 " viewport limit of the world coordinate in y.\n"
17610 "Get x axis parameters\n"
17614 " Returns current values of the p_digmax and p_digits flags for the x\n"
17615 " axis. p_digits is updated after the plot is drawn, so this routine\n"
17616 " should only be called after the call to plbox (or plbox3) is complete.\n"
17617 " See the PLplot documentation for more information.\n"
17619 " Redacted form: plgxax(p_digmax, p_digits)\n"
17621 " This function is used in example 31.\n"
17627 "plgxax(p_digmax, p_digits)\n"
17631 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
17632 " number of digits for the x axis. If nonzero, the printed label\n"
17633 " has been switched to a floating-point representation when the\n"
17634 " number of digits exceeds this value.\n"
17636 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
17637 " number of digits for the numeric labels (x axis) from the last\n"
17642 "Get y axis parameters\n"
17646 " Identical to plgxax, except that arguments are flags for y axis. See\n"
17647 " the description of plgxax for more detail.\n"
17649 " Redacted form: plgyax(p_digmax, p_digits)\n"
17651 " This function is used in example 31.\n"
17657 "plgyax(p_digmax, p_digits)\n"
17661 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
17662 " number of digits for the y axis. If nonzero, the printed label\n"
17663 " has been switched to a floating-point representation when the\n"
17664 " number of digits exceeds this value.\n"
17666 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
17667 " number of digits for the numeric labels (y axis) from the last\n"
17672 "Get z axis parameters\n"
17676 " Identical to plgxax, except that arguments are flags for z axis. See\n"
17677 " the description of plgxax for more detail.\n"
17679 " Redacted form: plgzax(p_digmax, p_digits)\n"
17681 " This function is used in example 31.\n"
17687 "plgzax(p_digmax, p_digits)\n"
17691 " p_digmax (PLINT_NC_SCALAR, output) : Returned value of the maximum\n"
17692 " number of digits for the z axis. If nonzero, the printed label\n"
17693 " has been switched to a floating-point representation when the\n"
17694 " number of digits exceeds this value.\n"
17696 " p_digits (PLINT_NC_SCALAR, output) : Returned value of the actual\n"
17697 " number of digits for the numeric labels (z axis) from the last\n"
17702 "Plot a histogram from unbinned data\n"
17706 " Plots a histogram from n data points stored in the data vector. This\n"
17707 " routine bins the data into nbin bins equally spaced between datmin and\n"
17708 " datmax, and calls plbin to draw the resulting histogram. Parameter\n"
17709 " opt allows, among other things, the histogram either to be plotted in\n"
17710 " an existing window or causes plhist to call plenv with suitable limits\n"
17711 " before plotting the histogram.\n"
17713 " Redacted form: plhist(data, datmin, datmax, nbin, opt)\n"
17715 " This function is used in example 5.\n"
17721 "plhist(n, data, datmin, datmax, nbin, opt)\n"
17725 " n (PLINT, input) : Number of data points.\n"
17727 " data (PLFLT_VECTOR, input) : A vector containing the values of the\n"
17728 " n data points.\n"
17730 " datmin (PLFLT, input) : Left-hand edge of lowest-valued bin.\n"
17732 " datmax (PLFLT, input) : Right-hand edge of highest-valued bin.\n"
17734 " nbin (PLINT, input) : Number of (equal-sized) bins into which to\n"
17735 " divide the interval xmin to xmax.\n"
17737 " opt (PLINT, input) : Is a combination of several flags:\n"
17738 " opt=PL_HIST_DEFAULT: The axes are automatically rescaled to fit\n"
17739 " the histogram data, the outer bins are expanded to fill up the\n"
17740 " entire x-axis, data outside the given extremes are assigned to the\n"
17741 " outer bins and bins of zero height are simply drawn.\n"
17742 " opt=PL_HIST_NOSCALING|...: The existing axes are not rescaled\n"
17743 " to fit the histogram data, without this flag, plenv is called\n"
17744 " to set the world coordinates.\n"
17745 " opt=PL_HIST_IGNORE_OUTLIERS|...: Data outside the given\n"
17746 " extremes are not taken into account. This option should\n"
17747 " probably be combined with opt=PL_HIST_NOEXPAND|..., so as to\n"
17748 " properly present the data.\n"
17749 " opt=PL_HIST_NOEXPAND|...: The outer bins are drawn with equal\n"
17750 " size as the ones inside.\n"
17751 " opt=PL_HIST_NOEMPTY|...: Bins with zero height are not drawn\n"
17752 " (there is a gap for such bins).\n"
17756 "Convert HLS color to RGB\n"
17760 " Convert HLS color coordinates to RGB.\n"
17762 " Redacted form: General: plhlsrgb(h, l, s, p_r, p_g, p_b)\n"
17765 " This function is used in example 2.\n"
17771 "plhlsrgb(h, l, s, p_r, p_g, p_b)\n"
17775 " h (PLFLT, input) : Hue in degrees (0.0-360.0) on the color\n"
17778 " l (PLFLT, input) : Lightness expressed as a fraction (0.0-1.0) of\n"
17779 " the axis of the color cylinder.\n"
17781 " s (PLFLT, input) : Saturation expressed as a fraction (0.0-1.0) of\n"
17782 " the radius of the color cylinder.\n"
17784 " p_r (PLFLT_NC_SCALAR, output) : Returned value of the red intensity\n"
17785 " (0.0-1.0) of the color.\n"
17787 " p_g (PLFLT_NC_SCALAR, output) : Returned value of the green\n"
17788 " intensity (0.0-1.0) of the color.\n"
17790 " p_b (PLFLT_NC_SCALAR, output) : Returned value of the blue\n"
17791 " intensity (0.0-1.0) of the color.\n"
17795 "Initialize PLplot\n"
17799 " Initializing the plotting package. The program prompts for the device\n"
17800 " keyword or number of the desired output device. Hitting a RETURN in\n"
17801 " response to the prompt is the same as selecting the first device.\n"
17802 " plinit will issue no prompt if either the device was specified\n"
17803 " previously (via command line flag, the plsetopt function, or the\n"
17804 " plsdev function), or if only one device is enabled when PLplot is\n"
17805 " installed. If subpages have been specified, the output device is\n"
17806 " divided into nx by ny subpages, each of which may be used\n"
17807 " independently. If plinit is called again during a program, the\n"
17808 " previously opened file will be closed. The subroutine pladv is used\n"
17809 " to advance from one subpage to the next.\n"
17811 " Redacted form: plinit()\n"
17813 " This function is used in all of the examples.\n"
17823 "Draw a line between two points\n"
17827 " Joins the point (\n"
17833 " Redacted form: pljoin(x1,y1,x2,y2)\n"
17835 " This function is used in examples 3 and 14.\n"
17841 "pljoin(x1, y1, x2, y2)\n"
17845 " x1 (PLFLT, input) : x coordinate of first point.\n"
17847 " y1 (PLFLT, input) : y coordinate of first point.\n"
17849 " x2 (PLFLT, input) : x coordinate of second point.\n"
17851 " y2 (PLFLT, input) : y coordinate of second point.\n"
17855 "Simple routine to write labels\n"
17859 " Routine for writing simple labels. Use plmtex for more complex labels.\n"
17861 " Redacted form: pllab(xlabel, ylabel, tlabel)\n"
17863 " This function is used in examples 1, 5, 9, 12, 14-16, 20-22, and 29.\n"
17869 "pllab(xlabel, ylabel, tlabel)\n"
17873 " xlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17874 " the label for the x axis.\n"
17876 " ylabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17877 " the label for the y axis.\n"
17879 " tlabel (PLCHAR_VECTOR, input) : A UTF-8 character string specifying\n"
17880 " the title of the plot.\n"
17884 "Plot legend using discretely annotated filled boxes, lines, and/or lines of symbols\n"
17888 " Routine for creating a discrete plot legend with a plotted filled box,\n"
17889 " line, and/or line of symbols for each annotated legend entry. (See\n"
17890 " plcolorbar for similar functionality for creating continuous color\n"
17891 " bars.) The arguments of pllegend provide control over the location\n"
17892 " and size of the legend as well as the location and characteristics of\n"
17893 " the elements (most of which are optional) within that legend. The\n"
17894 " resulting legend is clipped at the boundaries of the current subpage.\n"
17895 " (N.B. the adopted coordinate system used for some of the parameters is\n"
17896 " defined in the documentation of the position parameter.)\n"
17898 " Redacted form: pllegend(p_legend_width, p_legend_height, opt,\n"
17899 " position, x, y, plot_width, bg_color, bb_color, bb_style, nrow,\n"
17900 " ncolumn, opt_array, text_offset, text_scale, text_spacing,\n"
17901 " test_justification, text_colors, text, box_colors, box_patterns,\n"
17902 " box_scales, box_line_widths, line_colors, line_styles, line_widths,\n"
17903 " symbol_colors, symbol_scales, symbol_numbers, symbols)\n"
17905 " This function is used in examples 4, 26, and 33.\n"
17911 "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"
17915 " p_legend_width (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17916 " legend width in adopted coordinates. This quantity is calculated\n"
17917 " from plot_width, text_offset, ncolumn (possibly modified inside\n"
17918 " the routine depending on nlegend and nrow), and the length\n"
17919 " (calculated internally) of the longest text string.\n"
17921 " p_legend_height (PLFLT_NC_SCALAR, output) : Returned value of the\n"
17922 " legend height in adopted coordinates. This quantity is calculated\n"
17923 " from text_scale, text_spacing, and nrow (possibly modified inside\n"
17924 " the routine depending on nlegend and nrow).\n"
17926 " opt (PLINT, input) : opt contains bits controlling the overall\n"
17927 " legend. If the PL_LEGEND_TEXT_LEFT bit is set, put the text area\n"
17928 " on the left of the legend and the plotted area on the right.\n"
17929 " Otherwise, put the text area on the right of the legend and the\n"
17930 " plotted area on the left. If the PL_LEGEND_BACKGROUND bit is set,\n"
17931 " plot a (semitransparent) background for the legend. If the\n"
17932 " PL_LEGEND_BOUNDING_BOX bit is set, plot a bounding box for the\n"
17933 " legend. If the PL_LEGEND_ROW_MAJOR bit is set and (both of the\n"
17934 " possibly internally transformed) nrow > 1 and ncolumn > 1, then\n"
17935 " plot the resulting array of legend entries in row-major order.\n"
17936 " Otherwise, plot the legend entries in column-major order.\n"
17938 " position (PLINT, input) : position contains bits which control the\n"
17939 " overall position of the legend and the definition of the adopted\n"
17940 " coordinates used for positions just like what is done for the\n"
17941 " position argument for plcolorbar. However, note that the defaults\n"
17942 " for the position bits (see below) are different than the\n"
17943 " plcolorbar case. The combination of the PL_POSITION_LEFT,\n"
17944 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n"
17945 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n"
17946 " the 16 possible standard positions (the 4 corners and centers of\n"
17947 " the 4 sides for both the inside and outside cases) of the legend\n"
17948 " relative to the adopted coordinate system. The corner positions\n"
17949 " are specified by the appropriate combination of two of the\n"
17950 " PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n"
17951 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n"
17952 " value of one of those bits. The adopted coordinates are\n"
17953 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n"
17954 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n"
17955 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n"
17956 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n"
17957 " then use the combination of PL_POSITION_RIGHT and PL_POSITION_TOP.\n"
17958 " If neither of PL_POSITION_INSIDE or PL_POSITION_OUTSIDE is set,\n"
17959 " use PL_POSITION_INSIDE. If neither of PL_POSITION_VIEWPORT or\n"
17960 " PL_POSITION_SUBPAGE is set, use PL_POSITION_VIEWPORT.\n"
17962 " x (PLFLT, input) : X offset of the legend position in adopted\n"
17963 " coordinates from the specified standard position of the legend.\n"
17964 " For positive x, the direction of motion away from the standard\n"
17965 " position is inward/outward from the standard corner positions or\n"
17966 " standard left or right positions if the\n"
17967 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
17968 " For the standard top or bottom positions, the direction of motion\n"
17969 " is toward positive X.\n"
17971 " y (PLFLT, input) : Y offset of the legend position in adopted\n"
17972 " coordinates from the specified standard position of the legend.\n"
17973 " For positive y, the direction of motion away from the standard\n"
17974 " position is inward/outward from the standard corner positions or\n"
17975 " standard top or bottom positions if the\n"
17976 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position. For\n"
17977 " the standard left or right positions, the direction of motion is\n"
17978 " toward positive Y.\n"
17980 " plot_width (PLFLT, input) : Horizontal width in adopted coordinates\n"
17981 " of the plot area (where the colored boxes, lines, and/or lines of\n"
17982 " symbols are drawn) of the legend.\n"
17984 " bg_color (PLINT, input) : The cmap0 color of the background for the\n"
17985 " legend (PL_LEGEND_BACKGROUND).\n"
17987 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n"
17988 " for the legend (PL_LEGEND_BOUNDING_BOX).\n"
17990 " bb_style (PLINT, input) : The pllsty style number for the\n"
17991 " bounding-box line for the legend (PL_LEGEND_BACKGROUND).\n"
17993 " nrow (PLINT, input) : The number of rows in the matrix used to\n"
17995 " nlegend legend entries. For internal transformations of\n"
17996 " nrow, see further remarks under\n"
17999 " ncolumn (PLINT, input) : The number of columns in the matrix used\n"
18001 " nlegend legend entries. For internal transformations of\n"
18002 " ncolumn, see further remarks under\n"
18005 " nlegend (PLINT, input) : Number of legend entries. The above\n"
18007 " ncolumn values are transformed internally to be consistent with\n"
18008 " nlegend. If either\n"
18010 " ncolumn is non-positive it is replaced by 1. If the resulting product\n"
18013 " ncolumn is less than\n"
18014 " nlegend, the smaller of the two (or\n"
18017 " ncolumn) is increased so the product is >=\n"
18018 " nlegend. Thus, for example, the common\n"
18020 " ncolumn = 0 case is transformed internally to\n"
18023 " ncolumn = 1; i.e., the usual case of a legend rendered as a single\n"
18026 " opt_array (PLINT_VECTOR, input) : A vector of\n"
18027 " nlegend values of options to control each individual plotted area\n"
18028 " corresponding to a legend entry. If the\n"
18029 " PL_LEGEND_NONE bit is set, then nothing is plotted in the plotted\n"
18031 " PL_LEGEND_COLOR_BOX,\n"
18032 " PL_LEGEND_LINE, and/or\n"
18033 " PL_LEGEND_SYMBOL bits are set, the area corresponding to a legend\n"
18034 " entry is plotted with a colored box; a line; and/or a line of\n"
18037 " text_offset (PLFLT, input) : Offset of the text area from the plot\n"
18038 " area in units of character width.\n"
18040 " text_scale (PLFLT, input) : Character height scale for text\n"
18043 " text_spacing (PLFLT, input) : Vertical spacing in units of the\n"
18044 " character height from one legend entry to the next.\n"
18046 " text_justification (PLFLT, input) : Justification parameter used\n"
18047 " for text justification. The most common values of\n"
18048 " text_justification are 0., 0.5, or 1. corresponding to a text that\n"
18049 " is left justified, centred, or right justified within the text\n"
18050 " area, but other values are allowed as well.\n"
18052 " text_colors (PLINT_VECTOR, input) : A vector containing\n"
18053 " nlegend cmap0 text colors.\n"
18055 " text (PLCHAR_MATRIX, input) : A vector of\n"
18056 " nlegend UTF-8 character strings containing the legend annotations.\n"
18058 " box_colors (PLINT_VECTOR, input) : A vector containing\n"
18059 " nlegend cmap0 colors for the discrete colored boxes (\n"
18060 " PL_LEGEND_COLOR_BOX).\n"
18062 " box_patterns (PLINT_VECTOR, input) : A vector containing\n"
18063 " nlegend patterns (plpsty indices) for the discrete colored boxes (\n"
18064 " PL_LEGEND_COLOR_BOX).\n"
18066 " box_scales (PLFLT_VECTOR, input) : A vector containing\n"
18067 " nlegend scales (units of fraction of character height) for the height\n"
18068 " of the discrete colored boxes (\n"
18069 " PL_LEGEND_COLOR_BOX).\n"
18071 " box_line_widths (PLFLT_VECTOR, input) : A vector containing\n"
18072 " nlegend line widths for the patterns specified by box_patterns (\n"
18073 " PL_LEGEND_COLOR_BOX).\n"
18075 " line_colors (PLINT_VECTOR, input) : A vector containing\n"
18076 " nlegend cmap0 line colors (\n"
18077 " PL_LEGEND_LINE).\n"
18079 " line_styles (PLINT_VECTOR, input) : A vector containing\n"
18080 " nlegend line styles (plsty indices) (\n"
18081 " PL_LEGEND_LINE).\n"
18083 " line_widths (PLFLT_VECTOR, input) : A vector containing\n"
18084 " nlegend line widths (\n"
18085 " PL_LEGEND_LINE).\n"
18087 " symbol_colors (PLINT_VECTOR, input) : A vector containing\n"
18088 " nlegend cmap0 symbol colors (\n"
18089 " PL_LEGEND_SYMBOL).\n"
18091 " symbol_scales (PLFLT_VECTOR, input) : A vector containing\n"
18092 " nlegend scale values for the symbol height (\n"
18093 " PL_LEGEND_SYMBOL).\n"
18095 " symbol_numbers (PLINT_VECTOR, input) : A vector containing\n"
18096 " nlegend numbers of symbols to be drawn across the width of the plotted\n"
18098 " PL_LEGEND_SYMBOL).\n"
18100 " symbols (PLCHAR_MATRIX, input) : A vector of\n"
18101 " nlegend UTF-8 character strings containing the legend symbols. (\n"
18102 " PL_LEGEND_SYMBOL).\n"
18106 "Plot color bar for image, shade or gradient plots\n"
18110 " Routine for creating a continuous color bar for image, shade, or\n"
18111 " gradient plots. (See pllegend for similar functionality for creating\n"
18112 " legends with discrete elements). The arguments of plcolorbar provide\n"
18113 " control over the location and size of the color bar as well as the\n"
18114 " location and characteristics of the elements (most of which are\n"
18115 " optional) within that color bar. The resulting color bar is clipped\n"
18116 " at the boundaries of the current subpage. (N.B. the adopted coordinate\n"
18117 " system used for some of the parameters is defined in the documentation\n"
18118 " of the position parameter.)\n"
18120 " Redacted form: plcolorbar(p_colorbar_width, p_colorbar_height, opt,\n"
18121 " position, x, y, x_length, y_length, bg_color, bb_color, bb_style,\n"
18122 " low_cap_color, high_cap_color, cont_color, cont_width, label_opts,\n"
18123 " labels, axis_opts, ticks, sub_ticks, values)\n"
18125 " This function is used in examples 16 and 33.\n"
18131 "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"
18135 " p_colorbar_width (PLFLT_NC_SCALAR, output) : Returned value of the\n"
18136 " labelled and decorated color bar width in adopted coordinates.\n"
18138 " p_colorbar_height (PLFLT_NC_SCALAR, output) : Returned value of the\n"
18139 " labelled and decorated color bar height in adopted coordinates.\n"
18141 " opt (PLINT, input) : opt contains bits controlling the overall\n"
18142 " color bar. The orientation (direction of the maximum value) of\n"
18143 " the color bar is specified with PL_ORIENT_RIGHT, PL_ORIENT_TOP,\n"
18144 " PL_ORIENT_LEFT, or PL_ORIENT_BOTTOM. If none of these bits are\n"
18145 " specified, the default orientation is toward the top if the\n"
18146 " colorbar is placed on the left or right of the viewport or toward\n"
18147 " the right if the colorbar is placed on the top or bottom of the\n"
18148 " viewport. If the PL_COLORBAR_BACKGROUND bit is set, plot a\n"
18149 " (semitransparent) background for the color bar. If the\n"
18150 " PL_COLORBAR_BOUNDING_BOX bit is set, plot a bounding box for the\n"
18151 " color bar. The type of color bar must be specified with one of\n"
18152 " PL_COLORBAR_IMAGE, PL_COLORBAR_SHADE, or PL_COLORBAR_GRADIENT. If\n"
18153 " more than one of those bits is set only the first one in the above\n"
18154 " list is honored. The position of the (optional) label/title can be\n"
18155 " specified with PL_LABEL_RIGHT, PL_LABEL_TOP, PL_LABEL_LEFT, or\n"
18156 " PL_LABEL_BOTTOM. If no label position bit is set then no label\n"
18157 " will be drawn. If more than one of this list of bits is specified,\n"
18158 " only the first one on the list is honored. End-caps for the color\n"
18159 " bar can added with PL_COLORBAR_CAP_LOW and PL_COLORBAR_CAP_HIGH.\n"
18160 " If a particular color bar cap option is not specified then no cap\n"
18161 " will be drawn for that end. As a special case for\n"
18162 " PL_COLORBAR_SHADE, the option PL_COLORBAR_SHADE_LABEL can be\n"
18163 " specified. If this option is provided then any tick marks and tick\n"
18164 " labels will be placed at the breaks between shaded segments. TODO:\n"
18165 " This should be expanded to support custom placement of tick marks\n"
18166 " and tick labels at custom value locations for any color bar type.\n"
18168 " position (PLINT, input) : position contains bits which control the\n"
18169 " overall position of the color bar and the definition of the\n"
18170 " adopted coordinates used for positions just like what is done for\n"
18171 " the position argument for pllegend. However, note that the\n"
18172 " defaults for the position bits (see below) are different than the\n"
18173 " pllegend case. The combination of the PL_POSITION_LEFT,\n"
18174 " PL_POSITION_RIGHT, PL_POSITION_TOP, PL_POSITION_BOTTOM,\n"
18175 " PL_POSITION_INSIDE, and PL_POSITION_OUTSIDE bits specifies one of\n"
18176 " the 16 possible standard positions (the 4 corners and centers of\n"
18177 " the 4 sides for both the inside and outside cases) of the color\n"
18178 " bar relative to the adopted coordinate system. The corner\n"
18179 " positions are specified by the appropriate combination of two of\n"
18180 " the PL_POSITION_LEFT, PL_POSITION_RIGHT, PL_POSITION_TOP, and\n"
18181 " PL_POSITION_BOTTOM bits while the sides are specified by a single\n"
18182 " value of one of those bits. The adopted coordinates are\n"
18183 " normalized viewport coordinates if the PL_POSITION_VIEWPORT bit is\n"
18184 " set or normalized subpage coordinates if the PL_POSITION_SUBPAGE\n"
18185 " bit is set. Default position bits: If none of PL_POSITION_LEFT,\n"
18186 " PL_POSITION_RIGHT, PL_POSITION_TOP, or PL_POSITION_BOTTOM are set,\n"
18187 " then use PL_POSITION_RIGHT. If neither of PL_POSITION_INSIDE or\n"
18188 " PL_POSITION_OUTSIDE is set, use PL_POSITION_OUTSIDE. If neither of\n"
18189 " PL_POSITION_VIEWPORT or PL_POSITION_SUBPAGE is set, use\n"
18190 " PL_POSITION_VIEWPORT.\n"
18192 " x (PLFLT, input) : X offset of the color bar position in adopted\n"
18193 " coordinates from the specified standard position of the color bar.\n"
18194 " For positive x, the direction of motion away from the standard\n"
18195 " position is inward/outward from the standard corner positions or\n"
18196 " standard left or right positions if the\n"
18197 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
18198 " For the standard top or bottom positions, the direction of motion\n"
18199 " is toward positive X.\n"
18201 " y (PLFLT, input) : Y offset of the color bar position in adopted\n"
18202 " coordinates from the specified standard position of the color bar.\n"
18203 " For positive y, the direction of motion away from the standard\n"
18204 " position is inward/outward from the standard corner positions or\n"
18205 " standard top or bottom positions if the\n"
18206 " PL_POSITION_INSIDE/PL_POSITION_OUTSIDE bit is set in position.\n"
18207 " For the standard left or right positions, the direction of motion\n"
18208 " is toward positive Y.\n"
18210 " x_length (PLFLT, input) : Length of the body of the color bar in\n"
18211 " the X direction in adopted coordinates.\n"
18213 " y_length (PLFLT, input) : Length of the body of the color bar in\n"
18214 " the Y direction in adopted coordinates.\n"
18216 " bg_color (PLINT, input) : The cmap0 color of the background for the\n"
18217 " color bar (PL_COLORBAR_BACKGROUND).\n"
18219 " bb_color (PLINT, input) : The cmap0 color of the bounding-box line\n"
18220 " for the color bar (PL_COLORBAR_BOUNDING_BOX).\n"
18222 " bb_style (PLINT, input) : The pllsty style number for the\n"
18223 " bounding-box line for the color bar (PL_COLORBAR_BACKGROUND).\n"
18225 " low_cap_color (PLFLT, input) : The cmap1 color of the low-end color\n"
18226 " bar cap, if it is drawn (PL_COLORBAR_CAP_LOW).\n"
18228 " high_cap_color (PLFLT, input) : The cmap1 color of the high-end\n"
18229 " color bar cap, if it is drawn (PL_COLORBAR_CAP_HIGH).\n"
18231 " cont_color (PLINT, input) : The cmap0 contour color for\n"
18232 " PL_COLORBAR_SHADE plots. This is passed directly to plshades, so\n"
18233 " it will be interpreted according to the design of plshades.\n"
18235 " cont_width (PLFLT, input) : Contour width for PL_COLORBAR_SHADE\n"
18236 " plots. This is passed directly to plshades, so it will be\n"
18237 " interpreted according to the design of plshades.\n"
18239 " n_labels (PLINT, input) : Number of labels to place around the\n"
18242 " label_opts (PLINT_VECTOR, input) : A vector of options for each of\n"
18243 " n_labels labels.\n"
18245 " labels (PLCHAR_MATRIX, input) : A vector of\n"
18246 " n_labels UTF-8 character strings containing the labels for the color\n"
18247 " bar. Ignored if no label position is specified with one of the\n"
18248 " PL_COLORBAR_LABEL_RIGHT, PL_COLORBAR_LABEL_TOP,\n"
18249 " PL_COLORBAR_LABEL_LEFT, or PL_COLORBAR_LABEL_BOTTOM bits in the\n"
18250 " corresponding label_opts field.\n"
18252 " n_axes (PLINT, input) : Number of axis definitions provided. This\n"
18253 " value must be greater than 0. It is typically 1 (numerical axis\n"
18254 " labels are provided for one of the long edges of the color bar),\n"
18255 " but it can be larger if multiple numerical axis labels for the\n"
18256 " long edges of the color bar are desired.\n"
18258 " axis_opts (PLCHAR_MATRIX, input) : A vector of\n"
18259 " n_axes ascii character strings containing options (interpreted as for\n"
18260 " plbox) for the color bar's axis definitions.\n"
18262 " ticks (PLFLT_VECTOR, input) : A vector of n_axes values of the\n"
18263 " spacing of the major tick marks (interpreted as for plbox) for the\n"
18264 " color bar's axis definitions.\n"
18266 " sub_ticks (PLINT_VECTOR, input) : A vector of n_axes values of the\n"
18267 " number of subticks (interpreted as for plbox) for the color bar's\n"
18268 " axis definitions.\n"
18270 " n_values (PLINT_VECTOR, input) : A vector containing the number of\n"
18271 " elements in each of the n_axes rows of the values matrix.\n"
18273 " values (PLFLT_MATRIX, input) : A matrix containing the numeric\n"
18274 " values for the data range represented by the color bar. For a row\n"
18275 " index of i_axis (where 0 < i_axis < n_axes), the number of\n"
18276 " elements in the row is specified by n_values[i_axis]. For\n"
18277 " PL_COLORBAR_IMAGE and PL_COLORBAR_GRADIENT the number of elements\n"
18278 " is 2, and the corresponding row elements of the values matrix are\n"
18279 " the minimum and maximum value represented by the colorbar. For\n"
18280 " PL_COLORBAR_SHADE, the number and values of the elements of a row\n"
18281 " of the values matrix is interpreted the same as the nlevel and\n"
18282 " clevel arguments of plshades.\n"
18286 "Sets the 3D position of the light source\n"
18290 " Sets the 3D position of the light source for use with plsurf3d and\n"
18293 " Redacted form: pllightsource(x, y, z)\n"
18295 " This function is used in example 8.\n"
18301 "pllightsource(x, y, z)\n"
18305 " x (PLFLT, input) : X-coordinate of the light source.\n"
18307 " y (PLFLT, input) : Y-coordinate of the light source.\n"
18309 " z (PLFLT, input) : Z-coordinate of the light source.\n"
18317 " Draws line defined by n points in x and y.\n"
18319 " Redacted form: plline(x, y)\n"
18321 " This function is used in examples 1, 3, 4, 9, 12-14, 16, 18, 20, 22,\n"
18322 " 25-27, and 29.\n"
18328 "plline(n, x, y)\n"
18332 " n (PLINT, input) : Number of points defining line.\n"
18334 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
18337 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
18342 "Draw a line in 3 space\n"
18346 " Draws line in 3 space defined by n points in x, y, and z. You must\n"
18347 " first set up the viewport, the 2d viewing window (in world\n"
18348 " coordinates), and the 3d normalized coordinate box. See x18c.c for\n"
18351 " Redacted form: plline3(x, y, z)\n"
18353 " This function is used in example 18.\n"
18359 "plline3(n, x, y, z)\n"
18363 " n (PLINT, input) : Number of points defining line.\n"
18365 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
18368 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
18371 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
18376 "Select line style\n"
18380 " This sets the line style according to one of eight predefined patterns\n"
18381 " (also see plstyl).\n"
18383 " Redacted form: pllsty(lin)\n"
18385 " This function is used in examples 9, 12, 22, and 25.\n"
18395 " lin (PLINT, input) : Integer value between 1 and 8. Line style 1 is\n"
18396 " a continuous line, line style 2 is a line with short dashes and\n"
18397 " gaps, line style 3 is a line with long dashes and gaps, line style\n"
18398 " 4 has long dashes and short gaps and so on.\n"
18402 "Plot surface mesh\n"
18406 " Plots a surface mesh within the environment set up by plw3d. The\n"
18407 " surface is defined by the matrix z[\n"
18409 " ny] , the point z[i][j] being the value of the function at (\n"
18411 " y[j]). Note that the points in vectors x and y do not need to be\n"
18412 " equally spaced, but must be stored in ascending order. The parameter\n"
18413 " opt controls the way in which the surface is displayed. For further\n"
18414 " details see the PLplot documentation.\n"
18416 " Redacted form: plmesh(x, y, z, opt)\n"
18418 " This function is used in example 11.\n"
18424 "plmesh(x, y, z, nx, ny, opt)\n"
18428 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18429 " which the function is evaluated.\n"
18431 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18432 " which the function is evaluated.\n"
18434 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18435 " plot. Should have dimensions of\n"
18439 " nx (PLINT, input) : Number of x values at which function has been\n"
18442 " ny (PLINT, input) : Number of y values at which function has been\n"
18445 " opt (PLINT, input) : Determines the way in which the surface is\n"
18446 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n"
18447 " function of x for each value of y[j] .\n"
18448 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18449 " for each value of x[i] .\n"
18450 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18451 " at which function is defined.\n"
18455 "Magnitude colored plot surface mesh with contour\n"
18459 " A more powerful form of plmesh: the surface mesh can be colored\n"
18460 " accordingly to the current z value being plotted, a contour plot can\n"
18461 " be drawn at the base XY plane, and a curtain can be drawn between the\n"
18462 " plotted function border and the base XY plane.\n"
18464 " Redacted form: plmeshc(x, y, z, opt, clevel)\n"
18466 " This function is used in example 11.\n"
18472 "plmeshc(x, y, z, nx, ny, opt, clevel, nlevel)\n"
18476 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18477 " which the function is evaluated.\n"
18479 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18480 " which the function is evaluated.\n"
18482 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18483 " plot. Should have dimensions of\n"
18487 " nx (PLINT, input) : Number of x values at which function is\n"
18490 " ny (PLINT, input) : Number of y values at which function is\n"
18493 " opt (PLINT, input) : Determines the way in which the surface is\n"
18494 " represented. To specify more than one option just add the options,\n"
18495 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
18496 " showing z as a function of x for each value of y[j] .\n"
18497 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18498 " for each value of x[i] .\n"
18499 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18500 " at which function is defined.\n"
18501 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
18502 " the z value being plotted. The color is used from the current\n"
18504 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18505 " using parameters\n"
18508 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18509 " the borders of the plotted function.\n"
18512 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18515 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18519 "Creates a new stream and makes it the default\n"
18523 " Creates a new stream and makes it the default. Differs from using\n"
18524 " plsstrm, in that a free stream number is found, and returned.\n"
18525 " Unfortunately, I have to start at stream 1 and work upward, since\n"
18526 " stream 0 is preallocated. One of the big flaws in the PLplot API is\n"
18527 " that no initial, library-opening call is required. So stream 0 must\n"
18528 " be preallocated, and there is no simple way of determining whether it\n"
18529 " is already in use or not.\n"
18531 " Redacted form: plmkstrm(p_strm)\n"
18533 " This function is used in examples 1 and 20.\n"
18539 "plmkstrm(p_strm)\n"
18543 " p_strm (PLINT_NC_SCALAR, output) : Returned value of the stream\n"
18544 " number of the created stream.\n"
18548 "Write text relative to viewport boundaries\n"
18552 " Writes text at a specified position relative to the viewport\n"
18553 " boundaries. Text may be written inside or outside the viewport, but\n"
18554 " is clipped at the subpage boundaries. The reference point of a string\n"
18555 " lies along a line passing through the string at half the height of a\n"
18556 " capital letter. The position of the reference point along this line\n"
18557 " is determined by just, and the position of the reference point\n"
18558 " relative to the viewport is set by disp and pos.\n"
18560 " Redacted form: General: plmtex(side, disp, pos, just, text)\n"
18563 " This function is used in examples 3, 4, 6-8, 11, 12, 14, 18, 23, and\n"
18570 "plmtex(side, disp, pos, just, text)\n"
18574 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
18575 " the side of the viewport along which the text is to be written.\n"
18576 " The string must be one of: b: Bottom of viewport, text written\n"
18577 " parallel to edge.\n"
18578 " bv: Bottom of viewport, text written at right angles to edge.\n"
18579 " l: Left of viewport, text written parallel to edge.\n"
18580 " lv: Left of viewport, text written at right angles to edge.\n"
18581 " r: Right of viewport, text written parallel to edge.\n"
18582 " rv: Right of viewport, text written at right angles to edge.\n"
18583 " t: Top of viewport, text written parallel to edge.\n"
18584 " tv: Top of viewport, text written at right angles to edge.\n"
18587 " disp (PLFLT, input) : Position of the reference point of string,\n"
18588 " measured outwards from the specified viewport edge in units of the\n"
18589 " current character height. Use negative disp to write within the\n"
18592 " pos (PLFLT, input) : Position of the reference point of string\n"
18593 " along the specified edge, expressed as a fraction of the length of\n"
18596 " just (PLFLT, input) : Specifies the position of the string relative\n"
18597 " to its reference point. If just=0. , the reference point is at\n"
18598 " the left and if just=1. , it is at the right of the string. Other\n"
18599 " values of just give intermediate justifications.\n"
18601 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
18606 "Write text relative to viewport boundaries in 3D plots\n"
18610 " Writes text at a specified position relative to the viewport\n"
18611 " boundaries. Text may be written inside or outside the viewport, but\n"
18612 " is clipped at the subpage boundaries. The reference point of a string\n"
18613 " lies along a line passing through the string at half the height of a\n"
18614 " capital letter. The position of the reference point along this line\n"
18615 " is determined by just, and the position of the reference point\n"
18616 " relative to the viewport is set by disp and pos.\n"
18618 " Redacted form: plmtex3(side, disp, pos, just, text)\n"
18620 " This function is used in example 28.\n"
18626 "plmtex3(side, disp, pos, just, text)\n"
18630 " side (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
18631 " the side of the viewport along which the text is to be written.\n"
18632 " The string should contain one or more of the following characters:\n"
18633 " [xyz][ps][v]. Only one label is drawn at a time, i.e. xyp will\n"
18634 " only label the X axis, not both the X and Y axes. x: Label the X\n"
18636 " y: Label the Y axis.\n"
18637 " z: Label the Z axis.\n"
18638 " p: Label the primary axis. For Z this is the leftmost Z axis.\n"
18639 " For X it is the axis that starts at y-min. For Y it is the\n"
18640 " axis that starts at x-min.\n"
18641 " s: Label the secondary axis.\n"
18642 " v: Draw the text perpendicular to the axis.\n"
18645 " disp (PLFLT, input) : Position of the reference point of string,\n"
18646 " measured outwards from the specified viewport edge in units of the\n"
18647 " current character height. Use negative disp to write within the\n"
18650 " pos (PLFLT, input) : Position of the reference point of string\n"
18651 " along the specified edge, expressed as a fraction of the length of\n"
18654 " just (PLFLT, input) : Specifies the position of the string relative\n"
18655 " to its reference point. If just=0. , the reference point is at\n"
18656 " the left and if just=1. , it is at the right of the string. Other\n"
18657 " values of just give intermediate justifications.\n"
18659 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
18664 "Plot 3-d surface plot\n"
18668 " Plots a three-dimensional surface plot within the environment set up\n"
18669 " by plw3d. The surface is defined by the matrix z[\n"
18671 " ny] , the point z[i][j] being the value of the function at (\n"
18673 " y[j]). Note that the points in vectors x and y do not need to be\n"
18674 " equally spaced, but must be stored in ascending order. The parameter\n"
18675 " opt controls the way in which the surface is displayed. For further\n"
18676 " details see the PLplot documentation. The only difference between\n"
18677 " plmesh and plot3d is that plmesh draws the bottom side of the surface,\n"
18678 " while plot3d only draws the surface as viewed from the top.\n"
18680 " Redacted form: plot3d(x, y, z, opt, side)\n"
18682 " This function is used in examples 11 and 21.\n"
18688 "plot3d(x, y, z, nx, ny, opt, side)\n"
18692 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18693 " which the function is evaluated.\n"
18695 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18696 " which the function is evaluated.\n"
18698 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18699 " plot. Should have dimensions of\n"
18703 " nx (PLINT, input) : Number of x values at which function is\n"
18706 " ny (PLINT, input) : Number of y values at which function is\n"
18709 " opt (PLINT, input) : Determines the way in which the surface is\n"
18710 " represented: opt=DRAW_LINEX : Lines are drawn showing z as a\n"
18711 " function of x for each value of y[j] .\n"
18712 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18713 " for each value of x[i] .\n"
18714 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18715 " at which function is defined.\n"
18718 " side (PLBOOL, input) : Flag to indicate whether or not ``sides''\n"
18719 " should be draw on the figure. If side is true sides are drawn,\n"
18720 " otherwise no sides are drawn.\n"
18724 "Magnitude colored plot surface with contour\n"
18728 " Aside from dropping the\n"
18729 " side functionality this is a more powerful form of plot3d: the surface\n"
18730 " mesh can be colored accordingly to the current z value being plotted,\n"
18731 " a contour plot can be drawn at the base XY plane, and a curtain can be\n"
18732 " drawn between the plotted function border and the base XY plane. The\n"
18733 " arguments are identical to those of plmeshc. The only difference\n"
18734 " between plmeshc and plot3dc is that plmeshc draws the bottom side of\n"
18735 " the surface, while plot3dc only draws the surface as viewed from the\n"
18738 " Redacted form: General: plot3dc(x, y, z, opt, clevel)\n"
18741 " This function is used in example 21.\n"
18747 "plot3dc(x, y, z, nx, ny, opt, clevel, nlevel)\n"
18751 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18752 " which the function is evaluated.\n"
18754 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18755 " which the function is evaluated.\n"
18757 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18758 " plot. Should have dimensions of\n"
18762 " nx (PLINT, input) : Number of x values at which function is\n"
18765 " ny (PLINT, input) : Number of y values at which function is\n"
18768 " opt (PLINT, input) : Determines the way in which the surface is\n"
18769 " represented. To specify more than one option just add the options,\n"
18770 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
18771 " showing z as a function of x for each value of y[j] .\n"
18772 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18773 " for each value of x[i] .\n"
18774 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18775 " at which function is defined.\n"
18776 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
18777 " the z value being plotted. The color is used from the current\n"
18779 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18780 " using parameters\n"
18783 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18784 " the borders of the plotted function.\n"
18787 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18790 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18794 "Magnitude colored plot surface with contour for z[x][y] with y index limits\n"
18798 " When the implementation is completed this variant of plot3dc (see that\n"
18799 " function's documentation for more details) should be suitable for the\n"
18800 " case where the area of the x, y coordinate grid where z is defined can\n"
18801 " be non-rectangular. The implementation is incomplete so the last 4\n"
18802 " parameters of plot3dcl; indexxmin, indexxmax, indexymin, and\n"
18803 " indexymax; are currently ignored and the functionality is otherwise\n"
18804 " identical to that of plot3dc.\n"
18806 " Redacted form: General: plot3dcl(x, y, z, opt, clevel, indexxmin,\n"
18807 " indexymin, indexymax)\n"
18810 " This function is not used in any example.\n"
18816 "plot3dcl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n"
18820 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18821 " which the function is evaluated.\n"
18823 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18824 " which the function is evaluated.\n"
18826 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18827 " plot. Should have dimensions of\n"
18831 " nx (PLINT, input) : Number of x values at which the function is\n"
18834 " ny (PLINT, input) : Number of y values at which the function is\n"
18837 " opt (PLINT, input) : Determines the way in which the surface is\n"
18838 " represented. To specify more than one option just add the options,\n"
18839 " e.g. DRAW_LINEXY + MAG_COLOR opt=DRAW_LINEX : Lines are drawn\n"
18840 " showing z as a function of x for each value of y[j] .\n"
18841 " opt=DRAW_LINEY : Lines are drawn showing z as a function of y\n"
18842 " for each value of x[i] .\n"
18843 " opt=DRAW_LINEXY : Network of lines is drawn connecting points\n"
18844 " at which function is defined.\n"
18845 " opt=MAG_COLOR : Each line in the mesh is colored according to\n"
18846 " the z value being plotted. The color is used from the current\n"
18848 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18849 " using parameters\n"
18852 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18853 " the borders of the plotted function.\n"
18856 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18859 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18861 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n"
18862 " corresponds to the first x index where z is defined.\n"
18864 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n"
18865 " which corresponds (by convention) to one more than the last x\n"
18866 " index value where z is defined.\n"
18868 " indexymin (PLINT_VECTOR, input) : A vector containing y index\n"
18869 " values which all must be ≥ 0. These values are the first y index\n"
18870 " where z is defined for a particular x index in the range from\n"
18871 " indexxmin to indexxmax - 1. The dimension of indexymin is\n"
18874 " indexymax (PLINT_VECTOR, input) : A vector containing y index\n"
18875 " values which all must be ≤ ny. These values correspond (by\n"
18876 " convention) to one more than the last y index where z is defined\n"
18877 " for a particular x index in the range from indexxmin to indexxmax\n"
18878 " - 1. The dimension of indexymax is indexxmax.\n"
18882 "Plot shaded 3-d surface plot\n"
18886 " Plots a three-dimensional shaded surface plot within the environment\n"
18887 " set up by plw3d. The surface is defined by the two-dimensional matrix\n"
18890 " ny], the point z[i][j] being the value of the function at (\n"
18892 " y[j]). Note that the points in vectors x and y do not need to be\n"
18893 " equally spaced, but must be stored in ascending order. For further\n"
18894 " details see the PLplot documentation.\n"
18896 " Redacted form: plsurf3d(x, y, z, opt, clevel)\n"
18898 " This function is not used in any examples.\n"
18904 "plsurf3d(x, y, z, nx, ny, opt, clevel, nlevel)\n"
18908 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18909 " which the function is evaluated.\n"
18911 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18912 " which the function is evaluated.\n"
18914 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18915 " plot. Should have dimensions of\n"
18919 " nx (PLINT, input) : Number of x values at which function is\n"
18922 " ny (PLINT, input) : Number of y values at which function is\n"
18925 " opt (PLINT, input) : Determines the way in which the surface is\n"
18926 " represented. To specify more than one option just add the options,\n"
18927 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n"
18928 " connecting points at which function is defined.\n"
18929 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18930 " using parameters\n"
18933 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n"
18934 " using parameters\n"
18937 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
18938 " the borders of the plotted function.\n"
18939 " opt=MAG_COLOR : the surface is colored according to the value\n"
18940 " of Z; if MAG_COLOR is not used, then the surface is colored\n"
18941 " according to the intensity of the reflected light in the\n"
18942 " surface from a light source whose position is set using\n"
18943 " pllightsource.\n"
18946 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
18949 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
18953 "Plot shaded 3-d surface plot for z[x][y] with y index limits\n"
18957 " This variant of plsurf3d (see that function's documentation for more\n"
18958 " details) should be suitable for the case where the area of the x, y\n"
18959 " coordinate grid where z is defined can be non-rectangular. The limits\n"
18960 " of that grid are provided by the parameters indexxmin, indexxmax,\n"
18961 " indexymin, and indexymax.\n"
18963 " Redacted form: plsurf3dl(x, y, z, opt, clevel, indexxmin, indexymin,\n"
18966 " This function is used in example 8.\n"
18972 "plsurf3dl(x, y, z, nx, ny, opt, clevel, nlevel, indexxmin, indexxmax, indexymin, indexymax)\n"
18976 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates at\n"
18977 " which the function is evaluated.\n"
18979 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates at\n"
18980 " which the function is evaluated.\n"
18982 " z (PLFLT_MATRIX, input) : A matrix containing function values to\n"
18983 " plot. Should have dimensions of\n"
18987 " nx (PLINT, input) : Number of x values at which function is\n"
18990 " ny (PLINT, input) : Number of y values at which function is\n"
18993 " opt (PLINT, input) : Determines the way in which the surface is\n"
18994 " represented. To specify more than one option just add the options,\n"
18995 " e.g. FACETED + SURF_CONT opt=FACETED : Network of lines is drawn\n"
18996 " connecting points at which function is defined.\n"
18997 " opt=BASE_CONT : A contour plot is drawn at the base XY plane\n"
18998 " using parameters\n"
19001 " opt=SURF_CONT : A contour plot is drawn at the surface plane\n"
19002 " using parameters\n"
19005 " opt=DRAW_SIDES : draws a curtain between the base XY plane and\n"
19006 " the borders of the plotted function.\n"
19007 " opt=MAG_COLOR : the surface is colored according to the value\n"
19008 " of Z; if MAG_COLOR is not used, then the surface is colored\n"
19009 " according to the intensity of the reflected light in the\n"
19010 " surface from a light source whose position is set using\n"
19011 " pllightsource.\n"
19014 " clevel (PLFLT_VECTOR, input) : A vector containing the contour\n"
19017 " nlevel (PLINT, input) : Number of elements in the clevel vector.\n"
19019 " indexxmin (PLINT, input) : The index value (which must be ≥ 0) that\n"
19020 " corresponds to the first x index where z is defined.\n"
19022 " indexxmax (PLINT, input) : The index value (which must be ≤ nx)\n"
19023 " which corresponds (by convention) to one more than the last x\n"
19024 " index value where z is defined.\n"
19026 " indexymin (PLINT_VECTOR, input) : A vector containing the y index\n"
19027 " values which all must be ≥ 0. These values are the first y index\n"
19028 " where z is defined for a particular x index in the range from\n"
19029 " indexxmin to indexxmax - 1. The dimension of indexymin is\n"
19032 " indexymax (PLINT_VECTOR, input) : A vector containing the y index\n"
19033 " values which all must be ≤ ny. These values correspond (by\n"
19034 " convention) to one more than the last y index where z is defined\n"
19035 " for a particular x index in the range from indexxmin to indexxmax\n"
19036 " - 1. The dimension of indexymax is indexxmax.\n"
19040 "Parse command-line arguments\n"
19044 " Parse command-line arguments.\n"
19046 " plparseopts removes all recognized flags (decreasing argc\n"
19047 " accordingly), so that invalid input may be readily detected. It can\n"
19048 " also be used to process user command line flags. The user can merge\n"
19049 " an option table of type PLOptionTable into the internal option table\n"
19050 " info structure using plMergeOpts. Or, the user can specify that ONLY\n"
19051 " the external table(s) be parsed by calling plClearOpts before\n"
19054 " The default action taken by plparseopts is as follows:\n"
19055 " Returns with an error if an unrecognized option or badly formed\n"
19056 " option-value pair are encountered.\n"
19057 " Returns immediately (return code 0) when the first non-option command\n"
19058 " line argument is found.\n"
19059 " Returns with the return code of the option handler, if one was called.\n"
19061 " Deletes command line arguments from argv list as they are found, and\n"
19062 " decrements argc accordingly.\n"
19063 " Does not show \"invisible\" options in usage or help messages.\n"
19064 " Assumes the program name is contained in argv[0].\n"
19066 " These behaviors may be controlled through the\n"
19067 " mode argument.\n"
19069 " Redacted form: General: plparseopts(argv, mode)\n"
19072 " This function is used in all of the examples.\n"
19078 "PLINT plparseopts(p_argc, argv, mode)\n"
19082 " p_argc (int *, input/output) : Number of arguments.\n"
19084 " argv (PLCHAR_NC_MATRIX, input/output) : A vector of character\n"
19085 " strings containing *p_argc command-line arguments.\n"
19087 " mode (PLINT, input) : Parsing mode with the following\n"
19088 " possibilities: PL_PARSE_FULL (1) -- Full parsing of command line\n"
19089 " and all error messages enabled, including program exit when an\n"
19090 " error occurs. Anything on the command line that isn't recognized\n"
19091 " as a valid option or option argument is flagged as an error.\n"
19092 " PL_PARSE_QUIET (2) -- Turns off all output except in the case\n"
19094 " PL_PARSE_NODELETE (4) -- Turns off deletion of processed\n"
19096 " PL_PARSE_SHOWALL (8) -- Show invisible options\n"
19097 " PL_PARSE_NOPROGRAM (32) -- Specified if argv[0] is NOT a\n"
19098 " pointer to the program name.\n"
19099 " PL_PARSE_NODASH (64) -- Set if leading dash is NOT required.\n"
19100 " PL_PARSE_SKIP (128) -- Set to quietly skip over any\n"
19101 " unrecognized arguments.\n"
19105 "Set area line fill pattern\n"
19109 " Sets the area line fill pattern to be used, e.g., for calls to plfill.\n"
19110 " The pattern consists of 1 or 2 sets of parallel lines with specified\n"
19111 " inclinations and spacings. The arguments to this routine are the\n"
19112 " number of sets to use (1 or 2) followed by two vectors (with 1 or 2\n"
19113 " elements) specifying the inclinations in tenths of a degree and the\n"
19114 " spacing in micrometers. (See also plpsty)\n"
19116 " Redacted form: General: plpat(inc, del)\n"
19119 " This function is used in example 15.\n"
19125 "plpat(nlin, inc, del)\n"
19129 " nlin (PLINT, input) : Number of sets of lines making up the\n"
19130 " pattern, either 1 or 2.\n"
19132 " inc (PLINT_VECTOR, input) : A vector containing nlin values of the\n"
19133 " inclination in tenths of a degree. (Should be between -900 and\n"
19136 " del (PLINT_VECTOR, input) : A vector containing nlin values of the\n"
19137 " spacing in micrometers between the lines making up the pattern.\n"
19141 "Draw a line between two points, accounting for coordinate transforms\n"
19145 " Joins the point (\n"
19149 " y2) . If a global coordinate transform is defined then the line is\n"
19150 " broken in to n segments to approximate the path. If no transform is\n"
19151 " defined then this simply acts like a call to pljoin.\n"
19153 " Redacted form: plpath(n,x1,y1,x2,y2)\n"
19155 " This function is used in example 22.\n"
19161 "plpath(n, x1, y1, x2, y2)\n"
19165 " n (PLINT, input) : number of points to use to approximate the path.\n"
19167 " x1 (PLFLT, input) : x coordinate of first point.\n"
19169 " y1 (PLFLT, input) : y coordinate of first point.\n"
19171 " x2 (PLFLT, input) : x coordinate of second point.\n"
19173 " y2 (PLFLT, input) : y coordinate of second point.\n"
19177 "Plot a glyph at the specified points\n"
19181 " Plot a glyph at the specified points. (This function is largely\n"
19182 " superseded by plstring which gives access to many[!] more glyphs.)\n"
19183 " code=-1 means try to just draw a point. Right now it's just a move\n"
19184 " and a draw at the same place. Not ideal, since a sufficiently\n"
19185 " intelligent output device may optimize it away, or there may be faster\n"
19186 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n"
19187 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n"
19188 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n"
19189 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n"
19190 " code <= 127 the corresponding printable ASCII character is plotted.\n"
19192 " Redacted form: plpoin(x, y, code)\n"
19194 " This function is used in examples 1, 6, 14, and 29.\n"
19200 "plpoin(n, x, y, code)\n"
19204 " n (PLINT, input) : Number of points in the x and y vectors.\n"
19206 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
19209 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
19212 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n"
19213 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n"
19214 " each of the n points.\n"
19218 "Plot a glyph at the specified 3D points\n"
19222 " Plot a glyph at the specified 3D points. (This function is largely\n"
19223 " superseded by plstring3 which gives access to many[!] more glyphs.)\n"
19224 " Set up the call to this function similar to what is done for plline3.\n"
19225 " code=-1 means try to just draw a point. Right now it's just a move\n"
19226 " and a draw at the same place. Not ideal, since a sufficiently\n"
19227 " intelligent output device may optimize it away, or there may be faster\n"
19228 " ways of doing it. This is OK for now, though, and offers a 4X speedup\n"
19229 " over drawing a Hershey font \"point\" (which is actually diamond shaped\n"
19230 " and therefore takes 4 strokes to draw). If 0 < code < 32, then a\n"
19231 " useful (but small subset) of Hershey symbols is plotted. If 32 <=\n"
19232 " code <= 127 the corresponding printable ASCII character is plotted.\n"
19234 " Redacted form: plpoin3(x, y, z, code)\n"
19236 " This function is not used in any example.\n"
19242 "plpoin3(n, x, y, z, code)\n"
19246 " n (PLINT, input) : Number of points in the x and y vectors.\n"
19248 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
19251 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
19254 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
19257 " code (PLINT, input) : Hershey symbol code (in \"ascii-indexed\" form\n"
19258 " with -1 <= code <= 127) corresponding to a glyph to be plotted at\n"
19259 " each of the n points.\n"
19263 "Draw a polygon in 3 space\n"
19267 " Draws a polygon in 3 space defined by n points in x, y, and z. Setup\n"
19268 " like plline3, but differs from that function in that plpoly3 attempts\n"
19269 " to determine if the polygon is viewable depending on the order of the\n"
19270 " points within the vector and the value of ifcc. If the back of\n"
19271 " polygon is facing the viewer, then it isn't drawn. If this isn't what\n"
19272 " you want, then use plline3 instead.\n"
19274 " The points are assumed to be in a plane, and the directionality of the\n"
19275 " plane is determined from the first three points. Additional points do\n"
19276 " not have to lie on the plane defined by the first three, but if they\n"
19277 " do not, then the determination of visibility obviously can't be 100%\n"
19278 " accurate... So if you're 3 space polygons are too far from planar,\n"
19279 " consider breaking them into smaller polygons. 3 points define a plane\n"
19282 " Bugs: If one of the first two segments is of zero length, or if they\n"
19283 " are co-linear, the calculation of visibility has a 50/50 chance of\n"
19284 " being correct. Avoid such situations :-). See x18c.c for an example\n"
19285 " of this problem. (Search for 20.1).\n"
19287 " Redacted form: plpoly3(x, y, z, code)\n"
19289 " This function is used in example 18.\n"
19295 "plpoly3(n, x, y, z, draw, ifcc)\n"
19299 " n (PLINT, input) : Number of points defining line.\n"
19301 " x (PLFLT_VECTOR, input) : A vector containing\n"
19302 " n x coordinates of points.\n"
19304 " y (PLFLT_VECTOR, input) : A vector containing\n"
19305 " n y coordinates of points.\n"
19307 " z (PLFLT_VECTOR, input) : A vector containing\n"
19308 " n z coordinates of points.\n"
19310 " draw (PLBOOL_VECTOR, input) : A vector containing\n"
19311 " n-1 Boolean values which control drawing the segments of the polygon.\n"
19312 " If draw[i] is true, then the polygon segment from index [i] to\n"
19313 " [i+1] is drawn, otherwise, not.\n"
19315 " ifcc (PLBOOL, input) : If ifcc is true the directionality of the\n"
19316 " polygon is determined by assuming the points are laid out in a\n"
19317 " counter-clockwise order. Otherwise, the directionality of the\n"
19318 " polygon is determined by assuming the points are laid out in a\n"
19319 " clockwise order.\n"
19323 "Set precision in numeric labels\n"
19327 " Sets the number of places after the decimal point in numeric labels.\n"
19329 " Redacted form: plprec(setp, prec)\n"
19331 " This function is used in example 29.\n"
19337 "plprec(setp, prec)\n"
19341 " setp (PLINT, input) : If setp is equal to 0 then PLplot\n"
19342 " automatically determines the number of places to use after the\n"
19343 " decimal point in numeric labels (like those used to label axes).\n"
19344 " If setp is 1 then prec sets the number of places.\n"
19346 " prec (PLINT, input) : The number of characters to draw after the\n"
19347 " decimal point in numeric labels.\n"
19351 "Select area fill pattern\n"
19356 " patt is zero or less use either a hardware solid fill if the drivers\n"
19357 " have that capability (virtually all do) or fall back to a software\n"
19358 " emulation of a solid fill using the eighth area line fill pattern. If\n"
19360 " patt <= 8, then select one of eight predefined area line fill patterns\n"
19361 " to use (see plpat if you desire other patterns).\n"
19363 " Redacted form: plpsty(patt)\n"
19365 " This function is used in examples 12, 13, 15, 16, and 25.\n"
19375 " patt (PLINT, input) : The desired pattern index. If\n"
19376 " patt is zero or less, then a solid fill is (normally, see qualifiers\n"
19377 " above) used. For\n"
19378 " patt in the range from 1 to 8 and assuming the driver has not supplied\n"
19379 " line fill capability itself (most deliberately do not so that line\n"
19380 " fill patterns look identical for those drivers), the patterns\n"
19381 " consist of (1) horizontal lines, (2) vertical lines, (3) lines at\n"
19382 " 45 degrees, (4) lines at -45 degrees, (5) lines at 30 degrees, (6)\n"
19383 " lines at -30 degrees, (7) both vertical and horizontal lines, and\n"
19384 " (8) lines at both 45 degrees and -45 degrees.\n"
19388 "Write text inside the viewport\n"
19392 " Writes text at a specified position and inclination within the\n"
19393 " viewport. Text is clipped at the viewport boundaries. The reference\n"
19394 " point of a string lies along a line passing through the string at half\n"
19395 " the height of a capital letter. The position of the reference point\n"
19396 " along this line is determined by just, the reference point is placed\n"
19397 " at world coordinates (\n"
19399 " y) within the viewport. The inclination of the string is specified\n"
19400 " in terms of differences of world coordinates making it easy to write\n"
19401 " text parallel to a line in a graph.\n"
19403 " Redacted form: plptex(x, y, dx, dy, just, text)\n"
19405 " This function is used in example 2-4,10,12-14,20,23,24,26.\n"
19411 "plptex(x, y, dx, dy, just, text)\n"
19415 " x (PLFLT, input) : x coordinate of reference point of string.\n"
19417 " y (PLFLT, input) : y coordinate of reference point of string.\n"
19419 " dx (PLFLT, input) : Together with dy, this specifies the\n"
19420 " inclination of the string. The baseline of the string is parallel\n"
19421 " to a line joining (\n"
19429 " dy (PLFLT, input) : Together with dx, this specifies the\n"
19430 " inclination of the string.\n"
19432 " just (PLFLT, input) : Specifies the position of the string relative\n"
19433 " to its reference point. If just=0. , the reference point is at\n"
19434 " the left and if just=1. , it is at the right of the string. Other\n"
19435 " values of just give intermediate justifications.\n"
19437 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
19442 "Write text inside the viewport of a 3D plot\n"
19446 " Writes text at a specified position and inclination and with a\n"
19447 " specified shear within the viewport. Text is clipped at the viewport\n"
19448 " boundaries. The reference point of a string lies along a line passing\n"
19449 " through the string at half the height of a capital letter. The\n"
19450 " position of the reference point along this line is determined by just,\n"
19451 " and the reference point is placed at world coordinates (\n"
19454 " wz) within the viewport. The inclination and shear of the string is\n"
19455 " specified in terms of differences of world coordinates making it easy\n"
19456 " to write text parallel to a line in a graph.\n"
19458 " Redacted form: plptex3(x, y, z, dx, dy, dz, sx, sy, sz, just, text)\n"
19460 " This function is used in example 28.\n"
19466 "plptex3(wx, wy, wz, dx, dy, dz, sx, sy, sz, just, text)\n"
19470 " wx (PLFLT, input) : x world coordinate of reference point of\n"
19473 " wy (PLFLT, input) : y world coordinate of reference point of\n"
19476 " wz (PLFLT, input) : z world coordinate of reference point of\n"
19479 " dx (PLFLT, input) : Together with dy and\n"
19480 " dz , this specifies the inclination of the string. The baseline of\n"
19481 " the string is parallel to a line joining (\n"
19492 " dy (PLFLT, input) : Together with dx and\n"
19493 " dz, this specifies the inclination of the string.\n"
19495 " dz (PLFLT, input) : Together with dx and\n"
19496 " dy, this specifies the inclination of the string.\n"
19498 " sx (PLFLT, input) : Together with sy and\n"
19499 " sz , this specifies the shear of the string. The string is sheared so\n"
19500 " that the characters are vertically parallel to a line joining (\n"
19511 " sz = 0.) then the text is not sheared.\n"
19513 " sy (PLFLT, input) : Together with sx and\n"
19514 " sz, this specifies shear of the string.\n"
19516 " sz (PLFLT, input) : Together with sx and\n"
19517 " sy, this specifies shear of the string.\n"
19519 " just (PLFLT, input) : Specifies the position of the string relative\n"
19520 " to its reference point. If just=0. , the reference point is at\n"
19521 " the left and if just=1. , it is at the right of the string. Other\n"
19522 " values of just give intermediate justifications.\n"
19524 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
19529 "Random number generator returning a real random number in the range [0,1]\n"
19533 " Random number generator returning a real random number in the range\n"
19534 " [0,1]. The generator is based on the Mersenne Twister. Most languages\n"
19535 " / compilers provide their own random number generator, and so this is\n"
19536 " provided purely for convenience and to give a consistent random number\n"
19537 " generator across all languages supported by PLplot. This is\n"
19538 " particularly useful for comparing results from the test suite of\n"
19541 " Redacted form: plrandd()\n"
19543 " This function is used in examples 17 and 21.\n"
19553 "Replays contents of plot buffer to current device/file\n"
19557 " Replays contents of plot buffer to current device/file.\n"
19559 " Redacted form: plreplot()\n"
19561 " This function is used in example 1,20.\n"
19571 "Convert RGB color to HLS\n"
19575 " Convert RGB color coordinates to HLS\n"
19577 " Redacted form: General: plrgbhls(r, g, b, p_h, p_l, p_s)\n"
19580 " This function is used in example 2.\n"
19586 "plrgbhls(r, g, b, p_h, p_l, p_s)\n"
19590 " r (PLFLT, input) : Red intensity (0.0-1.0) of the color.\n"
19592 " g (PLFLT, input) : Green intensity (0.0-1.0) of the color.\n"
19594 " b (PLFLT, input) : Blue intensity (0.0-1.0) of the color.\n"
19596 " p_h (PLFLT_NC_SCALAR, output) : Returned value of the hue in\n"
19597 " degrees (0.0-360.0) on the color cylinder.\n"
19599 " p_l (PLFLT_NC_SCALAR, output) : Returned value of the lightness\n"
19600 " expressed as a fraction (0.0-1.0) of the axis of the color\n"
19603 " p_s (PLFLT_NC_SCALAR, output) : Returned value of the saturation\n"
19604 " expressed as a fraction (0.0-1.0) of the radius of the color\n"
19609 "Set character size\n"
19613 " This sets up the size of all subsequent characters drawn. The actual\n"
19614 " height of a character is the product of the default character size and\n"
19615 " a scaling factor.\n"
19617 " Redacted form: plschr(def, scale)\n"
19619 " This function is used in examples 2, 13, 23, and 24.\n"
19625 "plschr(def, scale)\n"
19629 " def (PLFLT, input) : The default height of a character in\n"
19630 " millimeters, should be set to zero if the default height is to\n"
19631 " remain unchanged. For rasterized drivers the dx and dy values\n"
19632 " specified in plspage are used to convert from mm to pixels (note\n"
19633 " the different unit systems used). This dpi aware scaling is not\n"
19634 " implemented for all drivers yet.\n"
19636 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
19637 " actual character height.\n"
19641 "Set cmap0 colors by 8-bit RGB values\n"
19645 " Set cmap0 colors using 8-bit RGB values (see the PLplot\n"
19646 " documentation). This sets the entire color map -- only as many colors\n"
19647 " as specified will be allocated.\n"
19649 " Redacted form: plscmap0(r, g, b)\n"
19651 " This function is used in examples 2 and 24.\n"
19657 "plscmap0(r, g, b, ncol0)\n"
19661 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19662 " integers (0-255) representing the degree of red in the color.\n"
19664 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19665 " integers (0-255) representing the degree of green in the color.\n"
19667 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19668 " integers (0-255) representing the degree of blue in the color.\n"
19670 " ncol0 (PLINT, input) : Number of items in the r, g, and b vectors.\n"
19674 "Set cmap0 colors by 8-bit RGB values and PLFLT alpha transparency value\n"
19678 " Set cmap0 colors using 8-bit RGB values (see the PLplot documentation)\n"
19679 " and PLFLT alpha transparency value. This sets the entire color map --\n"
19680 " only as many colors as specified will be allocated.\n"
19682 " Redacted form: plscmap0a(r, g, b, alpha)\n"
19684 " This function is used in examples 30.\n"
19690 "plscmap0a(r, g, b, alpha, ncol0)\n"
19694 " r (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19695 " integers (0-255) representing the degree of red in the color.\n"
19697 " g (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19698 " integers (0-255) representing the degree of green in the color.\n"
19700 " b (PLINT_VECTOR, input) : A vector containing unsigned 8-bit\n"
19701 " integers (0-255) representing the degree of blue in the color.\n"
19703 " alpha (PLFLT_VECTOR, input) : A vector containing values (0.0-1.0)\n"
19704 " representing the alpha transparency of the color.\n"
19706 " ncol0 (PLINT, input) : Number of items in the r, g, b, and alpha\n"
19711 "Set number of colors in cmap0\n"
19715 " Set number of colors in cmap0 (see the PLplot documentation). Allocate\n"
19716 " (or reallocate) cmap0, and fill with default values for those colors\n"
19717 " not previously allocated. The first 16 default colors are given in\n"
19718 " the plcol0 documentation. For larger indices the default color is\n"
19721 " The drivers are not guaranteed to support more than 16 colors.\n"
19723 " Redacted form: plscmap0n(ncol0)\n"
19725 " This function is used in examples 15, 16, and 24.\n"
19731 "plscmap0n(ncol0)\n"
19735 " ncol0 (PLINT, input) : Number of colors that will be allocated in\n"
19736 " the cmap0 palette. If this number is zero or less, then the value\n"
19737 " from the previous call to plscmap0n is used and if there is no\n"
19738 " previous call, then a default value is used.\n"
19742 "Set opaque RGB cmap1 colors values\n"
19746 " Set opaque cmap1 colors (see the PLplot documentation) using RGB\n"
19747 " vector values. This function also sets the number of cmap1 colors.\n"
19748 " N.B. Continuous cmap1 colors are indexed with a floating-point index\n"
19749 " in the range from 0.0-1.0 which is linearly transformed (e.g., by\n"
19750 " plcol1) to an integer index of these RGB vectors in the range from 0\n"
19752 " ncol1-1. So in order for this continuous color model to work\n"
19753 " properly, it is the responsibility of the user of plscmap1 to insure\n"
19754 " that these RGB vectors are continuous functions of their integer\n"
19757 " Redacted form: plscmap1(r, g, b)\n"
19759 " This function is used in example 31.\n"
19765 "plscmap1(r, g, b, ncol1)\n"
19769 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19770 " 8-bit integers in the range from 0-255) the degree of red in the\n"
19771 " color as a continuous function of the integer index of the vector.\n"
19773 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19774 " 8-bit integers in the range from 0-255) the degree of green in the\n"
19775 " color as a continuous function of the integer index of the vector.\n"
19777 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19778 " 8-bit integers in the range from 0-255) the degree of blue in the\n"
19779 " color as a continuous function of the integer index of the vector.\n"
19781 " ncol1 (PLINT, input) : Number of items in the r, g, and b vectors.\n"
19785 "Set semitransparent cmap1 RGBA colors.\n"
19789 " Set semitransparent cmap1 colors (see the PLplot documentation) using\n"
19790 " RGBA vector values. This function also sets the number of cmap1\n"
19791 " colors. N.B. Continuous cmap1 colors are indexed with a\n"
19792 " floating-point index in the range from 0.0-1.0 which is linearly\n"
19793 " transformed (e.g., by plcol1) to an integer index of these RGBA\n"
19794 " vectors in the range from 0 to\n"
19795 " ncol1-1. So in order for this continuous color model to work\n"
19796 " properly, it is the responsibility of the user of plscmap1 to insure\n"
19797 " that these RGBA vectors are continuous functions of their integer\n"
19800 " Redacted form: plscmap1a(r, g, b, alpha)\n"
19802 " This function is used in example 31.\n"
19808 "plscmap1a(r, g, b, alpha, ncol1)\n"
19812 " r (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19813 " 8-bit integers in the range from 0-255) the degree of red in the\n"
19814 " color as a continuous function of the integer index of the vector.\n"
19816 " g (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19817 " 8-bit integers in the range from 0-255) the degree of green in the\n"
19818 " color as a continuous function of the integer index of the vector.\n"
19820 " b (PLINT_VECTOR, input) : A vector that represents (using unsigned\n"
19821 " 8-bit integers in the range from 0-255) the degree of blue in the\n"
19822 " color as a continuous function of the integer index of the vector.\n"
19824 " alpha (PLFLT_VECTOR, input) : A vector that represents (using PLFLT\n"
19825 " values in the range from 0.0-1.0 where 0.0 corresponds to\n"
19826 " completely transparent and 1.0 corresponds to completely opaque)\n"
19827 " the alpha transparency of the color as a continuous function of\n"
19828 " the integer index of the vector.\n"
19830 " ncol1 (PLINT, input) : Number of items in the r, g, b, and alpha\n"
19835 "Set cmap1 colors using a piece-wise linear relationship\n"
19839 " Set cmap1 colors using a piece-wise linear relationship between the\n"
19840 " cmap1 intensity index (0.0-1.0) and position in HLS or RGB color space\n"
19841 " (see the PLplot documentation). May be called at any time.\n"
19843 " The idea here is to specify a number of control points that define the\n"
19844 " mapping between input cmap1 intensity indices and HLS or RGB. Between\n"
19845 " these points, linear interpolation is used which gives a smooth\n"
19846 " variation of color with intensity index. Any number of control points\n"
19847 " may be specified, located at arbitrary positions, although typically 2\n"
19848 " - 4 are enough. Another way of stating this is that we are traversing\n"
19849 " a given number of lines through HLS or RGB space as we move through\n"
19850 " cmap1 intensity indices. The control points at the minimum and\n"
19851 " maximum position (0 and 1) must always be specified. By adding more\n"
19852 " control points you can get more variation. One good technique for\n"
19853 " plotting functions that vary about some expected average is to use an\n"
19854 " additional 2 control points in the center (position ~= 0.5) that are\n"
19855 " the same lightness as the background (typically white for paper\n"
19856 " output, black for crt), and same hue as the boundary control points.\n"
19857 " This allows the highs and lows to be very easily distinguished.\n"
19859 " Each control point must specify the cmap1 intensity index and the\n"
19860 " associated three coordinates in HLS or RGB space. The first point\n"
19861 " must correspond to position = 0, and the last to position = 1.\n"
19863 " If RGB colors are provided then the interpolation takes place in RGB\n"
19864 " space and is trivial. However if HLS colors are provided then, because\n"
19865 " of the circular nature of the color wheel for the hue coordinate, the\n"
19866 " interpolation could be performed in either direction around the color\n"
19867 " wheel. The default behaviour is for the hue to be linearly\n"
19868 " interpolated ignoring this circular property of hue. So for example,\n"
19869 " the hues 0 (red) and 240 (blue) will get interpolated via yellow,\n"
19870 " green and cyan. If instead you wish to interpolate the other way\n"
19871 " around the color wheel you have two options. You may provide hues\n"
19872 " outside the range [0, 360), so by using a hue of -120 for blue or 360\n"
19873 " for red the interpolation will proceed via magenta. Alternatively you\n"
19874 " can utilise the alt_hue_path variable to reverse the direction of\n"
19875 " interpolation if you need to provide hues within the [0-360) range.\n"
19877 " Examples of interpolation Huealt_hue_pathcolor scheme[120\n"
19878 " 240]falsegreen-cyan-blue[240 120]falseblue-cyan-green[120\n"
19879 " -120]falsegreen-yellow-red-magenta-blue[240\n"
19880 " 480]falseblue-magenta-red-yellow-green[120\n"
19881 " 240]truegreen-yellow-red-magenta-blue[240\n"
19882 " 120]trueblue-magenta-red-yellow-green\n"
19884 " Bounds on coordinatesRGBR[0, 1]magnitudeRGBG[0, 1]magnitudeRGBB[0,\n"
19885 " 1]magnitudeHLShue[0, 360]degreesHLSlightness[0,\n"
19886 " 1]magnitudeHLSsaturation[0, 1]magnitude\n"
19888 " Redacted form: plscmap1l(itype, intensity, coord1, coord2, coord3,\n"
19891 " This function is used in examples 8, 11, 12, 15, 20, and 21.\n"
19897 "plscmap1l(itype, npts, intensity, coord1, coord2, coord3, alt_hue_path)\n"
19901 " itype (PLBOOL, input) : true: RGB, false: HLS.\n"
19903 " npts (PLINT, input) : number of control points\n"
19905 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n"
19906 " intensity index (0.0-1.0) in ascending order for each control\n"
19909 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n"
19910 " coordinate (H or R) for each control point.\n"
19912 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n"
19913 " coordinate (L or G) for each control point.\n"
19915 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n"
19916 " coordinate (S or B) for each control point.\n"
19918 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n"
19919 " npts - 1 elements), each containing either true to use the reversed\n"
19920 " HLS interpolation or false to use the regular HLS interpolation.\n"
19921 " (alt_hue_path[i] refers to the interpolation interval between the\n"
19922 " i and i + 1 control points). This parameter is not used for RGB\n"
19924 " itype = true).\n"
19928 "Set cmap1 colors and alpha transparency using a piece-wise linear relationship\n"
19932 " This is a variant of plscmap1l that supports alpha channel\n"
19933 " transparency. It sets cmap1 colors using a piece-wise linear\n"
19934 " relationship between cmap1 intensity index (0.0-1.0) and position in\n"
19935 " HLS or RGB color space (see the PLplot documentation) with alpha\n"
19936 " transparency value (0.0-1.0). It may be called at any time.\n"
19938 " Redacted form: plscmap1la(itype, intensity, coord1, coord2, coord3,\n"
19939 " alpha, alt_hue_path)\n"
19941 " This function is used in example 30.\n"
19947 "plscmap1la(itype, npts, intensity, coord1, coord2, coord3, alpha, alt_hue_path)\n"
19951 " itype (PLBOOL, input) : true: RGB, false: HLS.\n"
19953 " npts (PLINT, input) : number of control points.\n"
19955 " intensity (PLFLT_VECTOR, input) : A vector containing the cmap1\n"
19956 " intensity index (0.0-1.0) in ascending order for each control\n"
19959 " coord1 (PLFLT_VECTOR, input) : A vector containing the first\n"
19960 " coordinate (H or R) for each control point.\n"
19962 " coord2 (PLFLT_VECTOR, input) : A vector containing the second\n"
19963 " coordinate (L or G) for each control point.\n"
19965 " coord3 (PLFLT_VECTOR, input) : A vector containing the third\n"
19966 " coordinate (S or B) for each control point.\n"
19968 " alpha (PLFLT_VECTOR, input) : A vector containing the alpha\n"
19969 " transparency value (0.0-1.0) for each control point.\n"
19971 " alt_hue_path (PLBOOL_VECTOR, input) : A vector (with\n"
19972 " npts - 1 elements) containing the alternative interpolation method\n"
19973 " Boolean value for each control point interval. (alt_hue_path[i]\n"
19974 " refers to the interpolation interval between the i and i + 1\n"
19975 " control points).\n"
19979 "Set number of colors in cmap1\n"
19983 " Set number of colors in cmap1, (re-)allocate cmap1, and set default\n"
19984 " values if this is the first allocation (see the PLplot documentation).\n"
19986 " Redacted form: plscmap1n(ncol1)\n"
19988 " This function is used in examples 8, 11, 20, and 21.\n"
19994 "plscmap1n(ncol1)\n"
19998 " ncol1 (PLINT, input) : Number of colors that will be allocated in\n"
19999 " the cmap1 palette. If this number is zero or less, then the value\n"
20000 " from the previous call to plscmap1n is used and if there is no\n"
20001 " previous call, then a default value is used.\n"
20005 "Set the cmap1 argument range for continuous color plots\n"
20009 " Set the cmap1 argument range for continuous color plots that\n"
20010 " corresponds to the range of data values. The maximum range\n"
20011 " corresponding to the entire cmap1 palette is 0.0-1.0, and the smaller\n"
20012 " the cmap1 argument range that is specified with this routine, the\n"
20013 " smaller the subset of the cmap1 color palette that is used to\n"
20014 " represent the continuous data being plotted. If\n"
20015 " min_color is greater than\n"
20017 " max_color is greater than 1.0 or\n"
20018 " min_color is less than 0.0 then no change is made to the cmap1\n"
20019 " argument range. (Use plgcmap1_range to get the cmap1 argument range.)\n"
20021 " Redacted form: plscmap1_range(min_color, max_color)\n"
20023 " This function is currently used in example 33.\n"
20029 "plscmap1_range(min_color, max_color)\n"
20033 " min_color (PLFLT, input) : The minimum cmap1 argument. If less\n"
20034 " than 0.0, then 0.0 is used instead.\n"
20036 " max_color (PLFLT, input) : The maximum cmap1 argument. If greater\n"
20037 " than 1.0, then 1.0 is used instead.\n"
20041 "Get the cmap1 argument range for continuous color plots\n"
20045 " Get the cmap1 argument range for continuous color plots. (Use\n"
20046 " plscmap1_range to set the cmap1 argument range.)\n"
20048 " Redacted form: plgcmap1_range(min_color, max_color)\n"
20050 " This function is currently not used in any example.\n"
20056 "plgcmap1_range(min_color, max_color)\n"
20060 " min_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n"
20061 " minimum cmap1 argument.\n"
20063 " max_color (PLFLT_NC_SCALAR, output) : Returned value of the current\n"
20064 " maximum cmap1 argument.\n"
20068 "Set 8-bit RGB values for given cmap0 color index\n"
20072 " Set 8-bit RGB values for given cmap0 (see the PLplot documentation)\n"
20073 " index. Overwrites the previous color value for the given index and,\n"
20074 " thus, does not result in any additional allocation of space for\n"
20077 " Redacted form: plscol0(icol0, r, g, b)\n"
20079 " This function is used in any example 31.\n"
20085 "plscol0(icol0, r, g, b)\n"
20089 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n"
20090 " number of colors (which is set by default, by plscmap0n, or even\n"
20093 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20094 " degree of red in the color.\n"
20096 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20097 " degree of green in the color.\n"
20099 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20100 " degree of blue in the color.\n"
20104 "Set 8-bit RGB values and PLFLT alpha transparency value for given cmap0 color index\n"
20108 " Set 8-bit RGB value and PLFLT alpha transparency value for given cmap0\n"
20109 " (see the PLplot documentation) index. Overwrites the previous color\n"
20110 " value for the given index and, thus, does not result in any additional\n"
20111 " allocation of space for colors.\n"
20113 " This function is used in example 30.\n"
20119 "plscol0a(icol0, r, g, b, alpha)\n"
20123 " icol0 (PLINT, input) : Color index. Must be less than the maximum\n"
20124 " number of colors (which is set by default, by plscmap0n, or even\n"
20127 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20128 " degree of red in the color.\n"
20130 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20131 " degree of green in the color.\n"
20133 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20134 " degree of blue in the color.\n"
20136 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n"
20141 "Set the background color by 8-bit RGB value\n"
20145 " Set the background color (color 0 in cmap0) by 8-bit RGB value (see\n"
20146 " the PLplot documentation).\n"
20148 " Redacted form: plscolbg(r, g, b)\n"
20150 " This function is used in examples 15 and 31.\n"
20156 "plscolbg(r, g, b)\n"
20160 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20161 " degree of red in the color.\n"
20163 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20164 " degree of green in the color.\n"
20166 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20167 " degree of blue in the color.\n"
20171 "Set the background color by 8-bit RGB value and PLFLT alpha transparency value.\n"
20175 " Set the background color (color 0 in cmap0) by 8-bit RGB value and\n"
20176 " PLFLT alpha transparency value (see the PLplot documentation).\n"
20178 " This function is used in example 31.\n"
20184 "plscolbga(r, g, b, alpha)\n"
20188 " r (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20189 " degree of red in the color.\n"
20191 " g (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20192 " degree of green in the color.\n"
20194 " b (PLINT, input) : Unsigned 8-bit integer (0-255) representing the\n"
20195 " degree of blue in the color.\n"
20197 " alpha (PLFLT, input) : Value of the alpha transparency in the range\n"
20202 "Used to globally turn color output on/off\n"
20206 " Used to globally turn color output on/off for those drivers/devices\n"
20207 " that support it.\n"
20209 " Redacted form: plscolor(color)\n"
20211 " This function is used in example 31.\n"
20217 "plscolor(color)\n"
20221 " color (PLINT, input) : Color flag (Boolean). If zero, color is\n"
20222 " turned off. If non-zero, color is turned on.\n"
20226 "Set device-compression level\n"
20230 " Set device-compression level. Only used for drivers that provide\n"
20231 " compression. This function, if used, should be invoked before a call\n"
20234 " Redacted form: plscompression(compression)\n"
20236 " This function is used in example 31.\n"
20242 "plscompression(compression)\n"
20246 " compression (PLINT, input) : The desired compression level. This is\n"
20247 " a device-dependent value. Currently only the jpeg and png devices\n"
20248 " use these values. For jpeg value is the jpeg quality which should\n"
20249 " normally be in the range 0-95. Higher values denote higher quality\n"
20250 " and hence larger image sizes. For png values are in the range -1\n"
20251 " to 99. Values of 0-9 are taken as the compression level for zlib.\n"
20252 " A value of -1 denotes the default zlib compression level. Values\n"
20253 " in the range 10-99 are divided by 10 and then used as the zlib\n"
20254 " compression level. Higher compression levels correspond to greater\n"
20255 " compression and small file sizes at the expense of more\n"
20260 "Set the device (keyword) name\n"
20264 " Set the device (keyword) name.\n"
20266 " Redacted form: plsdev(devname)\n"
20268 " This function is used in examples 1, 14, and 20.\n"
20274 "plsdev(devname)\n"
20278 " devname (PLCHAR_VECTOR, input) : An ascii character string\n"
20279 " containing the device name keyword of the required output device.\n"
20281 " devname is NULL or if the first character of the string is a ``?'',\n"
20282 " the normal (prompted) start up is used.\n"
20286 "Set parameters that define current device-space window\n"
20290 " Set relative margin width, aspect ratio, and relative justification\n"
20291 " that define current device-space window. If you want to just use the\n"
20292 " previous value for any of these, just pass in the magic value\n"
20293 " PL_NOTSET. It is unlikely that one should ever need to change the\n"
20294 " aspect ratio but it's in there for completeness. If plsdidev is not\n"
20295 " called the default values of mar, jx, and jy are all 0. aspect is set\n"
20296 " to a device-specific value.\n"
20298 " Redacted form: plsdidev(mar, aspect, jx, jy)\n"
20300 " This function is used in example 31.\n"
20306 "plsdidev(mar, aspect, jx, jy)\n"
20310 " mar (PLFLT, input) : Relative margin width.\n"
20312 " aspect (PLFLT, input) : Aspect ratio.\n"
20314 " jx (PLFLT, input) : Relative justification in x. Value must lie in\n"
20315 " the range -0.5 to 0.5.\n"
20317 " jy (PLFLT, input) : Relative justification in y. Value must lie in\n"
20318 " the range -0.5 to 0.5.\n"
20322 "Set up transformation from metafile coordinates\n"
20326 " Set up transformation from metafile coordinates. The size of the plot\n"
20327 " is scaled so as to preserve aspect ratio. This isn't intended to be a\n"
20328 " general-purpose facility just yet (not sure why the user would need\n"
20331 " Redacted form: plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm,\n"
20334 " This function is not used in any examples.\n"
20340 "plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm, dimypmm)\n"
20344 " dimxmin (PLINT, input) : NEEDS DOCUMENTATION\n"
20346 " dimxmax (PLINT, input) : NEEDS DOCUMENTATION\n"
20348 " dimymin (PLINT, input) : NEEDS DOCUMENTATION\n"
20350 " dimymax (PLINT, input) : NEEDS DOCUMENTATION\n"
20352 " dimxpmm (PLFLT, input) : NEEDS DOCUMENTATION\n"
20354 " dimypmm (PLFLT, input) : NEEDS DOCUMENTATION\n"
20358 "Set plot orientation\n"
20362 " Set plot orientation parameter which is multiplied by 90 degrees to\n"
20363 " obtain the angle of rotation. Note, arbitrary rotation parameters\n"
20364 " such as 0.2 (corresponding to 18 degrees) are possible, but the usual\n"
20365 " values for the rotation parameter are 0., 1., 2., and 3. corresponding\n"
20366 " to 0 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees\n"
20367 " (seascape mode), and 270 degrees (upside-down mode). If plsdiori is\n"
20368 " not called the default value of rot is 0.\n"
20370 " N.B. aspect ratio is unaffected by calls to plsdiori. So you will\n"
20371 " probably want to change the aspect ratio to a value suitable for the\n"
20372 " plot orientation using a call to plsdidev or the command-line options\n"
20373 " -a or -freeaspect. For more documentation of those options see the\n"
20374 " PLplot documentation. Such command-line options can be set internally\n"
20375 " using plsetopt or set directly using the command line and parsed using\n"
20376 " a call to plparseopts.\n"
20378 " Redacted form: plsdiori(rot)\n"
20380 " This function is not used in any examples.\n"
20390 " rot (PLFLT, input) : Plot orientation parameter.\n"
20394 "Set parameters that define current plot-space window\n"
20398 " Set relative minima and maxima that define the current plot-space\n"
20399 " window. If plsdiplt is not called the default values of xmin, ymin,\n"
20400 " xmax, and ymax are 0., 0., 1., and 1.\n"
20402 " Redacted form: plsdiplt(xmin, ymin, xmax, ymax)\n"
20404 " This function is used in example 31.\n"
20410 "plsdiplt(xmin, ymin, xmax, ymax)\n"
20414 " xmin (PLFLT, input) : Relative minimum in x.\n"
20416 " ymin (PLFLT, input) : Relative minimum in y.\n"
20418 " xmax (PLFLT, input) : Relative maximum in x.\n"
20420 " ymax (PLFLT, input) : Relative maximum in y.\n"
20424 "Set parameters incrementally (zoom mode) that define current plot-space window\n"
20428 " Set relative minima and maxima incrementally (zoom mode) that define\n"
20429 " the current plot-space window. This function has the same effect as\n"
20430 " plsdiplt if that function has not been previously called. Otherwise,\n"
20431 " this function implements zoom mode using the transformation min_used =\n"
20432 " old_min + old_length*min and max_used = old_min + old_length*max for\n"
20433 " each axis. For example, if min = 0.05 and max = 0.95 for each axis,\n"
20434 " repeated calls to plsdiplz will zoom in by 10 per cent for each call.\n"
20436 " Redacted form: plsdiplz(xmin, ymin, xmax, ymax)\n"
20438 " This function is used in example 31.\n"
20444 "plsdiplz(xmin, ymin, xmax, ymax)\n"
20448 " xmin (PLFLT, input) : Relative (incremental) minimum in x.\n"
20450 " ymin (PLFLT, input) : Relative (incremental) minimum in y.\n"
20452 " xmax (PLFLT, input) : Relative (incremental) maximum in x.\n"
20454 " ymax (PLFLT, input) : Relative (incremental) maximum in y.\n"
20458 "Set seed for internal random number generator.\n"
20462 " Set the seed for the internal random number generator. See plrandd for\n"
20463 " further details.\n"
20465 " Redacted form: plseed(seed)\n"
20467 " This function is used in example 21.\n"
20477 " seed (unsigned int, input) : Seed for random number generator.\n"
20481 "Set the escape character for text strings\n"
20485 " Set the escape character for text strings. From C (in contrast to\n"
20486 " Fortran, see plsescfortran) you pass esc as a character. Only selected\n"
20487 " characters are allowed to prevent the user from shooting himself in\n"
20488 " the foot (For example, a \\ isn't allowed since it conflicts with C's\n"
20489 " use of backslash as a character escape). Here are the allowed escape\n"
20490 " characters and their corresponding decimal ASCII values: !, ASCII 33\n"
20501 " Redacted form: General: plsesc(esc)\n"
20504 " This function is used in example 29.\n"
20514 " esc (char, input) : Escape character.\n"
20518 "Set any command-line option\n"
20522 " Set any command-line option internally from a program before it\n"
20523 " invokes plinit. opt is the name of the command-line option and optarg\n"
20524 " is the corresponding command-line option argument.\n"
20526 " This function returns 0 on success.\n"
20528 " Redacted form: plsetopt(opt, optarg)\n"
20530 " This function is used in example 14.\n"
20536 "PLINT plsetopt(opt, optarg)\n"
20540 " opt (PLCHAR_VECTOR, input) : An ascii character string containing\n"
20541 " the command-line option.\n"
20543 " optarg (PLCHAR_VECTOR, input) : An ascii character string\n"
20544 " containing the argument of the command-line option.\n"
20548 "Set family file parameters\n"
20552 " Sets variables dealing with output file familying. Does nothing if\n"
20553 " familying not supported by the driver. This routine, if used, must be\n"
20554 " called before initializing PLplot. See the PLplot documentation for\n"
20555 " more information.\n"
20557 " Redacted form: plsfam(fam, num, bmax)\n"
20559 " This function is used in examples 14 and 31.\n"
20565 "plsfam(fam, num, bmax)\n"
20569 " fam (PLINT, input) : Family flag (Boolean). If nonzero, familying\n"
20572 " num (PLINT, input) : Current family file number.\n"
20574 " bmax (PLINT, input) : Maximum file size (in bytes) for a family\n"
20579 "Set FCI (font characterization integer)\n"
20583 " Sets font characteristics to be used at the start of the next string\n"
20584 " using the FCI approach. See the PLplot documentation for more\n"
20585 " information. Note, plsfont (which calls plsfci internally) provides a\n"
20586 " more user-friendly API for setting the font characterisitics.\n"
20588 " Redacted form: General: plsfci(fci)\n"
20591 " This function is used in example 23.\n"
20601 " fci (PLUNICODE, input) : PLUNICODE (unsigned 32-bit integer) value\n"
20606 "Set output file name\n"
20610 " Sets the current output file name, if applicable. If the file name\n"
20611 " has not been specified and is required by the driver, the user will be\n"
20612 " prompted for it. If using the X-windows output driver, this sets the\n"
20613 " display name. This routine, if used, must be called before\n"
20614 " initializing PLplot.\n"
20616 " Redacted form: plsfnam(fnam)\n"
20618 " This function is used in examples 1 and 20.\n"
20628 " fnam (PLCHAR_VECTOR, input) : An ascii character string containing\n"
20629 " the file name.\n"
20633 "Set family, style and weight of the current font\n"
20637 " Sets the current font. See the PLplot documentation for more\n"
20638 " information on font selection.\n"
20640 " Redacted form: plsfont(family, style, weight)\n"
20642 " This function is used in example 23.\n"
20648 "plsfont(family, style, weight)\n"
20652 " family (PLINT, input) : Font family to select for the current font.\n"
20653 " The available values are given by the PL_FCI_* constants in\n"
20654 " plplot.h. Current options are PL_FCI_SANS, PL_FCI_SERIF,\n"
20655 " PL_FCI_MONO, PL_FCI_SCRIPT and PL_FCI_SYMBOL. A negative value\n"
20656 " signifies that the font family should not be altered.\n"
20658 " style (PLINT, input) : Font style to select for the current font.\n"
20659 " The available values are given by the PL_FCI_* constants in\n"
20660 " plplot.h. Current options are PL_FCI_UPRIGHT, PL_FCI_ITALIC and\n"
20661 " PL_FCI_OBLIQUE. A negative value signifies that the font style\n"
20662 " should not be altered.\n"
20664 " weight (PLINT, input) : Font weight to select for the current font.\n"
20665 " The available values are given by the PL_FCI_* constants in\n"
20666 " plplot.h. Current options are PL_FCI_MEDIUM and PL_FCI_BOLD. A\n"
20667 " negative value signifies that the font weight should not be\n"
20672 "Shade regions on the basis of value\n"
20676 " Shade regions on the basis of value. This is the high-level routine\n"
20677 " for making continuous color shaded plots with cmap1 while plshade\n"
20678 " should be used to plot individual shaded regions using either cmap0 or\n"
20679 " cmap1. examples/;<language>/x16* shows how to use plshades for each of\n"
20680 " our supported languages.\n"
20682 " Redacted form: General: plshades(a, defined, xmin, xmax, ymin, ymax,\n"
20683 " clevel, fill_width, cont_color, cont_width, fill, rectangular, pltr,\n"
20687 " This function is used in examples 16, 21, and 22.\n"
20693 "plshades(a, nx, ny, defined, xmin, xmax, ymin, ymax, clevel, nlevel, fill_width, cont_color, cont_width, fill, rectangular, pltr, pltr_data)\n"
20697 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n"
20698 " plot. Should have dimensions of\n"
20702 " nx (PLINT, input) : First dimension of matrix \"a\".\n"
20704 " ny (PLINT, input) : Second dimension of matrix \"a\".\n"
20706 " defined (PLDEFINED_callback, input) : Callback function specifying\n"
20707 " the region that should be plotted in the shade plot. This\n"
20708 " function accepts x and y coordinates as input arguments and must\n"
20709 " return 1 if the point is to be included in the shade plot and 0\n"
20710 " otherwise. If you want to plot the entire shade plot (the usual\n"
20711 " case), this argument should be set to NULL.\n"
20713 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
20714 " pltr below for how these arguments are used (only for the special case\n"
20715 " when the callback function\n"
20716 " pltr is not supplied).\n"
20718 " clevel (PLFLT_VECTOR, input) : A vector containing the data levels\n"
20719 " corresponding to the edges of each shaded region that will be\n"
20720 " plotted by this function. To work properly the levels should be\n"
20723 " nlevel (PLINT, input) : Number of shades plus 1 (i.e., the number\n"
20724 " of shade edge values in clevel).\n"
20726 " fill_width (PLFLT, input) : Defines the line width used by the fill\n"
20729 " cont_color (PLINT, input) : Defines cmap0 pen color used for\n"
20730 " contours defining edges of shaded regions. The pen color is only\n"
20731 " temporary set for the contour drawing. Set this value to zero or\n"
20732 " less if no shade edge contours are wanted.\n"
20734 " cont_width (PLFLT, input) : Defines line width used for contours\n"
20735 " defining edges of shaded regions. This value may not be honored\n"
20736 " by all drivers. The pen width is only temporary set for the\n"
20737 " contour drawing. Set this value to zero or less if no shade edge\n"
20738 " contours are wanted.\n"
20740 " fill (PLFILL_callback, input) : Callback routine used to fill the\n"
20741 " region. Use plfill for this purpose.\n"
20743 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n"
20744 " map to rectangles after coordinate transformation with pltrl.\n"
20745 " Otherwise, set rectangular to false. If rectangular is set to\n"
20746 " true, plshade tries to save time by filling large rectangles.\n"
20747 " This optimization fails if the coordinate transformation distorts\n"
20748 " the shape of rectangles. For example a plot in polar coordinates\n"
20749 " has to have rectangular set to false.\n"
20751 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
20752 " defines the transformation between the zero-based indices of the\n"
20753 " matrix a and world coordinates. If\n"
20754 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
20755 " indices of a are mapped to the range\n"
20757 " xmax and the y indices of a are mapped to the range\n"
20759 " ymax.For the C case, transformation functions are provided in the\n"
20760 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
20761 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
20762 " matrices. In addition, C callback routines for the transformation\n"
20763 " can be supplied by the user such as the mypltr function in\n"
20764 " examples/c/x09c.c which provides a general linear transformation\n"
20765 " between index coordinates and world coordinates.For languages\n"
20766 " other than C you should consult the PLplot documentation for the\n"
20767 " details concerning how PLTRANSFORM_callback arguments are\n"
20768 " interfaced. However, in general, a particular pattern of\n"
20769 " callback-associated arguments such as a tr vector with 6 elements;\n"
20770 " xg and yg vectors; or xg and yg matrices are respectively\n"
20771 " interfaced to a linear-transformation routine similar to the above\n"
20772 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
20773 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
20774 " support native language callbacks for handling index to\n"
20775 " world-coordinate transformations. Examples of these various\n"
20776 " approaches are given in examples/<language>x09*,\n"
20777 " examples/<language>x16*, examples/<language>x20*,\n"
20778 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
20779 " supported languages.\n"
20781 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
20782 " information to pltr0, pltr1, pltr2, or whatever routine that is\n"
20783 " externally supplied.\n"
20787 "Shade individual region on the basis of value\n"
20791 " Shade individual region on the basis of value. Use plshades if you\n"
20792 " want to shade a number of contiguous regions using continuous colors.\n"
20793 " In particular the edge contours are treated properly in plshades. If\n"
20794 " you attempt to do contiguous regions with plshade the contours at the\n"
20795 " edge of the shade are partially obliterated by subsequent plots of\n"
20796 " contiguous shaded regions.\n"
20798 " Redacted form: General: plshade(a, defined, xmin, xmax, ymin, ymax,\n"
20799 " shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color,\n"
20800 " min_width, max_color, max_width, fill, rectangular, pltr, pltr_data)\n"
20803 " This function is used in example 15.\n"
20809 "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"
20813 " a (PLFLT_MATRIX, input) : A matrix containing function values to\n"
20814 " plot. Should have dimensions of\n"
20818 " nx (PLINT, input) : First dimension of the matrix \"a\".\n"
20820 " ny (PLINT, input) : Second dimension of the matrix \"a\".\n"
20822 " defined (PLDEFINED_callback, input) : Callback function specifying\n"
20823 " the region that should be plotted in the shade plot. This\n"
20824 " function accepts x and y coordinates as input arguments and must\n"
20825 " return 1 if the point is to be included in the shade plot and 0\n"
20826 " otherwise. If you want to plot the entire shade plot (the usual\n"
20827 " case), this argument should be set to NULL.\n"
20829 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
20830 " pltr below for how these arguments are used (only for the special case\n"
20831 " when the callback function\n"
20832 " pltr is not supplied).\n"
20834 " shade_min (PLFLT, input) : Defines the lower end of the interval to\n"
20835 " be shaded. If shade_max <= shade_min, plshade does nothing.\n"
20837 " shade_max (PLFLT, input) : Defines the upper end of the interval to\n"
20838 " be shaded. If shade_max <= shade_min, plshade does nothing.\n"
20840 " sh_cmap (PLINT, input) : Defines color map. If sh_cmap=0, then\n"
20841 " sh_color is interpreted as a cmap0 (integer) index. If sh_cmap=1,\n"
20842 " then sh_color is interpreted as a cmap1 argument in the range\n"
20845 " sh_color (PLFLT, input) : Defines color map index with integer\n"
20846 " value if cmap0 or value in range (0.0-1.0) if cmap1.\n"
20848 " sh_width (PLFLT, input) : Defines width used by the fill pattern.\n"
20850 " min_color (PLINT, input) : Defines pen color, width used by the\n"
20851 " boundary of shaded region. The min values are used for the\n"
20852 " shade_min boundary, and the max values are used on the shade_max\n"
20853 " boundary. Set color and width to zero for no plotted boundaries.\n"
20855 " min_width (PLFLT, input) : Defines pen color, width used by the\n"
20856 " boundary of shaded region. The min values are used for the\n"
20857 " shade_min boundary, and the max values are used on the shade_max\n"
20858 " boundary. Set color and width to zero for no plotted boundaries.\n"
20860 " max_color (PLINT, input) : Defines pen color, width used by the\n"
20861 " boundary of shaded region. The min values are used for the\n"
20862 " shade_min boundary, and the max values are used on the shade_max\n"
20863 " boundary. Set color and width to zero for no plotted boundaries.\n"
20865 " max_width (PLFLT, input) : Defines pen color, width used by the\n"
20866 " boundary of shaded region. The min values are used for the\n"
20867 " shade_min boundary, and the max values are used on the shade_max\n"
20868 " boundary. Set color and width to zero for no plotted boundaries.\n"
20870 " fill (PLFILL_callback, input) : Routine used to fill the region.\n"
20871 " Use plfill. Future version of PLplot may have other fill\n"
20874 " rectangular (PLBOOL, input) : Set rectangular to true if rectangles\n"
20875 " map to rectangles after coordinate transformation with pltrl.\n"
20876 " Otherwise, set rectangular to false. If rectangular is set to\n"
20877 " true, plshade tries to save time by filling large rectangles.\n"
20878 " This optimization fails if the coordinate transformation distorts\n"
20879 " the shape of rectangles. For example a plot in polar coordinates\n"
20880 " has to have rectangular set to false.\n"
20882 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
20883 " defines the transformation between the zero-based indices of the\n"
20884 " matrix a and world coordinates. If\n"
20885 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
20886 " indices of a are mapped to the range\n"
20888 " xmax and the y indices of a are mapped to the range\n"
20890 " ymax.For the C case, transformation functions are provided in the\n"
20891 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
20892 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
20893 " matrices. In addition, C callback routines for the transformation\n"
20894 " can be supplied by the user such as the mypltr function in\n"
20895 " examples/c/x09c.c which provides a general linear transformation\n"
20896 " between index coordinates and world coordinates.For languages\n"
20897 " other than C you should consult the PLplot documentation for the\n"
20898 " details concerning how PLTRANSFORM_callback arguments are\n"
20899 " interfaced. However, in general, a particular pattern of\n"
20900 " callback-associated arguments such as a tr vector with 6 elements;\n"
20901 " xg and yg vectors; or xg and yg matrices are respectively\n"
20902 " interfaced to a linear-transformation routine similar to the above\n"
20903 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
20904 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
20905 " support native language callbacks for handling index to\n"
20906 " world-coordinate transformations. Examples of these various\n"
20907 " approaches are given in examples/<language>x09*,\n"
20908 " examples/<language>x16*, examples/<language>x20*,\n"
20909 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
20910 " supported languages.\n"
20912 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
20913 " information to pltr0, pltr1, pltr2, or whatever routine that is\n"
20914 " externally supplied.\n"
20918 "Assign a function to use for generating custom axis labels\n"
20922 " This function allows a user to provide their own function to provide\n"
20923 " axis label text. The user function is given the numeric value for a\n"
20924 " point on an axis and returns a string label to correspond with that\n"
20925 " value. Custom axis labels can be enabled by passing appropriate\n"
20926 " arguments to plenv, plbox, plbox3 and similar functions.\n"
20928 " This function is used in example 19.\n"
20934 "plslabelfunc(label_func, label_data)\n"
20938 " label_func (PLLABEL_FUNC_callback, input) : This is the custom\n"
20939 " label function. In order to reset to the default labelling, set\n"
20940 " this to NULL. The labelling function parameters are, in order:\n"
20941 " axis: This indicates which axis a label is being requested for.\n"
20942 " The value will be one of PL_X_AXIS, PL_Y_AXIS or PL_Z_AXIS.\n"
20944 " value: This is the value along the axis which is being labelled.\n"
20946 " label_text: The string representation of the label value.\n"
20948 " length: The maximum length in characters allowed for label_text.\n"
20951 " label_data (PLPointer, input) : This parameter may be used to pass\n"
20952 " data to the label_func function.\n"
20956 "Set length of major ticks\n"
20960 " This sets up the length of the major ticks. The actual length is the\n"
20961 " product of the default length and a scaling factor as for character\n"
20964 " Redacted form: plsmaj(def, scale)\n"
20966 " This function is used in example 29.\n"
20972 "plsmaj(def, scale)\n"
20976 " def (PLFLT, input) : The default length of a major tick in\n"
20977 " millimeters, should be set to zero if the default length is to\n"
20978 " remain unchanged.\n"
20980 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
20981 " actual tick length.\n"
20985 "Set the memory area to be plotted (RGB)\n"
20989 " Set the memory area to be plotted (with the mem or memcairo driver) as\n"
20990 " the dev member of the stream structure. Also set the number of pixels\n"
20991 " in the memory passed in\n"
20992 " plotmem, which is a block of memory\n"
20994 " maxx by 3 bytes long, say: 480 x 640 x 3 (Y, X, RGB)\n"
20996 " This memory will have to be freed by the user!\n"
20998 " Redacted form: plsmem(maxx, maxy, plotmem)\n"
21000 " This function is not used in any examples.\n"
21006 "plsmem(maxx, maxy, plotmem)\n"
21010 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n"
21012 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n"
21014 " plotmem (PLPointer, input) : Pointer to the beginning of a\n"
21015 " user-supplied writeable memory area.\n"
21019 "Set the memory area to be plotted (RGBA)\n"
21023 " Set the memory area to be plotted (with the memcairo driver) as the\n"
21024 " dev member of the stream structure. Also set the number of pixels in\n"
21025 " the memory passed in\n"
21026 " plotmem, which is a block of memory\n"
21028 " maxx by 4 bytes long, say: 480 x 640 x 4 (Y, X, RGBA)\n"
21030 " This memory will have to be freed by the user!\n"
21032 " Redacted form: plsmema(maxx, maxy, plotmem)\n"
21034 " This function is not used in any examples.\n"
21040 "plsmema(maxx, maxy, plotmem)\n"
21044 " maxx (PLINT, input) : Size of memory area in the X coordinate.\n"
21046 " maxy (PLINT, input) : Size of memory area in the Y coordinate.\n"
21048 " plotmem (PLPointer, input) : Pointer to the beginning of a\n"
21049 " user-supplied writeable memory area.\n"
21053 "Set length of minor ticks\n"
21057 " This sets up the length of the minor ticks and the length of the\n"
21058 " terminals on error bars. The actual length is the product of the\n"
21059 " default length and a scaling factor as for character height.\n"
21061 " Redacted form: plsmin(def, scale)\n"
21063 " This function is used in example 29.\n"
21069 "plsmin(def, scale)\n"
21073 " def (PLFLT, input) : The default length of a minor tick in\n"
21074 " millimeters, should be set to zero if the default length is to\n"
21075 " remain unchanged.\n"
21077 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
21078 " actual tick length.\n"
21082 "Set orientation\n"
21086 " Set integer plot orientation parameter. This function is identical to\n"
21087 " plsdiori except for the type of the argument, and should be used in\n"
21088 " the same way. See the documentation of plsdiori for details.\n"
21090 " Redacted form: plsori(ori)\n"
21092 " This function is used in example 3.\n"
21102 " ori (PLINT, input) : Orientation value (0 for landscape, 1 for\n"
21103 " portrait, etc.) The value is multiplied by 90 degrees to get the\n"
21108 "Set page parameters\n"
21112 " Sets the page configuration (optional). If an individual parameter is\n"
21113 " zero then that parameter value is not updated. Not all parameters are\n"
21114 " recognized by all drivers and the interpretation is device-dependent.\n"
21115 " The X-window driver uses the length and offset parameters to determine\n"
21116 " the window size and location. The length and offset values are\n"
21117 " expressed in units that are specific to the current driver. For\n"
21118 " instance: screen drivers will usually interpret them as number of\n"
21119 " pixels, whereas printer drivers will usually use mm.\n"
21121 " This routine, if used, must be called before initializing PLplot. It\n"
21122 " may be called at later times for interactive drivers to change only\n"
21123 " the dpi for subsequent redraws which you can force via a call to\n"
21124 " plreplot. If this function is not called then the page size defaults\n"
21125 " to landscape A4 for drivers which use real world page sizes and 744\n"
21126 " pixels wide by 538 pixels high for raster drivers. The default value\n"
21127 " for dx and dy is 90 pixels per inch for raster drivers.\n"
21131 " Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff)\n"
21133 " This function is used in examples 14 and 31.\n"
21139 "plspage(xp, yp, xleng, yleng, xoff, yoff)\n"
21143 " xp (PLFLT, input) : Number of pixels per inch (DPI), x. Used only\n"
21144 " by raster drivers, ignored by drivers which use \"real world\" units\n"
21147 " yp (PLFLT, input) : Number of pixels per inch (DPI), y. Used only\n"
21148 " by raster drivers, ignored by drivers which use \"real world\" units\n"
21151 " xleng (PLINT, input) : Page length, x.\n"
21153 " yleng (PLINT, input) : Page length, y.\n"
21155 " xoff (PLINT, input) : Page offset, x.\n"
21157 " yoff (PLINT, input) : Page offset, y.\n"
21161 "Set the cmap0 palette using the specified cmap0*.pal format file\n"
21165 " Set the cmap0 palette using the specified cmap0*.pal format file.\n"
21167 " Redacted form: plspal0(filename)\n"
21169 " This function is in example 16.\n"
21175 "plspal0(filename)\n"
21179 " filename (PLCHAR_VECTOR, input) : An ascii character string\n"
21180 " containing the name of the cmap0*.pal file. If this string is\n"
21181 " empty, use the default cmap0*.pal file.\n"
21185 "Set the cmap1 palette using the specified cmap1*.pal format file\n"
21189 " Set the cmap1 palette using the specified cmap1*.pal format file.\n"
21191 " Redacted form: plspal1(filename, interpolate)\n"
21193 " This function is used in example 16.\n"
21199 "plspal1(filename, interpolate)\n"
21203 " filename (PLCHAR_VECTOR, input) : An ascii character string\n"
21204 " containing the name of the cmap1*.pal file. If this string is\n"
21205 " empty, use the default cmap1*.pal file.\n"
21207 " interpolate (PLBOOL, input) : If this parameter is true, the\n"
21208 " columns containing the intensity index, r, g, b, alpha and\n"
21209 " alt_hue_path in the cmap1*.pal file are used to set the cmap1\n"
21210 " palette with a call to plscmap1la. (The cmap1*.pal header contains\n"
21211 " a flag which controls whether the r, g, b data sent to plscmap1la\n"
21212 " are interpreted as HLS or RGB.) If this parameter is false, the\n"
21213 " intensity index and alt_hue_path columns are ignored and the r, g,\n"
21214 " b (interpreted as RGB), and alpha columns of the cmap1*.pal file\n"
21215 " are used instead to set the cmap1 palette directly with a call to\n"
21220 "Set the pause (on end-of-page) status\n"
21224 " Set the pause (on end-of-page) status.\n"
21226 " Redacted form: plspause(pause)\n"
21228 " This function is in examples 14,20.\n"
21234 "plspause(pause)\n"
21238 " pause (PLBOOL, input) : If pause is true there will be a pause on\n"
21239 " end-of-page for those drivers which support this. Otherwise there\n"
21244 "Set current output stream\n"
21248 " Sets the number of the current output stream. The stream number\n"
21249 " defaults to 0 unless changed by this routine. The first use of this\n"
21250 " routine must be followed by a call initializing PLplot (e.g. plstar).\n"
21252 " Redacted form: plsstrm(strm)\n"
21254 " This function is examples 1,14,20.\n"
21264 " strm (PLINT, input) : The current stream number.\n"
21268 "Set the number of subpages in x and y\n"
21272 " Set the number of subpages in x and y.\n"
21274 " Redacted form: plssub(nx, ny)\n"
21276 " This function is examples 1,2,14,21,25,27.\n"
21286 " nx (PLINT, input) : Number of windows in x direction (i.e., number\n"
21287 " of window columns).\n"
21289 " ny (PLINT, input) : Number of windows in y direction (i.e., number\n"
21290 " of window rows).\n"
21294 "Set symbol size\n"
21298 " This sets up the size of all subsequent symbols drawn by plpoin and\n"
21299 " plsym. The actual height of a symbol is the product of the default\n"
21300 " symbol size and a scaling factor as for the character height.\n"
21302 " Redacted form: plssym(def, scale)\n"
21304 " This function is used in example 29.\n"
21310 "plssym(def, scale)\n"
21314 " def (PLFLT, input) : The default height of a symbol in millimeters,\n"
21315 " should be set to zero if the default height is to remain\n"
21318 " scale (PLFLT, input) : Scale factor to be applied to default to get\n"
21319 " actual symbol height.\n"
21327 " Initializing the plotting package. The program prompts for the device\n"
21328 " keyword or number of the desired output device. Hitting a RETURN in\n"
21329 " response to the prompt is the same as selecting the first device. If\n"
21330 " only one device is enabled when PLplot is installed, plstar will issue\n"
21331 " no prompt. The output device is divided into nx by ny subpages, each\n"
21332 " of which may be used independently. The subroutine pladv is used to\n"
21333 " advance from one subpage to the next.\n"
21335 " Redacted form: plstar(nx, ny)\n"
21337 " This function is used in example 1.\n"
21347 " nx (PLINT, input) : Number of subpages to divide output page in the\n"
21350 " ny (PLINT, input) : Number of subpages to divide output page in the\n"
21359 " Alternative to plstar for initializing the plotting package. The\n"
21360 " device name keyword for the desired output device must be supplied as\n"
21361 " an argument. These keywords are the same as those printed out by\n"
21362 " plstar. If the requested device is not available, or if the input\n"
21363 " string is empty or begins with ``?'', the prompted start up of plstar\n"
21364 " is used. This routine also divides the output device page into nx by\n"
21365 " ny subpages, each of which may be used independently. The subroutine\n"
21366 " pladv is used to advance from one subpage to the next.\n"
21368 " Redacted form: General: plstart(devname, nx, ny)\n"
21371 " This function is not used in any examples.\n"
21377 "plstart(devname, nx, ny)\n"
21381 " devname (PLCHAR_VECTOR, input) : An ascii character string\n"
21382 " containing the device name keyword of the required output device.\n"
21384 " devname is NULL or if the first character of the string is a ``?'',\n"
21385 " the normal (prompted) start up is used.\n"
21387 " nx (PLINT, input) : Number of subpages to divide output page in the\n"
21390 " ny (PLINT, input) : Number of subpages to divide output page in the\n"
21395 "Set a global coordinate transform function\n"
21399 " This function can be used to define a coordinate transformation which\n"
21400 " affects all elements drawn within the current plot window. The\n"
21401 " coordinate_transform callback function is similar to that provided for\n"
21402 " the plmap and plmeridians functions. The coordinate_transform_data\n"
21403 " parameter may be used to pass extra data to coordinate_transform.\n"
21405 " Redacted form: General: plstransform(coordinate_transform,\n"
21406 " coordinate_transform_data)\n"
21409 " This function is used in examples 19 and 22.\n"
21415 "plstransform(coordinate_transform, coordinate_transform_data)\n"
21419 " coordinate_transform (PLTRANSFORM_callback, input) : A callback\n"
21420 " function that defines the transformation from the input (x, y)\n"
21421 " world coordinates to new PLplot world coordinates. If\n"
21422 " coordinate_transform is not supplied (e.g., is set to NULL in the C\n"
21423 " case), then no transform is applied.\n"
21425 " coordinate_transform_data (PLPointer, input) : Optional extra data\n"
21427 " coordinate_transform.\n"
21431 "Plot a glyph at the specified points\n"
21435 " Plot a glyph at the specified points. (Supersedes plpoin and plsym\n"
21436 " because many[!] more glyphs are accessible with plstring.) The glyph\n"
21437 " is specified with a PLplot user string. Note that the user string is\n"
21438 " not actually limited to one glyph so it is possible (but not normally\n"
21439 " useful) to plot more than one glyph at the specified points with this\n"
21440 " function. As with plmtex and plptex, the user string can contain FCI\n"
21441 " escapes to determine the font, UTF-8 code to determine the glyph or\n"
21442 " else PLplot escapes for Hershey or unicode text to determine the\n"
21445 " Redacted form: plstring(x, y, string)\n"
21447 " This function is used in examples 4, 21 and 26.\n"
21453 "plstring(n, x, y, string)\n"
21457 " n (PLINT, input) : Number of points in the x and y vectors.\n"
21459 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
21462 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
21465 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
21466 " the glyph(s) to be plotted at each of the n points.\n"
21470 "Plot a glyph at the specified 3D points\n"
21474 " Plot a glyph at the specified 3D points. (Supersedes plpoin3 because\n"
21475 " many[!] more glyphs are accessible with plstring3.) Set up the call to\n"
21476 " this function similar to what is done for plline3. The glyph is\n"
21477 " specified with a PLplot user string. Note that the user string is not\n"
21478 " actually limited to one glyph so it is possible (but not normally\n"
21479 " useful) to plot more than one glyph at the specified points with this\n"
21480 " function. As with plmtex and plptex, the user string can contain FCI\n"
21481 " escapes to determine the font, UTF-8 code to determine the glyph or\n"
21482 " else PLplot escapes for Hershey or unicode text to determine the\n"
21485 " Redacted form: plstring3(x, y, z, string)\n"
21487 " This function is used in example 18.\n"
21493 "plstring3(n, x, y, z, string)\n"
21497 " n (PLINT, input) : Number of points in the x, y, and z vectors.\n"
21499 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
21502 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
21505 " z (PLFLT_VECTOR, input) : A vector containing the z coordinates of\n"
21508 " string (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
21509 " the glyph(s) to be plotted at each of the n points. points.\n"
21513 "Add a point to a strip chart\n"
21517 " Add a point to a given pen of a given strip chart. There is no need\n"
21518 " for all pens to have the same number of points or to be equally\n"
21519 " sampled in the x coordinate. Allocates memory and rescales as\n"
21522 " Redacted form: plstripa(id, pen, x, y)\n"
21524 " This function is used in example 17.\n"
21530 "plstripa(id, pen, x, y)\n"
21534 " id (PLINT, input) : Identification number of the strip chart (set\n"
21535 " up in plstripc).\n"
21537 " pen (PLINT, input) : Pen number (ranges from 0 to 3).\n"
21539 " x (PLFLT, input) : X coordinate of point to plot.\n"
21541 " y (PLFLT, input) : Y coordinate of point to plot.\n"
21545 "Create a 4-pen strip chart\n"
21549 " Create a 4-pen strip chart, to be used afterwards by plstripa\n"
21551 " Redacted form: General: plstripc(id, xspec, yspec, xmin, xmax, xjump,\n"
21552 " ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline,\n"
21553 " styline, legline, labx, laby, labz)\n"
21556 " This function is used in example 17.\n"
21562 "plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline[], labx, laby, labtop)\n"
21566 " id (PLINT_NC_SCALAR, output) : Returned value of the identification\n"
21567 " number of the strip chart to use on plstripa and plstripd.\n"
21569 " xspec (PLCHAR_VECTOR, input) : An ascii character string containing\n"
21570 " the x-axis specification as in plbox.\n"
21572 " yspec (PLCHAR_VECTOR, input) : An ascii character string containing\n"
21573 " the y-axis specification as in plbox.\n"
21575 " xmin (PLFLT, input) : Initial coordinates of plot box; they will\n"
21576 " change as data are added.\n"
21578 " xmax (PLFLT, input) : Initial coordinates of plot box; they will\n"
21579 " change as data are added.\n"
21581 " xjump (PLFLT, input) : When x attains xmax, the length of the plot\n"
21582 " is multiplied by the factor (1 +\n"
21585 " ymin (PLFLT, input) : Initial coordinates of plot box; they will\n"
21586 " change as data are added.\n"
21588 " ymax (PLFLT, input) : Initial coordinates of plot box; they will\n"
21589 " change as data are added.\n"
21591 " xlpos (PLFLT, input) : X legend box position (range from 0 to 1).\n"
21593 " ylpos (PLFLT, input) : Y legend box position (range from 0 to 1).\n"
21595 " y_ascl (PLBOOL, input) : Autoscale y between x jumps if y_ascl is\n"
21596 " true, otherwise not.\n"
21598 " acc (PLBOOL, input) : Accumulate strip plot if acc is true,\n"
21599 " otherwise slide display.\n"
21601 " colbox (PLINT, input) : Plot box color index (cmap0).\n"
21603 " collab (PLINT, input) : Legend color index (cmap0).\n"
21605 " colline (PLINT_VECTOR, input) : A vector containing the cmap0 color\n"
21606 " indices for the 4 pens.\n"
21608 " styline (PLINT_VECTOR, input) : A vector containing the line style\n"
21609 " indices for the 4 pens.\n"
21611 " legline (PLCHAR_MATRIX, input) : A vector of UTF-8 character\n"
21612 " strings containing legends for the 4 pens.\n"
21614 " labx (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
21615 " the label for the x axis.\n"
21617 " laby (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
21618 " the label for the y axis.\n"
21620 " labtop (PLCHAR_VECTOR, input) : A UTF-8 character string containing\n"
21621 " the plot title.\n"
21625 "Deletes and releases memory used by a strip chart\n"
21629 " Deletes and releases memory used by a strip chart.\n"
21631 " Redacted form: plstripd(id)\n"
21633 " This function is used in example 17.\n"
21643 " id (PLINT, input) : Identification number of strip chart to delete.\n"
21651 " This sets up the line style for all lines subsequently drawn. A line\n"
21652 " consists of segments in which the pen is alternately down and up. The\n"
21653 " lengths of these segments are passed in the vectors mark and space\n"
21654 " respectively. The number of mark-space pairs is specified by nms. In\n"
21655 " order to return the line style to the default continuous line, plstyl\n"
21656 " should be called with nms =0 .(see also pllsty)\n"
21658 " Redacted form: plstyl(mark, space)\n"
21660 " This function is used in examples 1, 9, and 14.\n"
21666 "plstyl(nms, mark, space)\n"
21670 " nms (PLINT, input) : The number of mark and space elements in a\n"
21671 " line. Thus a simple broken line can be obtained by setting nms=1\n"
21672 " . A continuous line is specified by setting nms=0 .\n"
21674 " mark (PLINT_VECTOR, input) : A vector containing the lengths of the\n"
21675 " segments during which the pen is down, measured in micrometers.\n"
21677 " space (PLINT_VECTOR, input) : A vector containing the lengths of\n"
21678 " the segments during which the pen is up, measured in micrometers.\n"
21682 "Set arrow style for vector plots\n"
21686 " Set the style for the arrow used by plvect to plot vectors.\n"
21688 " Redacted form: plsvect(arrowx, arrowy, fill)\n"
21690 " This function is used in example 22.\n"
21696 "plsvect(arrowx, arrowy, npts, fill)\n"
21700 " arrowx, arrowy (PLFLT_VECTOR, input) : A pair of vectors containing\n"
21701 " the x and y points which make up the arrow. The arrow is plotted\n"
21702 " by joining these points to form a polygon. The scaling assumes\n"
21703 " that the x and y points in the arrow lie in the range -0.5 <= x,y\n"
21704 " <= 0.5. If both arrowx and arrowy are NULL then the arrow style\n"
21705 " will be reset to its default.\n"
21707 " npts (PLINT, input) : Number of points in the vectors arrowx and\n"
21710 " fill (PLBOOL, input) : If fill is true then the arrow is closed, if\n"
21711 " fill is false then the arrow is open.\n"
21715 "Specify viewport in absolute coordinates\n"
21719 " Alternate routine to plvpor for setting up the viewport. This routine\n"
21720 " should be used only if the viewport is required to have a definite\n"
21721 " size in millimeters. The routine plgspa is useful for finding out the\n"
21722 " size of the current subpage.\n"
21724 " Redacted form: plsvpa(xmin, xmax, ymin, ymax)\n"
21726 " This function is used in example 10.\n"
21732 "plsvpa(xmin, xmax, ymin, ymax)\n"
21736 " xmin (PLFLT, input) : The distance of the left-hand edge of the\n"
21737 " viewport from the left-hand edge of the subpage in millimeters.\n"
21739 " xmax (PLFLT, input) : The distance of the right-hand edge of the\n"
21740 " viewport from the left-hand edge of the subpage in millimeters.\n"
21742 " ymin (PLFLT, input) : The distance of the bottom edge of the\n"
21743 " viewport from the bottom edge of the subpage in millimeters.\n"
21745 " ymax (PLFLT, input) : The distance of the top edge of the viewport\n"
21746 " from the bottom edge of the subpage in millimeters.\n"
21750 "Set x axis parameters\n"
21754 " Sets values of the digmax and digits flags for the x axis. See the\n"
21755 " PLplot documentation for more information.\n"
21757 " Redacted form: plsxax(digmax, digits)\n"
21759 " This function is used in example 31.\n"
21765 "plsxax(digmax, digits)\n"
21769 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21770 " digits for the x axis. If nonzero, the printed label will be\n"
21771 " switched to a floating-point representation when the number of\n"
21772 " digits exceeds digmax.\n"
21774 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21775 " its value here has no effect since it is set only by plbox or\n"
21776 " plbox3. However, the user may obtain its value after a call to\n"
21777 " either of these functions by calling plgxax.\n"
21781 "Set y axis parameters\n"
21785 " Identical to plsxax, except that arguments are flags for y axis. See\n"
21786 " the description of plsxax for more detail.\n"
21788 " Redacted form: plsyax(digmax, digits)\n"
21790 " This function is used in examples 1, 14, and 31.\n"
21796 "plsyax(digmax, digits)\n"
21800 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21801 " digits for the y axis. If nonzero, the printed label will be\n"
21802 " switched to a floating-point representation when the number of\n"
21803 " digits exceeds digmax.\n"
21805 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21806 " its value here has no effect since it is set only by plbox or\n"
21807 " plbox3. However, the user may obtain its value after a call to\n"
21808 " either of these functions by calling plgyax.\n"
21812 "Plot a glyph at the specified points\n"
21816 " Plot a glyph at the specified points. (This function is largely\n"
21817 " superseded by plstring which gives access to many[!] more glyphs.)\n"
21819 " Redacted form: plsym(x, y, code)\n"
21821 " This function is used in example 7.\n"
21827 "plsym(n, x, y, code)\n"
21831 " n (PLINT, input) : Number of points in the x and y vectors.\n"
21833 " x (PLFLT_VECTOR, input) : A vector containing the x coordinates of\n"
21836 " y (PLFLT_VECTOR, input) : A vector containing the y coordinates of\n"
21839 " code (PLINT, input) : Hershey symbol code corresponding to a glyph\n"
21840 " to be plotted at each of the n points.\n"
21844 "Set z axis parameters\n"
21848 " Identical to plsxax, except that arguments are flags for z axis. See\n"
21849 " the description of plsxax for more detail.\n"
21851 " Redacted form: plszax(digmax, digits)\n"
21853 " This function is used in example 31.\n"
21859 "plszax(digmax, digits)\n"
21863 " digmax (PLINT, input) : Variable to set the maximum number of\n"
21864 " digits for the z axis. If nonzero, the printed label will be\n"
21865 " switched to a floating-point representation when the number of\n"
21866 " digits exceeds digmax.\n"
21868 " digits (PLINT, input) : Field digits value. Currently, changing\n"
21869 " its value here has no effect since it is set only by plbox or\n"
21870 " plbox3. However, the user may obtain its value after a call to\n"
21871 " either of these functions by calling plgzax.\n"
21875 "Switch to text screen\n"
21879 " Sets an interactive device to text mode, used in conjunction with\n"
21880 " plgra to allow graphics and text to be interspersed. On a device\n"
21881 " which supports separate text and graphics windows, this command causes\n"
21882 " control to be switched to the text window. This can be useful for\n"
21883 " printing diagnostic messages or getting user input, which would\n"
21884 " otherwise interfere with the plots. The program must switch back to\n"
21885 " the graphics window before issuing plot commands, as the text (or\n"
21886 " console) device will probably become quite confused otherwise. If\n"
21887 " already in text mode, this command is ignored. It is also ignored on\n"
21888 " devices which only support a single window or use a different method\n"
21889 " for shifting focus (see also plgra).\n"
21891 " Redacted form: pltext()\n"
21893 " This function is used in example 1.\n"
21903 "Set format for date / time labels\n"
21907 " Sets the format for date / time labels. To enable date / time format\n"
21908 " labels see the options to plbox, plbox3, and plenv.\n"
21910 " Redacted form: pltimefmt(fmt)\n"
21912 " This function is used in example 29.\n"
21922 " fmt (PLCHAR_VECTOR, input) : An ascii character string which is\n"
21923 " interpreted similarly to the format specifier of typical system\n"
21924 " strftime routines except that PLplot ignores locale and also\n"
21925 " supplies some useful extensions in the context of plotting. All\n"
21926 " text in the string is printed as-is other than conversion\n"
21927 " specifications which take the form of a '%' character followed by\n"
21928 " further conversion specification character. The conversion\n"
21929 " specifications which are similar to those provided by system\n"
21930 " strftime routines are the following: %a: The abbreviated (English)\n"
21932 " %A: The full (English) weekday name.\n"
21933 " %b: The abbreviated (English) month name.\n"
21934 " %B: The full (English) month name.\n"
21935 " %c: Equivalent to %a %b %d %T %Y (non-ISO).\n"
21936 " %C: The century number (year/100) as a 2-digit integer.\n"
21937 " %d: The day of the month as a decimal number (range 01 to 31).\n"
21938 " %D: Equivalent to %m/%d/%y (non-ISO).\n"
21939 " %e: Like %d, but a leading zero is replaced by a space.\n"
21940 " %F: Equivalent to %Y-%m-%d (the ISO 8601 date format).\n"
21941 " %h: Equivalent to %b.\n"
21942 " %H: The hour as a decimal number using a 24-hour clock (range\n"
21944 " %I: The hour as a decimal number using a 12-hour clock (range\n"
21946 " %j: The day of the year as a decimal number (range 001 to\n"
21948 " %k: The hour (24-hour clock) as a decimal number (range 0 to\n"
21949 " 23); single digits are preceded by a blank. (See also %H.)\n"
21950 " %l: The hour (12-hour clock) as a decimal number (range 1 to\n"
21951 " 12); single digits are preceded by a blank. (See also %I.)\n"
21952 " %m: The month as a decimal number (range 01 to 12).\n"
21953 " %M: The minute as a decimal number (range 00 to 59).\n"
21954 " %n: A newline character.\n"
21955 " %p: Either \"AM\" or \"PM\" according to the given time value.\n"
21956 " Noon is treated as \"PM\" and midnight as \"AM\".\n"
21957 " %r: Equivalent to %I:%M:%S %p.\n"
21958 " %R: The time in 24-hour notation (%H:%M). For a version\n"
21959 " including the seconds, see %T below.\n"
21960 " %s: The number of seconds since the Epoch, 1970-01-01 00:00:00\n"
21962 " %S: The second as a decimal number (range 00 to 60). (The\n"
21963 " range is up to 60 to allow for occasional leap seconds.)\n"
21964 " %t: A tab character.\n"
21965 " %T: The time in 24-hour notation (%H:%M:%S).\n"
21966 " %u: The day of the week as a decimal, range 1 to 7, Monday\n"
21967 " being 1. See also %w.\n"
21968 " %U: The week number of the current year as a decimal number,\n"
21969 " range 00 to 53, starting with the first Sunday as the first\n"
21970 " day of week 01. See also %V and %W.\n"
21971 " %v: Equivalent to %e-%b-%Y.\n"
21972 " %V: The ISO 8601 week number of the current year as a decimal\n"
21973 " number, range 01 to 53, where week 1 is the first week that\n"
21974 " has at least 4 days in the new year. See also %U and %W.\n"
21975 " %w: The day of the week as a decimal, range 0 to 6, Sunday\n"
21976 " being 0. See also %u.\n"
21977 " %W: The week number of the current year as a decimal number,\n"
21978 " range 00 to 53, starting with the first Monday as the first\n"
21979 " day of week 01.\n"
21980 " %x: Equivalent to %a %b %d %Y.\n"
21981 " %X: Equivalent to %T.\n"
21982 " %y: The year as a decimal number without a century (range 00\n"
21984 " %Y: The year as a decimal number including a century.\n"
21985 " %z: The UTC time-zone string = \"+0000\".\n"
21986 " %Z: The UTC time-zone abbreviation = \"UTC\".\n"
21987 " %+: The UTC date and time in default format of the Unix date\n"
21988 " command which is equivalent to %a %b %d %T %Z %Y.\n"
21989 " %%: A literal \"%\" character.\n"
21990 " The conversion specifications which are extensions to those normally\n"
21991 " provided by system strftime routines are the following: %(0-9):\n"
21992 " The fractional part of the seconds field (including leading\n"
21993 " decimal point) to the specified accuracy. Thus %S%3 would give\n"
21994 " seconds to millisecond accuracy (00.000).\n"
21995 " %.: The fractional part of the seconds field (including\n"
21996 " leading decimal point) to the maximum available accuracy. Thus\n"
21997 " %S%. would give seconds with fractional part up to 9 decimal\n"
21998 " places if available.\n"
22002 "Specify viewport using aspect ratio only\n"
22006 " Selects the largest viewport with the given aspect ratio within the\n"
22007 " subpage that leaves a standard margin (left-hand margin of eight\n"
22008 " character heights, and a margin around the other three sides of five\n"
22009 " character heights).\n"
22011 " Redacted form: plvasp(aspect)\n"
22013 " This function is used in example 13.\n"
22023 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n"
22024 " axis of resulting viewport.\n"
22032 " Draws a plot of vector data contained in the matrices (\n"
22038 " ny]) . The scaling factor for the vectors is given by scale. A\n"
22039 " transformation routine pointed to by pltr with a pointer pltr_data for\n"
22040 " additional data required by the transformation routine to map indices\n"
22041 " within the matrices to the world coordinates. The style of the vector\n"
22042 " arrow may be set using plsvect.\n"
22044 " Redacted form: plvect(u, v, scale, pltr, pltr_data) where (see above\n"
22045 " discussion) the pltr, pltr_data callback arguments are sometimes\n"
22046 " replaced by a tr vector with 6 elements, or xg and yg array arguments\n"
22047 " with either one or two dimensions.\n"
22049 " This function is used in example 22.\n"
22055 "plvect(u, v, nx, ny, scale, pltr, pltr_data)\n"
22059 " u, v (PLFLT_MATRIX, input) : A pair of matrices containing the x\n"
22060 " and y components of the vector data to be plotted.\n"
22062 " nx, ny (PLINT, input) : Dimensions of the matrices u and v.\n"
22064 " scale (PLFLT, input) : Parameter to control the scaling factor of\n"
22065 " the vectors for plotting. If scale = 0 then the scaling factor is\n"
22066 " automatically calculated for the data. If scale < 0 then the\n"
22067 " scaling factor is automatically calculated for the data and then\n"
22068 " multiplied by -\n"
22069 " scale. If scale > 0 then the scaling factor is set to scale.\n"
22071 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
22072 " defines the transformation between the zero-based indices of the\n"
22073 " matrices u and v and world coordinates.For the C case,\n"
22074 " transformation functions are provided in the PLplot library: pltr0\n"
22075 " for the identity mapping, and pltr1 and pltr2 for arbitrary\n"
22076 " mappings respectively defined by vectors and matrices. In\n"
22077 " addition, C callback routines for the transformation can be\n"
22078 " supplied by the user such as the mypltr function in\n"
22079 " examples/c/x09c.c which provides a general linear transformation\n"
22080 " between index coordinates and world coordinates.For languages\n"
22081 " other than C you should consult the PLplot documentation for the\n"
22082 " details concerning how PLTRANSFORM_callback arguments are\n"
22083 " interfaced. However, in general, a particular pattern of\n"
22084 " callback-associated arguments such as a tr vector with 6 elements;\n"
22085 " xg and yg vectors; or xg and yg matrices are respectively\n"
22086 " interfaced to a linear-transformation routine similar to the above\n"
22087 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
22088 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
22089 " support native language callbacks for handling index to\n"
22090 " world-coordinate transformations. Examples of these various\n"
22091 " approaches are given in examples/<language>x09*,\n"
22092 " examples/<language>x16*, examples/<language>x20*,\n"
22093 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
22094 " supported languages.\n"
22096 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
22097 " information to pltr0, pltr1, pltr2, or whatever callback routine\n"
22098 " that is externally supplied.\n"
22102 "Specify viewport using coordinates and aspect ratio\n"
22106 " Device-independent routine for setting up the viewport. The viewport\n"
22107 " is chosen to be the largest with the given aspect ratio that fits\n"
22108 " within the specified region (in terms of normalized subpage\n"
22109 " coordinates). This routine is functionally equivalent to plvpor when\n"
22110 " a ``natural'' aspect ratio (0.0) is chosen. Unlike plvasp, this\n"
22111 " routine reserves no extra space at the edges for labels.\n"
22113 " Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect)\n"
22115 " This function is used in example 9.\n"
22121 "plvpas(xmin, xmax, ymin, ymax, aspect)\n"
22125 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n"
22126 " left-hand edge of the viewport.\n"
22128 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n"
22129 " right-hand edge of the viewport.\n"
22131 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n"
22132 " bottom edge of the viewport.\n"
22134 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n"
22135 " edge of the viewport.\n"
22137 " aspect (PLFLT, input) : Ratio of length of y axis to length of x\n"
22142 "Specify viewport using normalized subpage coordinates\n"
22146 " Device-independent routine for setting up the viewport. This defines\n"
22147 " the viewport in terms of normalized subpage coordinates which run from\n"
22148 " 0.0 to 1.0 (left to right and bottom to top) along each edge of the\n"
22149 " current subpage. Use the alternate routine plsvpa in order to create\n"
22150 " a viewport of a definite size.\n"
22152 " Redacted form: plvpor(xmin, xmax, ymin, ymax)\n"
22154 " This function is used in examples 2, 6-8, 10, 11, 15, 16, 18, 21, 23,\n"
22155 " 24, 26, 27, and 31.\n"
22161 "plvpor(xmin, xmax, ymin, ymax)\n"
22165 " xmin (PLFLT, input) : The normalized subpage coordinate of the\n"
22166 " left-hand edge of the viewport.\n"
22168 " xmax (PLFLT, input) : The normalized subpage coordinate of the\n"
22169 " right-hand edge of the viewport.\n"
22171 " ymin (PLFLT, input) : The normalized subpage coordinate of the\n"
22172 " bottom edge of the viewport.\n"
22174 " ymax (PLFLT, input) : The normalized subpage coordinate of the top\n"
22175 " edge of the viewport.\n"
22179 "Select standard viewport\n"
22183 " Selects the largest viewport within the subpage that leaves a standard\n"
22184 " margin (left-hand margin of eight character heights, and a margin\n"
22185 " around the other three sides of five character heights).\n"
22187 " Redacted form: plvsta()\n"
22189 " This function is used in examples 1, 12, 14, 17, 25, and 29.\n"
22199 "Configure the transformations required for projecting a 3D surface on a 2D window\n"
22203 " Configure the transformations required for projecting a 3D surface on\n"
22204 " an existing 2D window. Those transformations (see the PLplot\n"
22205 " documentation) are done to a rectangular cuboid enclosing the 3D\n"
22206 " surface which has its limits expressed in 3D world coordinates and\n"
22207 " also normalized 3D coordinates (used for interpreting the altitude and\n"
22208 " azimuth of the viewing angle). The transformations consist of the\n"
22209 " linear transform from 3D world coordinates to normalized 3D\n"
22210 " coordinates, and the 3D rotation of normalized coordinates required to\n"
22211 " align the pole of the new 3D coordinate system with the viewing\n"
22212 " direction specified by altitude and azimuth so that x and y of the\n"
22213 " surface elements in that transformed coordinate system are the\n"
22214 " projection of the 3D surface with given viewing direction on the 2D\n"
22217 " The enclosing rectangular cuboid for the surface plot is defined by\n"
22218 " xmin, xmax, ymin, ymax, zmin and zmax in 3D world coordinates. It is\n"
22219 " mapped into the same rectangular cuboid with normalized 3D coordinate\n"
22220 " sizes of basex by basey by height so that xmin maps to -\n"
22221 " basex/2, xmax maps to basex/2, ymin maps to -\n"
22222 " basey/2, ymax maps to basey/2, zmin maps to 0 and zmax maps to height.\n"
22223 " The resulting rectangular cuboid in normalized coordinates is then\n"
22224 " viewed by an observer at altitude alt and azimuth az. This routine\n"
22225 " must be called before plbox3 or any of the 3D surface plotting\n"
22226 " routines; plmesh, plmeshc, plot3d, plot3dc, plot3dcl, plsurf3d,\n"
22227 " plsurf3dl or plfill3.\n"
22229 " Redacted form: plw3d(basex, basey, height, xmin, xmax, ymin, ymax,\n"
22230 " zmin, zmax, alt, az)\n"
22232 " This function is examples 8, 11, 18, and 21.\n"
22238 "plw3d(basex, basey, height, xmin, xmax, ymin, ymax, zmin, zmax, alt, az)\n"
22242 " basex (PLFLT, input) : The normalized x coordinate size of the\n"
22243 " rectangular cuboid.\n"
22245 " basey (PLFLT, input) : The normalized y coordinate size of the\n"
22246 " rectangular cuboid.\n"
22248 " height (PLFLT, input) : The normalized z coordinate size of the\n"
22249 " rectangular cuboid.\n"
22251 " xmin (PLFLT, input) : The minimum x world coordinate of the\n"
22252 " rectangular cuboid.\n"
22254 " xmax (PLFLT, input) : The maximum x world coordinate of the\n"
22255 " rectangular cuboid.\n"
22257 " ymin (PLFLT, input) : The minimum y world coordinate of the\n"
22258 " rectangular cuboid.\n"
22260 " ymax (PLFLT, input) : The maximum y world coordinate of the\n"
22261 " rectangular cuboid.\n"
22263 " zmin (PLFLT, input) : The minimum z world coordinate of the\n"
22264 " rectangular cuboid.\n"
22266 " zmax (PLFLT, input) : The maximum z world coordinate of the\n"
22267 " rectangular cuboid.\n"
22269 " alt (PLFLT, input) : The viewing altitude in degrees above the xy\n"
22270 " plane of the rectangular cuboid in normalized coordinates.\n"
22272 " az (PLFLT, input) : The viewing azimuth in degrees of the\n"
22273 " rectangular cuboid in normalized coordinates. When az=0, the\n"
22274 " observer is looking face onto the zx plane of the rectangular\n"
22275 " cuboid in normalized coordinates, and as az is increased, the\n"
22276 " observer moves clockwise around that cuboid when viewed from above\n"
22285 " Sets the pen width.\n"
22287 " Redacted form: plwidth(width)\n"
22289 " This function is used in examples 1 and 2.\n"
22299 " width (PLFLT, input) : The desired pen width. If width is negative\n"
22300 " or the same as the previous value no action is taken. width = 0.\n"
22301 " should be interpreted as as the minimum valid pen width for the\n"
22302 " device. The interpretation of positive width values is also\n"
22303 " device dependent.\n"
22311 " Specify the window, i.e., the world coordinates of the edges of the\n"
22314 " Redacted form: plwind(xmin, xmax, ymin, ymax)\n"
22316 " This function is used in examples 1, 2, 4, 6-12, 14-16, 18, 21, 23-27,\n"
22323 "plwind(xmin, xmax, ymin, ymax)\n"
22327 " xmin (PLFLT, input) : The world x coordinate of the left-hand edge\n"
22328 " of the viewport.\n"
22330 " xmax (PLFLT, input) : The world x coordinate of the right-hand edge\n"
22331 " of the viewport.\n"
22333 " ymin (PLFLT, input) : The world y coordinate of the bottom edge of\n"
22336 " ymax (PLFLT, input) : The world y coordinate of the top edge of the\n"
22341 "Enter or leave xor mode\n"
22345 " Enter (when mode is true) or leave (when mode is false) xor mode for\n"
22346 " those drivers (e.g., the xwin driver) that support it. Enables\n"
22347 " erasing plots by drawing twice the same line, symbol, etc. If driver\n"
22348 " is not capable of xor operation it returns a status of false.\n"
22350 " Redacted form: plxormod(mode, status)\n"
22352 " This function is used in examples 1 and 20.\n"
22358 "plxormod(mode, status)\n"
22362 " mode (PLBOOL, input) : mode is true means enter xor mode and mode\n"
22363 " is false means leave xor mode.\n"
22365 " status (PLBOOL_NC_SCALAR, output) : Returned value of the status.\n"
22366 " modestatus of true (false) means driver is capable (incapable) of\n"
22371 "Plot continental outline or shapefile data in world coordinates\n"
22375 " Plots continental outlines or shapefile data in world coordinates. A\n"
22376 " demonstration of how to use this function to create different\n"
22377 " projections can be found in examples/c/x19c. PLplot is provided with\n"
22378 " basic coastal outlines and USA state borders. To use the map\n"
22379 " functionality PLplot must be compiled with the shapelib library.\n"
22380 " Shapefiles have become a popular standard for geographical data and\n"
22381 " data in this format can be easily found from a number of online\n"
22382 " sources. Shapefile data is actually provided as three or more files\n"
22383 " with the same filename, but different extensions. The .shp and .shx\n"
22384 " files are required for plotting Shapefile data with PLplot.\n"
22386 " PLplot currently supports the point, multipoint, polyline and polygon\n"
22387 " objects within shapefiles. However holes in polygons are not\n"
22388 " supported. When plmap is used the type of object is derived from the\n"
22389 " shapefile, if you wish to override the type then use one of the other\n"
22390 " plmap variants. The built in maps have line data only.\n"
22392 " Redacted form: plmap(mapform, name, minx, maxx, miny, maxy)\n"
22394 " This function is used in example 19.\n"
22400 "plmap(mapform, name, minx, maxx, miny, maxy)\n"
22404 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22405 " transform the original map data coordinates to a new coordinate\n"
22406 " system. The PLplot-supplied map data is provided as latitudes and\n"
22407 " longitudes; other Shapefile data may be provided in other\n"
22408 " coordinate systems as can be found in their .prj plain text files.\n"
22409 " For example, by using this transform we can change from a\n"
22410 " longitude, latitude coordinate to a polar stereographic\n"
22411 " projection. Initially, x[0]..[n-1] are the original x coordinates\n"
22412 " (longitudes for the PLplot-supplied data) and y[0]..y[n-1] are the\n"
22413 " corresponding y coordinates (latitudes for the PLplot supplied\n"
22414 " data). After the call to mapform(), x[] and y[] should be\n"
22415 " replaced by the corresponding plot coordinates. If no transform is\n"
22416 " desired, mapform can be replaced by NULL.\n"
22418 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
22419 " the type of map plotted. This is either one of the PLplot built-in\n"
22420 " maps or the file name of a set of Shapefile files without the file\n"
22421 " extensions. For the PLplot built-in maps the possible values are:\n"
22422 " \"globe\" -- continental outlines\n"
22423 " \"usa\" -- USA and state boundaries\n"
22424 " \"cglobe\" -- continental outlines and countries\n"
22425 " \"usaglobe\" -- USA, state boundaries and continental outlines\n"
22428 " minx (PLFLT, input) : The minimum x value of map elements to be\n"
22429 " drawn. The units must match the shapefile (built in maps are\n"
22430 " degrees lat/lon). Objects in the file which do not encroach on the\n"
22431 " box defined by minx, maxx, miny, maxy will not be rendered. But\n"
22432 " note this is simply an optimisation, not a clipping so for objects\n"
22433 " with some points inside the box and some points outside the box\n"
22434 " all the points will be rendered. These parameters also define\n"
22435 " latitude and longitude wrapping for shapefiles using these units.\n"
22436 " Longitude points will be wrapped by integer multiples of 360\n"
22437 " degrees to place them in the box. This allows the same data to be\n"
22438 " used on plots from -180-180 or 0-360 longitude ranges. In fact if\n"
22439 " you plot from -180-540 you will get two cycles of data drawn. The\n"
22440 " value of minx must be less than the value of maxx. Passing in a\n"
22441 " nan, max/-max floating point number or +/-infinity will case the\n"
22442 " bounding box from the shapefile to be used.\n"
22444 " maxx (PLFLT, input) : The maximum x value of map elements to be\n"
22445 " drawn - see minx.\n"
22447 " miny (PLFLT, input) : The minimum y value of map elements to be\n"
22448 " drawn - see minx.\n"
22450 " maxy (PLFLT, input) : The maximum y value of map elements to be\n"
22451 " drawn - see minx.\n"
22455 "Plot all or a subset of Shapefile data using lines in world coordinates\n"
22459 " Plot all or a subset of Shapefile data using lines in world\n"
22460 " coordinates. Our 19th standard example demonstrates how to use this\n"
22461 " function. This function plots data from a Shapefile using lines as in\n"
22462 " plmap, however it also has the option of also only drawing specified\n"
22463 " elements from the Shapefile. The vector of indices of the required\n"
22464 " elements are passed as a function argument. The Shapefile data should\n"
22465 " include a metadata file (extension.dbf) listing all items within the\n"
22466 " Shapefile. This file can be opened by most popular spreadsheet\n"
22467 " programs and can be used to decide which indices to pass to this\n"
22470 " Redacted form: plmapline(mapform, name, minx, maxx, miny, maxy,\n"
22473 " This function is used in example 19.\n"
22479 "plmapline(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
22483 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22484 " transform the coordinates given in the shapefile into a plot\n"
22485 " coordinate system. By using this transform, we can change from a\n"
22486 " longitude, latitude coordinate to a polar stereographic project,\n"
22487 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22488 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22489 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22490 " plot coordinates. If no transform is desired, mapform can be\n"
22491 " replaced by NULL.\n"
22493 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
22494 " the file name of a set of Shapefile files without the file\n"
22497 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
22498 " be in the same units as used by the Shapefile. You could use a\n"
22499 " very large negative number to plot everything, but you can improve\n"
22500 " performance by limiting the area drawn. The units must match those\n"
22501 " of the Shapefile projection, which may be for example longitude or\n"
22502 " distance. The value of minx must be less than the value of maxx.\n"
22504 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
22505 " use a very large number to plot everything, but you can improve\n"
22506 " performance by limiting the area drawn.\n"
22508 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
22509 " be in the same units as used by the Shapefile. You could use a\n"
22510 " very large negative number to plot everything, but you can improve\n"
22511 " performance by limiting the area drawn. The units must match those\n"
22512 " of the Shapefile projection, which may be for example latitude or\n"
22513 " distance. The value of miny must be less than the value of maxy.\n"
22515 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
22516 " use a very large number to plot everything, but you can improve\n"
22517 " performance by limiting the area drawn.\n"
22519 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
22520 " zero-based indices of the Shapefile elements which will be drawn.\n"
22522 " plotentries to NULL will plot all elements of the Shapefile.\n"
22524 " nplotentries (PLINT, input) : The number of items in\n"
22525 " plotentries. Ignored if\n"
22526 " plotentries is NULL.\n"
22530 "Plot all or a subset of Shapefile data using strings or points in world coordinates\n"
22534 " As per plmapline, however the items are plotted as strings or points\n"
22535 " in the same way as plstring.\n"
22537 " Redacted form: plmapstring(mapform, name, string, minx, maxx, miny,\n"
22538 " maxy, plotentries)\n"
22540 " This function is not used in any examples.\n"
22546 "plmapstring(mapform, name, string, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
22550 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22551 " transform the coordinates given in the shapefile into a plot\n"
22552 " coordinate system. By using this transform, we can change from a\n"
22553 " longitude, latitude coordinate to a polar stereographic project,\n"
22554 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22555 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22556 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22557 " plot coordinates. If no transform is desired, mapform can be\n"
22558 " replaced by NULL.\n"
22560 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
22561 " the file name of a set of Shapefile files without the file\n"
22564 " string (PLCHAR_VECTOR, input) : A UTF-8 character string to be\n"
22567 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
22568 " be in the same units as used by the Shapefile. You could use a\n"
22569 " very large negative number to plot everything, but you can improve\n"
22570 " performance by limiting the area drawn. The units must match those\n"
22571 " of the Shapefile projection, which may be for example longitude or\n"
22572 " distance. The value of minx must be less than the value of maxx.\n"
22574 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
22575 " use a very large number to plot everything, but you can improve\n"
22576 " performance by limiting the area drawn.\n"
22578 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
22579 " be in the same units as used by the Shapefile. You could use a\n"
22580 " very large negative number to plot everything, but you can improve\n"
22581 " performance by limiting the area drawn. The units must match those\n"
22582 " of the Shapefile projection, which may be for example latitude or\n"
22583 " distance. The value of miny must be less than the value of maxy.\n"
22585 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
22586 " use a very large number to plot everything, but you can improve\n"
22587 " performance by limiting the area drawn.\n"
22589 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
22590 " zero-based indices of the Shapefile elements which will be drawn.\n"
22592 " plotentries to NULL will plot all elements of the Shapefile.\n"
22594 " nplotentries (PLINT, input) : The number of items in\n"
22595 " plotentries. Ignored if\n"
22596 " plotentries is NULL.\n"
22600 "Draw text at points defined by Shapefile data in world coordinates\n"
22604 " As per plmapline, however the items are plotted as text in the same\n"
22605 " way as plptex.\n"
22607 " Redacted form: plmaptex(mapform, name, dx, dy, just, text, minx, maxx,\n"
22608 " miny, maxy, plotentry)\n"
22610 " This function is used in example 19.\n"
22616 "plmaptex(mapform, name, dx, dy, just, text, minx, maxx, miny, maxy, plotentry)\n"
22620 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22621 " transform the coordinates given in the shapefile into a plot\n"
22622 " coordinate system. By using this transform, we can change from a\n"
22623 " longitude, latitude coordinate to a polar stereographic project,\n"
22624 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22625 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22626 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22627 " plot coordinates. If no transform is desired, mapform can be\n"
22628 " replaced by NULL.\n"
22630 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
22631 " the file name of a set of Shapefile files without the file\n"
22634 " dx (PLFLT, input) : Used to define the slope of the texts which is\n"
22637 " dy (PLFLT, input) : Used to define the slope of the texts which is\n"
22640 " just (PLFLT, input) : Set the justification of the text. The value\n"
22641 " given will be the fraction of the distance along the string that\n"
22642 " sits at the given point. 0.0 gives left aligned text, 0.5 gives\n"
22643 " centralized text and 1.0 gives right aligned text.\n"
22645 " text (PLCHAR_VECTOR, input) : A UTF-8 character string to be drawn.\n"
22647 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
22648 " be in the same units as used by the Shapefile. You could use a\n"
22649 " very large negative number to plot everything, but you can improve\n"
22650 " performance by limiting the area drawn. The units must match those\n"
22651 " of the Shapefile projection, which may be for example longitude or\n"
22652 " distance. The value of minx must be less than the value of maxx.\n"
22654 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
22655 " use a very large number to plot everything, but you can improve\n"
22656 " performance by limiting the area drawn.\n"
22658 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
22659 " be in the same units as used by the Shapefile. You could use a\n"
22660 " very large negative number to plot everything, but you can improve\n"
22661 " performance by limiting the area drawn. The units must match those\n"
22662 " of the Shapefile projection, which may be for example latitude or\n"
22663 " distance. The value of miny must be less than the value of maxy.\n"
22665 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
22666 " use a very large number to plot everything, but you can improve\n"
22667 " performance by limiting the area drawn.\n"
22669 " plotentry (PLINT, input) : An integer indicating which text string\n"
22670 " of the Shapefile (zero indexed) will be drawn.\n"
22674 "Plot all or a subset of Shapefile data, filling the polygons\n"
22678 " As per plmapline, however the items are filled in the same way as\n"
22681 " Redacted form: plmapfill(mapform, name, minx, maxx, miny, maxy,\n"
22684 " This function is used in example 19.\n"
22690 "plmapfill(mapform, name, minx, maxx, miny, maxy, plotentries, nplotentries)\n"
22694 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22695 " transform the coordinates given in the shapefile into a plot\n"
22696 " coordinate system. By using this transform, we can change from a\n"
22697 " longitude, latitude coordinate to a polar stereographic project,\n"
22698 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22699 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22700 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22701 " plot coordinates. If no transform is desired, mapform can be\n"
22702 " replaced by NULL.\n"
22704 " name (PLCHAR_VECTOR, input) : An ascii character string specifying\n"
22705 " the file name of a set of Shapefile files without the file\n"
22708 " minx (PLFLT, input) : The minimum x value to be plotted. This must\n"
22709 " be in the same units as used by the Shapefile. You could use a\n"
22710 " very large negative number to plot everything, but you can improve\n"
22711 " performance by limiting the area drawn. The units must match those\n"
22712 " of the Shapefile projection, which may be for example longitude or\n"
22713 " distance. The value of minx must be less than the value of maxx.\n"
22715 " maxx (PLFLT, input) : The maximum x value to be plotted. You could\n"
22716 " use a very large number to plot everything, but you can improve\n"
22717 " performance by limiting the area drawn.\n"
22719 " miny (PLFLT, input) : The minimum y value to be plotted. This must\n"
22720 " be in the same units as used by the Shapefile. You could use a\n"
22721 " very large negative number to plot everything, but you can improve\n"
22722 " performance by limiting the area drawn. The units must match those\n"
22723 " of the Shapefile projection, which may be for example latitude or\n"
22724 " distance. The value of miny must be less than the value of maxy.\n"
22726 " maxy (PLFLT, input) : The maximum y value to be plotted. You could\n"
22727 " use a very large number to plot everything, but you can improve\n"
22728 " performance by limiting the area drawn.\n"
22730 " plotentries (PLINT_VECTOR, input) : A vector containing the\n"
22731 " zero-based indices of the Shapefile elements which will be drawn.\n"
22733 " plotentries to NULL will plot all elements of the Shapefile.\n"
22735 " nplotentries (PLINT, input) : The number of items in\n"
22736 " plotentries. Ignored if\n"
22737 " plotentries is NULL.\n"
22741 "Plot latitude and longitude lines\n"
22745 " Displays latitude and longitude on the current plot. The lines are\n"
22746 " plotted in the current color and line style.\n"
22748 " Redacted form: plmeridians(mapform, dlong, dlat, minlong, maxlong,\n"
22749 " minlat, maxlat)\n"
22751 " This function is used in example 19.\n"
22757 "plmeridians(mapform, dlong, dlat, minlong, maxlong, minlat, maxlat)\n"
22761 " mapform (PLMAPFORM_callback, input) : A user supplied function to\n"
22762 " transform the coordinate longitudes and latitudes to a plot\n"
22763 " coordinate system. By using this transform, we can change from a\n"
22764 " longitude, latitude coordinate to a polar stereographic project,\n"
22765 " for example. Initially, x[0]..[n-1] are the longitudes and\n"
22766 " y[0]..y[n-1] are the corresponding latitudes. After the call to\n"
22767 " mapform(), x[] and y[] should be replaced by the corresponding\n"
22768 " plot coordinates. If no transform is desired, mapform can be\n"
22769 " replaced by NULL.\n"
22771 " dlong (PLFLT, input) : The interval in degrees at which the\n"
22772 " longitude lines are to be plotted.\n"
22774 " dlat (PLFLT, input) : The interval in degrees at which the latitude\n"
22775 " lines are to be plotted.\n"
22777 " minlong (PLFLT, input) : The value of the longitude on the left\n"
22778 " side of the plot. The value of minlong must be less than the value\n"
22779 " of maxlong, and the quantity maxlong-minlong must be less than or\n"
22782 " maxlong (PLFLT, input) : The value of the longitude on the right\n"
22783 " side of the plot.\n"
22785 " minlat (PLFLT, input) : The minimum latitude to be plotted on the\n"
22786 " background. One can always use -90.0 as the boundary outside the\n"
22787 " plot window will be automatically eliminated. However, the\n"
22788 " program will be faster if one can reduce the size of the\n"
22789 " background plotted.\n"
22791 " maxlat (PLFLT, input) : The maximum latitudes to be plotted on the\n"
22792 " background. One can always use 90.0 as the boundary outside the\n"
22793 " plot window will be automatically eliminated.\n"
22797 "Plot a 2D matrix using cmap1 with automatic color adjustment\n"
22801 " Plot a 2D matrix using the cmap1 palette. The color scale is\n"
22802 " automatically adjusted to use the maximum and minimum values in idata\n"
22803 " as valuemin and valuemax in a call to plimagefr.\n"
22805 " Redacted form: General: plimage(idata, xmin, xmax, ymin, ymax, zmin,\n"
22806 " zmax, Dxmin, Dxmax, Dymin, Dymax)\n"
22809 " This function is used in example 20.\n"
22815 "plimage(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax)\n"
22819 " idata (PLFLT_MATRIX, input) : A matrix containing function values\n"
22820 " to plot. Should have dimensions of\n"
22824 " nx, ny (PLINT, input) : Dimensions of idata\n"
22826 " xmin, xmax, ymin, ymax (PLFLT, input) : The x and y index ranges\n"
22827 " are linearly transformed to these world coordinate ranges such\n"
22828 " that idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny\n"
22829 " - 1] corresponds to (xmax, ymax).\n"
22831 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n"
22832 " (inclusive) will be plotted.\n"
22834 " Dxmin, Dxmax, Dymin, Dymax (PLFLT, input) : Plot only the window of\n"
22835 " points whose plot coordinates fall inside the window of (Dxmin,\n"
22836 " Dymin) to (Dxmax, Dymax).\n"
22840 "Plot a 2D matrix using cmap1\n"
22844 " Plot a 2D matrix using cmap1.\n"
22846 " Redacted form: General: plimagefr(idata, xmin, xmax, ymin, ymax, zmin,\n"
22847 " zmax, valuemin, valuemax, pltr, pltr_data)\n"
22850 " This function is used in example 20.\n"
22856 "plimagefr(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, pltr, pltr_data)\n"
22860 " idata (PLFLT_MATRIX, input) : A matrix of values (intensities) to\n"
22861 " plot. Should have dimensions of\n"
22865 " nx, ny (PLINT, input) : Dimensions of idata\n"
22867 " xmin, xmax, ymin, ymax (PLFLT, input) : See the discussion of\n"
22868 " pltr below for how these arguments are used (only for the special case\n"
22869 " when the callback function\n"
22870 " pltr is not supplied).\n"
22872 " zmin, zmax (PLFLT, input) : Only data between zmin and zmax\n"
22873 " (inclusive) will be plotted.\n"
22875 " valuemin, valuemax (PLFLT, input) : The minimum and maximum data\n"
22876 " values to use for value to color mappings. A datum equal to or\n"
22877 " less than valuemin will be plotted with color 0.0, while a datum\n"
22878 " equal to or greater than valuemax will be plotted with color 1.0.\n"
22879 " Data between valuemin and valuemax map linearly to colors in the\n"
22880 " range (0.0-1.0).\n"
22882 " pltr (PLTRANSFORM_callback, input) : A callback function that\n"
22883 " defines the transformation between the zero-based indices of the\n"
22884 " matrix idata and world coordinates. If\n"
22885 " pltr is not supplied (e.g., is set to NULL in the C case), then the x\n"
22886 " indices of idata are mapped to the range\n"
22888 " xmax and the y indices of idata are mapped to the range\n"
22890 " ymax.For the C case, transformation functions are provided in the\n"
22891 " PLplot library: pltr0 for the identity mapping, and pltr1 and\n"
22892 " pltr2 for arbitrary mappings respectively defined by vectors and\n"
22893 " matrices. In addition, C callback routines for the transformation\n"
22894 " can be supplied by the user such as the mypltr function in\n"
22895 " examples/c/x09c.c which provides a general linear transformation\n"
22896 " between index coordinates and world coordinates.For languages\n"
22897 " other than C you should consult the PLplot documentation for the\n"
22898 " details concerning how PLTRANSFORM_callback arguments are\n"
22899 " interfaced. However, in general, a particular pattern of\n"
22900 " callback-associated arguments such as a tr vector with 6 elements;\n"
22901 " xg and yg vectors; or xg and yg matrices are respectively\n"
22902 " interfaced to a linear-transformation routine similar to the above\n"
22903 " mypltr function; pltr1; and pltr2. Furthermore, some of our more\n"
22904 " sophisticated bindings (see, e.g., the PLplot documentation)\n"
22905 " support native language callbacks for handling index to\n"
22906 " world-coordinate transformations. Examples of these various\n"
22907 " approaches are given in examples/<language>x09*,\n"
22908 " examples/<language>x16*, examples/<language>x20*,\n"
22909 " examples/<language>x21*, and examples/<language>x22*, for all our\n"
22910 " supported languages.\n"
22912 " pltr_data (PLPointer, input) : Extra parameter to help pass\n"
22913 " information to pltr0, pltr1, pltr2, or whatever routine is\n"
22914 " externally supplied.\n"
22923 "Wait for graphics input event and translate to world coordinates.\n"
22927 " Wait for graphics input event and translate to world coordinates.\n"
22928 " Returns 0 if no translation to world coordinates is possible.\n"
22930 " This function returns 1 on success and 0 if no translation to world\n"
22931 " coordinates is possible.\n"
22933 " Redacted form: plGetCursor(gin)\n"
22935 " This function is used in examples 1 and 20.\n"
22941 "PLINT plGetCursor(gin)\n"
22945 " gin (PLGraphicsIn *, output) : Pointer to PLGraphicsIn structure\n"
22946 " which will contain the output. The structure is not allocated by\n"
22947 " the routine and must exist before the function is called.\n"
22950 { NULL, NULL, 0, NULL }
23024{0, 0, 0, 0.0, 0, 0}};
23146#define SWIGRUNTIME_DEBUG
23149#ifndef SWIG_INIT_CLIENT_DATA_TYPE
23150#define SWIG_INIT_CLIENT_DATA_TYPE void *
23161 if (!pca->
next && pcb->
next)
return 1;
23162 if (pca->
next && !pcb->
next)
return -1;
23164 if (pca->
type < pcb->
type)
return -1;
23165 if (pca->
type > pcb->
type)
return 1;
23173 const int hmax = size/9;
23175 for(h = 1; h <= hmax; h = 3*h+1);
23176 for(; h > 0; h /= 3)
23178 for(i = h; i < size; ++i)
23181 unsigned int hash = cast[i].
value;
23183 while(j >= h && hash < cast[j-h].
value)
23190 cast[j].
value = hash;
23214 if (!module_head) {
23227 }
while (iter!= module_head);
23238 if (init == 0)
return;
23241#ifdef SWIGRUNTIME_DEBUG
23242 printf(
"SWIG_InitializeModule: size %lu\n", (
unsigned long)
swig_module.size);
23248 int num_mapped = 0;
23250#ifdef SWIGRUNTIME_DEBUG
23251 printf(
"SWIG_InitializeModule: type %lu %s\n", (
unsigned long)i,
swig_module.type_initial[i]->name);
23260#ifdef SWIGRUNTIME_DEBUG
23261 printf(
"SWIG_InitializeModule: found type %s\n", type->name);
23264 type->clientdata =
swig_module.type_initial[i]->clientdata;
23265#ifdef SWIGRUNTIME_DEBUG
23266 printf(
"SWIG_InitializeModule: found and overwrite type %s \n", type->name);
23275 while (cast->
type) {
23278#ifdef SWIGRUNTIME_DEBUG
23279 printf(
"SWIG_InitializeModule: look cast %s\n", cast->
type->
name);
23285#ifdef SWIGRUNTIME_DEBUG
23286 printf(
"SWIG_InitializeModule: found cast %s\n", target_type->
name);
23289#ifdef SWIGRUNTIME_DEBUG
23290 printf(
"SWIG_InitializeModule: skip old type %s\n", target_type->
name);
23292 cast->
type = target_type;
23297#ifdef SWIGRUNTIME_DEBUG
23298 if (ocast) printf(
"SWIG_InitializeModule: skip old cast %s\n", target_type->
name);
23301 cast->
type = target_type;
23308 if (!target_type) {
23309#ifdef SWIGRUNTIME_DEBUG
23310 printf(
"SWIG_InitializeModule: adding cast %s\n", cast->
type->
name);
23316 if (type == cast->
type) {
23317#ifdef SWIGRUNTIME_DEBUG
23318 printf(
"%s : self cast at pos [%li]\n", type->name, cast - first);
23320 if (cast - first) {
23337 if (cast - first) {
23345 for (tmp = first; tmp < cast; tmp++) {
23352 cast->
value = (
unsigned int)(num_mapped - 1);
23354 num_mapped -= (int)(first - cast);
23355 if (num_mapped > 1) {
23361 first = type->cast;
23365 first->
next = cast;
23377#ifdef SWIGRUNTIME_DEBUG
23378 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
23382 printf(
"SWIG_InitializeModule: type %lu %s\n", (
unsigned long)i,
swig_module.type_initial[i]->name);
23383 while (cast->
type) {
23384 printf(
"SWIG_InitializeModule: cast type %s\n", cast->
type->
name);
23388 printf(
"---- Total casts: %d\n",j);
23390 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
23402 static int init_run = 0;
23404 if (init_run)
return;
23412 for (cast =
head; (cast -
head) <=
head->value; cast++) {
23447 for (i = 0; constants[i].
type; ++i) {
23448 switch(constants[i].type) {
23453 obj =
SWIG_NewPackedObj(constants[i].pvalue, (
size_t)constants[i].lvalue, *(constants[i].ptype));
23460 PyDict_SetItemString(d, constants[i].
name, obj);
23473 for (i = 0; methods[i].ml_name; ++i) {
23474 const char *c = methods[i].ml_doc;
23476 c = strstr(c,
"swig_ptr: ");
23480 const char *
name = c + 10;
23481 for (j = 0; const_table[j].
type; ++j) {
23482 if (strncmp(const_table[j].
name,
name,
23483 strlen(const_table[j].
name)) == 0) {
23484 ci = &(const_table[j]);
23491 size_t shift = (size_t)((ci->
ptype) - types);
23493 size_t ldoc = (size_t)(c - methods[i].ml_doc);
23494 size_t lptr = strlen(ty->
name)+2*
sizeof(
void*)+2;
23495 char *ndoc = (
char*)malloc(ldoc + lptr + 10);
23498 memcpy(buff, methods[i].ml_doc, ldoc);
23500 memcpy(buff,
"swig_ptr: ", 10);
23503 methods[i].ml_doc = ndoc;
23531 static PyModuleDef_Slot SwigSlots[] = {
23535#ifdef SWIGPYTHON_NOGIL
23536#ifdef Py_GIL_DISABLED
23538 Py_mod_gil, Py_MOD_GIL_NOT_USED
23547 static struct PyModuleDef SWIG_module = {
23548 PyModuleDef_HEAD_INIT,
23559 return PyModuleDef_Init(&SWIG_module);
23563 PyObject *d, *md, *globals;
23565#if defined(SWIGPYTHON_BUILTIN)
23567 0, 0, 0, 0, 0, 0, 0
23569 static PyGetSetDef this_getset_def = {
23570 (
char *)
"this", &SwigPyBuiltin_ThisClosure, NULL, NULL, NULL
23572 static SwigPyGetSet thisown_getset_closure = {
23576 static PyGetSetDef thisown_getset_def = {
23577 (
char *)
"thisown", SwigPyBuiltin_GetterClosure, SwigPyBuiltin_SetterClosure, NULL, &thisown_getset_closure
23579 PyTypeObject *builtin_pytype;
23580 int builtin_base_count;
23583 PyGetSetDescrObject *static_getset;
23584 PyTypeObject *metatype;
23585 PyTypeObject *swigpyobject;
23587 PyObject *public_interface, *public_symbol;
23588 PyObject *this_descr;
23589 PyObject *thisown_descr;
23590 PyObject *self = 0;
23593 (void)builtin_pytype;
23594 (void)builtin_base_count;
23595 (void)builtin_basetype;
23597 (void)static_getset;
23601 metatype = SwigPyObjectType_Type();
23604 SwigPyStaticVar_Type();
23615#ifndef SWIGPYTHON_BUILTIN
23622#ifdef SWIGPYTHON_NOGIL
23623#ifdef Py_GIL_DISABLED
23624 PyUnstable_Module_SetGIL(m, Py_MOD_GIL_NOT_USED);
23628 md = d = PyModule_GetDict(m);
23633#ifdef SWIGPYTHON_BUILTIN
23637 assert(SwigPyObject_stype);
23640 SwigPyObject_stype->clientdata = &SwigPyObject_clientdata;
23641 SwigPyObject_clientdata.
pytype = swigpyobject;
23642 }
else if (swigpyobject->tp_basicsize != cd->
pytype->tp_basicsize) {
23643 PyErr_SetString(PyExc_RuntimeError,
"Import error: attempted to load two incompatible swig-generated modules.");
23653 (void)thisown_descr;
23655 public_interface = PyList_New(0);
23657 (void)public_symbol;
23659 PyDict_SetItemString(md,
"__all__", public_interface);
23662 SwigPyBuiltin_AddPublicSymbol(public_interface,
SwigMethods[i].ml_name);
23670#if SWIG_VERSION >= 0x040400
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 plMinMax2dGrid(PLFLT_MATRIX f, PLINT nx, PLINT ny, PLFLT *fnmax, PLFLT *fnmin)
PLINT plGetCursor(PLGraphicsIn *plg)
#define pl_setcontlabelformat
#define pl_setcontlabelparam
SWIGINTERN int SWIG_AsVal_long(const octave_value &ov, long *val)
SWIGINTERN int SWIG_AsVal_double(const octave_value &ov, double *val)
#define SWIG_FromBinaryCharPtrAndSize(carray, size, flags)
SWIGINTERN PyObject * _wrap_plstransform(PyObject *self, PyObject *args)
SWIGRUNTIME void SWIG_InitializeModule(SWIG_INIT_CLIENT_DATA_TYPE clientdata)
SWIGINTERN PyObject * _wrap_plgcol0a(PyObject *self, PyObject *args)
SWIGRUNTIME swig_module_info * SWIG_Python_GetModule(void *SWIGUNUSEDPARM(clientdata))
SWIGINTERN PyObject * _wrap_plsxwin(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgchr(PyObject *self, PyObject *args)
SWIGINTERNINLINE PyObject * SWIG_From_int(int value)
SWIGRUNTIME int SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plcolorbar(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plstripc(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plshade(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plhlsrgb(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgra(PyObject *self, PyObject *args)
static int interpreter_counter
SWIGINTERN PyObject * _wrap_plvpas(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiori(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_PyDict_GetItemRef(PyObject *mp, PyObject *key, PyObject **result)
#define SWIG_MangledTypeQuery(name)
SWIGINTERN PyObject * _wrap_plSetUsage(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plssub(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmaptex(PyObject *self, PyObject *args)
SWIGINTERN PyTypeObject * SwigVarLink_TypeOnce(void)
SWIGINTERN PyObject * _wrap_plsdiplt(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscolbg(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plResetOpts(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plshades(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsdimap(PyObject *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)
static swig_cast_info _swigc__p_PLcGrid2[]
SWIGINTERN PyObject * _wrap_plerrx(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plprec(PyObject *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)
#define SWIG_TypeQuery(name)
PLFLT do_f2eval_callback(PLINT x, PLINT y, PLPointer data)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0n(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plfill3(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3d(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgfont(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plvsta(PyObject *self, PyObject *args)
#define SWIG_CheckState(r)
static PyObject * Swig_runtime_data_module_global
void cleanup_mapform(void)
void cleanup_PLPointer(void)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plschr(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_keysym_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plstart(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgvpw(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb)
SWIGRUNTIME PyTypeObject * SwigPyObject_Type(void)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dY_get(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_Python_AddErrMesg(const char *mesg, int infront)
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance(SwigPyClientData *data, PyObject *swig_this)
SWIGINTERN void SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[])
pltr_func marshal_pltr(PyObject *input)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_string_get(PyObject *self, PyObject *args)
#define myArray_ContiguousFromObject
SWIGRUNTIME PyObject * SwigPyObject_next(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plgyax(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plend(PyObject *self, PyObject *args)
#define SWIG_POINTER_IMPLICIT_CONV
SWIGINTERN PyObject * _wrap_plscmap1la(PyObject *self, PyObject *args)
void do_mapform_callback(PLINT n, PLFLT *x, PLFLT *y)
SWIGRUNTIME PyObject * SwigPyPacked_New(void *ptr, size_t size, swig_type_info *ty)
SWIGINTERN PyObject * SWIG_PyList_GetItemRef(PyObject *op, Py_ssize_t index)
SWIGINTERN PyObject * _wrap_plbin(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plcol1(PyObject *self, PyObject *args)
struct swig_cast_info swig_cast_info
SWIGINTERN PyObject * _wrap_plpoin(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pltext(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plcalc_world(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_TypeNameComp(const char *f1, const char *l1, const char *f2, const char *l2)
SWIGRUNTIME PyObject * SwigPyObject_hex(SwigPyObject *v)
SWIGRUNTIME PyObject * SwigPyObject_richcompare(PyObject *v, PyObject *w, int op)
#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_plClearOpts(PyObject *self, PyObject *args)
SWIGINTERN size_t SWIG_strnlen(const char *s, size_t maxlen)
SWIGINTERN PyObject * _wrap_plgradient(PyObject *self, PyObject *args)
SWIGINTERN PyObject * SWIG_runtime_data_module(void)
SWIGINTERN int SWIG_CastCmpStruct(const void *pa, const void *pb)
SWIGINTERN PyObject * _wrap_pladv(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_append(PyObject *v, PyObject *next)
SWIGINTERN PyObject * _wrap_plsdev(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgxax(PyObject *self, PyObject *args)
#define SWIGPY_CAPSULE_ATTR_NAME
SWIGINTERN PyObject * _wrap_plsfont(PyObject *self, PyObject *args)
SWIGINTERN void SwigVarLink_dealloc(PyObject *o)
SWIGINTERN PyObject * SWIG_Python_newvarlink(void)
SWIGINTERN PyObject * _wrap_plsdidev(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsmema(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pl_setcontlabelformat(PyObject *self, PyObject *args)
#define SWIG_NewClientData(obj)
SWIGINTERN PyObject * _wrap_plot3d(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plptex3(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plspal1(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plwidth(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgpage(PyObject *self, PyObject *args)
mapform_func marshal_mapform(PyObject *input)
SWIGINTERN PyObject * _wrap_plline(PyObject *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)
SWIGRUNTIME PyTypeObject * SwigVarLink_Type(void)
SWIGRUNTIME unsigned int SWIG_Hash(const char *str, unsigned int len)
SWIGINTERN PyObject * _wrap_plscmap1(PyObject *self, PyObject *args)
SWIGRUNTIME PyTypeObject * SwigPyPacked_Type(void)
SWIGINTERN PyObject * _wrap_plvasp(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0a(PyObject *self, PyObject *args)
#define SWIG_as_voidptrptr(a)
SWIGINTERN PyObject * _wrap_plsmaj(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscolor(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plrgbhls(PyObject *self, PyObject *args)
SWIGRUNTIMEINLINE const char * SwigPyObject_GetDesc(PyObject *self)
SWIGINTERN PyObject * _wrap_plssym(PyObject *self, PyObject *args)
SWIGINTERN PyObject * SwigPyObject_own(PyObject *v, PyObject *args)
SWIGINTERN PyObject * _wrap_plptex(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plstar(PyObject *self, PyObject *args)
#define SWIG_POINTER_NOSHADOW
SWIGINTERN PyObject * _wrap_plwind(PyObject *self, PyObject *args)
SWIGRUNTIME void SWIG_TypeClientData(swig_type_info *ti, void *clientdata)
SWIGINTERN PyObject * _wrap_plstyl(PyObject *self, PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN void SWIG_Python_addvarlink(PyObject *p, const char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
SWIGINTERN PyObject * _wrap_plend1(PyObject *self, PyObject *args)
SWIGINTERN PyObject * SwigPyObject_acquire(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plgcompression(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsmin(PyObject *self, PyObject *args)
SWIGRUNTIME char * SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
SWIGINTERN PyObject * _wrap_plgcmap1_range(PyObject *self, PyObject *args)
void cleanup_PLcGrid1(void)
SWIGRUNTIME PyObject * SWIG_Python_TypeCache(void)
SWIGINTERN PyObject * _wrap_plgcol0(PyObject *self, PyObject *args)
#define SWIG_InternalNewPointerObj(ptr, type, flags)
SWIGINTERN PyObject * _wrap_plscmap1_range(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscol0a(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_long(SwigPyObject *v)
#define SWIG_exception_fail(code, msg)
SWIGINTERN PyObject * _wrap_plOptUsage(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plarc(PyObject *self, PyObject *args)
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void(void)
SWIGINTERN PyObject * _wrap_plsfam(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pltr2(PyObject *self, PyObject *args)
void do_label_callback(PLINT axis, PLFLT value, char *string, PLINT len, PLPointer data)
SWIGINTERN PyObject * _wrap_plscmap1l(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_get(PyObject *self, PyObject *args)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_state_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsvpa(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgvpd(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pltr1(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgdev(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_Python_TypeErrorOccurred(PyObject *obj)
SWIGRUNTIME void SWIG_Python_DestroyModule(PyObject *obj)
#define SWIG_SetModule(clientdata, pointer)
SWIGINTERN PyObject * _wrap_plstripd(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plw3d(PyObject *self, PyObject *args)
SWIGRUNTIME SwigPyClientData * SwigPyClientData_New(PyObject *obj)
SWIGINTERN PyObject * _wrap_pllab(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plcpstrm(PyObject *self, PyObject *args)
static PyMethodDef SwigPyObject_methods[]
#define SWIGUNUSEDPARM(p)
SWIGINTERN PyObject * _wrap_plvpor(PyObject *self, PyObject *args)
PLPointer marshal_PLPointer(PyObject *input, int isimg)
SWIGINTERN PyObject * _wrap_plstring3(PyObject *self, PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr)
#define SWIG_as_voidptr(a)
SWIGINTERN swig_type_info * SWIG_pchar_descriptor(void)
static swig_const_info swig_const_table[]
SWIGINTERN PyObject * SwigPyObject_disown(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plscol0(PyObject *self, PyObject *args)
SWIGRUNTIMEINLINE int SwigPyPacked_Check(PyObject *op)
#define SWIG_Python_CallFunctor(functor, obj)
SWIGINTERN PyObject * _wrap_plmapline(PyObject *self, PyObject *args)
SWIGRUNTIME void SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata)
SWIGINTERN PyObject * _wrap_plgfnam(PyObject *self, PyObject *args)
#define SWIG_ConvertPtr(obj, pptr, type, flags)
SWIGRUNTIME int SWIG_TypeCmp(const char *nb, const char *tb)
SWIGRUNTIME const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz)
SWIGINTERN PyObject * _wrap_plpsty(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plbox3(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plimage(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_Python_CheckNoKeywords(PyObject *kwargs, const char *name)
SWIGINTERN PyObject * _wrap_plmesh(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plszax(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plinit(PyObject *self, PyObject *args)
static PyObject * Swig_Globals_global
SWIGINTERN PyObject * _wrap_plpoly3(PyObject *self, PyObject *args)
void *(* swig_converter_func)(void *, int *)
SWIGINTERN PyObject * _wrap_plsvect(PyObject *self, PyObject *args)
#define SWIG_RUNTIME_MODULE
#define SWIG_IsBinaryStr(r)
SWIGINTERN PyObject * _wrap_plmapfill(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_repr(SwigPyPacked *v)
SWIGINTERN PyObject * _wrap_plsetopt(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap0(PyObject *self, PyObject *args)
#define SWIG_newvarlink()
SWIGRUNTIME void SWIG_Python_RaiseOrModifyTypeError(const char *message)
SWIGRUNTIME swig_type_info * SWIG_Python_TypeQuery(const char *type)
SWIGINTERN const char * SWIG_PyUnicode_AsUTF8AndSize(PyObject *str, Py_ssize_t *psize, PyObject **pbytes)
SWIGINTERN PyObject * _wrap_plparseopts(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pljoin(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plfill(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex3(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plscmap1a(PyObject *self, PyObject *args)
SWIGRUNTIME int SwigPyObject_compare(PyObject *v, PyObject *w)
void cleanup_PLcGrid2(void)
static PyObject * Swig_TypeCache_global
SWIGINTERN PyObject * _wrap_plglevel(PyObject *self, PyObject *args)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType(swig_type_info *desc)
SWIGINTERN PyObject * _wrap_plgriddata(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_AsVal_unsigned_SS_int(PyObject *obj, unsigned int *val)
SWIGINTERN PyObject * _wrap_plpath(PyObject *self, PyObject *args)
SWIGINTERN void SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj)
SWIGINTERN int SWIG_AsVal_char(PyObject *obj, char *val)
SWIGINTERN PyObject * _wrap_plot3dcl(PyObject *self, PyObject *args)
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN PyObject * SwigVarLink_getattr(PyObject *o, char *n)
PyArrayObject * myIntArray_ContiguousFromObject(PyObject *in, int type, int mindims, int maxdims)
#define SWIGPY_CAPSULE_NAME
SWIGRUNTIME void * SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int SWIGUNUSEDPARM(argnum), int flags)
SWIGRUNTIME void SWIG_Python_AddErrorMsg(const char *mesg)
SWIGINTERN PyObject * SwigVarLink_repr(PyObject *SWIGUNUSEDPARM(v))
SWIGINTERN int SWIG_PyDict_GetItemStringRef(PyObject *mp, const char *key, PyObject **result)
SWIGRUNTIME const char * SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name)
#define SWIG_NewPointerObj(ptr, type, flags)
SWIGRUNTIME void SWIG_Python_SetModule(swig_module_info *swig_module)
SWIGINTERN PyObject * _wrap_plgspa(PyObject *self, PyObject *args)
ct_func marshal_ct(PyObject *input)
SWIGINTERN void SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj)
SWIGINTERN PyObject * _wrap_plsesc(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plline3(PyObject *self, PyObject *args)
#define SWIG_InstallConstants(d, constants)
SWIGINTERN PyObject * _wrap_pllegend(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsxax(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgfci(PyObject *self, PyObject *args)
static PyMethodDef SwigMethods[]
SWIGINTERN PyObject * SWIG_Python_AppendOutput(PyObject *result, PyObject *obj, int is_void)
SWIGRUNTIMEINLINE const char * SWIG_TypeName(const swig_type_info *ty)
SWIGINTERN PyObject * _wrap_pleop(PyObject *self, PyObject *args)
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_int(unsigned int value)
void do_ct_callback(PLFLT x, PLFLT y, PLFLT *xt, PLFLT *yt, PLPointer data)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_button_set(PyObject *self, PyObject *args)
#define SWIG_STATIC_POINTER(var)
struct swig_type_info swig_type_info
PyObject * python_mapform
SWIGINTERN PyObject * _wrap_plgdidev(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgstrm(PyObject *self, PyObject *args)
SWIGRUNTIME char * SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz)
SWIGINTERN PyObject * _wrap_plflush(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgzax(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plcont(PyObject *self, PyObject *args)
SWIGRUNTIME char * SWIG_PackData(char *c, void *ptr, size_t sz)
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_plsori(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plstripa(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plrandd(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsym(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_format(const char *fmt, SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plbop(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags)
SWIGINTERN PyObject * _wrap_plgver(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsfnam(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmapstring(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plreplot(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plvect(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgdiplt(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pllsty(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_Python_ArgFail(int argnum)
#define SWIG_DelNewMask(r)
SWIGRUNTIME swig_type_info * SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
SWIGINTERN PyObject * _wrap_plpoin3(PyObject *self, PyObject *args)
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
SWIGINTERN PyObject * _wrap_plimagefr(PyObject *self, PyObject *args)
#define SWIG_NewPackedObj(ptr, sz, type)
static swig_cast_info _swigc__p_PLcGrid[]
SWIGINTERN PyObject * _wrap_plot3dc(PyObject *self, PyObject *args)
SWIGINTERN void SWIG_CastHashSort(swig_cast_info *cast, int size)
PLcGrid * marshal_PLcGrid1(PyObject *input, int isimg)
#define SWIG_GetModule(clientdata)
SWIGINTERN PyObject * _wrap_plsstrm(PyObject *self, PyObject *args)
SWIGINTERN PyObject * PLGraphicsIn_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_plGetCursor(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plspage(PyObject *self, PyObject *args)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct(const swig_type_info *from, swig_type_info *ty)
SWIGRUNTIME void SWIG_PropagateClientData(void)
SWIGINTERN PyObject * _wrap_plscolbga(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyPacked_str(SwigPyPacked *v)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pX_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pltimefmt(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_mod_exec(PyObject *module)
SWIGRUNTIME int SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
SWIGRUNTIME const char * SWIG_TypePrettyName(const swig_type_info *type)
SWIGINTERN PyObject * _wrap_plsmem(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmkstrm(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plcol0(PyObject *self, PyObject *args)
SWIGINTERN void SWIG_Python_FixMethods(PyMethodDef *methods, const swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck(const char *c, swig_type_info *ty)
SWIGRUNTIME PyObject * SWIG_This(void)
SWIGINTERN PyObject * _wrap_plenv(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsurf3dl(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_AsVal_int(PyObject *obj, int *val)
SWIGINTERN PyObject * _wrap_plenv0(PyObject *self, PyObject *args)
static swig_type_info _swigt__p_PLcGrid
#define SWIG_BUILTIN_TP_INIT
SWIGRUNTIME PyObject * SwigPyObject_repr(SwigPyObject *v)
SWIGINTERN PyObject * _wrap_plfont(PyObject *self, PyObject *args)
SWIGINTERN int SWIG_AsVal_long(PyObject *obj, long *val)
SWIGINTERN int SWIG_AsCharArray(PyObject *obj, char *val, size_t size)
SWIGINTERN PyObject * _wrap_plslabelfunc(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_pY_set(PyObject *self, PyObject *args)
struct swig_module_info swig_module_info
SWIGINTERN int SwigVarLink_setattr(PyObject *o, char *n, PyObject *p)
SWIGRUNTIMEINLINE int SwigPyObject_Check(PyObject *)
SWIGINTERN PyObject * _wrap_plgcolbg(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SWIG_Python_ErrorType(int code)
SWIGRUNTIME void SwigPyClientData_Del(SwigPyClientData *data)
SWIGINTERN PyObject * SWIG_PyType_GetFullyQualifiedName(PyTypeObject *type)
SWIGRUNTIME SwigPyObject * SWIG_Python_GetSwigThis(PyObject *pyobj)
void do_pltr_callback(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, PLPointer data)
SWIGINTERN PyObject * _wrap_plscompression(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmeridians(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_dX_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plsfci(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plerry(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plxormod(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plclear(PyObject *self, PyObject *args)
SWIGRUNTIME void SwigPyPacked_dealloc(PyObject *v)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_subwindow_get(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgcolbga(PyObject *self, PyObject *args)
#define PySequence_Fast_GET_ITEM
SWIGINTERN PyObject * _wrap_plmap(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_New(void *ptr, swig_type_info *ty, int own)
SWIGINTERN PyObject * _wrap_plhist(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pltr0(PyObject *self, PyObject *args)
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit(swig_type_info *ty)
SWIGINTERN PyObject * _wrap_plsyax(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plpat(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmeshc(PyObject *self, PyObject *args)
PLcGrid2 * marshal_PLcGrid2(PyObject *input, int isimg)
SWIGINTERN PyObject * _wrap_plfamadv(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wY_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plMinMax2dGrid(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plseed(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plmtex(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plfontld(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_delete_PLGraphicsIn(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_new_PLGraphicsIn(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_wX_set(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plconfigtime(PyObject *self, PyObject *args)
SWIGRUNTIME PyTypeObject * SwigPyObject_TypeOnce(void)
SWIGINTERN PyObject * _wrap_plstring(PyObject *self, PyObject *args)
#define SWIG_FromCharPtrAndSize(carray, size)
SWIGINTERN int SWIG_AsCharPtrAndSize(PyObject *obj, char **cptr, size_t *psize, int *alloc)
static PyObject * Swig_Capsule_global
static swig_type_info _swigt__p_PLcGrid2
SWIGINTERN PyObject * _wrap_plctime(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plgfam(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plspause(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plspal0(PyObject *self, PyObject *args)
SWIGRUNTIME PyObject * SwigPyObject_oct(SwigPyObject *v)
SWIGRUNTIME PyObject * SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGINTERN PyObject * _wrap_plgdiori(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_pllightsource(PyObject *self, PyObject *args)
SWIGINTERN PyObject * PLGraphicsIn_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance(PyObject *args)
SWIGINTERN PyObject * _wrap_plsdiplz(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plbtime(PyObject *self, PyObject *args)
#define SWIG_AddNewMask(r)
SWIGINTERN PyObject * SWIG_globals(void)
SWIGINTERN PyObject * _wrap_pl_setcontlabelparam(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_plbox(PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PLGraphicsIn_type_set(PyObject *self, PyObject *args)
#define SWIG_PYOBJ_REFCNT(OBJ)
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
SWIGINTERN PyObject * _wrap_plscmap1n(PyObject *self, PyObject *args)
enum callback_type pltr_type
SWIGINTERN PyObject * _wrap_plaxes(PyObject *self, PyObject *args)
SWIGINTERN PyObject * SwigVarLink_str(PyObject *o)
SWIGRUNTIME int SWIG_Python_AcquirePtr(PyObject *obj, int own)
#define MY_UNBLOCK_THREADS
SWIGRUNTIMEINLINE void * SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory)
static int _wrap_PLGraphicsIn_wX_get(lua_State *L)
static swig_cast_info * swig_cast_initial[]
static int _wrap_PLGraphicsIn_button_get(lua_State *L)
static int _wrap_PLGraphicsIn_keysym_get(lua_State *L)
static swig_type_info _swigt__p_f_double_double_p_double_p_double_p_void__void
static int _wrap_PLGraphicsIn_subwindow_get(lua_State *L)
static int _wrap_plend(lua_State *L)
static swig_cast_info _swigc__p_f_double_double__int[]
static swig_cast_info _swigc__p_int[]
SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb)
static swig_cast_info _swigc__p_double[]
#define SWIGTYPE_p_PLGraphicsIn
static int _wrap_plGetCursor(lua_State *L)
void(* label_func)(PLINT, PLFLT, char *, PLINT, PLPointer)
static int _wrap_PLGraphicsIn_pY_set(lua_State *L)
#define SWIG_RuntimeError
SWIGINTERN int SWIG_CastCmpStruct(const void *pa, const void *pb)
void(* mapform_func)(PLINT, PLFLT *, PLFLT *)
void(* pltr_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
static swig_cast_info _swigc__p_f_double_double_p_double_p_double_p_void__void[]
static int _wrap_PLGraphicsIn_state_get(lua_State *L)
static int _wrap_new_PLGraphicsIn(lua_State *L)
static int _wrap_PLGraphicsIn_dX_get(lua_State *L)
static int _wrap_PLGraphicsIn_pY_get(lua_State *L)
static swig_type_info * swig_types[13]
static int _wrap_plResetOpts(lua_State *L)
static swig_cast_info _swigc__p_f_int_p_double_p_double__void[]
#define SWIG_AttributeError
static int _wrap_plot3dcl(lua_State *L)
static int _wrap_plOptUsage(lua_State *L)
static swig_module_info swig_module
static int _wrap_PLGraphicsIn_state_set(lua_State *L)
static swig_type_info _swigt__p_double
#define SWIG_INIT_CLIENT_DATA_TYPE
#define SWIG_POINTER_RELEASE
static int _wrap_PLGraphicsIn_string_get(lua_State *L)
static swig_type_info _swigt__p_p_char
static int _wrap_plend1(lua_State *L)
static swig_type_info _swigt__p_p_double
#define SWIG_POINTER_CLEAR
static int _wrap_PLGraphicsIn_string_set(lua_State *L)
PLFLT(* f2eval_func)(PLINT, PLINT, PLPointer)
static int _wrap_plClearOpts(lua_State *L)
static swig_cast_info _swigc__p_char[]
static int _wrap_plot3d(lua_State *L)
static swig_type_info _swigt__p_f_int_p_q_const__double_p_q_const__double__void
PLINT(* defined_func)(PLFLT, PLFLT)
static swig_cast_info _swigc__p_p_double[]
static int _wrap_PLGraphicsIn_keysym_set(lua_State *L)
static int _wrap_PLGraphicsIn_dY_get(lua_State *L)
void(* ct_func)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer)
#define SWIG_POINTER_NO_NULL
static int _wrap_PLGraphicsIn_type_get(lua_State *L)
struct swig_type_info *(* swig_dycast_func)(void **)
#define SWIG_NullReferenceError
static int _wrap_PLGraphicsIn_type_set(lua_State *L)
#define SWIG_POINTER_DISOWN
static swig_type_info _swigt__p_PLGraphicsIn
static swig_type_info _swigt__p_f_double_double__int
static int _wrap_PLGraphicsIn_subwindow_set(lua_State *L)
static int _wrap_plot3dc(lua_State *L)
static int _wrap_PLGraphicsIn_wY_get(lua_State *L)
static int _wrap_PLGraphicsIn_dX_set(lua_State *L)
static int _wrap_PLGraphicsIn_wX_set(lua_State *L)
static swig_cast_info _swigc__p_unsigned_int[]
static swig_type_info _swigt__p_int
static swig_cast_info _swigc__p_f_int_double_p_char_int_p_void__void[]
static int _wrap_plSetUsage(lua_State *L)
static int _wrap_PLGraphicsIn_pX_set(lua_State *L)
#define SWIG_ERROR_RELEASE_NOT_OWNED
static swig_type_info _swigt__p_unsigned_int
#define SWIG_CAST_NEW_MEMORY
static swig_type_info _swigt__p_f_int_p_double_p_double__void
#define SWIGTYPE_p_unsigned_int
static swig_type_info _swigt__p_f_int_double_p_char_int_p_void__void
static int _wrap_PLGraphicsIn_button_set(lua_State *L)
static swig_type_info * swig_type_initial[]
static swig_cast_info _swigc__p_PLGraphicsIn[]
static swig_cast_info _swigc__p_p_char[]
static int _wrap_PLGraphicsIn_pX_get(lua_State *L)
#define SWIG_DivisionByZero
#define SWIGTYPE_p_double
static swig_type_info _swigt__p_char
#define SWIG_OverflowError
void(* fill_func)(PLINT, const PLFLT *, const PLFLT *)
static int _wrap_PLGraphicsIn_dY_set(lua_State *L)
static swig_cast_info _swigc__p_f_int_p_q_const__double_p_q_const__double__void[]
static int _wrap_PLGraphicsIn_wY_set(lua_State *L)
#define SWIGRUNTIMEINLINE
PyObject_HEAD void * pack
struct swig_cast_info * next
swig_converter_func converter
PyObject *(* get_attr)(void)
struct swig_globalvar * next
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
char * strcpy(char *dst, const char *src)
static tclMatrixXtnsnDescr * tail
static tclMatrixXtnsnDescr * head