the Fink project is an effort to port
popular Unix programs to Mac OS X
########################################
## Fink package generated from ploticus2.xml.
########################################
## Initial setup
##
Package: ploticus2
Version: 2.20
Revision: 14
Description: Creates graphical data displays
License: GPL
Maintainer: Nigel Stanger
##
########################################
## Dependencies
##
BuildDepends: gd2, libpng3, ming, libjpeg, x11-dev, libiconv-dev, fink (>= 0.24.12)
Depends: %N-shlibs (>= %v-%r)
Replaces: ploticus, ploticus-docs, ploticus2-nox
Conflicts: ploticus, ploticus-docs, ploticus2-nox
##
########################################
## 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: 3dea75bb8e702828bd3c73b33c55e104
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
Suggests: %N (>= %v-%r), %N-dev (= %v-%r)
Replaces: ploticus2-nox-shlibs
Conflicts: ploticus2-nox-shlibs
Depends: x11, 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.
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.
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
Depends: %N-shlibs (= %v-%r)
Suggests: %N (>= %v-%r)
Replaces: ploticus2-nox-dev
Conflicts: ploticus2-nox-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.
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. Graphs may also be viewed
interactively on X11 displays. Server-side or client-side imagemaps
can be generated for providing click-thru or mouseover popup text
bubbles in web-based applications.
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, 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).
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). 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/
##
##
##
diff -Naur ploticus2-base/plsite/doc/Changelog.html ploticus2-patched/plsite/doc/Changelog.html
--- ploticus2-base/plsite/doc/Changelog.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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.
-
@@ -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, x11, 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 @@
-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:
This is equivalent to command line usage:
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-base/plsite/doc/changes20.html ploticus2-patched/plsite/doc/changes20.html
--- ploticus2-base/plsite/doc/changes20.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/clickmap.html ploticus2-patched/plsite/doc/clickmap.html
--- ploticus2-base/plsite/doc/clickmap.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/color.html ploticus2-patched/plsite/doc/color.html
--- ploticus2-base/plsite/doc/color.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/config.html ploticus2-patched/plsite/doc/config.html
--- ploticus2-base/plsite/doc/config.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/dataformat.html ploticus2-patched/plsite/doc/dataformat.html
--- ploticus2-base/plsite/doc/dataformat.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/download.html ploticus2-patched/plsite/doc/download.html
--- ploticus2-base/plsite/doc/download.html Thu Nov 27 22:10:54 2003
+++ ploticus2-patched/plsite/doc/download.html Fri Nov 28 15:03:17 2003
@@ -166,7 +166,7 @@
-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-base/plsite/doc/dynamic.html ploticus2-patched/plsite/doc/dynamic.html
--- ploticus2-base/plsite/doc/dynamic.html Thu Nov 27 22:10:54 2003
+++ ploticus2-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-base/plsite/doc/faq.html ploticus2-patched/plsite/doc/faq.html
--- ploticus2-base/plsite/doc/faq.html Thu Nov 27 22:10:54 2003
+++ ploticus2-patched/plsite/doc/faq.html Fri Nov 28 15:03:17 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.
@@ -393,7 +393,7 @@
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
+when I wrote the X11 code several years ago). PostScript and PNG do support
vertical fonts.
@@ -405,7 +405,7 @@
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 X11 and PNG, since the underlying
libraries do not support angled fonts.
diff -Naur ploticus2-base/plsite/doc/fonts.html ploticus2-patched/plsite/doc/fonts.html
--- ploticus2-base/plsite/doc/fonts.html Thu Nov 27 22:10:54 2003
+++ ploticus2-patched/plsite/doc/fonts.html Fri Nov 28 15:03:17 2003
@@ -211,7 +211,7 @@
, from the
- pl command line
+ ploticus command line
, or in a
diff -Naur ploticus2-base/plsite/doc/news_old.html ploticus2-patched/plsite/doc/news_old.html
--- ploticus2-base/plsite/doc/news_old.html Thu Nov 27 22:10:54 2003
+++ ploticus2-patched/plsite/doc/news_old.html Fri Nov 28 15:03:18 2003
@@ -69,7 +69,7 @@
-
+
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.
-
+
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.
-
+
draws into negative absolute coordinate space.
@@ -702,7 +702,7 @@
-
+
Scripts can check @NRECORDS after getdata finishes and take appropriate action.
@@ -938,7 +938,7 @@
Version 1.1, Aug 30 99
-
+
in some of the binaries)
diff -Naur ploticus2-base/plsite/doc/page.html ploticus2-patched/plsite/doc/page.html
--- ploticus2-base/plsite/doc/page.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/page.html Fri Nov 28 12:48:54 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.
diff -Naur ploticus2-base/plsite/doc/paper.html ploticus2-patched/plsite/doc/paper.html
--- ploticus2-base/plsite/doc/paper.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/pl.1.html ploticus2-patched/plsite/doc/pl.1.html
--- ploticus2-base/plsite/doc/pl.1.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/pl.1.html Fri Nov 28 15:03:18 2003
@@ -15,7 +15,7 @@
H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
-
+
@@ -23,7 +23,7 @@
- pl(1)
+ ploticus(1)

