ploticus2-nox stable port information

########################################
## Fink package generated from ploticus2.xml.
########################################
## Initial setup
##
Package: ploticus2-nox
Version: 2.20
Revision: 24
Description: Creates graphical data displays (no X11)
License: GPL
Maintainer: Nigel Stanger
##
########################################
## Dependencies
##
BuildDepends: gd2, libpng3, ming, libjpeg, libiconv-dev, fink (>= 0.24.12)
Depends: %N-shlibs (>= %v-%r)
Replaces: ploticus, ploticus-docs, ploticus2
Conflicts: ploticus, ploticus-docs, ploticus2
##
########################################
## Unpack phase
##
Source: http://ploticus.sourceforge.net/download/pl220src.tar.gz
Source-MD5: a609e1e2328b9bf00966506d1038597f
Source2: http://ploticus.sourceforge.net/download/pl220site.tar.gz
Source2-MD5: 8a4431cf6e687c6d0d87525c39404f52
Source2ExtractDir: pl220src
Tar2FilesRename: pl220site:plsite
##
########################################
## Patch phase
##
PatchFile: %n.patch
PatchFile-MD5: 3e0d07a355685a3fa2ccd65d3ddf1627
PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@PACKAGE@|ploticus|g' < %{PatchFile} | patch -p1
##
########################################
## Compile phase
##
CompileScript: <<
make -C src PREFABS_DIR=%p/share/%n/prefabs XLIBS="-L/usr/X11R6/lib -lX11 -lfreetype -lfontconfig -lXpm" ADDLIBS="-L%p/lib -liconv"
make -C src -f Makefile_api clean
make -C src -f Makefile_api PREFABS_DIR=%p/share/%n/prefabs XLIBS="-L/usr/X11R6/lib -lX11 -lfreetype -lfontconfig -lXpm" ADDLIBS="-L%p/lib -lgd -lpng -lz -ljpeg -lming -liconv"
<<
##
########################################
## Install phase
##
InstallScript: <<
install -d -m 755 %i/{bin,lib}
install -c -p -m 755 src/ploticus %i/bin
install -c -p -m 644 src/libploticus* %i/lib
(cd %i/lib && ln -sf libploticus.2.20.dylib libploticus.2.dylib)
(cd %i/lib && ln -sf libploticus.2.20.dylib libploticus.dylib)
install -d -m 755 %i/share/%n
cp -R prefabs %i/share/%n
cp -R pltestsuite %i/share/%n
install -d -m 755 %i/share/doc/%n
(cd plsite && cp -R doc gallery %i/share/doc/%n)
<<
DocFiles: <<
src/Copyright
src/FreeType2
src/GPL.txt
plsite/index.html
README
<<
#
# Start of SplitOff for %N-shlibs
#
SplitOff: <<
Package: %N-shlibs
Description: Ploticus C API (no X11)
Suggests: %N (>= %v-%r), %N-dev (= %v-%r)
Replaces: ploticus2-shlibs
Conflicts: ploticus2-shlibs
Depends: libpng3-shlibs, libjpeg-shlibs, gd2-shlibs, ming-shlibs, libiconv
Files: lib/libploticus.2.20.dylib lib/libploticus.2.dylib
Shlibs: %p/lib/libploticus.2.dylib 2.10.0 %n (>= 2.10-1)
DocFiles: src/Copyright src/GPL.txt README
DescDetail: <<
A simple C-callable API that allows Ploticus to be embedded in other
applications, and facilitates interfaces to Perl, PHP, Python, etc.
This build does not support X11.

Note that there is no header file for this library.
<<
DescPort: <<
Changes to Makefile_api:

(Un)commented the Mac OS X section.

Copied the XLIBS and ADDLIBS make variables from the main Makefile
in order to build a dynamic shared library. Added an appropriate cc
command to actually build the library.

Added -lming to the libraries list (it appeared to be missing).

Patched all locations that are somewhere in the fink tree, as noted
for the main package.

Uncommented the NOXFLAG section to disable X11 support, added XLIBS
= and XINCLUDEDIR =.

Set FLAGS = -fno-common, GDLEVEL = -DGD18, GDOBJ =, GDHEADERS =
-I@PREFIX@/include, GDFREETYPE = -DGDFREETYPE (even though it
doesn't appear to get used anywhere).

Enabled all output options and locale support.
<<
DescPackaging: <<
The main package isn't required, but it is recommended because it
includes the prefabs directory and more importantly, the full
ploticus documentation :) The API documentation and a usage example
are included in the ploticus2-dev splitoff.

Note that there is no header file for this API.
<<
<<
#
# End of SplitOff for %N-shlibs
#
#
# Start of SplitOff2 for %N-dev
#
SplitOff2: <<
Package: %N-dev
Description: Ploticus C API (no X11)
Depends: %N-shlibs (= %v-%r)
Suggests: %N (>= %v-%r)
Replaces: ploticus2-dev
Conflicts: ploticus2-dev
Files: lib/libploticus.dylib lib/libploticus.a
DocFiles: <<
src/Copyright
src/GPL.txt
README
plsite/doc/api.html
pltestsuite/api_examp.c
<<
DescDetail: <<
Static library and documentation for the Ploticus C API. This build does not support X11.

Note that there is no header file for this API.
<<
DescPackaging: <<
This splitoff includes the the API documentation and a usage example.
<<
<<
#
# End of SplitOff2 for %N-dev
#
##
########################################
## Additional data
##
DescDetail: <<
Ploticus is a free, GPL, non-interactive software package for
producing plots, charts, and graphics from data. It was developed in a
Unix/C environment and runs on various Unix, Linux, and win32 systems.
ploticus is good for automated or just-in-time graph generation,
handles date and time data nicely, and has basic statistical
capabilities. It allows significant user control over colors, styles,
options and details. It is available as a command-line tool, and can
also be invoked via CGI. C developers can use libploticus. Other
interfaces exist for packages such as Python.

Ploticus can produce PNG and JPEG images; and PostScript, EPS, SVG and
SWF (shockwave-flash) vector formats. Server-side or client-side
imagemaps can be generated for providing click-thru or mouseover popup
text bubbles in web-based applications.

This build does not support X11.

Note that for SWF (Flash) support to work, you will need to install
some FDB fonts. You can download a few such fonts from the Ploticus
web site (see below).

Full HTML documentation and examples are included with the package.
<<
DescPort: <<
Changes to Makefile:

(Un)commented the appropriate section (the section for Linux/FreeBSD).
We're compiling with all features switched on (except X11 support, see
below), so set the ploticus target to plgd18.

Patched all locations that are somewhere in the fink tree. This
defaults to %p and is passed in from the compile script. (Thanks to
Jeff Whitaker for pointing this out.)

Added -L@PREFIX@/lib to ADDLIBS (also see libfreetype comment below)
and -I@PREFIX@/include to GD18H.

Enabled Ming/SWF support.

Set FLAGS = -dynamic to force use of dynamic shared libraries rather
than static ones.

Set PL = ploticus (defines the name of the binary) to avoid a conflict
with pre-existing /usr/bin/pl.

The ploticus prefabs directory is hardcoded as %p/share/%n/prefabs
(passed in from the compile script via the PREFABS_DIR make variable).

Uncommented the NOXFLAG section to disable X11 support, added
XINCLUDEDIR =.

Enabled locale support.
<<
DescPackaging: <<
Patches the makefiles to compile properly under Darwin. Also applies
any late patches from the Ploticus author before compiling.

Note that there are no header files for the ploticus API shared
libary. That's why the package doesn't install any :) and why it
doesn't need a BuildDependsOnly line. Also, the main package is
totally independent of the -shlibs package, which is why it doesn't
depend on it as you might normally expect.

Although the full documentation is a separate download, it is included
in this package because Ploticus is somewhat non-intuitive. The full
documentation comes with a comprehensive gallery of fully-documented
examples.

I've patched the documentation to change most references to "pl" (the
original binary name) to "ploticus". I've also removed most references
to GIF since this build doesn't support pseudo-GIF creation (not for
any political reasons --- the Makefile simply doesn't include it when
you enable all the other formats). Similarly, since this build doesn't
support X11, I've done the same for most X11 references. Obviously, it
would be improper to change any references that are are historical in
nature, refer to a package for another operating system or are in a
feedback email, so I've left these as they are. I also fixed the odd
typo that I noticed :) The upshot of all this is that the Fink package
documentation differs somewhat from the official documentation
provided at the ploticus web site. It also makes for a big patch
(>200KB), but I think it's justified, and isn't unheard of.

Although Steve Grubb supplies a few FDB fonts (for Flash/SWF) on the
Ploticus web site, I haven't included them (either here or as a
separate package) because I don't know about the licensing of these
fonts.

Note that author of Ploticus now considers this to be the official Mac
OS X port. Whee!
<<
Homepage: http://ploticus.sourceforge.net/
##
##
##

ploticus2-nox stable port .patch

diff -Naur ploticus2-nox-base/plsite/doc/Changelog.html ploticus2-nox-patched/plsite/doc/Changelog.html
--- ploticus2-nox-base/plsite/doc/Changelog.html Thu Nov 27 22:10:54 2003
+++ ploticus2-nox-patched/plsite/doc/Changelog.html Fri Nov 28 15:03:17 2003
@@ -281,7 +281,7 @@
directory (filename beginning with $) may be used any time, not just
with -prefab. This will make it easier to copy prefab scripts into other
directories for customization.


