From: <jc...@fe...> - 2002-12-12 19:08:32
|
On Thursday 12 December 2002 17:27, Joachim Wuttke wrote: | Now I really need your help: | | plSetOpt("drvopt", "<name>=3D<value>"); | | works only once. If I use it a second time to transmit | a second driver-dependent option, I obtain nonsense | values. | | Who is able to disentangle the option-setting mechanism | (and to propose me an ad-hoc solution...) ??? | | Btw a fundamental question: do we really want the drvopt | keyword ? As far as I see, there are also driver-dependent | options (e.g. for X windows) in what is now formally the | driver-independent section preceeding that keyword. The drvopt option was an atempt to give some order to a multitude of=20 driver dependant options. What matters to a postscript user to know the=20 tk, xwin, png, tex or other drivers options? I only didn't remove those driver dependent options from the comon=20 options for "compatibility" reasons, but I was very tempted to do it... Anyway there are also *program* dependent options, so why not driver=20 dependent options? Usage: lt-x01c [options] x01c options: -locate Turns on test of API locate function -xor Turns on test of XOR -font number Selects stroke font set (0 or 1, def:1) -save filename Save plot in color postscript `file' Make sure you get it right! PLplot options: * -showall Turns on invisible options -h Print out this message -v Print out the PLplot library version number -verbose Be more verbose than usual -debug Print debugging info (implies -verbose) * -hack Enable driver-specific hack(s) <-------------- -dev name Output device name -o name Output filename -display name X server to contact <-------------- -px number Plots per page in x -py number Plots per page in y -geometry geom Window size, in pixels (e.g. -geometry 400x300)=20 <-------------- * -geo geom Window size, in pixels (e.g. -geo 400x300) -wplt xl,yl,xr,yr Relative coordinates [0-1] of window into plot -mar margin Margin space in relative coordinates (0 to 0.5,=20 def 0) -a aspect Page aspect ratio (def: same as output device) -jx justx Page justification in x (-0.5 to 0.5, def 0) -jy justy Page justification in y (-0.5 to 0.5, def 0) -ori orient Plot orientation=20 (0,1,2,3=3Dlandscape,portrait,seascape,u pside-down) -freeaspect Allow aspect ratio to adjust to orientation=20 swaps -portrait Sets portrait mode (both orientation and aspect=20 ratio) -width width Sets pen width (0 <=3D width) -bg color Background color (0=3Dblack, FFFFFF=3Dwhite) -ncol0 n Number of colors to allocate in cmap 0 (upper=20 bound) -ncol1 n Number of colors to allocate in cmap 1 (upper=20 bound) -fam Create a family of output files -fsiz size[kKmMgG] Output family file size (e.g. -fsiz 0.5G, def=20 MB) -fbeg number First family member number on output -finc number Increment between family members -fflen length Family member number minimum field width -nopixmap Don't use pixmaps in X-based drivers=20 <-------------- -db Double buffer X window output <-------------- -np No pause between pages * -bufmax bytes sent before flushing output -server_name name Main window name of PLplot server (tk driver) <-------------- -server_host name Host to run PLplot server on (dp driver) <-------------- -server_port name Port to talk to PLplot server on (dp driver) <-------------- -user name User name on remote node (dp driver) <-------------- * -plserver name Invoked name of PLplot server (tk or dp driver) <-------------- * -plwindow name Name of PLplot container window (tk or dp <-------------- driver) * -tcl_cmd command TCL command string run at startup (note: <-------------- disabled) * -auto_path dir Additional directory(s) to autoload (tk or dp <-------------- driver) * -tk_file file file for plserver (tk or dp driver) <-------------- -dpi dpi Resolution, in dots per inch (e.g. -dpi=20 360x360) -compression num Sets compression level in supporting devices <-------------- -drvopt option[=3Dvalue][,option[=3Dvalue]]* Driver specific options All parameters must be white-space delimited. =20 Some options are driver dependent. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Please see the PLplot reference document for more detail. At this pace, one would get the one million options award :) 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 |