@@ -34,29 +34,29 @@
-
+
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
@@ -264,7 +259,7 @@
server-side clickable imagemap file
-to accompany a png, gif, jpeg, or SVG.
+to accompany a png, jpeg, or SVG.
@@ -286,7 +281,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.
@@ -355,7 +350,7 @@
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
@@ -686,7 +681,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".
@@ -853,7 +848,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 +856,26 @@
that you have a script file called lineplot1.p.
- pl -x lineplot1.p = view on X11 screen
+ ploticus -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 +909,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-base/plsite/doc/posters.html ploticus2-patched/plsite/doc/posters.html
--- ploticus2-base/plsite/doc/posters.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_chron_ex.html ploticus2-patched/plsite/doc/prefab_chron_ex.html
--- ploticus2-base/plsite/doc/prefab_chron_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_cumufrac_ex.html ploticus2-patched/plsite/doc/prefab_cumufrac_ex.html
--- ploticus2-base/plsite/doc/prefab_cumufrac_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_dist_ex.html ploticus2-patched/plsite/doc/prefab_dist_ex.html
--- ploticus2-base/plsite/doc/prefab_dist_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_draw.html ploticus2-patched/plsite/doc/prefab_draw.html
--- ploticus2-base/plsite/doc/prefab_draw.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_gallery.html ploticus2-patched/plsite/doc/prefab_gallery.html
--- ploticus2-base/plsite/doc/prefab_gallery.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_heatmap_ex.html ploticus2-patched/plsite/doc/prefab_heatmap_ex.html
--- ploticus2-base/plsite/doc/prefab_heatmap_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_lines_ex.html ploticus2-patched/plsite/doc/prefab_lines_ex.html
--- ploticus2-base/plsite/doc/prefab_lines_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_multidist_ex.html ploticus2-patched/plsite/doc/prefab_multidist_ex.html
--- ploticus2-base/plsite/doc/prefab_multidist_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_pie_ex.html ploticus2-patched/plsite/doc/prefab_pie_ex.html
--- ploticus2-base/plsite/doc/prefab_pie_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_processdata.html ploticus2-patched/plsite/doc/prefab_processdata.html
--- ploticus2-base/plsite/doc/prefab_processdata.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_scat_ex.html ploticus2-patched/plsite/doc/prefab_scat_ex.html
--- ploticus2-base/plsite/doc/prefab_scat_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_stack_ex.html ploticus2-patched/plsite/doc/prefab_stack_ex.html
--- ploticus2-base/plsite/doc/prefab_stack_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_stdparms.html ploticus2-patched/plsite/doc/prefab_stdparms.html
--- ploticus2-base/plsite/doc/prefab_stdparms.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_vbars_ex.html ploticus2-patched/plsite/doc/prefab_vbars_ex.html
--- ploticus2-base/plsite/doc/prefab_vbars_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefab_vdist_ex.html ploticus2-patched/plsite/doc/prefab_vdist_ex.html
--- ploticus2-base/plsite/doc/prefab_vdist_ex.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/prefabs.html ploticus2-patched/plsite/doc/prefabs.html
--- ploticus2-base/plsite/doc/prefabs.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/scripthome.html ploticus2-patched/plsite/doc/scripthome.html
--- ploticus2-base/plsite/doc/scripthome.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/doc/settings.html ploticus2-patched/plsite/doc/settings.html
--- ploticus2-base/plsite/doc/settings.html Thu Nov 27 22:10:55 2003
+++ ploticus2-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
-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.
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-base/plsite/doc/specialchars.html ploticus2-patched/plsite/doc/specialchars.html
--- ploticus2-base/plsite/doc/specialchars.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/specialchars.html Fri Nov 28 12:48:55 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 or X11, 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-base/plsite/doc/support.html ploticus2-patched/plsite/doc/support.html
--- ploticus2-base/plsite/doc/support.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/support.html Fri Nov 28 15:03:19 2003
@@ -44,7 +44,7 @@
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-base/plsite/doc/swf.html ploticus2-patched/plsite/doc/swf.html
--- ploticus2-base/plsite/doc/swf.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/swf.html Fri Nov 28 15:03:19 2003
@@ -68,7 +68,7 @@
diff -Naur ploticus2-base/plsite/doc/web.html ploticus2-patched/plsite/doc/web.html
--- ploticus2-base/plsite/doc/web.html Thu Nov 27 22:10:55 2003
+++ ploticus2-patched/plsite/doc/web.html Fri Nov 28 15:03:19 2003
@@ -42,7 +42,7 @@