-

  • Fixed bug - pl crashes when reading any config file.


    +
  • Fixed bug - ploticus crashes when reading any config file.


  • Fixed bug - prefabs were not working in CGI mode.


  • Fixed bug - script lines longer than 255 were overflowing. The
    published script line length limit is 3000.


    @@ -553,7 +553,7 @@
    specify pagesize: 8.5 11.
    Some of the scripts in the test suite had such problems and are now fixed.



    -
  • Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl where result
    +
  • Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) ploticus where result
    draws into negative absolute coordinate space.



  • Fixed bug: proc areadef xautorange/yautorange not working correctly in some cases
    @@ -629,7 +629,7 @@





    -
  • changed: proc getdata - pl no longer quits when no data could be read.
    +
  • changed: proc getdata - ploticus no longer quits when no data could be read.
    Scripts can check @NRECORDS after getdata finishes and take appropriate action.
  • changed: default result size is now 8" x 8".

    @@ -865,7 +865,7 @@

    Version 1.1, Aug 30 99



    • fixed proc lineplot bug evidenced by stock.htm;
      -
    • other minor items related to linux & irix port. (note: pl -version still reports 1.0
      +
    • other minor items related to linux & irix port. (note: ploticus -version still reports 1.0
      in some of the binaries)



    diff -Naur ploticus2-nox-base/plsite/doc/Copyright.html ploticus2-nox-patched/plsite/doc/Copyright.html
    --- ploticus2-nox-base/plsite/doc/Copyright.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/Copyright.html Fri Nov 28 15:03:17 2003
    @@ -94,7 +94,7 @@
    requiring that GPL be attached only to ploticus, and not to the larger
    package. Prerequisites: 1) the rest of your product must be considered an
    independent and viable work in its own right; 2) ploticus must be invoked
    -using the standard pl(1) executable, not the libploticus API; 3) ploticus
    +using the standard ploticus(1) executable, not the libploticus API; 3) ploticus
    graphics capability may not be offered as an additional cost option;
    4) ploticus source code may not be enhanced; 5) ploticus identity and
    authorship must be clearly stated and be visible to users.
    diff -Naur ploticus2-nox-base/plsite/doc/annotate.html ploticus2-nox-patched/plsite/doc/annotate.html
    --- ploticus2-nox-base/plsite/doc/annotate.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/annotate.html Fri Nov 28 15:35:02 2003
    @@ -55,9 +55,6 @@

    Hints


    Specify positions in scaled units if possible.. this protects you from underlying position
    shift.
    -You can get absolute locations by previewing a graph in X11 mode and clicking with the mouse...
    -coordinates will be written to standard error for each click... Then cut/paste these
    -into your script file for annotations.






    diff -Naur ploticus2-nox-base/plsite/doc/api.html ploticus2-nox-patched/plsite/doc/api.html
    --- ploticus2-nox-base/plsite/doc/api.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/api.html Fri Nov 28 15:35:02 2003
    @@ -42,7 +42,7 @@
    This simple C language API
    has all of the funcionality of the

    - pl program
    + ploticus program

    and is similarly covered by the General Public License.


    @@ -79,7 +79,7 @@
    stat = ploticus_init( "png", "hello.png" );
    stat += ploticus_arg( "-scale", "0.8" );
    if( stat != 0 ) {
    - printf( "error in pl setup\n" );
    + printf( "error in ploticus setup\n" );
    exit(1);
    }
    ploticus_execline( "#proc annotate" );
    @@ -117,7 +117,7 @@
    ploticus config file

    if any, and set the output device to one of
    -png, gif, x11, svg, jpeg, eps, or swf.
    +png, svg, jpeg, eps, or swf.
    (Not all devices may be available, depending on the build.)
    outfilename is the pathname of the file where the
    result will be written.
    @@ -136,7 +136,7 @@


    Specify a

    - pl command line argument.
    + ploticus command line argument.

    name specifies the argument name and value an argument value.
    If there is no argument value, value should be passed as "".
    diff -Naur ploticus2-nox-base/plsite/doc/attributetypes.html ploticus2-nox-patched/plsite/doc/attributetypes.html
    --- ploticus2-nox-base/plsite/doc/attributetypes.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/attributetypes.html Fri Nov 28 15:35:02 2003
    @@ -55,8 +55,6 @@


    Origin (0,0) is always the lower-left corner of the page or drawing area.
    -You can get absolute locations by previewing a graph in X11 mode and clicking with
    -the mouse.. coordinates will be written to standard error for each click.


    Scaled space is measured in whatever data units are currently in effect
    diff -Naur ploticus2-nox-base/plsite/doc/buildinfo.html ploticus2-nox-patched/plsite/doc/buildinfo.html
    --- ploticus2-nox-base/plsite/doc/buildinfo.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/buildinfo.html Fri Nov 28 15:03:17 2003
    @@ -70,12 +70,12 @@

  • The Makefile is ready to go for Linux & PNG. For other platforms and configurations,
    edit the Makefile and follow the simple 3-step install procedure.
  • make clean; make
    -
  • The pl executable will be left in the source directory.. move it into a bin manually,
    +
  • The ploticus executable will be left in the source directory.. move it into a bin manually,
    or do make install.
  • To build libploticus do: make clean; make -f Makefile_api
    The result will be libploticus.a
  • Set an environment variable called PLOTICUS_PREFABS to hold the full pathname of the
    -directory where prefab files reside (./prefabs in the distribution). This allows pl
    +directory where prefab files reside (./prefabs in the distribution). This allows ploticus
    to locate the prefab files, and other included files.
  • See the support page for additional info.

    diff -Naur ploticus2-nox-base/plsite/doc/cgi.html ploticus2-nox-patched/plsite/doc/cgi.html
    --- ploticus2-nox-base/plsite/doc/cgi.html Thu Nov 27 22:10:54 2003
    +++ ploticus2-nox-patched/plsite/doc/cgi.html Fri Nov 28 15:03:17 2003
    @@ -41,13 +41,13 @@

    Direct CGI mode



    - pl
    + ploticus

    may be invoked directly from URLs in HTML pages, to create plots

    on the fly.

    -Direct CGI mode can produce pseudo-GIF, PNG, JPEG,
    +Direct CGI mode can produce PNG, JPEG,

    SVG or SVGZ.

    @@ -56,7 +56,7 @@
    CGI security concerns

    that must be fully understood by
    -the programmer before using pl in direct CGI mode.
    +the programmer before using ploticus in direct CGI mode.
    Other strategies for

    on the fly graphing
    @@ -66,21 +66,21 @@
    here.


    -To use ploticus in direct CGI mode, copy your pl executable to your cgi-bin (or make
    +To use ploticus in direct CGI mode, copy your ploticus executable to your cgi-bin (or make
    a link), and create a ploticus config file (see below).
    The specifics of local CGI bin and file naming conventions vary;
    see your local admin if having difficulty.
    Then, use a construct such as this in your HTML page:



    -<img src="http://abc.org/cgi-bin/pl?cgi=1&scat1.pl&-png&-scale&0.8&
    +<img src="http://abc.org/cgi-bin/ploticus?cgi=1&scat1.pl&-png&-scale&0.8&
    TITLE=Trailer%20Tongue%20Technologies">



    This is equivalent to command line usage:



    -pl scat1.pl -png -scale 0.8 TITLE="Trailer Tongue Technologies"
    +ploticus scat1.pl -png -scale 0.8 TITLE="Trailer Tongue Technologies"


    cgi=1 should be the first parameter in your URL construct, as shown
    @@ -88,7 +88,7 @@


    After that, the regular

    - pl command line options and arguments
    + ploticus command line options and arguments

    , including those for

    @@ -106,9 +106,9 @@





    CGI mode behavior


    -pl automatically goes into CGI mode if it detects the environment variable
    +ploticus automatically goes into CGI mode if it detects the environment variable
    QUERY_STRING (set by your web server), and there are no conventional command
    -line arguments given. pl behaves this way when in CGI mode:
    +line arguments given. ploticus behaves this way when in CGI mode:



    • @@ -134,25 +134,25 @@


      The config file
      -must have the same name as your pl executable, plus a .cnf extension
      -(if your pl executable name ends in .cgi or .exe these are removed before appending
      +must have the same name as your ploticus executable, plus a .cnf extension
      +(if your ploticus executable name ends in .cgi or .exe these are removed before appending
      the .cnf).
      -If pl must be used in several different contexts within the same cgi-bin,
      -you can make soft links to pl, using other names for the links, and have
      +If ploticus must be used in several different contexts within the same cgi-bin,
      +you can make soft links to ploticus, using other names for the links, and have
      a separate config file corresponding with each one. Examples:


      - pl executable name use this config file name
      + ploticus executable name use this config file name
      --------------------------- ---------------------------
      - /data/cgi-bin/pl /data/cgi-bin/pl.cnf
      - /data/cgi-bin/plproj1 /data/cgi-bin/plproj1.cnf
      - /data/cgi-bin/pl.cgi /data/cgi-bin/pl.cnf
      - /data/cgi-bin/pl.exe /data/cgi-bin/pl.cnf
      + /data/cgi-bin/ploticus /data/cgi-bin/ploticus.cnf
      + /data/cgi-bin/plproj1 /data/cgi-bin/plproj1.cnf
      + /data/cgi-bin/ploticus.cgi /data/cgi-bin/ploticus.cnf
      + /data/cgi-bin/ploticus.exe /data/cgi-bin/ploticus.cnf





      • -pl will operate from the projectroot directory. All filenames should
        +ploticus will operate from the projectroot directory. All filenames should
        be expressed relative to projectroot. The script file must be
        below projectroot. Script file names beginning with slash (/) or
        dot (.), or containing double-dot (..) are prohibited. This
        @@ -164,12 +164,12 @@
        command arguments are extracted from QUERY_STRING
        which is an environment variable set by your web server before it invokes CGI programs.
        (HTML POST method is not supported).
        -If this is not available, pl will exit.
        +If this is not available, ploticus will exit.




      • -default output format is GIF, JPEG, or PNG depending on the pl build;
        +default output format is JPEG or PNG depending on the ploticus build;
        this can also be controlled via the arguments list.


      @@ -187,13 +187,13 @@




      • -pl command line options that are inappropriate in CGI mode, such as
        +ploticus command line options that are inappropriate in CGI mode, such as
        -diagfile, -errfile, -viewer, and -o, are disabled.




      • -pl -debug automatically writes diagnostic and error info to files,
        +ploticus -debug automatically writes diagnostic and error info to files,
        useful in troubleshooting (see below).


        @@ -202,7 +202,7 @@

      Troubleshooting


      Use the -debug option in your invoking URL, just after the cgi=1 argument,
      -eg. http://abc.com/cgi-bin/pl&cgi=1&-debug&-gif..
      +eg. http://abc.com/cgi-bin/ploticus&cgi=1&-debug&-png..
      This causes error message output to be written to /tmp/plcgi_err
      and diagnostic output to be written to /tmp/plcgi_diag.
      (If the config file is loaded successfully and a temp directory is specified there, then
      @@ -213,18 +213,18 @@
      an error message is written to /tmp/plcgi_err regardless of whether -debug was specified.


      If no error message file is appearing,
      -It is possible that pl was never executed. This could be because your URL path
      -is incorrect, or your web server could not access and/or execute pl because of file permissions.
      +It is possible that ploticus was never executed. This could be because your URL path
      +is incorrect, or your web server could not access and/or execute ploticus because of file permissions.
      To ensure your invoking URL is correct, verify by invoking some other CGI program
      in the same directory.


      File permissions are important.
      On Unix systems,
      -be sure that your pl executable file mode is readable & executable by world
      -(use command chmod 755 pl) so that your web server can execute pl.
      -If you can, it may be desirable to set your pl executable file to be setuid and
      -setgid to your own UID and group (chmod 6755 pl); then it will be able to see all
      -files that you can see. Otherwise, pl will execute as your web server UID (often nobody),
      +be sure that your ploticus executable file mode is readable & executable by world
      +(use command chmod 755 ploticus) so that your web server can execute ploticus.
      +If you can, it may be desirable to set your ploticus executable file to be setuid and
      +setgid to your own UID and group (chmod 6755 ploticus); then it will be able to see all
      +files that you can see. Otherwise, ploticus will execute as your web server UID (often nobody),
      and you'll need to ensure that your config file and all other files needed such as
      script files, data files, and prefabs files are readable by world, so that your
      web server process can gain access (chmod 644 filenames).
      @@ -240,19 +240,19 @@


      If you want your CGI to generate PNG you may need to place plpng into your
      -cgi-bin and execute it instead of pl (this depends on your ploticus build).
      +cgi-bin and execute it instead of ploticus (this depends on your ploticus build).


      -Then, in the new window, invoke pl by hand, with no command line arguments, similarly to this:
      +Then, in the new window, invoke ploticus by hand, with no command line arguments, similarly to this:



      -/data/htdocs/cgi-bin/pl > out
      +/data/htdocs/cgi-bin/ploticus > out


      Any error messages should be visible on screen.
      (The output file will generally not be displayable because it contains a mime-type header.)


      -In theory CGI mode should work with PNG, GIF, JPEG and SVG.
      -I noticed some flakiness with SVG. If the pl script argument was
      +In theory CGI mode should work with PNG, JPEG and SVG.
      +I noticed some flakiness with SVG. If the ploticus script argument was
      last and I was generating SVG, MSIE wouldn't display it until I added a trailing &
      to the URL. And, MSIE didn't understand SVGZs when generated in CGI mode.

      @@ -263,7 +263,7 @@


      You should be fully familiar with CGI security issues and how
      they relate to your platform and project,
      -before putting pl into
      +before putting ploticus into
      service as a CGI program.
      Some things to keep in mind:


        @@ -272,8 +272,8 @@
        It is also very easy for users to submit modified CGI invocations (especially altered
        arguments).

      • -If you pass a data file name (or other filename) to pl via a varvalue argument,
        -use the following within your pl script to guard against hacks on the file name:
        +If you pass a data file name (or other filename) to ploticus via a varvalue argument,
        +use the following within your ploticus script to guard against hacks on the file name:



      diff -Naur ploticus2-nox-base/plsite/doc/changes20.html ploticus2-nox-patched/plsite/doc/changes20.html
      --- ploticus2-nox-base/plsite/doc/changes20.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/changes20.html Fri Nov 28 15:03:17 2003
      @@ -117,7 +117,7 @@



    • Resource utilization limits have been added as a safety feature
      -for automated situations. By default pl (and any other process it initiates)
      +for automated situations. By default ploticus (and any other process it initiates)
      are limited to 10 cpu seconds and 5MB of created disk space. When a process
      exceeds a limit, a core dump occurs. These limits can be raised via

      diff -Naur ploticus2-nox-base/plsite/doc/clickmap.html ploticus2-nox-patched/plsite/doc/clickmap.html
      --- ploticus2-nox-base/plsite/doc/clickmap.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/clickmap.html Fri Nov 28 15:03:17 2003
      @@ -41,7 +41,7 @@

      Clickmaps and mouseover labels



      Clickmaps (clickable image maps) allow browser users to click on a region in
      -a PNG, JPEG, GIF, or SVG graphic, which acts as a hyperlink to a new web page.
      +a PNG, JPEG, or SVG graphic, which acts as a hyperlink to a new web page.
      Mouseover labels allow browser users to move the mouse over a data point or region
      without clicking, and a text bubble appears giving additional information, which is a powerful annotation
      technique available (only with client-side image maps however).
      @@ -67,7 +67,7 @@
      in field 3. Assume that we have a URL that accepts case IDs as a user variable. We could generate a bar graph
      with click-thru and mouseover popup text bubble support by using this command:


      - pl -prefab bars data=myfile.dat delim=tab y=1 \
      + ploticus -prefab bars data=myfile.dat delim=tab y=1 \
      clickmapurl="http://abc.com/cgi-bin/showcase?caseid=@2" \
      clickmaplabel="@3" -csmap -mapfile stdout

      @@ -92,7 +92,7 @@




      Mouseover text labels


      Mouseover text bubbles are done in a similar way to clickmaps, for most of the same types of plots.
      -You must use a client-side image map (-csmap or -csmapdemo) to accompany a PNG, GIF, or JPEG
      +You must use a client-side image map (-csmap or -csmapdemo) to accompany a PNG or JPEG
      image. Mouseover may be done alone or with clickability and URLs. In plotting procs,
      mouseover text bubble messages are specified similarly to URLs using an attribute
      called clickmaplabel. In situations where URLs are generated by way of embedded
      @@ -121,13 +121,13 @@
      Usage examples:


      -pl -png -csmap -mapfile stdout pie3.pl
      +ploticus -png -csmap -mapfile stdout pie3.pl


      -pl -png -map -prefab pie ...
      +ploticus -png -map -prefab pie ...


      -pl -png -map pie3.pl
      +ploticus -png -map pie3.pl


      -pl -svgz -map results4.pl
      +ploticus -svgz -map results4.pl



      @@ -145,7 +145,7 @@
      Here's an HTML example that uses an embedded client-side map for an image:

      <map name="map1">
      - ... the map content that pl generates will go here ...
      + ... the map content that ploticus generates will go here ...
      </map>
      <img src="mypic.png" usemap="#map1">

      @@ -161,8 +161,8 @@




      Troubleshooting


      The -mapdemo or -csmapdemo command line options may be used to show where the
      -mapped are; they will be outlined in green. Further, -csmapdemo when used with -png,
      --jpg of -gif will generate a complete HTML chunk linking the output image with the map.
      +mapped are; they will be outlined in green. Further, -csmapdemo when used with -png or
      +-jpg will generate a complete HTML chunk linking the output image with the map.


      Note that if two generated mapped regions overlap, they are stacked in the order generated
      (the last generated is on "top").
      diff -Naur ploticus2-nox-base/plsite/doc/color.html ploticus2-nox-patched/plsite/doc/color.html
      --- ploticus2-nox-base/plsite/doc/color.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/color.html Fri Nov 28 12:48:54 2003
      @@ -55,7 +55,7 @@
      or HSB specification (PostScript only).
      Hatch patterns may also be used as colors, for rectangular areas
      such as bars.
      -In addition, when rendering in PNG, GIF, or EPS, the special color
      +In addition, when rendering in PNG or EPS, the special color
      transparent may be used to create images with transparent background
      (transparent is the default for EPS).

      diff -Naur ploticus2-nox-base/plsite/doc/config.html ploticus2-nox-patched/plsite/doc/config.html
      --- ploticus2-nox-base/plsite/doc/config.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/config.html Fri Nov 28 15:03:17 2003
      @@ -65,7 +65,7 @@

      A few can also be set from the

      - pl command line.
      + ploticus command line.

      Presidence (from highest to lowest) is: proc settings, command line, config file.

      @@ -109,7 +109,7 @@



      The directory from which ploticus will operate. This must be specified when
      -using pl in
      +using ploticus in

      cgi mode.

      @@ -125,22 +125,22 @@
      [arg]


      -Set a pl command line option (see
      +Set a ploticus command line option (see

      - pl(1)
      + ploticus(1)

      for a list of supported command line options) or

      prefab

      parameter.
      -The given command line option will be in effect for all invocations of pl.
      +The given command line option will be in effect for all invocations of ploticus.
      This parameter may be used as many times as necessary.
      The only command line args that cannot be set this way are -prefab, -f, and -ver.


      Example:

      - option: -gif
      + option: -jpeg
      option: -viewer xv
      option: delim=comma

      @@ -340,7 +340,7 @@
      nseconds


      -Number of seconds of CPU time that will be allowed to the pl process
      +Number of seconds of CPU time that will be allowed to the ploticus process
      or any spawned subprocesses. Default is 30 seconds.
      Any process exceeding this will abort.

      diff -Naur ploticus2-nox-base/plsite/doc/dataformat.html ploticus2-nox-patched/plsite/doc/dataformat.html
      --- ploticus2-nox-base/plsite/doc/dataformat.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/dataformat.html Fri Nov 28 15:03:17 2003
      @@ -64,7 +64,7 @@
      Fields can be specified by number, so
      we could use this command:

      - pl -prefab vbars data=myfile.dat y=2 err=3
      + ploticus -prefab vbars data=myfile.dat y=2 err=3

      If your data set has a field name header (field names in the first row) you can
      reference fields using those names if you want to. For example:
      @@ -76,7 +76,7 @@

      ..we could use this command:

      - pl -prefab vbars data=myfile.dat header=yes y=level err=se
      + ploticus -prefab vbars data=myfile.dat header=yes y=level err=se

      The field name header must use the same delimitation as the data proper.
      Field names are like variable names; they
      @@ -249,9 +249,9 @@
      These examples illustrate:


      -mysql acars < mycommand.sql | pl -prefab ... data=stdin delim=tab..
      +mysql acars < mycommand.sql | ploticus -prefab ... data=stdin delim=tab..


      -http_get "http://abc.net/delta/jan28.dat" | pl -prefab ... data=stdin ..
      +http_get "http://abc.net/delta/jan28.dat" | ploticus -prefab ... data=stdin ..


      If you are developing ploticus scripts, and your data exists in a state such that additional processing is
      diff -Naur ploticus2-nox-base/plsite/doc/download.html ploticus2-nox-patched/plsite/doc/download.html
      --- ploticus2-nox-base/plsite/doc/download.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/download.html Fri Nov 28 15:03:17 2003
      @@ -166,7 +166,7 @@




    • A patch
      -allowing pl to be compiled with a new GD version
      +allowing ploticus to be compiled with a new GD version
      that reintroduces gif support along with
      later GD features such as Freetype font support, etc.
      The patch was tested with libgd with gif support gd-2.0.12gif.tar.gz
      diff -Naur ploticus2-nox-base/plsite/doc/dynamic.html ploticus2-nox-patched/plsite/doc/dynamic.html
      --- ploticus2-nox-base/plsite/doc/dynamic.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/dynamic.html Fri Nov 28 15:03:17 2003
      @@ -83,17 +83,17 @@






      -

      Invoking pl via the shell


      +

      Invoking ploticus via the shell



      This is appropriate if you are using a dynamic web content
      -system such as PHP, or invoking pl via cron or some other
      +system such as PHP, or invoking ploticus via cron or some other
      automatic command issuer.
      Generally the procedure is:



      1. generate a unique temp file name for the output

      -2. invoke pl via the shell, using the temp file as the output file (-o)
      +2. invoke ploticus via the shell, using the temp file as the output file (-o)

      3. display the temp file using an <img> tag

      diff -Naur ploticus2-nox-base/plsite/doc/faq.html ploticus2-nox-patched/plsite/doc/faq.html
      --- ploticus2-nox-base/plsite/doc/faq.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/faq.html Fri Nov 28 15:35:02 2003
      @@ -177,7 +177,7 @@


      Yes.
      -PNG and GIF files may be inserted as pictures.
      +PNG files may be inserted as pictures.
      SVG has a bright future as a portable and scalable graphic format.
      EPS files may be used with PowerPoint if the result will be
      rendered on a PostScript film imager.
      @@ -238,7 +238,7 @@
      Typical uses of a config file are to set a default date format, or to set international
      number notation or date notation. You can also set any

      - pl command line option
      + ploticus command line option

      automatically from within a config file.
      Config files are completely optional, and may be used with prefabs and scripts.
      @@ -387,25 +387,12 @@






      -Why isn't vertical text displayed properly on X11?
      -


      -

      -Ploticus doesn't store its own fonts or have its own
      -font system; rather it uses fonts that are native to the various graphics platforms
      -or drivers. X11 does not support vertical fonts (at least it didn't seem to
      -when I wrote the X11 code several years ago). PostScript and PNG/GIF do support
      -vertical fonts.
      -
      -
      -



      -

      -


      If I had one feature request for ploticus it would be
      support for setting text at angles other than 0 and 90.



      This could be done for postscript rendering easily enough
      -but would be difficult in X11 and PNG/GIF, since the underlying
      +but would be difficult in PNG, since the underlying
      libraries do not support angled fonts.


      diff -Naur ploticus2-nox-base/plsite/doc/fonts.html ploticus2-nox-patched/plsite/doc/fonts.html
      --- ploticus2-nox-base/plsite/doc/fonts.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/fonts.html Fri Nov 28 15:35:02 2003
      @@ -57,7 +57,7 @@
      Vertical rendering is available.
      Availability of symbols and nonroman characters is limited to those in ASCII
      extended range. Note:
      -some characters in the GD extended range don't agree with X11 or PostScript
      +some characters in the GD extended range don't agree with PostScript
      (there were apparently conflicting standards defining extended ascii).
      The GD character set is defined in gdfontg.c, which may be modified
      to suit if necessary.
      @@ -185,17 +185,6 @@






      -
      -

      X11


      -Always uses the same fixed width font.
      -You can't set the font from ploticus; -font (etc.) will have no effect.
      -Depending on availablility, this will be
      -either -adobe-courier-bold-r-normal, -misc-fixed-medium-r-normal,
      -or as a last resort, 9x15. Proper vertical rendering is not available.
      -Availability of symbols and nonroman characters is limited to those in ASCII
      -extended range.
      -
      -



      UNICODE FONTS


      Unicode fonts may be used for titles, labels, tags, category names, etc. in the script or
      in data, if you are rendering in SVG or PNG/JPEG with FreeType2 (versions 2.05+).
      @@ -211,7 +200,7 @@

      , from the

      - pl command line
      + ploticus command line

      , or in a

      diff -Naur ploticus2-nox-base/plsite/doc/news_old.html ploticus2-nox-patched/plsite/doc/news_old.html
      --- ploticus2-nox-base/plsite/doc/news_old.html Thu Nov 27 22:10:54 2003
      +++ ploticus2-nox-patched/plsite/doc/news_old.html Fri Nov 28 15:03:18 2003
      @@ -69,7 +69,7 @@



    • New - axis - new attribute stublen



      -
    • New - pl command line - new option -echo to display interpreted,
      +
    • New - ploticus command line - new option -echo to display interpreted,
      fully expanded script lines to stdout or stderr for debugging




      @@ -355,7 +355,7 @@
      directory (filename beginning with $) may be used any time, not just
      with -prefab. This will make it easier to copy prefab scripts into other
      directories for customization.


      -
    • Fixed bug - pl crashes when reading any config file.


      +
    • Fixed bug - ploticus crashes when reading any config file.


    • Fixed bug - prefabs were not working in CGI mode.


    • Fixed bug - script lines longer than 255 were overflowing. The
      published script line length limit is 3000.


      @@ -626,7 +626,7 @@
      specify pagesize: 8.5 11.
      Some of the scripts in the test suite had such problems and are now fixed.



      -
    • Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl where result
      +
    • Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) ploticus where result
      draws into negative absolute coordinate space.



    • Fixed bug: proc areadef xautorange/yautorange not working correctly in some cases
      @@ -702,7 +702,7 @@





      -
    • changed: proc getdata - pl no longer quits when no data could be read.
      +
    • changed: proc getdata - ploticus no longer quits when no data could be read.
      Scripts can check @NRECORDS after getdata finishes and take appropriate action.
    • changed: default result size is now 8" x 8".

      @@ -938,7 +938,7 @@

      Version 1.1, Aug 30 99



      • fixed proc lineplot bug evidenced by stock.htm;
        -
      • other minor items related to linux & irix port. (note: pl -version still reports 1.0
        +
      • other minor items related to linux & irix port. (note: ploticus -version still reports 1.0
        in some of the binaries)



      diff -Naur ploticus2-nox-base/plsite/doc/page.html ploticus2-nox-patched/plsite/doc/page.html
      --- ploticus2-nox-base/plsite/doc/page.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/page.html Fri Nov 28 15:35:02 2003
      @@ -115,11 +115,11 @@
      yes | no


      -If proc page is used with eps, png, or gif as the device,
      +If proc page is used with eps or png as the device,
      this attribute may be used so that the
      bounding box includes the whole page
      (normally it is cropped to the design with a small margin).
      -Default is no for EPS, PNG or GIF, yes otherwise.
      +Default is no for EPS or PNG, yes otherwise.


      Example: pagebox: yes

      @@ -151,8 +151,8 @@


      Does the same thing as the -o command line option.
      -Specifies a filename where PNG, GIF, EPS, or paginated postscript result will be placed.
      -For PNG, GIF and EPS a different file name should be used for every Page.
      +Specifies a filename where PNG, EPS, or paginated postscript result will be placed.
      +For PNG and EPS a different file name should be used for every Page.





      @@ -263,7 +263,7 @@


      Same thing as -crop command line option.
      -After rendering crop PNG, GIF, or EPS result to a box in absolute units.
      +After rendering crop PNG or EPS result to a box in absolute units.





      @@ -275,7 +275,7 @@


      Does the same thing as the -tightcrop command line option.
      -After rendering crop PNG, GIF or EPS result
      +After rendering crop PNG or EPS result
      to the extent of the design with no margin
      (normally a small margin is allowed).



      @@ -288,7 +288,7 @@


      Same thing as -croprel command line option.
      -After rendering crop PNG, GIF, or EPS result to the extent of the design but
      +After rendering crop PNG or EPS result to the extent of the design but
      with an adjustable margin; positive values always adjust
      the crop outward from center, negative values inward.

      @@ -333,8 +333,7 @@


      Similar to the -pagesize command line option.
      -However, unlike with the command line option, X11 window size will be affected
      -if overall scaling is done. Another noticed difference is that
      +Note that
      background fill color on large pages works with the command line option
      but not with this attribute.


      @@ -350,7 +349,7 @@


      Does the same thing as the -outlabel command line option.
      -Set an output label or title to label. For X11 this is the window title.
      +Set an output label or title to label.
      For PostScript and SVG it sets the %%Title attribute (first page only).


      diff -Naur ploticus2-nox-base/plsite/doc/paper.html ploticus2-nox-patched/plsite/doc/paper.html
      --- ploticus2-nox-base/plsite/doc/paper.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/paper.html Fri Nov 28 15:03:18 2003
      @@ -73,11 +73,11 @@




      Image import



      -Another way to work is to create PNG,
      +Another way to work is to create PNG or

      SVG

      -, or GIF files with ploticus,
      + files with ploticus,
      and import these into your document.





      @@ -117,7 +117,7 @@
      or on the command line.


    • Pagination - a single script file may generate multiple pages of results.
      -In pl, proc page is used to specify a page break.
      +In ploticus, proc page is used to specify a page break.





      diff -Naur ploticus2-nox-base/plsite/doc/pl.1.html ploticus2-nox-patched/plsite/doc/pl.1.html
      --- ploticus2-nox-base/plsite/doc/pl.1.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/pl.1.html Fri Nov 28 15:35:02 2003
      @@ -15,7 +15,7 @@
      H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
      -->

      -ploticus: pl(1)
      +ploticus(1)





      @@ -23,7 +23,7 @@



      -
      +

      pl(1)


      ploticus(1)





      @@ -34,29 +34,29 @@





      -Manual page for pl(1)(PL)
      +Manual page for ploticus(1)(PL)



      Name


      -pl
      +ploticus

      Synopsis


      -pl -prefab prefabname parm=value .. [-options]
      +ploticus -prefab prefabname parm=value .. [-options]


      .. OR ..


      -pl scriptfile [-options]
      +ploticus scriptfile [-options]






      Description


      -pl is the primary component of the
      +ploticus is the primary component of the

      'ploticus' data display package


      -pl is a program that produces plots and charts from data, and
      +ploticus is a program that produces plots and charts from data, and
      produces results that can be viewed on web pages, paper, slides,
      or interactively on the screen. Standard types of plots may be
      done using
      @@ -68,7 +68,7 @@
      script file

      may be supplied for greater flexibility and customization.
      -pl may be executed from the command line or
      +ploticus may be executed from the command line or

      as a CGI program.

      @@ -205,11 +205,6 @@
      PNG image


      --gif
      -       
      -pseudo-GIF image
      -
      -


      -jpeg
         
      JPEG image
      @@ -247,11 +242,6 @@
             
      paginated PostScript to stdout

      -


      --x11
      -       
      -display on X11 screen
      -





      CLICKABLE IMAGE MAPS
      @@ -264,7 +254,7 @@

      server-side clickable imagemap file

      -to accompany a png, gif, jpeg, or SVG.
      +to accompany a png, jpeg, or SVG.





      @@ -286,7 +276,7 @@

      client-side clickable imagemap file

      -to accompany a png, gif, or jpeg.
      +to accompany a png or jpeg.
      These can be used for hyperlinks, and also for providing
      pop-up text labels that appear when the mouse passes over a region.

      @@ -351,11 +341,7 @@
      width and height are in absolute units.
      Absolute location 0,0 is at the lower left corner.


      -This option may be used to control the size of the X11 display window
      -result. The default size is 8 inches wide by 8 inches high.
      -The resulting size is not influenced by the -scale option.
      -


      -PNG, GIF, JPEG size will be determined by the extent of the graphic;
      +PNG, JPEG size will be determined by the extent of the graphic;
      however, -pagesize (or the proc page pagesize attribute) must be used
      for images where drawing occurred beyond (8.0,8.0) absolute (inch) coordinate,
      in order to allocate enough image memory (otherwise the top or right areas of the graphic
      @@ -524,8 +510,8 @@
      label



      -Set the label or title for the output. For X11 this sets the window title;
      -for PostScript and SVG it sets the %%Title attribute.
      +Set the label or title for the output. For
      +PostScript and SVG it sets the %%Title attribute.






      @@ -661,19 +647,6 @@


      INTERACTIVE USE OPTIONS


      --winloc
      -   
      -x,y
      -


      -

      -Control where on the screen the upper-left corner of the X11 display
      -window will be placed. x and y are in pixels.
      -Example: -winloc 200 0
      -
      -


      -
      -

      -


      -v
         
      command
      @@ -686,7 +659,7 @@
      After generating results in the specified format, execute command
      in order to view the results on your screen.
      The output file will automatically be
      -included in the command. For example, if a GIF file is being
      +included in the command. For example, if a JPEG file is being
      generated you might use this to invoke the xv utility: -viewer xv.
      If PostScript is being generated you could use something like this to
      invoke the ghostview utility: -viewer "gv -magstep -1".
      @@ -826,8 +799,7 @@
      is appended. If your script filename doesn't have a recognized extension, the
      generic name out.* will be used.


      -X11 output is always displayed on the screen, and
      -paginated PostScript is written to standard output unless -o is used.
      +Paginated PostScript is written to standard output unless -o is used.


      If page breaks (Proc Page) are encountered when rendering in any format other
      than paginated PostScript,
      @@ -853,7 +825,7 @@
      :



      -pl -prefab scat -png datafile=results.dat x=2 y=3
      +ploticus -prefab scat -png datafile=results.dat x=2 y=3



      @@ -861,26 +833,24 @@
      that you have a script file called lineplot1.p.



      - pl -x lineplot1.p = view on X11 screen
      -


      - pl -png lineplot1.p = create PNG image lineplot1.png
      + ploticus -png lineplot1.p = create PNG image lineplot1.png


      - pl -gif lineplot1.p -o stdout = create GIF image on standard output
      + ploticus -jpeg lineplot1.p -o stdout = create JPEG image on standard output


      - pl -gif lineplot1.p -viewer xv = produce GIF and view using xv
      + ploticus -jpeg lineplot1.p -viewer xv = produce JPEG and view using xv
      (assuming xv image viewer is available on your system).


      - pl -eps lineplot1.p = produce EPS file lineplot1.eps
      + ploticus -eps lineplot1.p = produce EPS file lineplot1.eps


      - pl -eps lineplot1.p -viewer gv = produce EPS and view using gv
      + ploticus -eps lineplot1.p -viewer gv = produce EPS and view using gv
      (that's ghostview, assuming it is available on your system).


      - pl -eps lineplot1.p -o lineplot.eps = produce EPS into file lineplot.eps
      + ploticus -eps lineplot1.p -o lineplot.eps = produce EPS into file lineplot.eps


      - pl -ps lineplot1.p | lp = produce paginated postscript and send to
      + ploticus -ps lineplot1.p | lp = produce paginated postscript and send to
      unix lp print spooler.


      - pl -ps lineplot1.p -veiwer gv = produce paginated postscript
      + ploticus -ps lineplot1.p -veiwer gv = produce paginated postscript
      and view using ghostview.





      @@ -914,7 +884,7 @@



      Locale support. Thanks to Oleg Bartunov oleg@sai.msu.su
      -for contributing this. pl must be
      +for contributing this. ploticus must be
      built with -DLOCALE for this to work.


      diff -Naur ploticus2-nox-base/plsite/doc/posters.html ploticus2-nox-patched/plsite/doc/posters.html
      --- ploticus2-nox-base/plsite/doc/posters.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/posters.html Fri Nov 28 15:03:18 2003
      @@ -57,7 +57,7 @@
      Large-size paper results suitable for use with posters and presentations
      can be produced using standard printers and standard sized paper.
      The result can span any number of sheets of paper.
      -To do this, pl is run multiple times, each time
      +To do this, ploticus is run multiple times, each time
      using a different -posteroffset option value.
      Paginated postscript mode should be used (-ps), and usually the
      -scale option is used to enlarge the image.
      @@ -77,23 +77,23 @@
      Example: suppose you want to produce large output for a poster
      using the gallery example propbars1 (shown).
      You want to enlarge it to fill 4 sheets of paper (2 x 2).
      -In order to do this, invoke pl four times, once for each sheet.
      +In order to do this, invoke ploticus four times, once for each sheet.


      The following shell script should do the trick..




      # Do the lower-left page..
      -pl -ps propbars1.htm -scale 4 -posteroffset 0,0 | lp
      +ploticus -ps propbars1.htm -scale 4 -posteroffset 0,0 | lp

      # Do the upper-left..
      -pl -ps propbars1.htm -scale 4 -posteroffset 0,7.5 | lp
      +ploticus -ps propbars1.htm -scale 4 -posteroffset 0,7.5 | lp

      # Do the upper-right..
      -pl -ps propbars1.htm -scale 4 -posteroffset 10,7.5 | lp
      +ploticus -ps propbars1.htm -scale 4 -posteroffset 10,7.5 | lp

      # Do the lower-right..
      -pl -ps propbars1.htm -scale 4 -posteroffset 10,0 | lp
      +ploticus -ps propbars1.htm -scale 4 -posteroffset 10,0 | lp



      diff -Naur ploticus2-nox-base/plsite/doc/prefab_chron_ex.html ploticus2-nox-patched/plsite/doc/prefab_chron_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_chron_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_chron_ex.html Fri Nov 28 15:03:18 2003
      @@ -57,7 +57,7 @@




      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red \
      title="# hits per day" omitweekends=yes

      @@ -78,7 +78,7 @@




      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy color=green tab=week title="# hits per week"


      @@ -89,7 +89,7 @@



      -pl -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
      +ploticus -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
      stubfmt=M xyears=yyyy color=green tab=week include2=annot \
      title="# website visitors per week" rectangle="1 1 4 2.5" ygrid=yes \
      mode=line step=yes fill=red
      @@ -116,7 +116,7 @@



      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy color=powderblue tab=month tabmode=first \
      nearest=month barwidth=0.2 curve=yes

      @@ -130,7 +130,7 @@




      -pl -prefab chron data=data16 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
      +ploticus -prefab chron data=data16 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
      barwidth=line stubfmt=MMMdd unittype=datetime timefld=2 \
      title="# hits per hour"

      @@ -159,7 +159,7 @@



      -pl -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" \
      +ploticus -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" \
      nearest=hour barwidth=0.2 stubfmt=HHA \
      title="# events per hour" color=coral

      @@ -178,7 +178,7 @@



      -pl -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy \
      +ploticus -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy \
      xinc="1 day" mode=line unittype=datetime title="temperatures this week"

      The data22 file has data for one week and begins like this:
      @@ -197,7 +197,7 @@



      -pl -prefab chron data=data24 header=yes unittype=datetime mode=line\
      +ploticus -prefab chron data=data24 header=yes unittype=datetime mode=line\
      datefmt=mm/dd/yyyy x=dt y=airtemp y2=soiltemp y3=watertemp \
      xinc="1 day" legendfmt=singleline

      diff -Naur ploticus2-nox-base/plsite/doc/prefab_cumufrac_ex.html ploticus2-nox-patched/plsite/doc/prefab_cumufrac_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_cumufrac_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_cumufrac_ex.html Fri Nov 28 15:03:18 2003
      @@ -58,7 +58,7 @@



      - pl -prefab cumufrac data=cumufrac.dat header=yes x=1 name="set 1" \
      + ploticus -prefab cumufrac data=cumufrac.dat header=yes x=1 name="set 1" \
      x2=2 name2="set 2" title="Cumulative fraction plot"

      The cumufrac.dat file looks like this:
      @@ -77,7 +77,7 @@



      - pl -prefab cumufrac data=cumufrac.dat header=yes logmode=log x=1 x2=2 \
      + ploticus -prefab cumufrac data=cumufrac.dat header=yes logmode=log x=1 x2=2 \
      title="Cumulative fraction plot w/ log scale" \
      linedet="color=blue width=1.5" \
      linedet2="color=orange width=1.5 style=2 dashscale=3"
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_dist_ex.html ploticus2-nox-patched/plsite/doc/prefab_dist_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_dist_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_dist_ex.html Fri Nov 28 15:03:18 2003
      @@ -59,7 +59,7 @@



      - pl -prefab dist fld=1 data=data6 curve=yes binsize=0.05 \
      + ploticus -prefab dist fld=1 data=data6 curve=yes binsize=0.05 \
      barwidth=0.08 ygrid=yes

      data6 file:
      @@ -77,7 +77,7 @@



      - pl -prefab dist fld=1 data=data8 cats=yes yrange=0 \
      + ploticus -prefab dist fld=1 data=data8 cats=yes yrange=0 \
      stubvert=yes barwidth=0.05 ylbl="# Hits" order=rev

      data8 file:
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_draw.html ploticus2-nox-patched/plsite/doc/prefab_draw.html
      --- ploticus2-nox-base/plsite/doc/prefab_draw.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_draw.html Fri Nov 28 15:03:18 2003
      @@ -44,7 +44,7 @@



      - pl -prefab draw cmdfile=drawcom.dcm xrange="0 40" yrange="0 40" \
      + ploticus -prefab draw cmdfile=drawcom.dcm xrange="0 40" yrange="0 40" \
      rectangle="1 1 3 3"

      The drawcom.dcm file begins like this:
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_gallery.html ploticus2-nox-patched/plsite/doc/prefab_gallery.html
      --- ploticus2-nox-base/plsite/doc/prefab_gallery.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_gallery.html Fri Nov 28 15:03:18 2003
      @@ -66,7 +66,7 @@



      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red \
      title="# hits per day" omitweekends=yes

      @@ -87,7 +87,7 @@




      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy color=green tab=week title="# hits per week"


      @@ -98,7 +98,7 @@



      -pl -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
      +ploticus -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
      stubfmt=M xyears=yyyy color=green tab=week include2=annot \
      title="# website visitors per week" rectangle="1 1 4 2.5" ygrid=yes \
      mode=line step=yes fill=red
      @@ -125,7 +125,7 @@



      -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      +ploticus -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
      stubfmt=M xyears=yyyy color=powderblue tab=month tabmode=first \
      nearest=month barwidth=0.2 curve=yes

      @@ -139,7 +139,7 @@




      -pl -prefab chron data=data16 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
      +ploticus -prefab chron data=data16 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
      barwidth=line stubfmt=MMMdd unittype=datetime timefld=2 \
      title="# hits per hour"

      @@ -168,7 +168,7 @@



      -pl -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" \
      +ploticus -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" \
      nearest=hour barwidth=0.2 stubfmt=HHA \
      title="# events per hour" color=coral

      @@ -187,7 +187,7 @@



      -pl -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy \
      +ploticus -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy \
      xinc="1 day" mode=line unittype=datetime title="temperatures this week"

      The data22 file has data for one week and begins like this:
      @@ -206,7 +206,7 @@



      -pl -prefab chron data=data24 header=yes unittype=datetime mode=line\
      +ploticus -prefab chron data=data24 header=yes unittype=datetime mode=line\
      datefmt=mm/dd/yyyy x=dt y=airtemp y2=soiltemp y3=watertemp \
      xinc="1 day" legendfmt=singleline

      @@ -246,7 +246,7 @@



      - pl -prefab cumufrac data=cumufrac.dat header=yes x=1 name="set 1" \
      + ploticus -prefab cumufrac data=cumufrac.dat header=yes x=1 name="set 1" \
      x2=2 name2="set 2" title="Cumulative fraction plot"

      The cumufrac.dat file looks like this:
      @@ -265,7 +265,7 @@



      - pl -prefab cumufrac data=cumufrac.dat header=yes logmode=log x=1 x2=2 \
      + ploticus -prefab cumufrac data=cumufrac.dat header=yes logmode=log x=1 x2=2 \
      title="Cumulative fraction plot w/ log scale" \
      linedet="color=blue width=1.5" \
      linedet2="color=orange width=1.5 style=2 dashscale=3"
      @@ -292,7 +292,7 @@



      - pl -prefab dist fld=1 data=data6 curve=yes binsize=0.05 \
      + ploticus -prefab dist fld=1 data=data6 curve=yes binsize=0.05 \
      barwidth=0.08 ygrid=yes

      data6 file:
      @@ -310,7 +310,7 @@



      - pl -prefab dist fld=1 data=data8 cats=yes yrange=0 \
      + ploticus -prefab dist fld=1 data=data8 cats=yes yrange=0 \
      stubvert=yes barwidth=0.05 ylbl="# Hits" order=rev

      data8 file:
      @@ -340,7 +340,7 @@



      - pl -prefab heatmap data=curve1.dat y=1 x=2
      + ploticus -prefab heatmap data=curve1.dat y=1 x=2

      The curve1.dat file looks like this:
      331 75
      @@ -361,7 +361,7 @@

      heatmap example 2




      - pl -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
      + ploticus -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
      colorlist=white,limegreen,green,teal,blue,purple,black


      @@ -374,7 +374,7 @@

      heatmap example 3




      - pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      + ploticus -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      outline="color=black width=5"

      The data26 file looks like this:
      @@ -395,7 +395,7 @@

      heatmap example 4




      - pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      + ploticus -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      symbol="shape=circle radius=0.1" legendsep=0.2 zerocolor=white


      @@ -423,7 +423,7 @@



      - pl -prefab lines data=data17 x=1 y=2 pointsym=none
      + ploticus -prefab lines data=data17 x=1 y=2 pointsym=none

      The data17 file:
      331 75
      @@ -440,7 +440,7 @@



      - pl -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
      + ploticus -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
      yrange=0 name="Group A" name2="Group B" xlbl=Months


      @@ -453,7 +453,7 @@



      - pl -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
      + ploticus -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
      y3=6 err3=7 y4=8 err4=9 yrange=0 xlbl=Months \
      name="Group A" name2="Group B" name3="Group C" name4="Group D"

      @@ -473,7 +473,7 @@



      - pl -prefab lines data=data20 x=1 y=2
      + ploticus -prefab lines data=data20 x=1 y=2

      The data20 file:
      1031 20.96 6.4
      @@ -491,7 +491,7 @@



      - pl -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none \
      + ploticus -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none \
      y2=2 pointsym2=none

      In this example the same data field was given twice, first to do the filled
      @@ -507,7 +507,7 @@



      - pl -prefab lines data=data20 x=1 y=2 gapmissing=yes
      + ploticus -prefab lines data=data20 x=1 y=2 gapmissing=yes



      @@ -519,7 +519,7 @@



      - pl -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none \
      + ploticus -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none \
      y2=2 pointsym2=none y3=3 pointsym3=none linedet3=color=black \
      yrange="0 25" name="background" name3="interior"

      @@ -547,7 +547,7 @@



      - pl -prefab multidist overlay=yes data=data21 rotate=yes \
      + ploticus -prefab multidist overlay=yes data=data21 rotate=yes \
      xrange="0 2000" yrange="0 20"

      The data21 file is like this:
      @@ -579,7 +579,7 @@



      - pl -prefab pie values=3 labels=1 data=data9 \
      + ploticus -prefab pie values=3 labels=1 data=data9 \
      delim=tab title="Student enrollment"

      data9 file:
      @@ -597,7 +597,7 @@



      - pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 \
      + ploticus -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 \
      title="Colors from data field" legend=yes

      the data23 file:
      @@ -616,7 +616,7 @@

      pie example 3




      - pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3
      + ploticus -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3
      labelback=dullyellow firstslice=90 center="4 3" radius=1.5

      Labels with backing boxes, and an explicitly defined center and radius.
      @@ -642,10 +642,10 @@



      -Left: pl -prefab scat data=data1 x=2 y=3
      +Left: ploticus -prefab scat data=data1 x=2 y=3


      -Right: pl -prefab scat data=data1 x=2 y=3 id=1 \
      +Right: ploticus -prefab scat data=data1 x=2 y=3 id=1 \
      xlbl="Total Ch" ylbl="White Blood Cell Count" corr=yes


      @@ -662,7 +662,7 @@



      -pl -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes \
      +ploticus -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes \
      ptshape=triangle ptsize=0.08 ptcolor=red "errcolor=gray(0.8)"

      data3 file:
      @@ -683,7 +683,7 @@
      The sets are selected using ptselect and ptselect2.


      -pl -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect=" = A" xerr=6 \
      +ploticus -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect=" = A" xerr=6 \
      x2=3 y2=4 err2=5 ptselect2=" = B" xerr2=6

      data25 file:
      @@ -719,7 +719,7 @@



      - pl -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
      + ploticus -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
      name="Group A" name2="Group B" name3="Group C" name4="Group D"

      data10 file:
      @@ -738,7 +738,7 @@



      - pl -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
      + ploticus -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
      stackarea=yes echodata=yes stubvert=yes \
      name=eastern name2=central name3=mountain name4=pacific

      @@ -777,7 +777,7 @@



      - pl -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes\
      + ploticus -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes\
      yrange=0 yinc=20 ygrid=yes barwidth=0.3

      data4 file:
      @@ -792,7 +792,7 @@



      - pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 \
      + ploticus -prefab vbars data=data5 delim=tab x=1 y=2 err=3 \
      y2=4 err2=5 errunder=yes ygrid=yes barwidth=0.1 \
      name=Treatment name2=Control stubvert=yes

      @@ -809,7 +809,7 @@



      - pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 \
      + ploticus -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 \
      err2=5 erronly=yes name=Treatment name2=Control stubvert=yes \
      errcolor=red errcolor2=blue sep=0.08 xgrid=yes ylog=log

      @@ -820,7 +820,7 @@



      - pl -prefab vbars data=data18 x=1 y=2 crossover=0 \
      + ploticus -prefab vbars data=data18 x=1 y=2 crossover=0 \
      color=blue vals=yes

      The data18 file:
      @@ -854,7 +854,7 @@



      - pl -prefab vdist data=data6 y=1
      + ploticus -prefab vdist data=data6 y=1



      @@ -866,7 +866,7 @@



      - pl -prefab vdist data=data6 y=1 mediansym=dot dist=hist \
      + ploticus -prefab vdist data=data6 y=1 mediansym=dot dist=hist \
      showoutliers=yes


      @@ -879,7 +879,7 @@




      - pl -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist \
      + ploticus -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist \
      title="Set 1" title2="Set 2"


      diff -Naur ploticus2-nox-base/plsite/doc/prefab_heatmap_ex.html ploticus2-nox-patched/plsite/doc/prefab_heatmap_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_heatmap_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_heatmap_ex.html Fri Nov 28 15:03:18 2003
      @@ -57,7 +57,7 @@



      - pl -prefab heatmap data=curve1.dat y=1 x=2
      + ploticus -prefab heatmap data=curve1.dat y=1 x=2

      The curve1.dat file looks like this:
      331 75
      @@ -78,7 +78,7 @@

      heatmap example 2




      - pl -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
      + ploticus -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
      colorlist=white,limegreen,green,teal,blue,purple,black


      @@ -91,7 +91,7 @@

      heatmap example 3




      - pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      + ploticus -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      outline="color=black width=5"

      The data26 file looks like this:
      @@ -112,7 +112,7 @@

      heatmap example 4




      - pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      + ploticus -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
      symbol="shape=circle radius=0.1" legendsep=0.2 zerocolor=white


      diff -Naur ploticus2-nox-base/plsite/doc/prefab_lines_ex.html ploticus2-nox-patched/plsite/doc/prefab_lines_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_lines_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_lines_ex.html Fri Nov 28 15:03:18 2003
      @@ -58,7 +58,7 @@



      - pl -prefab lines data=data17 x=1 y=2 pointsym=none
      + ploticus -prefab lines data=data17 x=1 y=2 pointsym=none

      The data17 file:
      331 75
      @@ -75,7 +75,7 @@



      - pl -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
      + ploticus -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
      yrange=0 name="Group A" name2="Group B" xlbl=Months


      @@ -88,7 +88,7 @@



      - pl -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
      + ploticus -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
      y3=6 err3=7 y4=8 err4=9 yrange=0 xlbl=Months \
      name="Group A" name2="Group B" name3="Group C" name4="Group D"

      @@ -108,7 +108,7 @@



      - pl -prefab lines data=data20 x=1 y=2
      + ploticus -prefab lines data=data20 x=1 y=2

      The data20 file:
      1031 20.96 6.4
      @@ -126,7 +126,7 @@



      - pl -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none \
      + ploticus -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none \
      y2=2 pointsym2=none

      In this example the same data field was given twice, first to do the filled
      @@ -142,7 +142,7 @@



      - pl -prefab lines data=data20 x=1 y=2 gapmissing=yes
      + ploticus -prefab lines data=data20 x=1 y=2 gapmissing=yes



      @@ -154,7 +154,7 @@



      - pl -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none \
      + ploticus -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none \
      y2=2 pointsym2=none y3=3 pointsym3=none linedet3=color=black \
      yrange="0 25" name="background" name3="interior"

      diff -Naur ploticus2-nox-base/plsite/doc/prefab_multidist_ex.html ploticus2-nox-patched/plsite/doc/prefab_multidist_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_multidist_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_multidist_ex.html Fri Nov 28 15:03:18 2003
      @@ -58,7 +58,7 @@



      - pl -prefab multidist overlay=yes data=data21 rotate=yes \
      + ploticus -prefab multidist overlay=yes data=data21 rotate=yes \
      xrange="0 2000" yrange="0 20"

      The data21 file is like this:
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_pie_ex.html ploticus2-nox-patched/plsite/doc/prefab_pie_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_pie_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_pie_ex.html Fri Nov 28 15:03:18 2003
      @@ -59,7 +59,7 @@



      - pl -prefab pie values=3 labels=1 data=data9 \
      + ploticus -prefab pie values=3 labels=1 data=data9 \
      delim=tab title="Student enrollment"

      data9 file:
      @@ -77,7 +77,7 @@



      - pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 \
      + ploticus -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 \
      title="Colors from data field" legend=yes

      the data23 file:
      @@ -96,7 +96,7 @@

      pie example 3




      - pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3
      + ploticus -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3
      labelback=dullyellow firstslice=90 center="4 3" radius=1.5

      Labels with backing boxes, and an explicitly defined center and radius.
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_processdata.html ploticus2-nox-patched/plsite/doc/prefab_processdata.html
      --- ploticus2-nox-base/plsite/doc/prefab_processdata.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_processdata.html Fri Nov 28 15:03:18 2003
      @@ -42,9 +42,9 @@

      EXAMPLES



      -cat mydata | pl -prefab processdata action=rotate
      +cat mydata | ploticus -prefab processdata action=rotate


      -pl -prefab processdata data=mydata action=count fields="2 3"
      +ploticus -prefab processdata data=mydata action=count fields="2 3"






      diff -Naur ploticus2-nox-base/plsite/doc/prefab_scat_ex.html ploticus2-nox-patched/plsite/doc/prefab_scat_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_scat_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_scat_ex.html Fri Nov 28 15:03:18 2003
      @@ -59,10 +59,10 @@



      -Left: pl -prefab scat data=data1 x=2 y=3
      +Left: ploticus -prefab scat data=data1 x=2 y=3


      -Right: pl -prefab scat data=data1 x=2 y=3 id=1 \
      +Right: ploticus -prefab scat data=data1 x=2 y=3 id=1 \
      xlbl="Total Ch" ylbl="White Blood Cell Count" corr=yes


      @@ -79,7 +79,7 @@



      -pl -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes \
      +ploticus -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes \
      ptshape=triangle ptsize=0.08 ptcolor=red "errcolor=gray(0.8)"

      data3 file:
      @@ -100,7 +100,7 @@
      The sets are selected using ptselect and ptselect2.


      -pl -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect=" = A" xerr=6 \
      +ploticus -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect=" = A" xerr=6 \
      x2=3 y2=4 err2=5 ptselect2=" = B" xerr2=6

      data25 file:
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_stack_ex.html ploticus2-nox-patched/plsite/doc/prefab_stack_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_stack_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_stack_ex.html Fri Nov 28 15:03:18 2003
      @@ -59,7 +59,7 @@



      - pl -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
      + ploticus -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
      name="Group A" name2="Group B" name3="Group C" name4="Group D"

      data10 file:
      @@ -78,7 +78,7 @@



      - pl -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
      + ploticus -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
      stackarea=yes echodata=yes stubvert=yes \
      name=eastern name2=central name3=mountain name4=pacific

      diff -Naur ploticus2-nox-base/plsite/doc/prefab_stdparms.html ploticus2-nox-patched/plsite/doc/prefab_stdparms.html
      --- ploticus2-nox-base/plsite/doc/prefab_stdparms.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_stdparms.html Fri Nov 28 15:03:18 2003
      @@ -647,7 +647,7 @@
      in field 3. Assume that we have a URL that accepts case IDs as a user variable. We could generate a bar graph
      with click-thru and mouseover popup text bubble support by using this command:

      - pl -prefab vbars data=myfile.dat delim=tab y=1 \
      + ploticus -prefab vbars data=myfile.dat delim=tab y=1 \
      clickmapurl="http://abc.com/cgi-bin/showcase?caseid=@2" \
      clickmaplabel="@3" -csmap -mapfile stdout

      diff -Naur ploticus2-nox-base/plsite/doc/prefab_vbars_ex.html ploticus2-nox-patched/plsite/doc/prefab_vbars_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_vbars_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_vbars_ex.html Fri Nov 28 15:03:18 2003
      @@ -59,7 +59,7 @@



      - pl -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes\
      + ploticus -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes\
      yrange=0 yinc=20 ygrid=yes barwidth=0.3

      data4 file:
      @@ -74,7 +74,7 @@



      - pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 \
      + ploticus -prefab vbars data=data5 delim=tab x=1 y=2 err=3 \
      y2=4 err2=5 errunder=yes ygrid=yes barwidth=0.1 \
      name=Treatment name2=Control stubvert=yes

      @@ -91,7 +91,7 @@



      - pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 \
      + ploticus -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 \
      err2=5 erronly=yes name=Treatment name2=Control stubvert=yes \
      errcolor=red errcolor2=blue sep=0.08 xgrid=yes ylog=log

      @@ -102,7 +102,7 @@



      - pl -prefab vbars data=data18 x=1 y=2 crossover=0 \
      + ploticus -prefab vbars data=data18 x=1 y=2 crossover=0 \
      color=blue vals=yes

      The data18 file:
      diff -Naur ploticus2-nox-base/plsite/doc/prefab_vdist_ex.html ploticus2-nox-patched/plsite/doc/prefab_vdist_ex.html
      --- ploticus2-nox-base/plsite/doc/prefab_vdist_ex.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefab_vdist_ex.html Fri Nov 28 15:03:18 2003
      @@ -61,7 +61,7 @@



      - pl -prefab vdist data=data6 y=1
      + ploticus -prefab vdist data=data6 y=1



      @@ -73,7 +73,7 @@



      - pl -prefab vdist data=data6 y=1 mediansym=dot dist=hist \
      + ploticus -prefab vdist data=data6 y=1 mediansym=dot dist=hist \
      showoutliers=yes


      @@ -86,7 +86,7 @@




      - pl -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist \
      + ploticus -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist \
      title="Set 1" title2="Set 2"


      diff -Naur ploticus2-nox-base/plsite/doc/prefabs.html ploticus2-nox-patched/plsite/doc/prefabs.html
      --- ploticus2-nox-base/plsite/doc/prefabs.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/prefabs.html Fri Nov 28 15:03:18 2003
      @@ -154,11 +154,11 @@
      1. Download the software and install.


      2. Set the PLOTICUS_PREFABS environment variable to the pathname of the ploticus ./prefabs directory.
      -Be sure that the pl command is in your command search PATH.
      +Be sure that the ploticus command is in your command search PATH.


      3. Look at the prefab examples gallery and find an example close to what you want.


      -4. Execute the pl command appearing below the example.
      +4. Execute the ploticus command appearing below the example.


      5. Check the standard parameters and the individual prefab manual page for
      more possibilities.
      @@ -166,16 +166,16 @@




      -The pl(1) command
      +The ploticus(1) command

        -The pl(1) command
        +The ploticus(1) command
        generates graphs. The -prefab command line option
        selects a prefab, eg: -prefab chron.
        You'll also need to specify the output format you want, eg. -png
        and the desired output file name eg. -o try35.png.
        Other handy command line options include -debug and -scale.
        There are a lot of other command line options, almost all of which can be used with prefabs.
        -Be careful not to confuse pl command line options such as -scale 0.7 with prefab
        +Be careful not to confuse ploticus command line options such as -scale 0.7 with prefab
        parameters.. they are two different things.


      @@ -213,7 +213,7 @@
      You can get a multi line title by splitting it over multiple lines. Here's an example:


         
      - pl -prefab pie1 data=data1 fld=3 label=1 \
      + ploticus -prefab pie1 data=data1 fld=3 label=1 \

                 
      title="Travel expenditures

                 
      diff -Naur ploticus2-nox-base/plsite/doc/scripthome.html ploticus2-nox-patched/plsite/doc/scripthome.html
      --- ploticus2-nox-base/plsite/doc/scripthome.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/scripthome.html Fri Nov 28 15:03:19 2003
      @@ -61,7 +61,7 @@





        -The pl(1) command produces plots from scripts, eg: pl -png scat1.pl
        +The ploticus(1) command produces plots from scripts, eg: ploticus -png scat1.pl





        @@ -77,7 +77,7 @@


        2. Write your script using your favorite text editor (peruse the script examples gallery to find examples)


        -3. Execute the pl command (pl scriptfile)
        +3. Execute the ploticus command (ploticus scriptfile)




      diff -Naur ploticus2-nox-base/plsite/doc/settings.html ploticus2-nox-patched/plsite/doc/settings.html
      --- ploticus2-nox-base/plsite/doc/settings.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/settings.html Fri Nov 28 15:03:19 2003
      @@ -52,7 +52,7 @@

      , and some can be made on the

      - pl command line.
      + ploticus command line.

      Presidence (from highest to lowest) is: proc settings, command line, config file.

      @@ -215,7 +215,7 @@
      nseconds


      -Number of seconds of CPU time that will be allowed to the pl process
      +Number of seconds of CPU time that will be allowed to the ploticus process
      or any spawned subprocesses. Default is 30 seconds.
      Any process exceeding this will abort.

      diff -Naur ploticus2-nox-base/plsite/doc/slides.html ploticus2-nox-patched/plsite/doc/slides.html
      --- ploticus2-nox-base/plsite/doc/slides.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/slides.html Fri Nov 28 15:03:19 2003
      @@ -57,22 +57,22 @@





      MAKING SLIDES


      -pl may be used to create slides.
      +ploticus may be used to create slides.


      -There are several strategies: 1) use pl in PostScript
      +There are several strategies: 1) use ploticus in PostScript
      mode, sending it directly to a film slide making system;
      -2) use pl to generate a data display then
      -import it (PNG, EPS, GIF) into your slide system;
      -3) use pl in PNG or GIF mode and present
      +2) use ploticus to generate a data display then
      +import it (PNG, EPS) into your slide system;
      +3) use ploticus in PNG mode and present
      graphs using a browser and a screen projection system.





      POWERPOINT


      -PNG,
      +PNG and

      SVG

      -, and GIF files may be imported into PowerPoint.
      + files may be imported into PowerPoint.


      EPS files may be used with PowerPoint if the result will be
      processed through a PostScript film imager (the EPS will not
      @@ -87,7 +87,7 @@
      Also the overall line thickness is increased.


      It may be convenient to use a background color of transparent when
      -making a PNG or GIF for inclusion into a slides package. This allows
      +making a PNG for inclusion into a slides package. This allows
      the ploticus graph to be "overlayed" on the existing background color
      of the importing application (assuming that it knows about transparency).

      diff -Naur ploticus2-nox-base/plsite/doc/specialchars.html ploticus2-nox-patched/plsite/doc/specialchars.html
      --- ploticus2-nox-base/plsite/doc/specialchars.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/specialchars.html Fri Nov 28 15:35:03 2003
      @@ -44,7 +44,7 @@
      used in PostScript mode only.
      The PostScript special characters feature was written by Marvin Newhouse.


      -If doing PNG, GIF or X11, you can render any of the characters found in
      +If doing PNG, you can render any of the characters found in
      the ASCII range 128-255, by embedding the desired ascii value within the
      text item.

      diff -Naur ploticus2-nox-base/plsite/doc/support.html ploticus2-nox-patched/plsite/doc/support.html
      --- ploticus2-nox-base/plsite/doc/support.html Thu Nov 27 22:10:55 2003
      +++ ploticus2-nox-patched/plsite/doc/support.html Fri Nov 28 15:03:19 2003
      @@ -44,7 +44,7 @@




      • -Be sure that the pl executable can be located via your command PATH.
        +Be sure that the ploticus executable can be located via your command PATH.





        @@ -58,11 +58,11 @@


      • To run an initial quick test, go into the pltestsuite directory.
        -If you're on a Unix/linux system with X11, just type: pl stock2.htm
        +If you're on a Unix/linux system with X11, just type: ploticus stock2.htm


        -Otherwise, create a GIF file by typing this: pl -gif stock2.htm
        +Otherwise, create a JPEG file by typing this: ploticus -jpeg stock2.htm


        - ..or create a PNG file by typing this: pl -png stock2.htm
        + ..or create a PNG file by typing this: ploticus -png stock2.htm


        You can run a series of examples by typing: run_script_test


        @@ -97,15 +97,15 @@

      • Be sure you know which version you are executing
        (you might have earlier ploticus versions on your system and not realize it).
        -Use pl -version to print the ploticus
        -version; use the unix command which pl to print the file that you
        -are actually executing when you type pl.
        +Use ploticus -version to print the ploticus
        +version; use the unix command which ploticus to print the file that you
        +are actually executing when you type ploticus.






      • Unix builds prior to 2.11 do not read native PC text files. This problem occurs
        -if pl is compiled on a unix machine and you feed it native PC text files,
        +if ploticus is compiled on a unix machine and you feed it native PC text files,
        either as scripts or data files.
        Symptoms may include truncated multi-line text
        items, or garbage characters appearing at the end of text items.
        @@ -170,7 +170,7 @@



        4. Indicate computing platform (Red Hat 7.2? Solaris 8? NT 4.0?)



        -5. Indicate the exact pl command you used and describe exactly how you invoked pl
        +5. Indicate the exact ploticus command you used and describe exactly how you invoked ploticus
        (command line? CGI?)
        If you use a config file please attach this as well.



        diff -Naur ploticus2-nox-base/plsite/doc/svg.html ploticus2-nox-patched/plsite/doc/svg.html
        --- ploticus2-nox-base/plsite/doc/svg.html Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/doc/svg.html Fri Nov 28 15:03:19 2003
        @@ -69,7 +69,7 @@
        compressed svg results).


        -pl -svgz -tag bars2.pl
        +ploticus -svgz -tag bars2.pl


        Output files will have an .svg or .svgz ending by default.
        @@ -84,7 +84,7 @@

        and/or the

        - pl command line options (svg section).
        + ploticus command line options (svg section).



        diff -Naur ploticus2-nox-base/plsite/doc/swf.html ploticus2-nox-patched/plsite/doc/swf.html
        --- ploticus2-nox-base/plsite/doc/swf.html Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/doc/swf.html Fri Nov 28 15:03:19 2003
        @@ -68,7 +68,7 @@




        Example


        The example below was created by issuing this command:
        -pl -swf stock.htm
        +ploticus -swf stock.htm
        pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
        type="application/x-shockwave-flash" height=300 width=500>
        diff -Naur ploticus2-nox-base/plsite/doc/variables.html ploticus2-nox-patched/plsite/doc/variables.html
        --- ploticus2-nox-base/plsite/doc/variables.html Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/doc/variables.html Fri Nov 28 15:35:03 2003
        @@ -135,7 +135,7 @@
        DEVICE


        -the output display format, one of: png gif eps ps bwps x11 jpeg wbmp
        +the output display format, one of: png eps ps bwps jpeg wbmp



        diff -Naur ploticus2-nox-base/plsite/doc/web.html ploticus2-nox-patched/plsite/doc/web.html
        --- ploticus2-nox-base/plsite/doc/web.html Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/doc/web.html Fri Nov 28 15:03:19 2003
        @@ -42,7 +42,7 @@




        -

        Web-based graphs (PNG, GIF, JPEG, WBMP images)


        +

        Web-based graphs (PNG, JPEG, WBMP images)


        This page contains notes related to use of ploticus to produce
        data displays that are viewable on web pages.
        There are a number of
        @@ -64,7 +64,7 @@

        Web graphics formats



        Ploticus can generate the following types of graphics that web
        -browsers can display: PNG, JPEG, WBMP, pseudo-GIF, SVG, and SWF.
        +browsers can display: PNG, JPEG, WBMP, SVG, and SWF.
        Some of these types are more compact than others (smaller is faster).
        Here's a comparison, done on gallery example stock:


        @@ -72,7 +72,6 @@

        PNG 2978 bytes
        SVGZ 3918 bytes
        -pseudo-GIF 14874 bytes
        SVG 17743 bytes
        JPEG 27006 bytes

        @@ -85,16 +84,16 @@

        to accompany graphics.

        -PNG, JPEG, WBMP, and pseudo-GIFs are generated using
        +PNG, JPEG and WBMP are generated using
        the GD image generation library from

        boutell.com

        . Ploticus is bundled
        with portions of GD 1.3 (pseudo-GIF) and GD 1.6 (PNG images).
        -Of, if you prefer, ploticus may be
        +Or, if you prefer, ploticus may be
        built by linking it with your own copy of GD 1.8.4 or higher,
        -for PNG, PJEG, WBMP, and FreeType2 support (see GD18 in the Makefile).
        +for PNG, JPEG, WBMP, and FreeType2 support (see GD18 in the Makefile).





        Pixels


        @@ -110,7 +109,7 @@





        Creating PNG


        -To create a PNG image, use pl with the -png option.
        +To create a PNG image, use ploticus with the -png option.


        To incorporate a PNG image into an HTML web page, use the
        HTML construct:
        @@ -121,20 +120,6 @@
        (hence the images are smaller and faster to transmit).
        The images can be viewed using the newer versions of web browsers
        (Netscape 4.04 or higher, Explorer 4.0 or higher).
        -
        -



        -

        Creating pseudo-GIF


        -To create pseudo-GIF, use pl with the -gif option.
        -


        -To incorporate a GIF image into an HTML web page, use the HTML
        -construct:
        -<img src="mygraph.gif">
        -

        -


        -GIF format has been around for a long while, is fairly universal, and
        -can be viewed on any graphical web browser or image viewing tool.
        -The RLE GIF images that ploticus produces are viewable via
        -any graphical web browser or image viewer that supports GIF.





        Creating SVG


        diff -Naur ploticus2-nox-base/plsite/doc/welcome.html ploticus2-nox-patched/plsite/doc/welcome.html
        --- ploticus2-nox-base/plsite/doc/welcome.html Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/doc/welcome.html Fri Nov 28 15:35:03 2003
        @@ -107,8 +107,8 @@

        How do I run ploticus?

        -From the command line you can run ploticus using the pl command.
        -The pl command can also be invoked via CGI.
        +From the command line you can run ploticus using the ploticus command.
        +The ploticus command can also be invoked via CGI.
        C developers can use libploticus. Other interfaces
        exist for packages such as Python.

        @@ -121,7 +121,7 @@
        Use prefabs. This is an easy-to-use interface for quickly generating
        standard data displays and plots.
        You specify parameters on the command line, like this:
        - pl -prefab vdist data=data6 y=1 ..
        + ploticus -prefab vdist data=data6 y=1 ..
        everything else is done automatically.
        Read all about it in the
        ploticus prefabs handbook, or look at the
        @@ -148,11 +148,10 @@
        PNG, JPEG, and pseudo-GIF images.
        PostScript, EPS, SVG and
        SWF (shockwave-flash) vector formats.
        -X11 for development and interactive applications.
        Also, server-side or client-side imagemaps can be generated for
        providing click-thru or mouseover popup text bubbles in web-based applications.
        Availability of some formats is dependent on configuration.
        -The graphic format may be specified on the command line, eg. pl -png
        +The graphic format may be specified on the command line, eg. ploticus -png


         
        diff -Naur ploticus2-nox-base/plsite/gallery/accrual.htm ploticus2-nox-patched/plsite/gallery/accrual.htm
        --- ploticus2-nox-base/plsite/gallery/accrual.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/accrual.htm Fri Nov 28 15:03:29 2003
        @@ -1,12 +1,12 @@

        accrual


        How to download and try this example


        -

        Usage: pl -gif accrual.htm
        +
        Usage: ploticus -png accrual.htm
        Uses the data file accrual.dat



        // patient accrual plot.
        -// Usage pl accrual.p [CUTDATE=mmddyy]
        +// Usage ploticus accrual.p [CUTDATE=mmddyy]
        //
        // This will plot directly from the MMDDYY dates in field# 5 of accrual.dat
        //
        diff -Naur ploticus2-nox-base/plsite/gallery/annot1.htm ploticus2-nox-patched/plsite/gallery/annot1.htm
        --- ploticus2-nox-base/plsite/gallery/annot1.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/annot1.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        annot1


        How to download and try this example


        -

        Usage: pl -gif annot1.htm
        +
        Usage: ploticus -png annot1.htm
        Notes: This is the example lpfilled2.p, with annotation added.



        diff -Naur ploticus2-nox-base/plsite/gallery/annot2.htm ploticus2-nox-patched/plsite/gallery/annot2.htm
        --- ploticus2-nox-base/plsite/gallery/annot2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/annot2.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        annot2


        How to download and try this example


        -

        Usage: pl -gif annot2.htm
        +
        Usage: ploticus -png annot2.htm



        #proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/annot_circ.htm ploticus2-nox-patched/plsite/gallery/annot_circ.htm
        --- ploticus2-nox-base/plsite/gallery/annot_circ.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/annot_circ.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        annot_circ


        How to download and try this example


        -

        Usage: pl -gif annot_circ.htm
        +
        Usage: ploticus -png annot_circ.htm


        Demonstrate circular and ellipses w/ annotations

        diff -Naur ploticus2-nox-base/plsite/gallery/ascii.htm ploticus2-nox-patched/plsite/gallery/ascii.htm
        --- ploticus2-nox-base/plsite/gallery/ascii.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/ascii.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        ascii


        How to download and try this example


        -

        Usage: pl -gif ascii.htm
        +
        Usage: ploticus -png ascii.htm


        // ascii characters

        diff -Naur ploticus2-nox-base/plsite/gallery/axis1.htm ploticus2-nox-patched/plsite/gallery/axis1.htm
        --- ploticus2-nox-base/plsite/gallery/axis1.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis1.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis1



        -// Usage: pl -gif axis1.htm
        +// Usage: ploticus -png axis1.htm

        // automatic numeric stubs at every 10 units

        diff -Naur ploticus2-nox-base/plsite/gallery/axis1a.htm ploticus2-nox-patched/plsite/gallery/axis1a.htm
        --- ploticus2-nox-base/plsite/gallery/axis1a.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis1a.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis1a



        -// Usage: pl -gif axis1a.htm
        +// Usage: ploticus -png axis1a.htm

        // stubs given here in script, all on one line

        diff -Naur ploticus2-nox-base/plsite/gallery/axis2.htm ploticus2-nox-patched/plsite/gallery/axis2.htm
        --- ploticus2-nox-base/plsite/gallery/axis2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis2.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis2



        -// Usage: pl -gif axis2.htm
        +// Usage: ploticus -png axis2.htm

        // Y axis stubs given here in script, on multiple lines

        diff -Naur ploticus2-nox-base/plsite/gallery/axis4.htm ploticus2-nox-patched/plsite/gallery/axis4.htm
        --- ploticus2-nox-base/plsite/gallery/axis4.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis4.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis4



        -// Usage: pl -gif axis4.htm
        +// Usage: ploticus -png axis4.htm

        // Y axis stubs taken from an external file (axis4stubs)
        // note: this is NOT a data file, just a stub text file
        diff -Naur ploticus2-nox-base/plsite/gallery/axis6.htm ploticus2-nox-patched/plsite/gallery/axis6.htm
        --- ploticus2-nox-base/plsite/gallery/axis6.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis6.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis6



        -// Usage: pl -gif axis6.htm
        +// Usage: ploticus -png axis6.htm

        // X axis self-locating stubs given here in script, on multiple lines.
        // Note that at X=1 there is a tic but no stub.
        diff -Naur ploticus2-nox-base/plsite/gallery/axis7.htm ploticus2-nox-patched/plsite/gallery/axis7.htm
        --- ploticus2-nox-base/plsite/gallery/axis7.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis7.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis7



        -// Usage: pl -gif axis7.htm
        +// Usage: ploticus -png axis7.htm

        // X axis self-locating stubs given in data fields.
        // Note that at X=1 there is a tic but no stub.
        diff -Naur ploticus2-nox-base/plsite/gallery/axis8.htm ploticus2-nox-patched/plsite/gallery/axis8.htm
        --- ploticus2-nox-base/plsite/gallery/axis8.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis8.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis8



        -// Usage: pl -gif axis8.htm
        +// Usage: ploticus -png axis8.htm

        // X axis self-locating stubs taken from an external file axis8stubs
        // Note that at X=1 there is a tic but no stub.
        diff -Naur ploticus2-nox-base/plsite/gallery/axis9.htm ploticus2-nox-patched/plsite/gallery/axis9.htm
        --- ploticus2-nox-base/plsite/gallery/axis9.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis9.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis9



        -// Usage: pl -gif axis9.htm
        +// Usage: ploticus -png axis9.htm

        // MMDDYY date units in X, one stub per month

        diff -Naur ploticus2-nox-base/plsite/gallery/axis9a.htm ploticus2-nox-patched/plsite/gallery/axis9a.htm
        --- ploticus2-nox-base/plsite/gallery/axis9a.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis9a.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis9a



        -// Usage: pl -gif axis9a.htm
        +// Usage: ploticus -png axis9a.htm

        // MMDDYY date units in X, one stub every three months

        diff -Naur ploticus2-nox-base/plsite/gallery/axis9b.htm ploticus2-nox-patched/plsite/gallery/axis9b.htm
        --- ploticus2-nox-base/plsite/gallery/axis9b.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/axis9b.htm Fri Nov 28 15:03:29 2003
        @@ -1,6 +1,6 @@

        axis9a



        -// Usage: pl -gif axis9a.htm
        +// Usage: ploticus -png axis9a.htm

        // MMDDYY date units in X, one stub every three months

        diff -Naur ploticus2-nox-base/plsite/gallery/bars1.htm ploticus2-nox-patched/plsite/gallery/bars1.htm
        --- ploticus2-nox-base/plsite/gallery/bars1.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars1.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars1


        How to download and try this example


        -

        Usage: pl -gif bars1.htm
        +
        Usage: ploticus -png bars1.htm



        // set up a plotting area using proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/bars2.htm ploticus2-nox-patched/plsite/gallery/bars2.htm
        --- ploticus2-nox-base/plsite/gallery/bars2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars2.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars2


        How to download and try this example


        -

        Usage: pl -gif bars2.htm
        +
        Usage: ploticus -png bars2.htm



        #proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/bars3.htm ploticus2-nox-patched/plsite/gallery/bars3.htm
        --- ploticus2-nox-base/plsite/gallery/bars3.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars3.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars3


        How to download and try this example


        -

        Usage: pl -gif bars3.htm
        +
        Usage: ploticus -png bars3.htm



        #set TODATE = 9903
        diff -Naur ploticus2-nox-base/plsite/gallery/bars5.htm ploticus2-nox-patched/plsite/gallery/bars5.htm
        --- ploticus2-nox-base/plsite/gallery/bars5.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars5.htm Fri Nov 28 15:03:29 2003
        @@ -3,7 +3,7 @@

        Another example of stacked clustered bars

        -
        Usage: pl -gif bars5.htm
        +
        Usage: ploticus -png bars5.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/bars5a.htm ploticus2-nox-patched/plsite/gallery/bars5a.htm
        --- ploticus2-nox-base/plsite/gallery/bars5a.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars5a.htm Fri Nov 28 15:03:29 2003
        @@ -3,7 +3,7 @@

        Another example of stacked clustered bars

        -
        Usage: pl -gif bars5a.htm
        +
        Usage: ploticus -png bars5a.htm

        // An example of stacked clustered bars
        // Bar labels are defined explicitly and positioned below X axis.
        diff -Naur ploticus2-nox-base/plsite/gallery/bars6.htm ploticus2-nox-patched/plsite/gallery/bars6.htm
        --- ploticus2-nox-base/plsite/gallery/bars6.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars6.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars6


        How to download and try this example


        -

        Usage: pl -gif bars6.htm
        +
        Usage: ploticus -png bars6.htm



        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/bars7.htm ploticus2-nox-patched/plsite/gallery/bars7.htm
        --- ploticus2-nox-base/plsite/gallery/bars7.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars7.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars7


        How to download and try this example


        -

        Usage: pl -gif bars7.htm
        +
        Usage: ploticus -png bars7.htm



        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/bars8.htm ploticus2-nox-patched/plsite/gallery/bars8.htm
        --- ploticus2-nox-base/plsite/gallery/bars8.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars8.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars8


        How to download and try this example


        -

        Usage: pl -gif bars8.htm
        +
        Usage: ploticus -png bars8.htm



        #proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/bars9.htm ploticus2-nox-patched/plsite/gallery/bars9.htm
        --- ploticus2-nox-base/plsite/gallery/bars9.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/bars9.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        bars9


        How to download and try this example


        -

        Usage: pl -gif bars9.htm
        +
        Usage: ploticus -png bars9.htm
        // Source: Commerce department (values interpolated from another graph and
        // may not be exact)


        diff -Naur ploticus2-nox-base/plsite/gallery/beeswarm.htm ploticus2-nox-patched/plsite/gallery/beeswarm.htm
        --- ploticus2-nox-base/plsite/gallery/beeswarm.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/beeswarm.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        beeswarm


        How to download and try this example


        -

        Usage: pl -gif beeswarm.htm
        +
        Usage: ploticus -png beeswarm.htm


        //
        // a beeswarm-like plot
        diff -Naur ploticus2-nox-base/plsite/gallery/brokenaxis.htm ploticus2-nox-patched/plsite/gallery/brokenaxis.htm
        --- ploticus2-nox-base/plsite/gallery/brokenaxis.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/brokenaxis.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        brokenaxis


        How to download and try this example


        -

        Usage: pl -gif brokenaxis.htm
        +
        Usage: ploticus -png brokenaxis.htm

        A bar graph where Y axis is broken to allow compact display
        of extreme value.
        diff -Naur ploticus2-nox-base/plsite/gallery/btn/morefree.htm ploticus2-nox-patched/plsite/gallery/btn/morefree.htm
        --- ploticus2-nox-base/plsite/gallery/btn/morefree.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/btn/morefree.htm Fri Nov 28 15:03:33 2003
        @@ -2,7 +2,7 @@
        How to download and try this example

        Download the PostScript equivalent


        -Usage: pl -gif button.htm
        +Usage: ploticus -png button.htm
        Example of creating .gif buttons



        diff -Naur ploticus2-nox-base/plsite/gallery/button.htm ploticus2-nox-patched/plsite/gallery/button.htm
        --- ploticus2-nox-base/plsite/gallery/button.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/button.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        button


        How to download and try this example


        -

        Usage: pl -gif button.htm
        +
        Usage: ploticus -png button.htm
        Example of creating .gif buttons



        diff -Naur ploticus2-nox-base/plsite/gallery/candlesticks.htm ploticus2-nox-patched/plsite/gallery/candlesticks.htm
        --- ploticus2-nox-base/plsite/gallery/candlesticks.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/candlesticks.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        candlesticks


        How to download and try this example


        -

        Usage: pl -gif candlesticks.htm
        +
        Usage: ploticus -png candlesticks.htm
        Data source: quote.yahoo.com (Spreadsheet format)

        Japanese candlesticks. Weekends are omitted.
        diff -Naur ploticus2-nox-base/plsite/gallery/chromo.htm ploticus2-nox-patched/plsite/gallery/chromo.htm
        --- ploticus2-nox-base/plsite/gallery/chromo.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/chromo.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        chromo


        How to download and try this example


        -

        Usage: pl -gif chromo.htm
        +
        Usage: ploticus -png chromo.htm


        Uses the data file chromo.dat

        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_annot.htm ploticus2-nox-patched/plsite/gallery/clickmap_annot.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_annot.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_annot.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_annot


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_annot.htm
        +
        Usage: ploticus -png -map clickmap_annot.htm



        #setifnotgiven CGI = "http://ploticus.sourceforge.net/cgi-bin/showcgiargs"
        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_area.htm ploticus2-nox-patched/plsite/gallery/clickmap_area.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_area.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_area.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_area


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_area.html
        +
        Usage: ploticus -png -map clickmap_area.html
        Uses the data file devol.dat



        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_area2.htm ploticus2-nox-patched/plsite/gallery/clickmap_area2.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_area2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_area2.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_area2


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_area2.htm
        +
        Usage: ploticus -png -map clickmap_area2.htm

        Uses data file scatterplot10.dat.


        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_area3.htm ploticus2-nox-patched/plsite/gallery/clickmap_area3.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_area3.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_area3.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_area3


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_area3.htm
        +
        Usage: ploticus -png -map clickmap_area3.htm

        Uses data file scatterplot10.dat.


        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_hit.htm ploticus2-nox-patched/plsite/gallery/clickmap_hit.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_hit.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_hit.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_hit


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_hit.htm
        +
        Usage: ploticus -png -map clickmap_hit.htm

        Uses the data file hitcount.dat

        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_leg.htm ploticus2-nox-patched/plsite/gallery/clickmap_leg.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_leg.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_leg.htm Fri Nov 28 15:03:29 2003
        @@ -1,7 +1,7 @@

        clickmap_leg


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_leg.htm
        +
        Usage: ploticus -png -map clickmap_leg.htm

        Demonstrates clickmap on legend entries.

        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_log.htm ploticus2-nox-patched/plsite/gallery/clickmap_log.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_log.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_log.htm Fri Nov 28 15:03:30 2003
        @@ -1,6 +1,6 @@

        clickmap_log



        -// Usage: pl -gif -map clickmap_log.htm
        +// Usage: ploticus -png -map clickmap_log.htm

        #setifnotgiven CGI = "http://ploticus.sourceforge.net/cgi-bin/showcgiargs"

        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_mouse.htm ploticus2-nox-patched/plsite/gallery/clickmap_mouse.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_mouse.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_mouse.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        mouse


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_mouse.htm
        +
        Usage: ploticus -png -map clickmap_mouse.htm

        Uses data file mouse.dat.


        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_pie.htm ploticus2-nox-patched/plsite/gallery/clickmap_pie.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_pie.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_pie.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        clickmap_pie


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_pie.htm
        +
        Usage: ploticus -png -map clickmap_pie.htm
        Demonstrate clickmap for pie graph..



        diff -Naur ploticus2-nox-base/plsite/gallery/clickmap_time2.htm ploticus2-nox-patched/plsite/gallery/clickmap_time2.htm
        --- ploticus2-nox-base/plsite/gallery/clickmap_time2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/clickmap_time2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        clickmap_time2


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_time2.htm
        +
        Usage: ploticus -png -map clickmap_time2.htm



        #setifnotgiven CGI = "http://ploticus.sourceforge.net/cgi-bin/showcgiargs"
        diff -Naur ploticus2-nox-base/plsite/gallery/colorfld.htm ploticus2-nox-patched/plsite/gallery/colorfld.htm
        --- ploticus2-nox-base/plsite/gallery/colorfld.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/colorfld.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        colorfld


        How to download and try this example


        -

        Usage: pl -gif colorfld.htm
        +
        Usage: ploticus -png colorfld.htm
        Demonstrates different colored bars using colorfield.
        Also demonstrates colored legend text entries.


        diff -Naur ploticus2-nox-base/plsite/gallery/colorgrid.htm ploticus2-nox-patched/plsite/gallery/colorgrid.htm
        --- ploticus2-nox-base/plsite/gallery/colorgrid.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/colorgrid.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        colorgrid


        How to download and try this example


        -

        Usage: pl -gif colorgrid.htm
        +
        Usage: ploticus -png colorgrid.htm

        This demonstrates a color grid rendered directly from a data matrix.

        diff -Naur ploticus2-nox-base/plsite/gallery/colorgrid2.htm ploticus2-nox-patched/plsite/gallery/colorgrid2.htm
        --- ploticus2-nox-base/plsite/gallery/colorgrid2.htm Thu Nov 27 22:10:55 2003
        +++ ploticus2-nox-patched/plsite/gallery/colorgrid2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        colorgrid2


        How to download and try this example


        -

        Usage: pl -gif [-map] colorgrid2.htm
        +
        Usage: ploticus -png [-map] colorgrid2.htm

        This color grid involves processing raw data by
        counting occurances within ranges, then mapping counts to colors by range.
        diff -Naur ploticus2-nox-base/plsite/gallery/colors.htm ploticus2-nox-patched/plsite/gallery/colors.htm
        --- ploticus2-nox-base/plsite/gallery/colors.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/colors.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        colors


        How to download and try this example


        -

        Usage: pl -gif colors.htm
        +
        Usage: ploticus -png colors.htm

        // This example uses the #include operator to include a chunk of
        // code (colorsub.htm) that will be executed
        diff -Naur ploticus2-nox-base/plsite/gallery/cs_mouseover.htm ploticus2-nox-patched/plsite/gallery/cs_mouseover.htm
        --- ploticus2-nox-base/plsite/gallery/cs_mouseover.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/cs_mouseover.htm Fri Nov 28 15:03:30 2003
        @@ -18,7 +18,7 @@


        How to download and try this example


        -

        Usage: pl -gif cs_mouseover.htm -csmap -mapfile stdout
        +
        Usage: ploticus -png cs_mouseover.htm -csmap -mapfile stdout

        This example demonstrates use of client-side image map with mouseover
        text labels, but no URLs or clickability.
        diff -Naur ploticus2-nox-base/plsite/gallery/curvefit0.htm ploticus2-nox-patched/plsite/gallery/curvefit0.htm
        --- ploticus2-nox-base/plsite/gallery/curvefit0.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/curvefit0.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        curvefit0


        How to download and try this example


        -

        Usage: pl -gif curvefit0.htm
        +
        Usage: ploticus -png curvefit0.htm



        // Read data from curve2.dat
        diff -Naur ploticus2-nox-base/plsite/gallery/curvefit1.htm ploticus2-nox-patched/plsite/gallery/curvefit1.htm
        --- ploticus2-nox-base/plsite/gallery/curvefit1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/curvefit1.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        curvefit1


        How to download and try this example


        -

        Usage: pl -gif curvefit1.htm
        +
        Usage: ploticus -png curvefit1.htm
        Uses the data file curve2.dat



        diff -Naur ploticus2-nox-base/plsite/gallery/curvefit2.htm ploticus2-nox-patched/plsite/gallery/curvefit2.htm
        --- ploticus2-nox-base/plsite/gallery/curvefit2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/curvefit2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        curvefit2


        How to download and try this example


        -

        Usage: pl -gif curvefit2.htm
        +
        Usage: ploticus -png curvefit2.htm


        Demonstrates proc curvefit generating an interpolated curve.

        diff -Naur ploticus2-nox-base/plsite/gallery/curvefit3.htm ploticus2-nox-patched/plsite/gallery/curvefit3.htm
        --- ploticus2-nox-base/plsite/gallery/curvefit3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/curvefit3.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        curvefit3


        How to download and try this example


        -

        Usage: pl -gif curvefit3.htm
        +
        Usage: ploticus -png curvefit3.htm


        Demonstrates the different types of curves that can be generated

        diff -Naur ploticus2-nox-base/plsite/gallery/devol.htm ploticus2-nox-patched/plsite/gallery/devol.htm
        --- ploticus2-nox-base/plsite/gallery/devol.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/devol.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        devol


        How to download and try this example


        -

        Usage: pl -gif devol.htm
        +
        Usage: ploticus -png devol.htm
        Uses the data file devol.dat



        diff -Naur ploticus2-nox-base/plsite/gallery/distrib.htm ploticus2-nox-patched/plsite/gallery/distrib.htm
        --- ploticus2-nox-base/plsite/gallery/distrib.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/distrib.htm Fri Nov 28 15:03:30 2003
        @@ -1,8 +1,8 @@

        distrib


        How to download and try this example


        -

        Usage: pl -gif distrib.htm
        -or for postscript output: pl -ps distrib.htm | lp
        +
        Usage: ploticus -png distrib.htm
        +or for postscript output: ploticus -ps distrib.htm | lp

        This is a more elaborate example that involves variables, a loop,
        automatically calculated distributions for the histograms, etc.
        diff -Naur ploticus2-nox-base/plsite/gallery/dmag.htm ploticus2-nox-patched/plsite/gallery/dmag.htm
        --- ploticus2-nox-base/plsite/gallery/dmag.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/dmag.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        dmag


        How to download and try this example


        -

        Usage: pl -gif dmag.htm
        +
        Usage: ploticus -png dmag.htm

        // Contributed by Dan DeMaggio dmag@wellersoft.com


        diff -Naur ploticus2-nox-base/plsite/gallery/doposter.sh ploticus2-nox-patched/plsite/gallery/doposter.sh
        --- ploticus2-nox-base/plsite/gallery/doposter.sh Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/doposter.sh Fri Nov 28 15:03:30 2003
        @@ -1,15 +1,15 @@
        # Do the lower-left page..

        - pl -ps propbars1.htm -scale 4 -posteroffset 0,0 -logo | lp
        + ploticus -ps propbars1.htm -scale 4 -posteroffset 0,0 -logo | lp

        # Do the upper-left..

        - pl -ps propbars1.htm -scale 4 -posteroffset 0,7.5 -logo | lp
        + ploticus -ps propbars1.htm -scale 4 -posteroffset 0,7.5 -logo | lp

        # Do the upper-right..

        - pl -ps propbars1.htm -scale 4 -posteroffset 10,7.5 -logo | lp
        + ploticus -ps propbars1.htm -scale 4 -posteroffset 10,7.5 -logo | lp

        # Do the lower-right..

        - pl -ps propbars1.htm -scale 4 -posteroffset 10,0 -logo | lp
        + ploticus -ps propbars1.htm -scale 4 -posteroffset 10,0 -logo | lp
        diff -Naur ploticus2-nox-base/plsite/gallery/drawcom.htm ploticus2-nox-patched/plsite/gallery/drawcom.htm
        --- ploticus2-nox-base/plsite/gallery/drawcom.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/drawcom.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        drawcom


        How to download and try this example


        -

        Usage: pl -gif drawcom.htm
        +
        Usage: ploticus -png drawcom.htm



        #proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/dtfut.htm ploticus2-nox-patched/plsite/gallery/dtfut.htm
        --- ploticus2-nox-base/plsite/gallery/dtfut.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/dtfut.htm Fri Nov 28 15:03:30 2003
        @@ -1,6 +1,6 @@


        -Usage: pl -gif propbars1.htm
        +Usage: ploticus -png propbars1.htm
        // specify the data using proc getdata
        // Each value is an individual percentage.

        diff -Naur ploticus2-nox-base/plsite/gallery/dupsleg.htm ploticus2-nox-patched/plsite/gallery/dupsleg.htm
        --- ploticus2-nox-base/plsite/gallery/dupsleg.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/dupsleg.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        dupsleg


        How to download and try this example


        -

        Usage: pl -gif dupsleg.htm
        +
        Usage: ploticus -png dupsleg.htm
        Demonstrates a scatterplot where degree of duplicity is
        expressed by symbol color.


        diff -Naur ploticus2-nox-base/plsite/gallery/er.htm ploticus2-nox-patched/plsite/gallery/er.htm
        --- ploticus2-nox-base/plsite/gallery/er.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/er.htm Fri Nov 28 15:03:30 2003
        @@ -5,7 +5,7 @@
        // Entity bubbles support mouseover and clickthru, when HTML includes
        // client-side image map (see er.csmap)
        //
        -// pl -gif er.htm -o er.gif -csmap -mapfile er.csmap -scale 0.8
        +// ploticus -png er.htm -o er.png -csmap -mapfile er.csmap -scale 0.8

        #set URL = "http://aretha.jax.org/pub-cgi/phenome/mpdcgi?rtn=download/tabledetails"

        diff -Naur ploticus2-nox-base/plsite/gallery/errbar1.htm ploticus2-nox-patched/plsite/gallery/errbar1.htm
        --- ploticus2-nox-base/plsite/gallery/errbar1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/errbar1.htm Fri Nov 28 15:03:30 2003
        @@ -1,8 +1,8 @@

        errbar1


        How to download and try this example


        -

        Usage: pl -gif errbar1.htm
        -or for postscript: pl -ps errbar1.htm | lp
        +
        Usage: ploticus -png errbar1.htm
        +or for postscript: ploticus -ps errbar1.htm | lp

        In this example the means and standard deviations were already calculated,
        so proc bars is used to render the bars. An alternative is to use proc
        diff -Naur ploticus2-nox-base/plsite/gallery/errbar2.htm ploticus2-nox-patched/plsite/gallery/errbar2.htm
        --- ploticus2-nox-base/plsite/gallery/errbar2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/errbar2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        errbar2


        How to download and try this example


        -

        Usage: pl -gif errbar2.htm
        +
        Usage: ploticus -png errbar2.htm



        #set TAILLEN = 0.05
        diff -Naur ploticus2-nox-base/plsite/gallery/errbar3.htm ploticus2-nox-patched/plsite/gallery/errbar3.htm
        --- ploticus2-nox-base/plsite/gallery/errbar3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/errbar3.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        errbar3


        How to download and try this example


        -

        Usage: pl -gif errbar3.htm
        +
        Usage: ploticus -png errbar3.htm



        // Specify some data (or it could be read from a file).
        diff -Naur ploticus2-nox-base/plsite/gallery/errbar4.htm ploticus2-nox-patched/plsite/gallery/errbar4.htm
        --- ploticus2-nox-base/plsite/gallery/errbar4.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/errbar4.htm Fri Nov 28 15:03:30 2003
        @@ -1,8 +1,8 @@

        errbar4


        How to download and try this example


        -

        Usage: pl -gif errbar4.htm
        -or for PostScript: pl -ps errbar4.htm | lp
        +
        Usage: ploticus -png errbar4.htm
        +or for PostScript: ploticus -ps errbar4.htm | lp

        Uses the data file rangetimes.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/errbar5.htm ploticus2-nox-patched/plsite/gallery/errbar5.htm
        --- ploticus2-nox-base/plsite/gallery/errbar5.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/errbar5.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        errbar5


        How to download and try this example


        -

        Usage: pl -gif errbar5.htm
        +
        Usage: ploticus -png errbar5.htm

        In slide format.


        diff -Naur ploticus2-nox-base/plsite/gallery/filter1.htm ploticus2-nox-patched/plsite/gallery/filter1.htm
        --- ploticus2-nox-base/plsite/gallery/filter1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/filter1.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        filter1


        How to download and try this example


        -

        Usage: pl -gif [-map] filter1.htm
        +
        Usage: ploticus -png [-map] filter1.htm

        // Demonstrates a use of proc getdata filter.
        //
        diff -Naur ploticus2-nox-base/plsite/gallery/gall.svg.html ploticus2-nox-patched/plsite/gallery/gall.svg.html
        --- ploticus2-nox-base/plsite/gallery/gall.svg.html Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/gall.svg.html Fri Nov 28 15:03:30 2003
        @@ -50,7 +50,7 @@
        This example uses clickable maps. Try clicking somewhere within the plotting area.


        clickmap_area2.svgz (full size)      
        -pl script
        +ploticus script








        @@ -58,7 +58,7 @@
        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">


        dmag.svg (full size)      
        -pl script
        +ploticus script








        @@ -66,7 +66,7 @@
        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">


        sess.svg (full size)      
        -pl script
        +ploticus script








        @@ -74,14 +74,14 @@
        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">


        volunteers.svg (full size)      
        -pl script
        +ploticus script








        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">
        mouse.svgz (full size)      
        -pl script
        +ploticus script








        @@ -89,7 +89,7 @@
        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">


        mouse.p2.svgz (full size)      
        -pl script
        +ploticus script








        @@ -97,7 +97,7 @@
        type="image/svg-xml" pluginspage="http://www.adobe.com/svg/viewer/install/">


        ascii.svgz (full size)      
        -pl script
        +ploticus script








        diff -Naur ploticus2-nox-base/plsite/gallery/gall.using.html ploticus2-nox-patched/plsite/gallery/gall.using.html
        --- ploticus2-nox-base/plsite/gallery/gall.using.html Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/gall.using.html Fri Nov 28 15:03:30 2003
        @@ -43,7 +43,7 @@
        Save the example locally using File and then Save as.
        If there is an involved data file noted, save that file as well.


        -Then issue the command pl filename.
        +Then issue the command ploticus filename.






        diff -Naur ploticus2-nox-base/plsite/gallery/hatch.htm ploticus2-nox-patched/plsite/gallery/hatch.htm
        --- ploticus2-nox-base/plsite/gallery/hatch.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hatch.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hatch


        How to download and try this example


        -

        Usage: pl -gif hatch.htm
        +
        Usage: ploticus -png hatch.htm

        Demonstrate hatch filling


        diff -Naur ploticus2-nox-base/plsite/gallery/hbars1.htm ploticus2-nox-patched/plsite/gallery/hbars1.htm
        --- ploticus2-nox-base/plsite/gallery/hbars1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hbars1.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hbars1


        How to download and try this example


        -

        Usage: pl -gif hbars1.htm
        +
        Usage: ploticus -png hbars1.htm
        Source: Bureau of Alcohol, Tobacco, and Firearms.



        diff -Naur ploticus2-nox-base/plsite/gallery/hbars2.htm ploticus2-nox-patched/plsite/gallery/hbars2.htm
        --- ploticus2-nox-base/plsite/gallery/hbars2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hbars2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hbars2


        How to download and try this example


        -

        Usage: pl -gif hbars2.htm
        +
        Usage: ploticus -png hbars2.htm



        // specify data using proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/hbars3.htm ploticus2-nox-patched/plsite/gallery/hbars3.htm
        --- ploticus2-nox-base/plsite/gallery/hbars3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hbars3.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hbars3


        How to download and try this example


        -

        Usage: pl -gif hbars3.htm 
        +
        Usage: ploticus -png hbars3.htm 
        This data is purely fictional!



        diff -Naur ploticus2-nox-base/plsite/gallery/hbars4.htm ploticus2-nox-patched/plsite/gallery/hbars4.htm
        --- ploticus2-nox-base/plsite/gallery/hbars4.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hbars4.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hbars4


        How to download and try this example


        -

        Usage: pl -gif hbars4.htm
        +
        Usage: ploticus -png hbars4.htm
        Uses data file hbars4.dat.
        This one requires a bit of trickery. Ploticus scale areas cannot go
        from high to low, so, for the left portion, we need to convert
        diff -Naur ploticus2-nox-base/plsite/gallery/hbars5.htm ploticus2-nox-patched/plsite/gallery/hbars5.htm
        --- ploticus2-nox-base/plsite/gallery/hbars5.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hbars5.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hbars5


        How to download and try this example


        -

        Usage: pl -gif hbars5.htm
        +
        Usage: ploticus -png hbars5.htm
        Source: Understanding Global Issues No. 9 1998
        Values interpolated from graph in NI magazine May 99


        diff -Naur ploticus2-nox-base/plsite/gallery/heatmap1.htm ploticus2-nox-patched/plsite/gallery/heatmap1.htm
        --- ploticus2-nox-base/plsite/gallery/heatmap1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/heatmap1.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        heatmap1


        How to download and try this example


        -

        Usage: pl -gif [-map] heatmap1.htm
        +
        Usage: ploticus -png [-map] heatmap1.htm

        This color grid involves processing raw data by
        counting occurances within ranges, then mapping counts to colors by range.
        diff -Naur ploticus2-nox-base/plsite/gallery/heatmap2.htm ploticus2-nox-patched/plsite/gallery/heatmap2.htm
        --- ploticus2-nox-base/plsite/gallery/heatmap2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/heatmap2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        heatmap2


        How to download and try this example


        -

        Usage: pl -gif [-map] heatmap2.htm
        +
        Usage: ploticus -png [-map] heatmap2.htm

        This color grid involves processing raw data by
        counting occurances within ranges, then mapping counts to colors by range.
        diff -Naur ploticus2-nox-base/plsite/gallery/heatmap3.htm ploticus2-nox-patched/plsite/gallery/heatmap3.htm
        --- ploticus2-nox-base/plsite/gallery/heatmap3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/heatmap3.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        heatmap3


        How to download and try this example


        -

        Usage: pl -gif [-map] heatmap3.htm
        +
        Usage: ploticus -png [-map] heatmap3.htm

        This color grid involves processing raw data by
        counting occurances within ranges, then mapping counts to colors by range.
        diff -Naur ploticus2-nox-base/plsite/gallery/hitcount.htm ploticus2-nox-patched/plsite/gallery/hitcount.htm
        --- ploticus2-nox-base/plsite/gallery/hitcount.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hitcount.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hitcount


        How to download and try this example


        -

        Usage: pl -gif hitcount.htm
        +
        Usage: ploticus -png hitcount.htm

        Uses the data file hitcount.dat

        diff -Naur ploticus2-nox-base/plsite/gallery/hitcount2.htm ploticus2-nox-patched/plsite/gallery/hitcount2.htm
        --- ploticus2-nox-base/plsite/gallery/hitcount2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hitcount2.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hitcount2


        How to download and try this example


        -

        Usage: pl -gif hitcount2.htm
        +
        Usage: ploticus -png hitcount2.htm

        Uses the data file hitcount.dat

        diff -Naur ploticus2-nox-base/plsite/gallery/hitcount3.htm ploticus2-nox-patched/plsite/gallery/hitcount3.htm
        --- ploticus2-nox-base/plsite/gallery/hitcount3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/hitcount3.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        hitcount3


        How to download and try this example


        -

        Usage: pl -gif hitcount3.htm
        +
        Usage: ploticus -png hitcount3.htm

        Uses the data file hitcount.dat

        diff -Naur ploticus2-nox-base/plsite/gallery/km.htm ploticus2-nox-patched/plsite/gallery/km.htm
        --- ploticus2-nox-base/plsite/gallery/km.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/km.htm Fri Nov 28 15:03:30 2003
        @@ -1,7 +1,7 @@

        km


        How to download and try this example


        -

        Usage: pl -gif km.htm
        +
        Usage: ploticus -png km.htm
        Note: the simplistic technique used herein for coloring the
        overlapping ranges only works when one range is always below the other.


        diff -Naur ploticus2-nox-base/plsite/gallery/km2.htm ploticus2-nox-patched/plsite/gallery/km2.htm
        --- ploticus2-nox-base/plsite/gallery/km2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/km2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        km2


        How to download and try this example


        -

        Usage: pl -gif km2.htm
        +
        Usage: ploticus -png km2.htm



        // Set up plotting region using proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/kmslide.htm ploticus2-nox-patched/plsite/gallery/kmslide.htm
        --- ploticus2-nox-base/plsite/gallery/kmslide.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/kmslide.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        kmslide


        How to download and try this example


        -

        Usage: pl -gif kmslide.htm
        +
        Usage: ploticus -png kmslide.htm
        Note: the simplistic technique used herein for coloring the
        overlapping ranges only works when one range is always below the other.


        diff -Naur ploticus2-nox-base/plsite/gallery/legend0.htm ploticus2-nox-patched/plsite/gallery/legend0.htm
        --- ploticus2-nox-base/plsite/gallery/legend0.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/legend0.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        legend0


        How to download and try this example


        -

        Usage: pl -gif legend0.htm
        +
        Usage: ploticus -png legend0.htm
        Source: Steffen R et.al., Epidemiology, Etiology and Impact
        of Traveler's Diarrhea in Jamaica, JAMA 3/3/99 p. 815.


        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot1.htm ploticus2-nox-patched/plsite/gallery/lineplot1.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot1


        How to download and try this example


        -

        Usage: pl -gif lineplot1.htm
        +
        Usage: ploticus -png lineplot1.htm



        // Use proc page to set the overall text size to 6 pt
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot2.htm ploticus2-nox-patched/plsite/gallery/lineplot2.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot2


        How to download and try this example


        -

        Usage: pl -gif lineplot2.htm
        +
        Usage: ploticus -png lineplot2.htm
        Uses the data files
        curve2.dat and curve3.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot20.htm ploticus2-nox-patched/plsite/gallery/lineplot20.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot20.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot20.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot20


        How to download and try this example


        -

        Usage: pl -gif lineplot20.htm
        +
        Usage: ploticus -png lineplot20.htm


        #proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot3.cm.htm ploticus2-nox-patched/plsite/gallery/lineplot3.cm.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot3.cm.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot3.cm.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot3


        How to download and try this example


        -

        Usage: pl -gif lineplot3.htm
        +
        Usage: ploticus -png lineplot3.htm



        // Specify some data using proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot3.htm ploticus2-nox-patched/plsite/gallery/lineplot3.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot3.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot3


        How to download and try this example


        -

        Usage: pl -gif lineplot3.htm
        +
        Usage: ploticus -png lineplot3.htm


        Demonstrates self-locating stubs and lineplot with stairstep option.

        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot4.htm ploticus2-nox-patched/plsite/gallery/lineplot4.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot4.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot4.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot4


        How to download and try this example


        -

        Usage: pl -gif lineplot4.htm
        +
        Usage: ploticus -png lineplot4.htm
        This example uses proc lineplot with instancemode and accum options,
        to count occurrances over time. Occurrances having the same date
        are summed into one data point (groupmode).
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot5.htm ploticus2-nox-patched/plsite/gallery/lineplot5.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot5.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot5.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot5


        How to download and try this example


        -

        Usage: pl -gif lineplot5.htm
        +
        Usage: ploticus -png lineplot5.htm



        #proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot6.htm ploticus2-nox-patched/plsite/gallery/lineplot6.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot6.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot6.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot6


        How to download and try this example


        -

        Usage: pl -gif lineplot6.htm
        +
        Usage: ploticus -png lineplot6.htm



        // use proc getdata to define some data
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot7.htm ploticus2-nox-patched/plsite/gallery/lineplot7.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot7.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot7.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot7


        How to download and try this example


        -

        Usage: pl -gif lineplot7.htm
        +
        Usage: ploticus -png lineplot7.htm



        // use proc getdata to define some data
        diff -Naur ploticus2-nox-base/plsite/gallery/lineplot8.htm ploticus2-nox-patched/plsite/gallery/lineplot8.htm
        --- ploticus2-nox-base/plsite/gallery/lineplot8.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lineplot8.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lineplot8


        How to download and try this example


        -

        Usage: pl -gif lineplot8.htm
        +
        Usage: ploticus -png lineplot8.htm
        Uses the data files curve1.dat
        and curve3.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/lines.htm ploticus2-nox-patched/plsite/gallery/lines.htm
        --- ploticus2-nox-base/plsite/gallery/lines.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lines.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lines


        How to download and try this example


        -

        Usage: pl -gif lines.htm
        +
        Usage: ploticus -png lines.htm



        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/loglog.htm ploticus2-nox-patched/plsite/gallery/loglog.htm
        --- ploticus2-nox-base/plsite/gallery/loglog.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/loglog.htm Fri Nov 28 15:03:31 2003
        @@ -3,7 +3,7 @@
        Demonstrates a log-log plotting area, using selflocatingstubs
        and stub and tic code chunks #included from the prefabs directory.

        -// Usage: pl -gif loglog.htm
        +// Usage: ploticus -png loglog.htm


        // set up area
        diff -Naur ploticus2-nox-base/plsite/gallery/lpfilled0.htm ploticus2-nox-patched/plsite/gallery/lpfilled0.htm
        --- ploticus2-nox-base/plsite/gallery/lpfilled0.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lpfilled0.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lpfilled0


        How to download and try this example


        -

        Usage: pl -gif lpfilled0.htm
        +
        Usage: ploticus -png lpfilled0.htm



        // Use proc page to set the overall text size to 6 pt
        diff -Naur ploticus2-nox-base/plsite/gallery/lpfilled1.htm ploticus2-nox-patched/plsite/gallery/lpfilled1.htm
        --- ploticus2-nox-base/plsite/gallery/lpfilled1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lpfilled1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lpfilled1


        How to download and try this example


        -

        Usage: pl -gif lpfilled1.htm
        +
        Usage: ploticus -png lpfilled1.htm



        // Use proc page to set the overall text size to 6 pt
        diff -Naur ploticus2-nox-base/plsite/gallery/lpfilled2.htm ploticus2-nox-patched/plsite/gallery/lpfilled2.htm
        --- ploticus2-nox-base/plsite/gallery/lpfilled2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lpfilled2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lpfilled2


        How to download and try this example


        -

        Usage: pl -gif lpfilled2.htm
        +
        Usage: ploticus -png lpfilled2.htm



        // Use proc page to set the overall text size to 6 pt
        diff -Naur ploticus2-nox-base/plsite/gallery/lpfilled3.htm ploticus2-nox-patched/plsite/gallery/lpfilled3.htm
        --- ploticus2-nox-base/plsite/gallery/lpfilled3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/lpfilled3.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lpfilled3


        How to download and try this example


        -

        Usage: pl -gif lpfilled3.htm
        +
        Usage: ploticus -png lpfilled3.htm
        Uses the data files curve2.dat and curve3.dat.



        diff -Naur ploticus2-nox-base/plsite/gallery/milltest.htm ploticus2-nox-patched/plsite/gallery/milltest.htm
        --- ploticus2-nox-base/plsite/gallery/milltest.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/milltest.htm Fri Nov 28 15:03:31 2003
        @@ -2,7 +2,7 @@
        How to download and try this example



        -// Usage: pl -gif milltest.htm
        +// Usage: ploticus -png milltest.htm

        // Demonstrates autorange in Y with numbers in the millions, and Y axis
        // labeling. Thanks to Mike Fischer (mfischer@aol.net).
        diff -Naur ploticus2-nox-base/plsite/gallery/mouse.htm ploticus2-nox-patched/plsite/gallery/mouse.htm
        --- ploticus2-nox-base/plsite/gallery/mouse.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/mouse.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        mouse


        How to download and try this example


        -

        Usage: pl -gif mouse.htm
        +
        Usage: ploticus -png mouse.htm

        Uses data file mouse.dat.


        diff -Naur ploticus2-nox-base/plsite/gallery/multipage.htm ploticus2-nox-patched/plsite/gallery/multipage.htm
        --- ploticus2-nox-base/plsite/gallery/multipage.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/multipage.htm Fri Nov 28 15:03:31 2003
        @@ -1,10 +1,10 @@

        multipage


        How to download and try this example


        -

        Usage: pl -gif multipage.htm
        -or for postscript output: pl -ps multipage.htm | lp
        +
        Usage: ploticus -png multipage.htm
        +or for postscript output: ploticus -ps multipage.htm | lp

        -Test of a multi page pl plot using proc page to do the page break.
        +Test of a multi page ploticus plot using proc page to do the page break.




        diff -Naur ploticus2-nox-base/plsite/gallery/multiscat.htm ploticus2-nox-patched/plsite/gallery/multiscat.htm
        --- ploticus2-nox-base/plsite/gallery/multiscat.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/multiscat.htm Fri Nov 28 15:03:31 2003
        @@ -1,8 +1,8 @@

        multiscat


        How to download and try this example


        -

        Usage: pl -gif multiscat.htm
        -or for postscript: pl -ps multiscat.htm | lp
        +
        Usage: ploticus -png multiscat.htm
        +or for postscript: ploticus -ps multiscat.htm | lp

        Uses the data file vf.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/pie1.htm ploticus2-nox-patched/plsite/gallery/pie1.htm
        --- ploticus2-nox-base/plsite/gallery/pie1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/pie1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        pie1


        How to download and try this example


        -

        Usage: pl -gif pie1.htm
        +
        Usage: ploticus -png pie1.htm



        #proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/pie2.htm ploticus2-nox-patched/plsite/gallery/pie2.htm
        --- ploticus2-nox-base/plsite/gallery/pie2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/pie2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        pie2


        How to download and try this example


        -

        Usage: pl -gif pie2.htm
        +
        Usage: ploticus -png pie2.htm



        // specify data using proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/pie3.htm ploticus2-nox-patched/plsite/gallery/pie3.htm
        --- ploticus2-nox-base/plsite/gallery/pie3.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/pie3.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        pie3


        How to download and try this example


        -

        Usage: pl -gif pie3.htm
        +
        Usage: ploticus -png pie3.htm



        // set the background to gray using proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/pie4.htm ploticus2-nox-patched/plsite/gallery/pie4.htm
        --- ploticus2-nox-base/plsite/gallery/pie4.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/pie4.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        pie4


        How to download and try this example


        -

        Usage: pl -gif pie4.htm
        +
        Usage: ploticus -png pie4.htm



        // specify data using proc getdata
        diff -Naur ploticus2-nox-base/plsite/gallery/pngresize.htm ploticus2-nox-patched/plsite/gallery/pngresize.htm
        --- ploticus2-nox-base/plsite/gallery/pngresize.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/pngresize.htm Fri Nov 28 13:13:45 2003
        @@ -3,7 +3,7 @@
        // Resize a PNG file. If scalefactor is < 1.0, the image is reduced.
        // If scalefactor is > 1.0 the image is enlarged.
        //
        -// Usage: pl pngresize.htm INFILE=infile SCALE=scalefactor OUTFILE=outfile
        +// Usage: ploticus pngresize.htm INFILE=infile SCALE=scalefactor OUTFILE=outfile

        // read in a PNG file and output a reduced result
        #musthave INFILE
        diff -Naur ploticus2-nox-base/plsite/gallery/propbars1.htm ploticus2-nox-patched/plsite/gallery/propbars1.htm
        --- ploticus2-nox-base/plsite/gallery/propbars1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/propbars1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        propbars1


        How to download and try this example


        -

        Usage: pl -gif propbars1.htm
        +
        Usage: ploticus -png propbars1.htm
        Source: Artemis Simopoulos, "The Omega Plan"
        (Values interpreted from another graph and may not be exact)


        diff -Naur ploticus2-nox-base/plsite/gallery/propbars2.htm ploticus2-nox-patched/plsite/gallery/propbars2.htm
        --- ploticus2-nox-base/plsite/gallery/propbars2.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/propbars2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        propbars2


        How to download and try this example


        -

        Usage: pl -gif propbars2.htm
        +
        Usage: ploticus -png propbars2.htm
        Source: Peace Pledge Union / NI magazine



        diff -Naur ploticus2-nox-base/plsite/gallery/qual.htm ploticus2-nox-patched/plsite/gallery/qual.htm
        --- ploticus2-nox-base/plsite/gallery/qual.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/qual.htm Fri Nov 28 13:13:45 2003
        @@ -2,7 +2,7 @@
        How to download and try this example



        -// Usage: pl qual.htm CERTNUM=0181 CERTNAME="John Doe" -eps

        +// Usage: ploticus qual.htm CERTNUM=0181 CERTNAME="John Doe" -eps


        // supply defaults for parameters if not given, for demo purposes
        #setifnotgiven CERTNUM = 0181
        diff -Naur ploticus2-nox-base/plsite/gallery/quarters.htm ploticus2-nox-patched/plsite/gallery/quarters.htm
        --- ploticus2-nox-base/plsite/gallery/quarters.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/quarters.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        quarters


        How to download and try this example


        -

        Usage: pl -gif quarters.htm
        +
        Usage: ploticus -png quarters.htm

        In order to use date quarters notation, the X range must be specified
        with scaletype date using a month-day-year notation such as mmddyy;
        @@ -12,7 +12,7 @@
        are converted to a midpoint mmddyy, e.g. 1Q99 -> 2/15/99 and
        3Q99 -> 8/15/99. This is done for plotting and date arithmetic purposes.

        -Kind of tricky I realize.. it is touched on in the pl dates man page.
        +Kind of tricky I realize.. it is touched on in the ploticus dates man page.




        diff -Naur ploticus2-nox-base/plsite/gallery/rangebar1.htm ploticus2-nox-patched/plsite/gallery/rangebar1.htm
        --- ploticus2-nox-base/plsite/gallery/rangebar1.htm Thu Nov 27 22:10:56 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangebar1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        rangebar1


        How to download and try this example


        -

        Usage: pl -gif rangebar1.htm
        +
        Usage: ploticus -png rangebar1.htm



        // Specify some data (or it could be read from a file).
        diff -Naur ploticus2-nox-base/plsite/gallery/rangebar2.htm ploticus2-nox-patched/plsite/gallery/rangebar2.htm
        --- ploticus2-nox-base/plsite/gallery/rangebar2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangebar2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        rangebar2


        How to download and try this example


        -

        Usage: pl -gif rangebar2.htm
        +
        Usage: ploticus -png rangebar2.htm

        Demonstrates outlier display and 1.5 IQR tails.


        diff -Naur ploticus2-nox-base/plsite/gallery/rangebar3.htm ploticus2-nox-patched/plsite/gallery/rangebar3.htm
        --- ploticus2-nox-base/plsite/gallery/rangebar3.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangebar3.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        rangebar3


        How to download and try this example


        -

        Usage: pl -gif rangebar3.htm
        +
        Usage: ploticus -png rangebar3.htm

        Display of outliers using line segments.


        diff -Naur ploticus2-nox-base/plsite/gallery/ranges.htm ploticus2-nox-patched/plsite/gallery/ranges.htm
        --- ploticus2-nox-base/plsite/gallery/ranges.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/ranges.htm Fri Nov 28 15:03:31 2003
        @@ -1,8 +1,8 @@

        ranges


        How to download and try this example


        -

        Usage: pl -gif ranges.htm
        -or for PostScript: pl -ps ranges.htm | lp
        +
        Usage: ploticus -png ranges.htm
        +or for PostScript: ploticus -ps ranges.htm | lp

        Uses the data file rangetimes.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/rangesweep0.htm ploticus2-nox-patched/plsite/gallery/rangesweep0.htm
        --- ploticus2-nox-base/plsite/gallery/rangesweep0.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangesweep0.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        lpfilled3


        Click here to download the EPS equivalent



        -// Usage: pl -gif lpfilled3.htm
        +// Usage: ploticus -png lpfilled3.htm

        // set up plotting area using proc areadef...
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/rangesweep1.htm ploticus2-nox-patched/plsite/gallery/rangesweep1.htm
        --- ploticus2-nox-base/plsite/gallery/rangesweep1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangesweep1.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        rangesweep1


        How to download and try this example


        -

        Usage: pl -gif rangesweep1.htm
        +
        Usage: ploticus -png rangesweep1.htm



        // set up plotting area using proc areadef...
        diff -Naur ploticus2-nox-base/plsite/gallery/rangesweep2.htm ploticus2-nox-patched/plsite/gallery/rangesweep2.htm
        --- ploticus2-nox-base/plsite/gallery/rangesweep2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/rangesweep2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        rangesweep2


        How to download and try this example


        -

        Usage: pl -gif rangesweep2.htm
        +
        Usage: ploticus -png rangesweep2.htm

        Contributed by Michelle Melia


        diff -Naur ploticus2-nox-base/plsite/gallery/sa10.htm ploticus2-nox-patched/plsite/gallery/sa10.htm
        --- ploticus2-nox-base/plsite/gallery/sa10.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa10.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa10



        -// Usage: pl -gif sa10.htm
        +// Usage: ploticus -png sa10.htm

        #proc areadef
        rectangle: 1 1 5 2
        diff -Naur ploticus2-nox-base/plsite/gallery/sa11.htm ploticus2-nox-patched/plsite/gallery/sa11.htm
        --- ploticus2-nox-base/plsite/gallery/sa11.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa11.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa11



        -// Usage: pl -gif sa11.htm
        +// Usage: ploticus -png sa11.htm

        #proc areadef
        rectangle: 1 1 5 2
        diff -Naur ploticus2-nox-base/plsite/gallery/sa12.htm ploticus2-nox-patched/plsite/gallery/sa12.htm
        --- ploticus2-nox-base/plsite/gallery/sa12.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa12.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa12



        -// Usage: pl -gif sa12.htm
        +// Usage: ploticus -png sa12.htm
        //
        // Illustrates Y axis on right side.

        diff -Naur ploticus2-nox-base/plsite/gallery/sa13.htm ploticus2-nox-patched/plsite/gallery/sa13.htm
        --- ploticus2-nox-base/plsite/gallery/sa13.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa13.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa13



        -// Usage: pl -gif sa13.htm
        +// Usage: ploticus -png sa13.htm
        //
        // Illustrates overlaid coordinate systems in Y
        // (Celsius vs. Fahrenheit)
        diff -Naur ploticus2-nox-base/plsite/gallery/sa14.htm ploticus2-nox-patched/plsite/gallery/sa14.htm
        --- ploticus2-nox-base/plsite/gallery/sa14.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa14.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa14



        -// Usage: pl -gif sa14.htm
        +// Usage: ploticus -png sa14.htm
        // Illustrates grid and tic options using two overlaid axes

        #proc page
        diff -Naur ploticus2-nox-base/plsite/gallery/sa15.htm ploticus2-nox-patched/plsite/gallery/sa15.htm
        --- ploticus2-nox-base/plsite/gallery/sa15.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa15.htm Fri Nov 28 15:03:31 2003
        @@ -1,6 +1,6 @@

        sa15



        -// Usage: pl -gif sa15.htm
        +// Usage: ploticus -png sa15.htm

        // X scaletype is 'categories'; X axis stubs use the category names

        diff -Naur ploticus2-nox-base/plsite/gallery/sa2.htm ploticus2-nox-patched/plsite/gallery/sa2.htm
        --- ploticus2-nox-base/plsite/gallery/sa2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa2.htm Fri Nov 28 15:03:31 2003
        @@ -1,7 +1,7 @@

        sa2


        How to download and try this example


        -

        Usage: pl -gif sa2.htm
        +
        Usage: ploticus -png sa2.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/sa2a.htm ploticus2-nox-patched/plsite/gallery/sa2a.htm
        --- ploticus2-nox-base/plsite/gallery/sa2a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa2a.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa2a



        -// Usage: pl -gif sa2a.htm
        +// Usage: ploticus -png sa2a.htm

        // illustrates multiple plots per "page" - without axes


        diff -Naur ploticus2-nox-base/plsite/gallery/sa3.htm ploticus2-nox-patched/plsite/gallery/sa3.htm
        --- ploticus2-nox-base/plsite/gallery/sa3.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa3.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa3



        -// Usage: pl -gif sa3.htm
        +// Usage: ploticus -png sa3.htm

        #proc areadef
        rectangle: 1 1 3 3
        diff -Naur ploticus2-nox-base/plsite/gallery/sa4.htm ploticus2-nox-patched/plsite/gallery/sa4.htm
        --- ploticus2-nox-base/plsite/gallery/sa4.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa4.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa4



        -// Usage: pl -gif sa4.htm
        +// Usage: ploticus -png sa4.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa4a.htm ploticus2-nox-patched/plsite/gallery/sa4a.htm
        --- ploticus2-nox-base/plsite/gallery/sa4a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa4a.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa4a



        -// Usage: pl -gif sa4a.htm
        +// Usage: ploticus -png sa4a.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa5.htm ploticus2-nox-patched/plsite/gallery/sa5.htm
        --- ploticus2-nox-base/plsite/gallery/sa5.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa5.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa5



        -// Usage: pl -gif sa5.htm
        +// Usage: ploticus -png sa5.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa5a.htm ploticus2-nox-patched/plsite/gallery/sa5a.htm
        --- ploticus2-nox-base/plsite/gallery/sa5a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa5a.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa5a



        -// Usage: pl -gif sa5a.htm
        +// Usage: ploticus -png sa5a.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa6.htm ploticus2-nox-patched/plsite/gallery/sa6.htm
        --- ploticus2-nox-base/plsite/gallery/sa6.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa6.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa6



        -// Usage: pl -gif sa6.htm
        +// Usage: ploticus -png sa6.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa7.htm ploticus2-nox-patched/plsite/gallery/sa7.htm
        --- ploticus2-nox-base/plsite/gallery/sa7.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa7.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa7



        -// Usage: pl -gif sa7.htm
        +// Usage: ploticus -png sa7.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa8.htm ploticus2-nox-patched/plsite/gallery/sa8.htm
        --- ploticus2-nox-base/plsite/gallery/sa8.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa8.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa8



        -// Usage: pl -gif sa8.htm
        +// Usage: ploticus -png sa8.htm

        // set up area and scaling using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sa8a.htm ploticus2-nox-patched/plsite/gallery/sa8a.htm
        --- ploticus2-nox-base/plsite/gallery/sa8a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sa8a.htm Fri Nov 28 15:03:32 2003
        @@ -1,6 +1,6 @@

        sa8a



        -// Usage: pl -gif sa8a.htm
        +// Usage: ploticus -png sa8a.htm

        // do areadef with X scaled in years, using proc areadef
        #proc areadef
        diff -Naur ploticus2-nox-base/plsite/gallery/sar-cpu.htm ploticus2-nox-patched/plsite/gallery/sar-cpu.htm
        --- ploticus2-nox-base/plsite/gallery/sar-cpu.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sar-cpu.htm Fri Nov 28 15:03:32 2003
        @@ -4,7 +4,7 @@
        // Plot CPU utilization data as produced by sar(1) utility.
        // Contributed by Pablo Marques (pmarques@herald.com)

        -// Usage: pl -gif sar-cpu.htm
        +// Usage: ploticus -png sar-cpu.htm
        // Uses the data file sar-cpu.dat



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot1.htm ploticus2-nox-patched/plsite/gallery/scatterplot1.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot1.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot1


        How to download and try this example


        -

        Usage: pl -gif scatterplot1.htm
        +
        Usage: ploticus -png scatterplot1.htm
        Demonstrates an elementary 2-D scatter plot with 1-D distributions shown along axes



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot10.htm ploticus2-nox-patched/plsite/gallery/scatterplot10.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot10.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot10.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot10


        How to download and try this example


        -

        Usage: pl -gif scatterplot10.htm
        +
        Usage: ploticus -png scatterplot10.htm

        Uses data file scatterplot10.dat.


        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot2.htm ploticus2-nox-patched/plsite/gallery/scatterplot2.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot2.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot2


        How to download and try this example


        -

        Usage: pl -gif scatterplot2.htm IMFILE=pngfile
        +
        Usage: ploticus -png scatterplot2.htm IMFILE=pngfile

        IMFILE is your png image that displays a point symbol

        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot3.htm ploticus2-nox-patched/plsite/gallery/scatterplot3.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot3.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot3.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot3


        How to download and try this example


        -

        Usage: pl -gif scatterplot3.htm
        +
        Usage: ploticus -png scatterplot3.htm
        Points are denoted using symbols + characters



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot3a.htm ploticus2-nox-patched/plsite/gallery/scatterplot3a.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot3a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot3a.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot3a


        How to download and try this example


        -

        Usage: pl -gif scatterplot3a.htm -scale 0.7
        +
        Usage: ploticus -png scatterplot3a.htm -scale 0.7
        Points are denoted using symbols of various size.



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot4.htm ploticus2-nox-patched/plsite/gallery/scatterplot4.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot4.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot4.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot4


        How to download and try this example


        -

        Usage: pl -gif scatterplot4.htm
        +
        Usage: ploticus -png scatterplot4.htm
        This example demonstrates how points out of plotting area are not shown.



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot5.htm ploticus2-nox-patched/plsite/gallery/scatterplot5.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot5.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot5.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot5


        How to download and try this example


        -

        Usage: pl -gif scatterplot5.htm
        +
        Usage: ploticus -png scatterplot5.htm



        #setifnotgiven CGI = "http://ploticus.sourceforge.net/cgi-bin/showcgiargs"
        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot6.htm ploticus2-nox-patched/plsite/gallery/scatterplot6.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot6.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot6.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot6


        How to download and try this example


        -

        Usage: pl -gif scatterplot6.htm
        +
        Usage: ploticus -png scatterplot6.htm
        Uses the data file members.dat



        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot7.htm ploticus2-nox-patched/plsite/gallery/scatterplot7.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot7.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot7.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot7


        How to download and try this example


        -

        Usage: pl -gif scatterplot7.htm
        +
        Usage: ploticus -png scatterplot7.htm

        Uses the data file scat7.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot8.htm ploticus2-nox-patched/plsite/gallery/scatterplot8.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot8.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot8.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        scatterplot8


        How to download and try this example


        -

        Usage: pl -gif scatterplot8.htm
        +
        Usage: ploticus -png scatterplot8.htm
        This example demonstrates how clustering will display multiples of like points.
        Scatterplot parameters that influence the appearance of clusters
        are symbol and clusterfact.
        diff -Naur ploticus2-nox-base/plsite/gallery/scatterplot9.htm ploticus2-nox-patched/plsite/gallery/scatterplot9.htm
        --- ploticus2-nox-base/plsite/gallery/scatterplot9.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/scatterplot9.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@
        scatterplot9


        How to download and try this example


        -

        Usage: pl -gif scatterplot9.htm
        +
        Usage: ploticus -png scatterplot9.htm
        Scatterplot of date (X) vs. quality score (Y).
        Demonstrates proc autorange.


        diff -Naur ploticus2-nox-base/plsite/gallery/sess.htm ploticus2-nox-patched/plsite/gallery/sess.htm
        --- ploticus2-nox-base/plsite/gallery/sess.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/sess.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        sess


        How to download and try this example


        -

        Usage: pl -gif sess.htm
        +
        Usage: ploticus -png sess.htm

        // Contributed by Scott Ostrander ostrande@berbee.com


        diff -Naur ploticus2-nox-base/plsite/gallery/settingsdemo.htm ploticus2-nox-patched/plsite/gallery/settingsdemo.htm
        --- ploticus2-nox-base/plsite/gallery/settingsdemo.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/settingsdemo.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        settingsdemo


        How to download and try this example


        -

        Usage: pl -gif settingsdemo.htm
        +
        Usage: ploticus -png settingsdemo.htm

        Demonstrates various uses of 'proc settings'

        diff -Naur ploticus2-nox-base/plsite/gallery/simple1.htm ploticus2-nox-patched/plsite/gallery/simple1.htm
        --- ploticus2-nox-base/plsite/gallery/simple1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/simple1.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        simple1


        How to download and try this example


        -

        Usage: pl -gif simple1.htm
        +
        Usage: ploticus -png simple1.htm


        //
        // A simple script example
        diff -Naur ploticus2-nox-base/plsite/gallery/snpmap1.htm ploticus2-nox-patched/plsite/gallery/snpmap1.htm
        --- ploticus2-nox-base/plsite/gallery/snpmap1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/snpmap1.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        snpmap1


        How to download and try this example


        -

        Usage: pl -gif snpmap1.htm
        +
        Usage: ploticus -png snpmap1.htm
        Uses data file snpmap.dat .
        For brevity, only chromosomes 1-7 and X are represented in this example.


        diff -Naur ploticus2-nox-base/plsite/gallery/spence1_rt.htm ploticus2-nox-patched/plsite/gallery/spence1_rt.htm
        --- ploticus2-nox-base/plsite/gallery/spence1_rt.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/spence1_rt.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        spence1_rt


        How to download and try this example


        -

        Usage: pl -gif spence1_rt.htm -cm
        +
        Usage: ploticus -png spence1_rt.htm -cm

        // contributed by Andreas Widmann (widmann@rz.uni-leipzig.de)
        //
        diff -Naur ploticus2-nox-base/plsite/gallery/stackedarea.htm ploticus2-nox-patched/plsite/gallery/stackedarea.htm
        --- ploticus2-nox-base/plsite/gallery/stackedarea.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/stackedarea.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        stackedarea


        How to download and try this example


        -

        Usage: pl -gif stackedarea.htm
        +
        Usage: ploticus -png stackedarea.htm


        //
        // demonstrates a script approach to stacked area plots.. note that the
        diff -Naur ploticus2-nox-base/plsite/gallery/stock.htm ploticus2-nox-patched/plsite/gallery/stock.htm
        --- ploticus2-nox-base/plsite/gallery/stock.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/stock.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        stock


        How to download and try this example


        -

        Usage: pl -gif stock.htm
        +
        Usage: ploticus -png stock.htm
        Data source: http://quote.yahoo.com "Spreadsheet format"



        diff -Naur ploticus2-nox-base/plsite/gallery/stock2.htm ploticus2-nox-patched/plsite/gallery/stock2.htm
        --- ploticus2-nox-base/plsite/gallery/stock2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/stock2.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        stock2


        How to download and try this example


        -

        Usage: pl -gif stock2.htm
        +
        Usage: ploticus -png stock2.htm
        Data source: quote.yahoo.com (Spreadsheet format)

        Illustrates use of segment bars, and tics on bars to show opening and
        diff -Naur ploticus2-nox-base/plsite/gallery/stockday.htm ploticus2-nox-patched/plsite/gallery/stockday.htm
        --- ploticus2-nox-base/plsite/gallery/stockday.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/stockday.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        stockday


        How to download and try this example


        -

        Usage: pl -gif stockday.htm
        +
        Usage: ploticus -png stockday.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/students.htm ploticus2-nox-patched/plsite/gallery/students.htm
        --- ploticus2-nox-base/plsite/gallery/students.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/students.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        students


        How to download and try this example


        -

        Usage: pl -gif students.htm
        +
        Usage: ploticus -png students.htm

        This example can take a variable number of data fields.
        It uses a loop to iterate across fields 3 .. N (fields 1 and 2 are identifiers).
        diff -Naur ploticus2-nox-base/plsite/gallery/symbols.htm ploticus2-nox-patched/plsite/gallery/symbols.htm
        --- ploticus2-nox-base/plsite/gallery/symbols.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/symbols.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        symbols


        How to download and try this example


        -

        Usage: pl -gif symbols.htm
        +
        Usage: ploticus -png symbols.htm



        #set OPT = ""
        diff -Naur ploticus2-nox-base/plsite/gallery/symfld.htm ploticus2-nox-patched/plsite/gallery/symfld.htm
        --- ploticus2-nox-base/plsite/gallery/symfld.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/symfld.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        symfld


        How to download and try this example


        -

        Usage: pl -gif symfld.htm
        +
        Usage: ploticus -png symfld.htm
        Demonstrates use of symfield for having the appearance of a scatterplot symbol
        controlled by a data field.


        diff -Naur ploticus2-nox-base/plsite/gallery/symrangefld.htm ploticus2-nox-patched/plsite/gallery/symrangefld.htm
        --- ploticus2-nox-base/plsite/gallery/symrangefld.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/symrangefld.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        symrangefld


        How to download and try this example


        -

        Usage: pl -gif symrangefld.htm
        +
        Usage: ploticus -png symrangefld.htm
        Demonstrates use of symrangefield for having the color of a scatterplot symbol
        (in this case, squares) controlled by a data field, by range.


        diff -Naur ploticus2-nox-base/plsite/gallery/td.htm ploticus2-nox-patched/plsite/gallery/td.htm
        --- ploticus2-nox-base/plsite/gallery/td.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/td.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        td


        How to download and try this example


        -

        Usage: pl -gif td.htm
        +
        Usage: ploticus -png td.htm
        Source: Steffen R et.al., Epidemiology, Etiology and Impact
        of Traveler's Diarrhea in Jamaica, JAMA 3/3/99 p. 815.


        diff -Naur ploticus2-nox-base/plsite/gallery/text.htm ploticus2-nox-patched/plsite/gallery/text.htm
        --- ploticus2-nox-base/plsite/gallery/text.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/text.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        text


        How to download and try this example


        -

        Usage: pl -gif text.htm
        +
        Usage: ploticus -png text.htm



        #proc line
        diff -Naur ploticus2-nox-base/plsite/gallery/timeline1.htm ploticus2-nox-patched/plsite/gallery/timeline1.htm
        --- ploticus2-nox-base/plsite/gallery/timeline1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timeline1.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        timeline1


        How to download and try this example


        -

        Usage: pl -gif timeline1.htm
        +
        Usage: ploticus -png timeline1.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/timeline1a.htm ploticus2-nox-patched/plsite/gallery/timeline1a.htm
        --- ploticus2-nox-base/plsite/gallery/timeline1a.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timeline1a.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        timeline1a


        How to download and try this example


        -

        Usage: pl -gif timeline1a.htm
        +
        Usage: ploticus -png timeline1a.htm
        Same as timeline1.htm but different colored bars...



        diff -Naur ploticus2-nox-base/plsite/gallery/timeline2.htm ploticus2-nox-patched/plsite/gallery/timeline2.htm
        --- ploticus2-nox-base/plsite/gallery/timeline2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timeline2.htm Fri Nov 28 15:03:32 2003
        @@ -1,7 +1,7 @@

        timeline2


        How to download and try this example


        -

        Usage: pl -gif timeline2.htm
        +
        Usage: ploticus -png timeline2.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/timeline3.htm ploticus2-nox-patched/plsite/gallery/timeline3.htm
        --- ploticus2-nox-base/plsite/gallery/timeline3.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timeline3.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        timeline3


        How to download and try this example


        -

        Usage: pl -gif timeline3.htm
        +
        Usage: ploticus -png timeline3.htm




        diff -Naur ploticus2-nox-base/plsite/gallery/timely.htm ploticus2-nox-patched/plsite/gallery/timely.htm
        --- ploticus2-nox-base/plsite/gallery/timely.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timely.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        timely


        How to download and try this example


        -

        Usage: pl -gif timely.htm
        +
        Usage: ploticus -png timely.htm

        Uses the data file timely.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/timely2.htm ploticus2-nox-patched/plsite/gallery/timely2.htm
        --- ploticus2-nox-base/plsite/gallery/timely2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/timely2.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        timely


        How to download and try this example


        -

        Usage: pl -gif timely.htm
        +
        Usage: ploticus -png timely.htm

        Uses the data file timely.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/transparent.htm ploticus2-nox-patched/plsite/gallery/transparent.htm
        --- ploticus2-nox-base/plsite/gallery/transparent.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/transparent.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        transparent


        How to download and try this example


        -

        Usage: pl -gif transparent.htm
        +
        Usage: ploticus -png transparent.htm
        Uses the data file devol.dat

        Demonstrates transparent background.
        diff -Naur ploticus2-nox-base/plsite/gallery/unicode.htm ploticus2-nox-patched/plsite/gallery/unicode.htm
        --- ploticus2-nox-base/plsite/gallery/unicode.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/unicode.htm Fri Nov 28 15:03:33 2003
        @@ -2,9 +2,9 @@
        View this example in SVG


        How to download and try this example


        -

        Usage: pl -png unicode.htm -font Cyberbit
        +
        Usage: ploticus -png unicode.htm -font Cyberbit
        or
        -pl -svgz unicode.htm -font "Bitstream Cyberbit"
        +ploticus -svgz unicode.htm -font "Bitstream Cyberbit"

        This example demonstrates rendering of Chinese characters.
        The Chinese characters are UTF-8 encoded herein (I got the translations
        diff -Naur ploticus2-nox-base/plsite/gallery/vector1.htm ploticus2-nox-patched/plsite/gallery/vector1.htm
        --- ploticus2-nox-base/plsite/gallery/vector1.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/vector1.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        vector1


        How to download and try this example


        -

        Usage: pl -gif vector1.htm
        +
        Usage: ploticus -png vector1.htm
        Demonstrate proc vector.



        diff -Naur ploticus2-nox-base/plsite/gallery/vector2.htm ploticus2-nox-patched/plsite/gallery/vector2.htm
        --- ploticus2-nox-base/plsite/gallery/vector2.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/vector2.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        vector2


        How to download and try this example


        -

        Usage: pl -gif vector2.htm
        +
        Usage: ploticus -png vector2.htm
        Demonstrate proc vector.



        diff -Naur ploticus2-nox-base/plsite/gallery/vector3.htm ploticus2-nox-patched/plsite/gallery/vector3.htm
        --- ploticus2-nox-base/plsite/gallery/vector3.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/vector3.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        vector3


        How to download and try this example


        -

        Usage: pl -gif vector3.htm
        +
        Usage: ploticus -png vector3.htm
        Demonstrate proc vector.



        diff -Naur ploticus2-nox-base/plsite/gallery/vector4.htm ploticus2-nox-patched/plsite/gallery/vector4.htm
        --- ploticus2-nox-base/plsite/gallery/vector4.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/vector4.htm Fri Nov 28 15:03:33 2003
        @@ -1,7 +1,7 @@

        vector4


        How to download and try this example


        -

        Usage: pl -gif vector4.htm
        +
        Usage: ploticus -png vector4.htm
        Demonstrate proc vector.
        Vector color, dashing, and thickness are controlled from a data field.


        diff -Naur ploticus2-nox-base/plsite/gallery/vermonth.htm ploticus2-nox-patched/plsite/gallery/vermonth.htm
        --- ploticus2-nox-base/plsite/gallery/vermonth.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/vermonth.htm Fri Nov 28 15:03:33 2003
        @@ -1,8 +1,8 @@

        vermonth


        How to download and try this example


        -

        Usage: pl -gif vermonth.htm
        -or for postscript: pl -ps vermonth.htm | lp
        +
        Usage: ploticus -png vermonth.htm
        +or for postscript: ploticus -ps vermonth.htm | lp

        Uses the data file vermonth.dat


        diff -Naur ploticus2-nox-base/plsite/gallery/volunteers.htm ploticus2-nox-patched/plsite/gallery/volunteers.htm
        --- ploticus2-nox-base/plsite/gallery/volunteers.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/volunteers.htm Fri Nov 28 15:03:33 2003
        @@ -1,8 +1,8 @@

        volunteers


        How to download and try this example


        -

        Usage: pl -gif volunteers.htm
        -or for postscript output: pl -ps volunteers.htm | lp
        +
        Usage: ploticus -png volunteers.htm
        +or for postscript output: ploticus -ps volunteers.htm | lp




        diff -Naur ploticus2-nox-base/plsite/gallery/windbarbs.htm ploticus2-nox-patched/plsite/gallery/windbarbs.htm
        --- ploticus2-nox-base/plsite/gallery/windbarbs.htm Thu Nov 27 22:10:57 2003
        +++ ploticus2-nox-patched/plsite/gallery/windbarbs.htm Fri Nov 28 15:03:33 2003
        @@ -1,6 +1,6 @@


        -// #!/usr/bin/pl
        +// #!@PREFIX@/ploticus

        // Setup drawing area
        #proc page
        diff -Naur ploticus2-nox-base/pltestsuite/README ploticus2-nox-patched/pltestsuite/README
        --- ploticus2-nox-base/pltestsuite/README Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/README Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        This directory contains a set of script examples as well as scripts to
        run prefab examples.

        -It is assumed that pl (pl.exe on win32) is in your command PATH or else
        +It is assumed that @PACKAGE@ (@PACKAGE@.exe on win32) is in your command PATH or else
        copied into this directory.


        diff -Naur ploticus2-nox-base/pltestsuite/annot2.htm ploticus2-nox-patched/pltestsuite/annot2.htm
        --- ploticus2-nox-base/pltestsuite/annot2.htm Thu Nov 27 21:29:34 2003
        +++ ploticus2-nox-patched/pltestsuite/annot2.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        annot2


        +

        annot2


        How to download and try this example


        -

        Usage: pl -gif annot2.htm
        +
        Usage: @PACKAGE@ -png annot2.htm



        #proc page
        diff -Naur ploticus2-nox-base/pltestsuite/bars3.htm ploticus2-nox-patched/pltestsuite/bars3.htm
        --- ploticus2-nox-base/pltestsuite/bars3.htm Thu Nov 27 21:29:34 2003
        +++ ploticus2-nox-patched/pltestsuite/bars3.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        bars3


        +

        bars3


        How to download and try this example


        -

        Usage: pl -gif bars3.htm
        +
        Usage: @PACKAGE@ -png bars3.htm



        #set TODATE = 9903
        diff -Naur ploticus2-nox-base/pltestsuite/clickmap_mouse.htm ploticus2-nox-patched/pltestsuite/clickmap_mouse.htm
        --- ploticus2-nox-base/pltestsuite/clickmap_mouse.htm Thu Nov 27 21:29:34 2003
        +++ ploticus2-nox-patched/pltestsuite/clickmap_mouse.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        mouse


        +

        mouse


        How to download and try this example


        -

        Usage: pl -gif -map clickmap_mouse.htm
        +
        Usage: @PACKAGE@ -png -map clickmap_mouse.htm

        Uses data file mouse.dat.


        diff -Naur ploticus2-nox-base/pltestsuite/colorgrid.htm ploticus2-nox-patched/pltestsuite/colorgrid.htm
        --- ploticus2-nox-base/pltestsuite/colorgrid.htm Thu Nov 27 21:29:34 2003
        +++ ploticus2-nox-patched/pltestsuite/colorgrid.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        colorgrid


        +

        colorgrid


        How to download and try this example


        -

        Usage: pl -gif colorgrid.htm
        +
        Usage: @PACKAGE@ -png colorgrid.htm

        This demonstrates a color grid rendered directly from a data matrix.

        diff -Naur ploticus2-nox-base/pltestsuite/devol.htm ploticus2-nox-patched/pltestsuite/devol.htm
        --- ploticus2-nox-base/pltestsuite/devol.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/devol.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        devol


        +

        devol


        How to download and try this example


        -

        Usage: pl -gif devol.htm
        +
        Usage: @PACKAGE@ -png devol.htm
        Uses the data file devol.dat



        diff -Naur ploticus2-nox-base/pltestsuite/distrib.htm ploticus2-nox-patched/pltestsuite/distrib.htm
        --- ploticus2-nox-base/pltestsuite/distrib.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/distrib.htm Fri Nov 28 11:54:52 2003
        @@ -1,8 +1,8 @@
        -

        distrib


        +

        distrib


        How to download and try this example


        -

        Usage: pl -gif distrib.htm
        -or for postscript output: pl -ps distrib.htm | lp
        +
        Usage: @PACKAGE@ -png distrib.htm
        +or for postscript output: @PACKAGE@ -ps distrib.htm | lp

        This is a more elaborate example that involves variables, a loop,
        automatically calculated distributions for the histograms, etc.
        diff -Naur ploticus2-nox-base/pltestsuite/drawcom.htm ploticus2-nox-patched/pltestsuite/drawcom.htm
        --- ploticus2-nox-base/pltestsuite/drawcom.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/drawcom.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        drawcom


        +

        drawcom


        How to download and try this example


        -

        Usage: pl -gif drawcom.htm
        +
        Usage: @PACKAGE@ -png drawcom.htm



        #proc page
        diff -Naur ploticus2-nox-base/pltestsuite/errbar1.htm ploticus2-nox-patched/pltestsuite/errbar1.htm
        --- ploticus2-nox-base/pltestsuite/errbar1.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/errbar1.htm Fri Nov 28 11:54:52 2003
        @@ -1,8 +1,8 @@
        -

        errbar1


        +

        errbar1


        How to download and try this example


        -

        Usage: pl -gif errbar1.htm
        -or for postscript: pl -ps errbar1.htm | lp
        +
        Usage: @PACKAGE@ -png errbar1.htm
        +or for postscript: @PACKAGE@ -ps errbar1.htm | lp

        In this example the means and standard deviations were already calculated,
        so proc bars is used to render the bars. An alternative is to use proc
        diff -Naur ploticus2-nox-base/pltestsuite/errbar5.htm ploticus2-nox-patched/pltestsuite/errbar5.htm
        --- ploticus2-nox-base/pltestsuite/errbar5.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/errbar5.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        errbar5


        +

        errbar5


        How to download and try this example


        -

        Usage: pl -gif errbar5.htm
        +
        Usage: @PACKAGE@ -png errbar5.htm

        In slide format.


        diff -Naur ploticus2-nox-base/pltestsuite/heatmap3.htm ploticus2-nox-patched/pltestsuite/heatmap3.htm
        --- ploticus2-nox-base/pltestsuite/heatmap3.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/heatmap3.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        heatmap3


        +

        heatmap3


        How to download and try this example


        -

        Usage: pl -gif [-map] heatmap3.htm
        +
        Usage: @PACKAGE@ -png [-map] heatmap3.htm

        This color grid involves processing raw data by
        counting occurances within ranges, then mapping counts to colors by range.
        diff -Naur ploticus2-nox-base/pltestsuite/hitcount3.htm ploticus2-nox-patched/pltestsuite/hitcount3.htm
        --- ploticus2-nox-base/pltestsuite/hitcount3.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/hitcount3.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        hitcount3


        +

        hitcount3


        How to download and try this example


        -

        Usage: pl -gif hitcount3.htm
        +
        Usage: @PACKAGE@ -png hitcount3.htm

        Uses the data file hitcount.dat

        diff -Naur ploticus2-nox-base/pltestsuite/kmslide.htm ploticus2-nox-patched/pltestsuite/kmslide.htm
        --- ploticus2-nox-base/pltestsuite/kmslide.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/kmslide.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        kmslide


        +

        kmslide


        How to download and try this example


        -

        Usage: pl -gif kmslide.htm
        +
        Usage: @PACKAGE@ -png kmslide.htm
        Note: the simplistic technique used herein for coloring the
        overlapping ranges only works when one range is always below the other.


        diff -Naur ploticus2-nox-base/pltestsuite/lineplot20.htm ploticus2-nox-patched/pltestsuite/lineplot20.htm
        --- ploticus2-nox-base/pltestsuite/lineplot20.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/lineplot20.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        lineplot20


        +

        lineplot20


        How to download and try this example


        -

        Usage: pl -gif lineplot20.htm
        +
        Usage: @PACKAGE@ -png lineplot20.htm


        #proc getdata
        diff -Naur ploticus2-nox-base/pltestsuite/lineplot4.htm ploticus2-nox-patched/pltestsuite/lineplot4.htm
        --- ploticus2-nox-base/pltestsuite/lineplot4.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/lineplot4.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        lineplot4


        +

        lineplot4


        How to download and try this example


        -

        Usage: pl -gif lineplot4.htm
        +
        Usage: @PACKAGE@ -png lineplot4.htm
        This example uses proc lineplot with instancemode and accum options,
        to count occurrances over time. Occurrances having the same date
        are summed into one data point (groupmode).
        diff -Naur ploticus2-nox-base/pltestsuite/lineplot5.htm ploticus2-nox-patched/pltestsuite/lineplot5.htm
        --- ploticus2-nox-base/pltestsuite/lineplot5.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/lineplot5.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        lineplot5


        +

        lineplot5


        How to download and try this example


        -

        Usage: pl -gif lineplot5.htm
        +
        Usage: @PACKAGE@ -png lineplot5.htm



        #proc getdata
        diff -Naur ploticus2-nox-base/pltestsuite/pie1.htm ploticus2-nox-patched/pltestsuite/pie1.htm
        --- ploticus2-nox-base/pltestsuite/pie1.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/pie1.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        pie1


        +

        pie1


        How to download and try this example


        -

        Usage: pl -gif pie1.htm
        +
        Usage: @PACKAGE@ -png pie1.htm



        #proc page
        diff -Naur ploticus2-nox-base/pltestsuite/propbars1.htm ploticus2-nox-patched/pltestsuite/propbars1.htm
        --- ploticus2-nox-base/pltestsuite/propbars1.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/propbars1.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        propbars1


        +

        propbars1


        How to download and try this example


        -

        Usage: pl -gif propbars1.htm
        +
        Usage: @PACKAGE@ -png propbars1.htm
        Source: Artemis Simopoulos, "The Omega Plan"
        (Values interpreted from another graph and may not be exact)


        diff -Naur ploticus2-nox-base/pltestsuite/quarters.htm ploticus2-nox-patched/pltestsuite/quarters.htm
        --- ploticus2-nox-base/pltestsuite/quarters.htm Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/quarters.htm Fri Nov 28 11:54:52 2003
        @@ -1,7 +1,7 @@
        -

        quarters


        +

        quarters


        How to download and try this example


        -

        Usage: pl -gif quarters.htm
        +
        Usage: @PACKAGE@ -png quarters.htm

        In order to use date quarters notation, the X range must be specified
        with scaletype date using a month-day-year notation such as mmddyy;
        @@ -12,7 +12,7 @@
        are converted to a midpoint mmddyy, e.g. 1Q99 -> 2/15/99 and
        3Q99 -> 8/15/99. This is done for plotting and date arithmetic purposes.

        -Kind of tricky I realize.. it is touched on in the pl dates man page.
        +Kind of tricky I realize.. it is touched on in the @PACKAGE@ dates man page.




        diff -Naur ploticus2-nox-base/pltestsuite/run_prefabs_test ploticus2-nox-patched/pltestsuite/run_prefabs_test
        --- ploticus2-nox-base/pltestsuite/run_prefabs_test Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/run_prefabs_test Fri Nov 28 11:54:52 2003
        @@ -5,7 +5,7 @@
        #
        # Otherwise:
        #
        -# DEV is output format, eg gif, png, svgz, etc.
        +# DEV is output format, eg png, svgz, etc.
        DEV=$1

        # OUTDIR is output directory. Must end in slash (/)..
        diff -Naur ploticus2-nox-base/pltestsuite/run_prefabs_test.bat ploticus2-nox-patched/pltestsuite/run_prefabs_test.bat
        --- ploticus2-nox-base/pltestsuite/run_prefabs_test.bat Fri Jan 24 00:05:08 2003
        +++ ploticus2-nox-patched/pltestsuite/run_prefabs_test.bat Fri Nov 28 11:54:52 2003
        @@ -1,24 +1,24 @@
        echo off
        rem Batch file to test ploticus prefabs

        -set PL=pl
        +set PL=@PACKAGE@
        set PLOTICUS_PREFABS=c:..\prefabs

        -echo Testing %PL% .. output will be gif and svg..
        +echo Testing %PL% .. output will be png and svg..
        echo
        -echo Be sure you have pl.exe in your PATH, or else copied into this dir..
        +echo Be sure you have @PACKAGE@.exe in your PATH, or else copied into this dir..
        echo
        echo This batch file is setting PLOTICUS_PREFABS to: %PLOTICUS_PREFABS%
        echo (you may need to change this)
        pause

        -%PL% -gif -prefab dist fld=1 data=data6 curve=yes binsize=0.05 barwidth=0.08 ygrid=yes -o dist1.gif
        +%PL% -png -prefab dist fld=1 data=data6 curve=yes binsize=0.05 barwidth=0.08 ygrid=yes -o dist1.png

        -%PL% -gif -prefab dist fld=1 data=data8 cats=yes yrange=0 stubvert=yes barwidth=0.05 ylbl="# Hits" order=rev -o dist2.gif
        +%PL% -png -prefab dist fld=1 data=data8 cats=yes yrange=0 stubvert=yes barwidth=0.05 ylbl="# Hits" order=rev -o dist2.png

        -%PL% -gif -prefab pie values=3 labels=1 data=data9 delim=tab title="Student enrollment" -o pie1.gif
        +%PL% -png -prefab pie values=3 labels=1 data=data9 delim=tab title="Student enrollment" -o pie1.png

        -%PL% -gif -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red title="# hits per day" omitweekends=yes -o chron1.gif
        +%PL% -png -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red title="# hits per day" omitweekends=yes -o chron1.png

        %PL% -svg -prefab dist fld=1 data=data6 curve=yes binsize=0.05 barwidth=0.08 ygrid=yes -o dist1.svg

        @@ -28,8 +28,8 @@

        %PL% -svg -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red title="# hits per day" omitweekends=yes -o chron1.svg

        -%PL% -gif -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months name="Group A" name2="Group B" name3="Group C" name4="Group D" -o stack1.gif
        +%PL% -png -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months name="Group A" name2="Group B" name3="Group C" name4="Group D" -o stack1.png

        -%PL% -gif -prefab multidist overlay=yes data=data21 rotate=yes xrange="0 2000" yrange="0 20" -o multidist1.gif
        +%PL% -png -prefab multidist overlay=yes data=data21 rotate=yes xrange="0 2000" yrange="0 20" -o multidist1.png


        diff -Naur ploticus2-nox-base/pltestsuite/run_script_test ploticus2-nox-patched/pltestsuite/run_script_test
        --- ploticus2-nox-base/pltestsuite/run_script_test Thu Nov 27 21:29:35 2003
        +++ ploticus2-nox-patched/pltestsuite/run_script_test Fri Nov 28 11:54:52 2003
        @@ -1,10 +1,10 @@
        #!/bin/sh
        #
        -PL="pl"
        +PL="@PACKAGE@"
        OUT=Diag.out

        which $PL
        -echo "Enter an output format, one of: x11, gif, png, svg, (svgz), (jpeg), or eps: \c"
        +echo "Enter an output format, one of: x11, png, svg, (svgz), (jpeg), or eps: \c"
        read MODE

        echo "Diagnostic output will be placed into file $OUT. Press Enter to begin..\c"
        diff -Naur ploticus2-nox-base/pltestsuite/run_script_test.bat ploticus2-nox-patched/pltestsuite/run_script_test.bat
        --- ploticus2-nox-base/pltestsuite/run_script_test.bat Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/run_script_test.bat Fri Nov 28 11:54:52 2003
        @@ -1,13 +1,13 @@
        -REM MSDOS batch file to run pl examples..
        +REM MSDOS batch file to run @PACKAGE@ examples..
        REM
        REM
        echo off
        -set PL=pl
        +set PL=@PACKAGE@

        REM which %PL

        -REM available modes are generally: gif, svg, eps
        -set MODE=gif
        +REM available modes are generally: png, svg, eps
        +set MODE=png

        echo Testing %PL% .. output format will be %MODE%
        echo Be sure you have pl.exe in your PATH, or else copied into this dir..
        diff -Naur ploticus2-nox-base/pltestsuite/scatterplot10.htm ploticus2-nox-patched/pltestsuite/scatterplot10.htm
        --- ploticus2-nox-base/pltestsuite/scatterplot10.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/scatterplot10.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        scatterplot10


        +

        scatterplot10


        How to download and try this example


        -

        Usage: pl -gif scatterplot10.htm
        +
        Usage: @PACKAGE@ -png scatterplot10.htm

        Uses data file scatterplot10.dat.


        diff -Naur ploticus2-nox-base/pltestsuite/scatterplot4.htm ploticus2-nox-patched/pltestsuite/scatterplot4.htm
        --- ploticus2-nox-base/pltestsuite/scatterplot4.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/scatterplot4.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        scatterplot4


        +

        scatterplot4


        How to download and try this example


        -

        Usage: pl -gif scatterplot4.htm
        +
        Usage: @PACKAGE@ -png scatterplot4.htm
        This example demonstrates how points out of plotting area are not shown.



        diff -Naur ploticus2-nox-base/pltestsuite/stock2.htm ploticus2-nox-patched/pltestsuite/stock2.htm
        --- ploticus2-nox-base/pltestsuite/stock2.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/stock2.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        stock2


        +

        stock2


        How to download and try this example


        -

        Usage: pl -gif stock2.htm
        +
        Usage: @PACKAGE@ -png stock2.htm
        Data source: quote.yahoo.com (Spreadsheet format)

        Illustrates use of segment bars, and tics on bars to show opening and
        diff -Naur ploticus2-nox-base/pltestsuite/td.htm ploticus2-nox-patched/pltestsuite/td.htm
        --- ploticus2-nox-base/pltestsuite/td.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/td.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        td


        +

        td


        How to download and try this example


        -

        Usage: pl -gif td.htm
        +
        Usage: @PACKAGE@ -png td.htm
        Source: Steffen R et.al., Epidemiology, Etiology and Impact
        of Traveler's Diarrhea in Jamaica, JAMA 3/3/99 p. 815.


        diff -Naur ploticus2-nox-base/pltestsuite/testpf_chron ploticus2-nox-patched/pltestsuite/testpf_chron
        --- ploticus2-nox-base/pltestsuite/testpf_chron Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_chron Fri Nov 28 11:54:53 2003
        @@ -8,46 +8,46 @@
        fi

        echo chron1..
        -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        +@PACKAGE@ -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        stubfmt=M xyears=yyyy yrange="0 25" barwidth=line color=red \
        title="# hits per day" omitweekends=yes \
        -$DEV -o ${OUTDIR}chron1.$DEV $ARGS

        echo chron2..
        -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        +@PACKAGE@ -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        stubfmt=M xyears=yyyy color=green tab=week title="# hits per week" \
        -$DEV -o ${OUTDIR}chron2.$DEV $ARGS > out

        echo chron3..
        -pl -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
        +@PACKAGE@ -prefab chron data=data19 x=2 y=1 datefmt=mmddyy xinc="1 month" \
        stubfmt=M xyears=yyyy color=green tab=week barwidth=0.05 include2=annot \
        title="# website visitors per week" -scale 0.7 rectangle="1 1 4 2.5" ygrid=yes \
        mode=line step=yes fill=red \
        -$DEV -o ${OUTDIR}chron3.$DEV $ARGS

        echo chron4..
        -pl -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        +@PACKAGE@ -prefab chron data=data14 x=1 y=2 datefmt=yy/mm/dd xinc="1 month" \
        stubfmt=M xyears=yyyy color=powderblue tab=month tabmode=first nearest=month\
        barwidth=0.2 curve=yes \
        -$DEV -o ${OUTDIR}chron4.$DEV $ARGS

        echo chron5..
        -pl -prefab chron data=data16 timefld=2 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
        +@PACKAGE@ -prefab chron data=data16 timefld=2 x=1 tab=hour datefmt=yy/mm/dd xinc="1 day" \
        barwidth=line stubfmt=MMMdd unittype=datetime timefld=2 title="# hits per hour" \
        -$DEV -o ${OUTDIR}chron5.$DEV $ARGS

        echo chron6..
        -pl -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" nearest=hour \
        +@PACKAGE@ -prefab chron data=data15 x=1 tab=hour unittype=time xinc="1 hour" nearest=hour \
        barwidth=0.2 stubfmt=HHA title="# events per hour" color=coral \
        -$DEV -o ${OUTDIR}chron6.$DEV $ARGS

        echo chron7..
        -pl -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy xinc="1 day" \
        +@PACKAGE@ -prefab chron data=data22 header=yes x=1 y=2 datefmt=mm/dd/yyyy xinc="1 day" \
        mode=line unittype=datetime title="temperatures this week" \
        -$DEV -o ${OUTDIR}chron7.$DEV $ARGS

        echo chron8
        -pl -prefab chron data=data24 header=yes x=dt y=airtemp y2=soiltemp y3=watertemp \
        +@PACKAGE@ -prefab chron data=data24 header=yes x=dt y=airtemp y2=soiltemp y3=watertemp \
        mode=line unittype=datetime datefmt=mm/dd/yyyy xinc="1 day" legendfmt=singleline \
        -$DEV -o ${OUTDIR}chron8.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/testpf_cumufrac ploticus2-nox-patched/pltestsuite/testpf_cumufrac
        --- ploticus2-nox-base/pltestsuite/testpf_cumufrac Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_cumufrac Fri Nov 28 11:54:53 2003
        @@ -9,12 +9,12 @@


        echo "cumufrac1.."
        -pl -prefab cumufrac data=cumufrac.dat x=1 x2=2 title="Cumulative fraction plot" \
        +@PACKAGE@ -prefab cumufrac data=cumufrac.dat x=1 x2=2 title="Cumulative fraction plot" \
        name="set 1" name2="set 2" header=yes \
        -$DEV -o ${OUTDIR}cumufrac1.$DEV $ARGS

        echo "cumufrac2.."
        -pl -prefab cumufrac data=cumufrac.dat logmode=log x=1 x2=2 title="Cumulative fraction plot w/ log scale" \
        +@PACKAGE@ -prefab cumufrac data=cumufrac.dat logmode=log x=1 x2=2 title="Cumulative fraction plot w/ log scale" \
        linedet="color=blue width=1.5" linedet2="color=orange width=1.5 style=2 dashscale=3" header=yes \
        -$DEV -o ${OUTDIR}cumufrac2.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/testpf_dist ploticus2-nox-patched/pltestsuite/testpf_dist
        --- ploticus2-nox-base/pltestsuite/testpf_dist Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_dist Fri Nov 28 11:54:53 2003
        @@ -8,11 +8,11 @@
        fi

        echo dist1..
        -pl -prefab dist x=1 data=data6 curve=yes binsize=0.05 barwidth=0.08 ygrid=yes \
        +@PACKAGE@ -prefab dist x=1 data=data6 curve=yes binsize=0.05 barwidth=0.08 ygrid=yes \
        title="Distribution of responses" \
        -$DEV -o ${OUTDIR}dist1.$DEV $ARGS

        echo dist2..
        -pl -prefab dist x=1 data=data8 cats=yes yrange=0 stubvert=yes barwidth=0.05 \
        +@PACKAGE@ -prefab dist x=1 data=data8 cats=yes yrange=0 stubvert=yes barwidth=0.05 \
        ylbl="# Hits" order=rev \
        -$DEV -o ${OUTDIR}dist2.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_draw ploticus2-nox-patched/pltestsuite/testpf_draw
        --- ploticus2-nox-base/pltestsuite/testpf_draw Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_draw Fri Nov 28 11:54:53 2003
        @@ -8,5 +8,5 @@
        fi

        echo draw1..
        -pl -prefab draw cmdfile=drawcom.dcm xrange="0 40" yrange="0 40" rectangle="1 1 3 3" \
        +@PACKAGE@ -prefab draw cmdfile=drawcom.dcm xrange="0 40" yrange="0 40" rectangle="1 1 3 3" \
        -$DEV -o ${OUTDIR}draw1.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_heatmap ploticus2-nox-patched/pltestsuite/testpf_heatmap
        --- ploticus2-nox-base/pltestsuite/testpf_heatmap Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_heatmap Fri Nov 28 11:54:53 2003
        @@ -8,20 +8,20 @@
        fi

        echo heatmap1..
        -pl -prefab heatmap data=curve1.dat y=1 x=2 \
        +@PACKAGE@ -prefab heatmap data=curve1.dat y=1 x=2 \
        -$DEV -o ${OUTDIR}heatmap1.$DEV $ARGS

        echo heatmap2..
        -pl -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
        +@PACKAGE@ -prefab heatmap data=snpmap.dat header=yes y=1 x=2 ycats=yes xbinsize=5 \
        colorlist=white,limegreen,green,teal,blue,purple,black \
        -$DEV -o ${OUTDIR}heatmap2.$DEV $ARGS

        echo heatmap3..
        -pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
        +@PACKAGE@ -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 \
        outline="color=black width=5" \
        -$DEV -o ${OUTDIR}heatmap3.$DEV $ARGS

        echo heatmap4..
        -pl -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 symbol="shape=circle \
        +@PACKAGE@ -prefab heatmap data=data26 x=1 xcats=yes y=2 ycats=yes contentfield=3 symbol="shape=circle \
        radius=0.1" legendsep=0.2 zerocolor=white \
        -$DEV -o ${OUTDIR}heatmap4.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_lines ploticus2-nox-patched/pltestsuite/testpf_lines
        --- ploticus2-nox-base/pltestsuite/testpf_lines Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_lines Fri Nov 28 11:54:53 2003
        @@ -8,40 +8,40 @@
        fi

        echo lines1..
        -pl -prefab lines data=data17 x=1 y=2 pointsym=none \
        +@PACKAGE@ -prefab lines data=data17 x=1 y=2 pointsym=none \
        -$DEV -o ${OUTDIR}lines1.$DEV $ARGS

        echo lines2..
        -pl -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
        +@PACKAGE@ -prefab lines data=data10 delim=tab x=1 y=2 y2=4 step=yes \
        yrange=0 name="Group A" name2="Group B" xlbl=Months \
        -$DEV -o ${OUTDIR}lines2.$DEV $ARGS

        echo lines3..
        -pl -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
        +@PACKAGE@ -prefab lines data=data10 delim=tab x=1 y=2 err=3 y2=4 err2=5 \
        y3=6 err3=7 y4=8 err4=9 yrange=0 xlbl=Months \
        name="Group A" name2="Group B" name3="Group C" name4="Group D" \
        -$DEV -o ${OUTDIR}lines3.$DEV $ARGS

        echo lines3a..
        -pl -prefab lines data=data10h delim=tab x=1 y=2 err=3 y2=4 err2=5 \
        +@PACKAGE@ -prefab lines data=data10h delim=tab x=1 y=2 err=3 y2=4 err2=5 \
        y3=6 err3=7 y4=8 err4=9 yrange=0 xlbl=Months \
        header=yes \
        -$DEV -o ${OUTDIR}lines3a.$DEV $ARGS

        echo lines4..
        -pl -prefab lines data=data20 x=1 y=2 \
        +@PACKAGE@ -prefab lines data=data20 x=1 y=2 \
        -$DEV -o ${OUTDIR}lines4.$DEV $ARGS

        echo lines5..
        -pl -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none y2=2 pointsym2=none \
        +@PACKAGE@ -prefab lines data=data20 x=1 y=2 fill=redorange pointsym=none y2=2 pointsym2=none \
        -$DEV -o ${OUTDIR}lines5.$DEV $ARGS

        echo lines6..
        -pl -prefab lines data=data20 x=1 y=2 gapmissing=yes \
        +@PACKAGE@ -prefab lines data=data20 x=1 y=2 gapmissing=yes \
        -$DEV -o ${OUTDIR}lines6.$DEV $ARGS

        echo lines7..
        -pl -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none y2=2 pointsym2=none \
        +@PACKAGE@ -prefab lines data=data20 x=1 y=2 fill=tan1 pointsym=none y2=2 pointsym2=none \
        y3=3 pointsym3=none linedet3=color=black yrange="0 25" name="background" name3="interior" \
        -$DEV -o ${OUTDIR}lines7.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/testpf_multidist ploticus2-nox-patched/pltestsuite/testpf_multidist
        --- ploticus2-nox-base/pltestsuite/testpf_multidist Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_multidist Fri Nov 28 11:54:53 2003
        @@ -8,6 +8,6 @@
        fi

        echo multidist1..
        -pl -prefab multidist overlay=yes data=data21 rotate=yes xrange="0 2000" yrange="0 20" \
        +@PACKAGE@ -prefab multidist overlay=yes data=data21 rotate=yes xrange="0 2000" yrange="0 20" \
        -$DEV -o ${OUTDIR}multidist1.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/testpf_pie ploticus2-nox-patched/pltestsuite/testpf_pie
        --- ploticus2-nox-base/pltestsuite/testpf_pie Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_pie Fri Nov 28 11:54:53 2003
        @@ -8,18 +8,18 @@
        fi

        echo pie1..
        -pl -prefab pie values=3 labels=1 data=data9 delim=tab title="Student enrollment" \
        +@PACKAGE@ -prefab pie values=3 labels=1 data=data9 delim=tab title="Student enrollment" \
        -$DEV -o ${OUTDIR}pie1.$DEV $ARGS

        echo pie2..
        -pl -prefab pie values=3 labels=1 data=data9 delim=tab title="Legend option" legend=yes colors=auto \
        +@PACKAGE@ -prefab pie values=3 labels=1 data=data9 delim=tab title="Legend option" legend=yes colors=auto \
        -$DEV -o ${OUTDIR}pie2.$DEV $ARGS

        echo pie3..
        -pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 title="Colors from data field" legend=yes \
        +@PACKAGE@ -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 title="Colors from data field" legend=yes \
        -$DEV -o ${OUTDIR}pie3.$DEV $ARGS

        echo pie4..
        -pl -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 labelback=dullyellow firstslice=90 \
        +@PACKAGE@ -prefab pie data=data23 delim=tab values=2 labels=1 colorfld=3 labelback=dullyellow firstslice=90 \
        center="4 3" radius=1.5 \
        -$DEV -o ${OUTDIR}pie4.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_scat ploticus2-nox-patched/pltestsuite/testpf_scat
        --- ploticus2-nox-base/pltestsuite/testpf_scat Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_scat Fri Nov 28 11:54:53 2003
        @@ -9,20 +9,20 @@


        echo scat1..
        -pl -prefab scat data=data1 x=2 y=3 \
        +@PACKAGE@ -prefab scat data=data1 x=2 y=3 \
        -$DEV -o ${OUTDIR}scat1.$DEV $ARGS

        echo scat2..
        -pl -prefab scat data=data1 x=2 y=3 id=1 xlbl="Total Ch" ylbl="White Blood Cell Count" corr=yes \
        +@PACKAGE@ -prefab scat data=data1 x=2 y=3 id=1 xlbl="Total Ch" ylbl="White Blood Cell Count" corr=yes \
        -$DEV -o ${OUTDIR}scat2.$DEV $ARGS

        echo scat3..
        -pl -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes "select=@2 < 0.6" \
        +@PACKAGE@ -prefab scat data=data3 x=2 y=6 err=3 xerr=7 corr=yes "select=@2 < 0.6" \
        ptshape=triangle ptsize=0.08 ptcolor=red "errcolor=gray(0.8)" \
        -$DEV -o ${OUTDIR}scat3.$DEV $ARGS

        echo scat4..
        -pl -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect="@2 = A" xerr=6 \
        +@PACKAGE@ -prefab scat data=data25 delim=tab x=3 y=4 err=5 ptselect="@2 = A" xerr=6 \
        x2=3 y2=4 err2=5 ptselect2="@2 = B" xerr2=6 \
        -$DEV -o ${OUTDIR}scat4.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/testpf_stack ploticus2-nox-patched/pltestsuite/testpf_stack
        --- ploticus2-nox-base/pltestsuite/testpf_stack Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_stack Fri Nov 28 11:54:53 2003
        @@ -8,17 +8,17 @@
        fi

        echo stack1..
        -pl -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
        +@PACKAGE@ -prefab stack data=data10 x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
        name="Group A" name2="Group B" name3="Group C" name4="Group D" \
        -$DEV -o ${OUTDIR}stack1.$DEV $ARGS

        echo stack2..
        -pl -prefab stack data=data10h x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
        +@PACKAGE@ -prefab stack data=data10h x=1 y=2 y2=4 y3=6 y4=8 xlbl=Months \
        header=yes reverseleg=yes \
        -$DEV -o ${OUTDIR}stack2.$DEV $ARGS

        echo "stack3.."
        -pl -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
        +@PACKAGE@ -prefab stack data=data5 delim=tab header=yes x=1 y=2 y2=3 y3=4 y4=5 \
        stackarea=yes stubvert=yes \
        name=eastern name2=central name3=mountain name4=pacific \
        -$DEV -o ${OUTDIR}stack3.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_vbars ploticus2-nox-patched/pltestsuite/testpf_vbars
        --- ploticus2-nox-base/pltestsuite/testpf_vbars Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_vbars Fri Nov 28 11:54:53 2003
        @@ -8,23 +8,23 @@
        fi

        echo vbars1..
        -pl -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes yrange=0 yinc=20 ygrid=yes barwidth=0.3 \
        +@PACKAGE@ -prefab vbars data=data4 delim=tab x=1 y=2 vals=yes yrange=0 yinc=20 ygrid=yes barwidth=0.3 \
        -$DEV -o ${OUTDIR}vbars1.$DEV $ARGS

        echo vbars2..
        -pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 err2=5 errunder=yes ygrid=yes \
        +@PACKAGE@ -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 err2=5 errunder=yes ygrid=yes \
        barwidth=0.1 name=Treatment name2=Control stubvert=yes \
        -$DEV -o ${OUTDIR}vbars2.$DEV $ARGS

        echo vbars3..
        -pl -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 err2=5 erronly=yes name=Treatment \
        +@PACKAGE@ -prefab vbars data=data5 delim=tab x=1 y=2 err=3 y2=4 err2=5 erronly=yes name=Treatment \
        name2=Control stubvert=yes errcolor=red errcolor2=blue sep=0.08 xgrid=yes ylog=log \
        -$DEV -o ${OUTDIR}vbars3.$DEV $ARGS

        echo vbars4..
        -pl -prefab vbars data=data18 x=1 y=2 crossover=0 color=blue vals=yes \
        +@PACKAGE@ -prefab vbars data=data18 x=1 y=2 crossover=0 color=blue vals=yes \
        -$DEV -o ${OUTDIR}vbars4.$DEV $ARGS

        echo vbars5
        -pl -prefab vbars data=data10h x=1 y=2 y2=4 color=green color2=red header=yes barwidth=0.1 \
        +@PACKAGE@ -prefab vbars data=data10h x=1 y=2 y2=4 color=green color2=red header=yes barwidth=0.1 \
        -$DEV -o ${OUTDIR}vbars5.$DEV $ARGS
        diff -Naur ploticus2-nox-base/pltestsuite/testpf_vdist ploticus2-nox-patched/pltestsuite/testpf_vdist
        --- ploticus2-nox-base/pltestsuite/testpf_vdist Thu Nov 27 22:11:01 2003
        +++ ploticus2-nox-patched/pltestsuite/testpf_vdist Fri Nov 28 11:54:53 2003
        @@ -8,14 +8,14 @@
        fi

        echo vdist1..
        -pl -prefab vdist data=data6 y=1 \
        +@PACKAGE@ -prefab vdist data=data6 y=1 \
        -$DEV -o ${OUTDIR}vdist1.$DEV $ARGS

        echo vdist2..
        -pl -prefab vdist data=data6 y=1 mediansym=dot dist=hist showoutliers=yes \
        +@PACKAGE@ -prefab vdist data=data6 y=1 mediansym=dot dist=hist showoutliers=yes \
        -$DEV -o ${OUTDIR}vdist2.$DEV $ARGS

        echo vdist3..
        -pl -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist title="Set 1" title2="Set 2" \
        +@PACKAGE@ -prefab vdist data=data6 data2=data6b y=1 y2=1 dist=hist title="Set 1" title2="Set 2" \
        -$DEV -o ${OUTDIR}vdist3.$DEV $ARGS

        diff -Naur ploticus2-nox-base/pltestsuite/timeline2.htm ploticus2-nox-patched/pltestsuite/timeline2.htm
        --- ploticus2-nox-base/pltestsuite/timeline2.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/timeline2.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        timeline2


        +

        timeline2


        How to download and try this example


        -

        Usage: pl -gif timeline2.htm
        +
        Usage: @PACKAGE@ -png timeline2.htm




        diff -Naur ploticus2-nox-base/pltestsuite/timely.htm ploticus2-nox-patched/pltestsuite/timely.htm
        --- ploticus2-nox-base/pltestsuite/timely.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/timely.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        timely


        +

        timely


        How to download and try this example


        -

        Usage: pl -gif timely.htm
        +
        Usage: @PACKAGE@ -png timely.htm

        Uses the data file timely.dat


        diff -Naur ploticus2-nox-base/pltestsuite/vector1.htm ploticus2-nox-patched/pltestsuite/vector1.htm
        --- ploticus2-nox-base/pltestsuite/vector1.htm Thu Nov 27 21:29:36 2003
        +++ ploticus2-nox-patched/pltestsuite/vector1.htm Fri Nov 28 11:54:53 2003
        @@ -1,7 +1,7 @@
        -

        vector1


        +

        vector1


        How to download and try this example


        -

        Usage: pl -gif vector1.htm
        +
        Usage: @PACKAGE@ -png vector1.htm
        Demonstrate proc vector.



        diff -Naur ploticus2-nox-base/src/Makefile ploticus2-nox-patched/src/Makefile
        --- ploticus2-nox-base/src/Makefile Thu Nov 27 22:11:03 2003
        +++ ploticus2-nox-patched/src/Makefile Fri Nov 28 15:49:14 2003
        @@ -30,10 +30,10 @@
        PLATFORM = UNIX
        RMCOM = rm -f
        XOBJ = x11.o interact.o
        -PL = pl
        +PL = ploticus # NJS 2003-11-28
        PLPNG = plpng
        BIN = ./
        -EXE = pl
        +EXE = ploticus # NJS 2003-11-28


        #############################################################
        @@ -42,8 +42,8 @@
        #############################################################

        #### For Linux uncomment the following.. #######################
        -XLIBS = -L/usr/X11R6/lib -lX11
        -INCLUDEDIRS = -I/usr/X11R6/include
        +# XLIBS = -L/usr/X11R6/lib -lX11
        +# INCLUDEDIRS = -I/usr/X11R6/include


        #### For Solaris 2.x uncomment the following.. #################
        @@ -65,14 +65,17 @@
        # NORLIMFLAG = -DNORLIMIT


        -#### For Max OS X uncomment the following.. ######################
        -# CC = cc
        +#### For Mac OS X uncomment the following.. ######################
        +CC = cc
        #### with X11..
        # XLIBS = -L/usr/X11R6/lib -lX11
        # INCLUDEDIRS = -I/usr/X11R6/include
        +# Added for Fink (NJS 2003-11-28)
        +ADDLIBS = -L@PREFIX@/lib
        +FLAGS = -dynamic
        #### without X11..
        -# XLIBS =
        -# NOXFLAG = -DNOX11
        +XLIBS =
        +NOXFLAG = -DNOX11


        #### For AIX 3.2.5, HP-UX 10.20 uncomment the following.. ########
        @@ -119,11 +122,11 @@
        ############################################################################

        #### For PNG (only) uncomment the following.. (libpng and zlib required) ###########
        -ploticus: plpng
        -PLPNG = pl
        -GD16LIBS = -lpng -lz
        -GD16H =
        -ZFLAG = -DWZ
        +# ploticus: plpng
        +# PLPNG = pl
        +# GD16LIBS = -lpng -lz
        +# GD16H =
        +# ZFLAG = -DWZ


        #### For pseudo-GIF (only) uncomment the following.. (no libs required) ###########
        @@ -149,11 +152,12 @@
        #### For JPEG, WBMP, PNG, and FreeType2, using your copy of GD 1.84+, ######
        #### uncomment the following.. (gd 1.84+, libpng, zlib, libjpeg, libfreetype ######
        #### are all required). Set GDFONTPATH to directory containing .ttf files ######
        -# ploticus: plgd18
        -# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
        -# GD18H =
        -# GDFREETYPE = -DGDFREETYPE
        -# ZFLAG = -DWZ
        +ploticus: plgd18
        +# Modified for Fink (NJS 2003-11-28)
        +GD18LIBS = -lgd -lpng -lz -ljpeg
        +GD18H = -I@PREFIX@/include
        +GDFREETYPE = -DGDFREETYPE
        +ZFLAG = -DWZ


        #### To disable all GD image support uncomment the following.. ######################
        @@ -168,7 +172,8 @@
        ################################################################

        #### If you plan to do a "make install", where do you want the executable(s) to be moved to?
        -BIN = /usr/local/bin
        +# Modified for Fink (NJS 2003-11-28)
        +BIN = @PREFIX@/bin


        #### To set a hard-coded directory for prefabs files, uncomment & edit the following..
        @@ -178,8 +183,8 @@


        #### For LOCALE support (non-roman alphabets & collation), uncomment the following..
        -# LOCALEOBJ = localef.o
        -# LOCALE_FLAG = -DLOCALE
        +LOCALEOBJ = localef.o
        +LOCALE_FLAG = -DLOCALE


        #### SVG output is always available by default.
        @@ -190,9 +195,9 @@


        #### To completely remove X11 output capability from any of the above unix builds, uncomment the following..
        -# NOXFLAG = -DNOX11
        -# XLIBS =
        -# XOBJ =
        +NOXFLAG = -DNOX11
        +XLIBS =
        +XOBJ =


        #### To completely remove PostScript / EPS output capability, uncomment the following..
        @@ -205,11 +210,12 @@

        #### If you want SWF (flash) output capability
        #### uncomment the following. You need to have ming library. If necessary change -lming to location of ming.
        -# MING = -lming
        +MING = -lming
        # ..and if your ming.h is in a nonstandard place add a line like this:
        -# MINGH = -I/home/fred/lib
        +# Modified for Fink (NJS 2003-11-28)
        +MINGH = -I@PREFIX@/include
        #### Otherwise, for no SWF capability, uncomment the following line
        -NOSWFFLAG = -DNOSWF
        +# NOSWFFLAG = -DNOSWF


        #### To completely remove safety limits on cpu time uncomment the following..
        diff -Naur ploticus2-nox-base/src/Makefile_api ploticus2-nox-patched/src/Makefile_api
        --- ploticus2-nox-base/src/Makefile_api Thu Nov 27 22:11:03 2003
        +++ ploticus2-nox-patched/src/Makefile_api Fri Nov 28 16:24:51 2003
        @@ -30,7 +30,7 @@
        ####### Choose one of the following. All others should be commented out.

        #### For Linux and FreeBSD uncomment the following..
        -XINCLUDEDIR = -I/usr/X11R6/include
        +# XINCLUDEDIR = -I/usr/X11R6/include

        #### For Solaris 2.x uncomment the following..
        # XINCLUDEDIR = -I/usr/openwin/include
        @@ -43,9 +43,13 @@
        # NOXFLAG = -DNOX11
        # NORLIMFLAG = -DNORLIMIT

        -#### For Max OS X uncomment the following..
        -# CC = cc
        +#### For Mac OS X uncomment the following..
        +CC = cc
        # XINCLUDEDIR = -I/usr/X11R6/include
        +# Added for Fink (NJS 2003-11-28)
        +# XLIBS = -L/usr/X11R6/lib -lX11
        +ADDLIBS = -L@PREFIX@/lib -lgd -lpng -lz -ljpeg -lming
        +FLAGS = -fno-common -dynamiclib

        #### For Cygwin uncomment the following..
        # PLATFORM = WIN32
        @@ -75,10 +79,10 @@
        ######## Which version of GD (if any) do you wish to use? Uncomment one of the following:

        #### GD version 1.6 (png)
        -GDLEVEL = -DGD16
        +# GDLEVEL = -DGD16

        #### GD 1.8 or higher (png, jpeg)
        -# GDLEVEL = -DGD18
        +GDLEVEL = -DGD18

        #### GD 1.3 (psuedo-gif)
        # GDLEVEL = -DGD13
        @@ -91,24 +95,25 @@
        ####### Do you wish to do this? Uncomment one of the following:

        #### Yes, version 1.6 (png)
        -GDOBJ = gd16.o gd_io.o gd_io_dp.o gd_io_file.o gd_png.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o
        -GDINC = -I./gd16
        +# GDOBJ = gd16.o gd_io.o gd_io_dp.o gd_io_file.o gd_png.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o
        +# GDINC = -I./gd16

        #### Yes, version 1.3 (pseudo-gif)
        # GDOBJ = gd13.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o
        # GDINC = -I./gd13

        #### No. I will link to my own copy of GD, or not at all.
        -# GDOBJ =
        +GDOBJ =


        #### If Yes, to specify a nonstandard location of your GD, ZLIB, etc. header files,
        #### supply the following line, eg. GDHEADERS = -I/home/fred/include
        -GDHEADERS =
        +# Modified for Fink (NJS 2003-11-28)
        +GDHEADERS = -I@PREFIX@/include

        #### If No, and you will be linking to your own copy of GD 1.84+ and want FreeType2 support,
        #### uncomment the following..
        -# GDFREETYPE = -DGDFREETYPE
        +GDFREETYPE = -DGDFREETYPE

        #### Additional libraries you must have available:
        #### If you're using GD 1.6 you will also need libpng and zlib.
        @@ -121,7 +126,8 @@
        ########

        #### Where do you want libploticus.a to be moved if you do a "make install" ?
        -LIBDIR = /usr/local/lib
        +# Modified for Fink (NJS 2003-11-28)
        +LIBDIR = @PREFIX@/lib

        #### If ZLIB will NOT be available, uncomment the following..
        # ZFLAG =
        @@ -139,7 +145,10 @@
        #### If you want SWF (flash) output capability, uncomment the following (SWF requires ming library)
        # ..and if your ming.h is in a nonstandard place add a line like this: MINGH = -I/home/fred/lib
        #### Otherwise, for no SWF output capability, uncomment the following..
        -NOSWFFLAG = -DNOSWF
        +# NOSWFFLAG = -DNOSWF
        +# Modified for Fink (NJS 2003-11-28)
        +MINGH = -I@PREFIX@/include
        +

        #### To completely remove safety limits on cpu time uncomment the following..
        NORLIMFLAG = -DNORLIMIT
        @@ -150,8 +159,8 @@
        # PREFABS_DIR = "/usr/lib/ploticus"

        #### For LOCALE support (non-roman alphabets & collation), uncomment the following..
        -# LOCALEOBJ = localef.o
        -# LOCALE_FLAG = -DLOCALE
        +LOCALEOBJ = localef.o
        +LOCALE_FLAG = -DLOCALE



        @@ -182,6 +191,10 @@
        libploticus: $(OBJ) $(GDOBJ) $(XOBJ)
        $(RMCOM) libploticus.a
        $(ARCOM) libploticus.a $(OBJ) $(GDOBJ) $(XOBJ)
        +# Build dynamic library for Mac OS X (NJS 2003-11-28)
        + $(CC) $(CFLAGS) -install_name @PREFIX@/lib/libploticus.2.dylib \
        + -compatibility_version 2.10 -current_version 2.20 $(ADDLIBS) $(XLIBS) \
        + -o libploticus.2.20.dylib $(OBJ) $(GDOBJ) $(XOBJ)


        install: libploticus
        diff -Naur ploticus2-nox-base/src/swf.c ploticus2-nox-patched/src/swf.c
        --- ploticus2-nox-base/src/swf.c Thu Nov 27 22:11:04 2003
        +++ ploticus2-nox-patched/src/swf.c Fri Nov 28 14:06:15 2003
        @@ -15,7 +15,7 @@
        */
        #ifndef NOSWF

        -#include MAX_D_ROWS 1000
        +#define MAX_D_ROWS 1000

        #include
        #include

        ploticus2-nox _unstable_ port .patch