|
From: <jc...@fe...> - 2002-12-12 19:07:13
|
On Thursday 12 December 2002 17:40, Joachim Wuttke wrote:
| Well, for almost every problem there is some clue somewhere
| in the source code ... in the present case in plargs.c in
| the comment to opt_drvopt(). The solution is: use only one
| call of
| plSetOpt("drvopt", "<name>=3D<value>[,<name>=3D<value>]");
|
| It works, but it is one more undocumented feature, and you
| certainly agree that a clean solution should look otherwise.
As I told, The original intention was to setup up options once before=20
plinit(), as if set from the cmd line.
To change driver behaviour after plinit(), then
/* Escape function, for driver-specific commands. */
void
plP_esc(PLINT op, void *ptr)
should be used.
Joao
|
| - Joachim
|
|
|
| -------------------------------------------------------
| This sf.net email is sponsored by:
| With Great Power, Comes Great Responsibility
| Learn to use your power at OSDN's High Performance Computing Channel
| http://hpc.devchannel.org/
| _______________________________________________
| Plplot-devel mailing list
| Plp...@li...
| https://lists.sourceforge.net/lists/listinfo/plplot-devel
|