-
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:
PNG 2978 bytes
SVGZ 3918 bytes
-pseudo-GIF 14874 bytes
SVG 17743 bytes
JPEG 27006 bytes
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).
-
-
-
-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.

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-base/plsite/gallery/annot1.htm ploticus2-patched/plsite/gallery/annot1.htm
--- ploticus2-base/plsite/gallery/annot1.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/annot2.htm ploticus2-patched/plsite/gallery/annot2.htm
--- ploticus2-base/plsite/gallery/annot2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/annot_circ.htm ploticus2-patched/plsite/gallery/annot_circ.htm
--- ploticus2-base/plsite/gallery/annot_circ.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/ascii.htm ploticus2-patched/plsite/gallery/ascii.htm
--- ploticus2-base/plsite/gallery/ascii.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis1.htm ploticus2-patched/plsite/gallery/axis1.htm
--- ploticus2-base/plsite/gallery/axis1.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis1a.htm ploticus2-patched/plsite/gallery/axis1a.htm
--- ploticus2-base/plsite/gallery/axis1a.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis2.htm ploticus2-patched/plsite/gallery/axis2.htm
--- ploticus2-base/plsite/gallery/axis2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis4.htm ploticus2-patched/plsite/gallery/axis4.htm
--- ploticus2-base/plsite/gallery/axis4.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis6.htm ploticus2-patched/plsite/gallery/axis6.htm
--- ploticus2-base/plsite/gallery/axis6.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis7.htm ploticus2-patched/plsite/gallery/axis7.htm
--- ploticus2-base/plsite/gallery/axis7.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis8.htm ploticus2-patched/plsite/gallery/axis8.htm
--- ploticus2-base/plsite/gallery/axis8.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis9.htm ploticus2-patched/plsite/gallery/axis9.htm
--- ploticus2-base/plsite/gallery/axis9.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis9a.htm ploticus2-patched/plsite/gallery/axis9a.htm
--- ploticus2-base/plsite/gallery/axis9a.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/axis9b.htm ploticus2-patched/plsite/gallery/axis9b.htm
--- ploticus2-base/plsite/gallery/axis9b.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars1.htm ploticus2-patched/plsite/gallery/bars1.htm
--- ploticus2-base/plsite/gallery/bars1.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars2.htm ploticus2-patched/plsite/gallery/bars2.htm
--- ploticus2-base/plsite/gallery/bars2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars3.htm ploticus2-patched/plsite/gallery/bars3.htm
--- ploticus2-base/plsite/gallery/bars3.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars5.htm ploticus2-patched/plsite/gallery/bars5.htm
--- ploticus2-base/plsite/gallery/bars5.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars5a.htm ploticus2-patched/plsite/gallery/bars5a.htm
--- ploticus2-base/plsite/gallery/bars5a.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars6.htm ploticus2-patched/plsite/gallery/bars6.htm
--- ploticus2-base/plsite/gallery/bars6.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars7.htm ploticus2-patched/plsite/gallery/bars7.htm
--- ploticus2-base/plsite/gallery/bars7.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars8.htm ploticus2-patched/plsite/gallery/bars8.htm
--- ploticus2-base/plsite/gallery/bars8.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/bars9.htm ploticus2-patched/plsite/gallery/bars9.htm
--- ploticus2-base/plsite/gallery/bars9.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/beeswarm.htm ploticus2-patched/plsite/gallery/beeswarm.htm
--- ploticus2-base/plsite/gallery/beeswarm.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/brokenaxis.htm ploticus2-patched/plsite/gallery/brokenaxis.htm
--- ploticus2-base/plsite/gallery/brokenaxis.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/btn/morefree.htm ploticus2-patched/plsite/gallery/btn/morefree.htm
--- ploticus2-base/plsite/gallery/btn/morefree.htm Thu Nov 27 22:10:57 2003
+++ ploticus2-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-base/plsite/gallery/button.htm ploticus2-patched/plsite/gallery/button.htm
--- ploticus2-base/plsite/gallery/button.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/candlesticks.htm ploticus2-patched/plsite/gallery/candlesticks.htm
--- ploticus2-base/plsite/gallery/candlesticks.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/chromo.htm ploticus2-patched/plsite/gallery/chromo.htm
--- ploticus2-base/plsite/gallery/chromo.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_annot.htm ploticus2-patched/plsite/gallery/clickmap_annot.htm
--- ploticus2-base/plsite/gallery/clickmap_annot.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_area.htm ploticus2-patched/plsite/gallery/clickmap_area.htm
--- ploticus2-base/plsite/gallery/clickmap_area.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_area2.htm ploticus2-patched/plsite/gallery/clickmap_area2.htm
--- ploticus2-base/plsite/gallery/clickmap_area2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_area3.htm ploticus2-patched/plsite/gallery/clickmap_area3.htm
--- ploticus2-base/plsite/gallery/clickmap_area3.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_hit.htm ploticus2-patched/plsite/gallery/clickmap_hit.htm
--- ploticus2-base/plsite/gallery/clickmap_hit.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_leg.htm ploticus2-patched/plsite/gallery/clickmap_leg.htm
--- ploticus2-base/plsite/gallery/clickmap_leg.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_log.htm ploticus2-patched/plsite/gallery/clickmap_log.htm
--- ploticus2-base/plsite/gallery/clickmap_log.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_mouse.htm ploticus2-patched/plsite/gallery/clickmap_mouse.htm
--- ploticus2-base/plsite/gallery/clickmap_mouse.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_pie.htm ploticus2-patched/plsite/gallery/clickmap_pie.htm
--- ploticus2-base/plsite/gallery/clickmap_pie.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/clickmap_time2.htm ploticus2-patched/plsite/gallery/clickmap_time2.htm
--- ploticus2-base/plsite/gallery/clickmap_time2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/colorfld.htm ploticus2-patched/plsite/gallery/colorfld.htm
--- ploticus2-base/plsite/gallery/colorfld.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/colorgrid.htm ploticus2-patched/plsite/gallery/colorgrid.htm
--- ploticus2-base/plsite/gallery/colorgrid.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/colorgrid2.htm ploticus2-patched/plsite/gallery/colorgrid2.htm
--- ploticus2-base/plsite/gallery/colorgrid2.htm Thu Nov 27 22:10:55 2003
+++ ploticus2-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-base/plsite/gallery/colors.htm ploticus2-patched/plsite/gallery/colors.htm
--- ploticus2-base/plsite/gallery/colors.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/cs_mouseover.htm ploticus2-patched/plsite/gallery/cs_mouseover.htm
--- ploticus2-base/plsite/gallery/cs_mouseover.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/curvefit0.htm ploticus2-patched/plsite/gallery/curvefit0.htm
--- ploticus2-base/plsite/gallery/curvefit0.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/curvefit1.htm ploticus2-patched/plsite/gallery/curvefit1.htm
--- ploticus2-base/plsite/gallery/curvefit1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/curvefit2.htm ploticus2-patched/plsite/gallery/curvefit2.htm
--- ploticus2-base/plsite/gallery/curvefit2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/curvefit3.htm ploticus2-patched/plsite/gallery/curvefit3.htm
--- ploticus2-base/plsite/gallery/curvefit3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/devol.htm ploticus2-patched/plsite/gallery/devol.htm
--- ploticus2-base/plsite/gallery/devol.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/distrib.htm ploticus2-patched/plsite/gallery/distrib.htm
--- ploticus2-base/plsite/gallery/distrib.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/dmag.htm ploticus2-patched/plsite/gallery/dmag.htm
--- ploticus2-base/plsite/gallery/dmag.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/doposter.sh ploticus2-patched/plsite/gallery/doposter.sh
--- ploticus2-base/plsite/gallery/doposter.sh Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/drawcom.htm ploticus2-patched/plsite/gallery/drawcom.htm
--- ploticus2-base/plsite/gallery/drawcom.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/dtfut.htm ploticus2-patched/plsite/gallery/dtfut.htm
--- ploticus2-base/plsite/gallery/dtfut.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/dupsleg.htm ploticus2-patched/plsite/gallery/dupsleg.htm
--- ploticus2-base/plsite/gallery/dupsleg.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/er.htm ploticus2-patched/plsite/gallery/er.htm
--- ploticus2-base/plsite/gallery/er.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/errbar1.htm ploticus2-patched/plsite/gallery/errbar1.htm
--- ploticus2-base/plsite/gallery/errbar1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/errbar2.htm ploticus2-patched/plsite/gallery/errbar2.htm
--- ploticus2-base/plsite/gallery/errbar2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/errbar3.htm ploticus2-patched/plsite/gallery/errbar3.htm
--- ploticus2-base/plsite/gallery/errbar3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/errbar4.htm ploticus2-patched/plsite/gallery/errbar4.htm
--- ploticus2-base/plsite/gallery/errbar4.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/errbar5.htm ploticus2-patched/plsite/gallery/errbar5.htm
--- ploticus2-base/plsite/gallery/errbar5.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/filter1.htm ploticus2-patched/plsite/gallery/filter1.htm
--- ploticus2-base/plsite/gallery/filter1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/gall.svg.html ploticus2-patched/plsite/gallery/gall.svg.html
--- ploticus2-base/plsite/gallery/gall.svg.html Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/gall.using.html ploticus2-patched/plsite/gallery/gall.using.html
--- ploticus2-base/plsite/gallery/gall.using.html Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hatch.htm ploticus2-patched/plsite/gallery/hatch.htm
--- ploticus2-base/plsite/gallery/hatch.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hbars1.htm ploticus2-patched/plsite/gallery/hbars1.htm
--- ploticus2-base/plsite/gallery/hbars1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hbars2.htm ploticus2-patched/plsite/gallery/hbars2.htm
--- ploticus2-base/plsite/gallery/hbars2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hbars3.htm ploticus2-patched/plsite/gallery/hbars3.htm
--- ploticus2-base/plsite/gallery/hbars3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hbars4.htm ploticus2-patched/plsite/gallery/hbars4.htm
--- ploticus2-base/plsite/gallery/hbars4.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hbars5.htm ploticus2-patched/plsite/gallery/hbars5.htm
--- ploticus2-base/plsite/gallery/hbars5.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/heatmap1.htm ploticus2-patched/plsite/gallery/heatmap1.htm
--- ploticus2-base/plsite/gallery/heatmap1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/heatmap2.htm ploticus2-patched/plsite/gallery/heatmap2.htm
--- ploticus2-base/plsite/gallery/heatmap2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/heatmap3.htm ploticus2-patched/plsite/gallery/heatmap3.htm
--- ploticus2-base/plsite/gallery/heatmap3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hitcount.htm ploticus2-patched/plsite/gallery/hitcount.htm
--- ploticus2-base/plsite/gallery/hitcount.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hitcount2.htm ploticus2-patched/plsite/gallery/hitcount2.htm
--- ploticus2-base/plsite/gallery/hitcount2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/hitcount3.htm ploticus2-patched/plsite/gallery/hitcount3.htm
--- ploticus2-base/plsite/gallery/hitcount3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/km.htm ploticus2-patched/plsite/gallery/km.htm
--- ploticus2-base/plsite/gallery/km.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/km2.htm ploticus2-patched/plsite/gallery/km2.htm
--- ploticus2-base/plsite/gallery/km2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/kmslide.htm ploticus2-patched/plsite/gallery/kmslide.htm
--- ploticus2-base/plsite/gallery/kmslide.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/legend0.htm ploticus2-patched/plsite/gallery/legend0.htm
--- ploticus2-base/plsite/gallery/legend0.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot1.htm ploticus2-patched/plsite/gallery/lineplot1.htm
--- ploticus2-base/plsite/gallery/lineplot1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot2.htm ploticus2-patched/plsite/gallery/lineplot2.htm
--- ploticus2-base/plsite/gallery/lineplot2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot20.htm ploticus2-patched/plsite/gallery/lineplot20.htm
--- ploticus2-base/plsite/gallery/lineplot20.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot3.cm.htm ploticus2-patched/plsite/gallery/lineplot3.cm.htm
--- ploticus2-base/plsite/gallery/lineplot3.cm.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot3.htm ploticus2-patched/plsite/gallery/lineplot3.htm
--- ploticus2-base/plsite/gallery/lineplot3.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot4.htm ploticus2-patched/plsite/gallery/lineplot4.htm
--- ploticus2-base/plsite/gallery/lineplot4.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot5.htm ploticus2-patched/plsite/gallery/lineplot5.htm
--- ploticus2-base/plsite/gallery/lineplot5.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot6.htm ploticus2-patched/plsite/gallery/lineplot6.htm
--- ploticus2-base/plsite/gallery/lineplot6.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot7.htm ploticus2-patched/plsite/gallery/lineplot7.htm
--- ploticus2-base/plsite/gallery/lineplot7.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lineplot8.htm ploticus2-patched/plsite/gallery/lineplot8.htm
--- ploticus2-base/plsite/gallery/lineplot8.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lines.htm ploticus2-patched/plsite/gallery/lines.htm
--- ploticus2-base/plsite/gallery/lines.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/loglog.htm ploticus2-patched/plsite/gallery/loglog.htm
--- ploticus2-base/plsite/gallery/loglog.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lpfilled0.htm ploticus2-patched/plsite/gallery/lpfilled0.htm
--- ploticus2-base/plsite/gallery/lpfilled0.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lpfilled1.htm ploticus2-patched/plsite/gallery/lpfilled1.htm
--- ploticus2-base/plsite/gallery/lpfilled1.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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-base/plsite/gallery/lpfilled2.htm ploticus2-patched/plsite/gallery/lpfilled2.htm
--- ploticus2-base/plsite/gallery/lpfilled2.htm Thu Nov 27 22:10:56 2003
+++ ploticus2-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
+