Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ed05dc5f357c49fdded780f52b150dce > files > 60

ploticus-2.41-2mdv2010.0.i586.rpm

<html>
<head>
<!-- This file has been generated by unroff 1.0, 03/11/09 13:17:56. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
        OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }

        H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
        H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
        H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
        H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: release notes for pre 2.21 versions</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>Release notes for pre 2.21 versions</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.41 Mar2009
  <td></tr></table>
</td></tr>
<td>
<br>
<br>

<title>Manual page for Release_notes_for_pre_2.21_versions(PL)</title>
</head>
<body>

<a href="news.html">Current news and release notes</a> &nbsp; &nbsp; 
<a href="news_old.html">Change log 2.21 to present</a>


<br>
<br>

<h2>Ploticus 2.20 (Nov 2003)</h2>
<ul>
<li> A major revisions / cleanup pass on the documentation.. it has been partitioned 
into a prefabs handbook and a scripts handbook, so that prefab users don't need to see
the scripts documentation, and vice versa.  
<br><br>
<li> <a href="prefab_news.html">New prefabs and new prefab parameters</a>
<br><br>
<li> Fixed bug - Very small values (such as 9.24E-65), as well as any value in scientific notation, should now be 
handled properly everywhere when autoscaling and plotting.
<br><br>
<li> New - <a href="curvefit.html">proc curvefit</a> - new curve type - interpolated curve - code contributed by
Oliver Koch
<br><br>
<li> New attributes - <a href="axis.html">proc axis</a> - <tt>automonths</tt> automatically
displays the new month when plotting days, on month boundaries.  Similarly,
<tt>autodays</tt> displays a new date when plotting datetimes, on day boundaries.
<br><br>
<li> New attributes - <a href="pie.html">proc pie</a> - <tt>colorfield</tt> & <tt>exactcolorfield</tt>
allow slice colors to be driven by data
<br><br>
<li> New attributes - <a href="pie.html">proc pie</a> - <tt>labelback</tt> & <tt>labelbackoutline</tt> for
	producing backing boxes for the slice labels 
<br><br>
<li> New attribute - <a href="vector.html">proc vector</a> - <tt>exactcolorfield</tt> allow vector colors
to be driven by data
<br><br>
<li> Improvement - <a href="getdata.html">proc getdata</a> - <tt>file</tt> and <tt>pathname</tt> can now
accept those wacky file names with embedded spaces found on Microsoft systems
<br><br>
<li> Improvement - command line option <tt>-echo</tt> - improved functionality 
<br><br>
<li> New attributes - <a href="axis.html">proc axis</a> - <tt>stubsubpat</tt> & <tt>stubsubnew</tt> for performing substitutions on stub text; <tt>stubmult</tt> a way to multiply numeric stubs by some factor; 
 <tt>stubmininc</tt> a way to ensure that automatic
stub increment is never less than a certain amount.. for example when plotting integer data you don't
want stubs to increment at 0.5; <tt>labelinfo</tt> specifies text that will
appear as a popup when user moves mouse over the axis label;
<br><br>
<li> New script directive - <a href="scriptsyntax.html">#ifspec</a> - useful when writing the scripts used by prefabs
<br><br>
<li> Improved - SVG - added <tt>xmlns="http://www.w3.org/2000/svg"</tt> to opening <svg> tag.
<br><br>
<li> New - command line options - <tt>-mapdemo</tt> and <tt>-csmapdemo</tt> for development when working
with <a href="clickmap.html">clickmaps</a> .. you previously used <tt>-map -debug</tt> or <tt>-csmap -debug</tt>.
<br><br>
<li> Improved - <a href="processdata.html">proc processdata</a> - <tt>outfile</tt> now accepts <tt>stdout</tt>
and <tt>stderr</tt>
<br><br>
<li> Improved - <a href="axis.html">proc axis</a> - <tt>stubevery</tt> can now be used with numeric stubs
as well as text stubs
<br><br>
<li> Improved - <a href="processdata.html">proc processdata</a> - the <tt>select</tt> attribute can be
used along with any action
<br><br>
<li> Improved - datetimes - option to allow user-specified date-time separator character.  <tt>dtsep</tt>
can be set in <a href="settings.html">proc settings</a> or <a href="config.html">your config file</a>.
<br><br>
<li> New attribute - <a href="annotate.html">proc annotate</a> - <tt>ellipse</tt>
<br><br>
<li> New - command line option - <tt>-svg_tagparms</tt>
<br><br>
<li> Policy change - <a href="api.html">libploticus</a> - if <tt>line</tt> argument is passed as a 
     constant it may not contain a trailing newline character.  Noted in docs.
<br><br>
<li> New script examples - <a href="../gallery/beeswarm.htm">beeswarm plots</a> and
<a href="../gallery/stackedarea.htm">stacked area plots</a>.
<br><br>
<li> new <a href="functions.html">functions</a> -  $defaultinc()  and  $squelch_display()
<br><br>
<li> Improved - x11 mouse clicks - output coordinates now support -cm

<br><br>
<li> Fixed bug - <a href="processdata.html">proc processdata</a> - </tt>action: accumulate</tt> had been nonfunctional.. fixed
<br><br>
<li> Fixed bugs - various code bugs/fixes reported by users involving
        buffer overwrites and illegal accesses that may have caused instabilities
<br><br>
<li> New attribute - <a href="annotate.html">proc annotate</a> - <tt>backdim</tt> to allow backing box
dimensions to be specified explicitly
<br><br>
<li> Improved - times - time values wrapped (or else were invalid) if > 24:00 (which is correct for
clock time) but this interfered when working with elapsed time values.  
Elapsed time values are now handled using a format specification like this: <tt>hhh:mm:ss</tt> (three h's)
<br><br>
<li> Improvement - EPS - "showpage", "%%Trailer", and "%%EOF" are no longer present in EPS result
<br><br>
<li> Fixed bug - ampersands not being rendered properly in SVG
<li> Fixed bug - <a href="bars.html">proc bars</a> instability involving segment bars
<li> Fixed bug - <a href="curvefit.html">proc curvefit</a> - garbage legend label
<li> Fixed bug - swf.c compilation problems
<li> Fixed bug - <a href="pie.html">proc pie</a> - stray line on degenerate case of slices having size=0
<li> Fixed bug - <a href="pie.html">proc pie</a> - legend entries appearing twice in some cases
<li> Fixed bug - <a href="vector.html">proc vector</a> - wind barbs barb direction
<li> Fixed bug - times - stubs formatted with am/pm showed eg. 0:20am as :20am
<li> Fixed bug - <a href="lineplot.html">proc lineplot</a> - <tt>altwhen</tt> sometimes changing wrong points
<li> Fixed bug - <a href="rect.html">proc rect</a> - uninitialized clickmap url and maplabel resulted in garbage
<li> Fixed bug - <a href="scatterplot.html">proc scatterplot</a> - <tt>clustermeth</tt> h and v - removed the upper limit of 10 duplicates 
<li> Mac OSX port now handled by fink
<br><br>
</ul>
<br>
<br>
<br>
<br>
<br>
<h2>Ploticus 2.11 (May 2003)</h2>
<ul>
<li> New - <a href="swf.html">SWF</a> (flash) support - contributed by Bill Traill 
<br><br>

<li> New - Popup text bubbles can be displayed when the mouse pointer hovers over data points when viewing
ploticus-generated images in a web browser.  Support for both scripts and prefabs.  
Accomplished using <a href="clickmap.html">client-side imagemaps</a>, with or without a clickable URL.  
<a href="../gallery/cs_mouseover.htm">Click here to see an example</a>.
<br><br>
<li> Fixed - <a href="api.html">libploticus API</a> - now supports multiple plot jobs within one OS process.
<br><br>
<li> New - <a href="vector.html">proc vector</a> - windbarbs support contributed by Andrew Phillips 

<br><br>
<li> New - <a href="categories.html">proc categories</a> - supersedes specification of categories from within
proc areadef.  Categories are an entity independent of plotting area or current data set.
<br><br>
<li> New - <a href="processdata.html">proc processdata</a> - new actions <tt>segment</tt> and <tt>segmentb</tt>

<br><br>
<li> New - <a href="bars.html">proc bars</a> - new attributes <tt>exactcolorfield</tt>, <tt>constantlen</tt>, <tt>constantloc</tt>
<br><br>
<li> New - <a href="clickmap.html">clickmap</a> support for <a href="rect.html">proc rect</a>

<br><br>
<li> New - <a href="axis.html">axis</a> - new attribute <tt>stublen</tt>
<br><br>
<li> New - <a href="pl.1.html">pl command line</a> - new option <tt>-echo</tt> to display interpreted, 
fully expanded script lines to stdout or stderr for debugging

<br><br>
<li> New - <a href="curvefit.html">proc curvefit</a> -  sets ploticus variables XFINAL and YFINAL
<br><br>
<li> New - <a href="settings.html">proc settings</a> - new attribute <tt>svg_tagparms</tt> - allows you to insert additional
attributes into the &lt;svg&gt; tag.. eg. &lt;svg .. width="ww" height="hh"&gt;

<br><br>
<li> Improved - <a href="api.html">libploticus API</a> - improved the consistency of error return codes
<br><br>
<li> Improved - <a href="clickmap.html">clickmaps</a> - labels and URLs now use malloced storage
<br><br>
<li> Improved - <a href="categories.html">categories</a> - category labels now use malloced storage 

<br><br>
<li> Fixed - <a href="pie.html">proc pie</a> - percentages in labels weren't being converted to euro notation
<li> Fixed - <a href="axis.html">proc axis</a> - very large scale increments were causing race
(fix contributed by Dan Pelleg)
<li> Workaround - <a href="usedata.html">proc usedata</a> - fieldnames are lost when switching between data sets 
with proc usedata, due to a design flaw.  As a workaround, field names can be respecified from within proc usedata.

<li> Fixed - <a href="breakaxis.html">proc breakaxis</a> -  <tt>value</tt> now accepts category values containing embedded whitespace
<li> Fixed - <a href="axis.html">proc axis</a> -  self locating stubs were incorrect in Y axis
<li> Fixed - <a href="getdata.html">proc getdata</a> -  seg fault involving rejected data rows and filter processing 
<li> Fixed - <a href="pie.html">proc pie</a> - <tt>color: auto</tt> was not working with legend
<li> Fixed - unix builds now should handle dos text (script files and data files)
<li> Fixed - <a href="axis.html">proc axis</a> - fixed axis stub increment "hours" and "minutes" support for 
datetime scaling & datetime w/ windowing

<br><br>
<li> Changed - <a href="api.html">libploticus API</a> - <tt>ploticus_begin()</tt> is no longer necessary.
</ul>
<br>
<br>
<br>

<h2>Ploticus 2.10 (Dec 2002)</h2>
<ul>
<li> New - <a href="api.html">libploticus API</a>.  
This is a simple C-callable API which will allow ploticus to be embedded in other applications,
and facilitate interfaces to Perl, PHP, Pythin, etc.
An associated code clean up was done to get <tt>exit()</tt>s and
externally visible symbol names under control.
<br><br>
<li> New - <a href="vector.html">proc vector</a> for making vector plots like this:<br>
<a href="../gallery/gall.vector.html"><img src="../gallery/vector0.gif" border=0></a>
<br><br>
<li> New - <a href="scatterplot.html">proc scatterplot</a> - <tt>rectangle</tt> attribute for making heatmap plots like this:<br>
<a href="../gallery/gall.heatmap.html"><img src="../gallery/heatmap0.gif" border=0></a>
<br><br>
<li> New - Unicode / Big-5 support.  <br>
&nbsp; &nbsp; &nbsp; <a href="../gallery/unicode.htm"><img src="../gallery/unicode0.jpeg" border=0></a>
<br>
You must be using SVG or GD with FreeType fonts.
Right-to-left languages apparently aren't handled consistently.
<br><br>
<li> New - <a href="limits.html">Data capacities</a> are now dynamic and can be raised at runtime
using <a href="pl.1.html#options">command line options</a> such as <tt>-maxrows</tt> and <tt>-maxfields</tt>.
<br><br>
<li> New - <a href="pl.1.html#options">command line options</a>..  <tt>-dir</tt> may be specified to
set the working directory;  <tt>-outlabel</tt> may be specified to set the X window name or PostScript / SVG
result title attribute.  <tt>-mapfile</tt> allows the clickmap output file to be set explicitly, and may
also be used to write the mapfile to <tt>stdout</tt>
<tt>-f</tt> is now supported as an alternative for specifying the script file.
Also several new <a href="limits.html">capacity-setting</a> options are available.
<br><br>
<li> New - <a href="usedata.html">proc usedata</a> - allows selecting an active data set
when there are multiple data sets in memory.
<br><br>
<li> New - <a href="axis.html">proc axis</a> attribute <tt>stubexp</tt> - displays axis in
real space when data are in log-transformed space.
<br><br>
<li> New - <a href="axis.html">proc axis</a> <tt>stubformat</tt> - <tt>autoround</tt> is
now an acceptable value, along with printf-specs such as <tt>%.f</tt>.  <tt>autoround</tt>
automatically rounds numeric values with result precision based on magnitude.
<br><br>
<li> New - <a href="page.html">proc page</a> attribute - <tt>outlabel</tt> 
<br><br>
<li> New - <a href="scatterplot.html">proc scatterplot</a> attribute - <tt>linedir</tt> for controlling
the direction of lines used as data points.
<br><br>
<li> New - <a href="lineplot.html">proc lineplot</a> attribute - <tt>relax_xrange</tt> 
<br><br>
<li> New - system variable <tt>PLVERSION</tt> reports the ploticus version number.

<br><br>
<li> Fixes that should remedy CGI-mode problems, especially under win32 and web servers other
than Apache:
1) <tt>SCRIPT_FILENAME</tt> environment variable is no longer relied upon.  It was 
discovered to be non-spec.  Instead, <tt>argv[0]</tt> is now used.
2) under win32, images sometimes display first few pixel rows
only, as if corrupted.  Now standard output is set to binary mode, which should remedy this problem.
3) an <tt>.exe</tt> suffix is now removed before building the <tt>.cnf</tt> name.
<br><br>
<li> Fix - disk resource limits completely removed.  These are problematic and not worth the trouble, 
especially in CGI mode, since the 5MB (default) limit applies when appending (eg web server log files). 
<li> Fix - script interpreter - script lines having first whitespace-delimited token longer than 40 chars 
(such as embedded comma-delimited data) cause overflow and seg fault on Linux. 
<li> Fix - Lines in incoming data stream having first whitespace-delimited token longer than 255 chars 
(typically comma-delimited data) cause overflow and seg fault. 
<li> Fix - <a href="processdata.html">proc processdata</a> - values for the rejectfields attribute being 
parsed incorrectly from script. 
<li> Fix - <a href="bars.html">proc bars</a> - bar labels for bars plotted from small numeric 
values eg. 0.005 not displayed. 
<li> Fix - month name capacities expanded to accomodate non-English month names.
<li> Fix - number notation processing was being incorrectly applied to scientific-notation values.
<li> Fix - vertical right-adjusted FreeType text was being rendered horizontally.
<li> Fix - stacking of multiple data sets; eg. you can now tabulate on a processdata result.
<br><br>
<li> Change - <a href="processdata.html">proc processdata</a> <tt>stack</tt> is now <tt>no</tt> by default.
<br><br>
<li> Change - proc originaldata has been mapped to <a href="usedata.html">proc usedata</a>.  
<br><br>
<li> Change - <a href="textdetails.html">textdetails attributes</a> - <tt>align</tt> may be specified
in lower case or as words (<tt>left</tt>, <tt>center</tt>, <tt>right</tt>), as well as the old 
way (<tt>L</tt>, <tt>C</tt>, <tt>R</tt>).
<br><br>
<li> Change - <a href="config.html">config file</a> parameters <tt>sid</tt>, <tt>gid</tt>, and <tt>filesizelimit</tt>.
no longer supported.
<br><br>
<li> Change - number display settings have been removed from <a href="page.html">proc page</a>.  These
apply to an entire script, not a page, and
should be set using <a href="settings.html">proc settings</a>.
<br><br>
<li> Change - <a href="areadef.html">proc areadef</a> - <tt>catcompmethod</tt> of <tt>fuzzy</tt> no 
longer supported (it never worked properly anyway).
<br><br>
<li> Noted - <a href="fonts.html">GD fonts</a> - some of the characters in the extended ascii range
differ from those normally expected there.  This issue originates in the GD library.



</ul>

<h2>Ploticus 2.04 (June 2002)</h2>
<ul>
<li> New - <a href="lineplot.html">proc lineplot</a> - <tt>clip</tt> attribute
allows lineplot curve to be clipped to the plotting area.
<br>
<br>
<li> New - <a href="lineplot.html">proc lineplot</a> - <tt>sort</tt> attribute
for putting data into X order if necessary before plotting
<br>
<br>
<li> New - <a href="clickmap.html">clickmap support</a> for <a href="svg.html">SVG</a>.
<br>
<br>
<li> New - field names can now appear as legend labels.  For the
<a href="prefab_lines.html">lines</a>,
<a href="prefab_stack.html">stack</a>, and
<a href="prefab_vbars.html">vbars</a> prefabs this will be the default if no 
<b>name*</b> parameters are specified and the data set contains a field name header.
This feature can be used in scripts in
<a href="bars.html">proc bars</a>,
<a href="lineplot.html">proc lineplot</a>,
<a href="curvefit.html">proc curvefit</a>
by specifying <tt>#usefname</tt> for the <tt>legendlabel</tt>.
Also available for <a href="scatterplot.html">proc scatterplot</a> <tt>legendlabel</tt>.
<br>
<br>
<li> New - script syntax - a backslash can now be used to indicate start of leading whitespace 
in a multiline text line
<br>
<br>
<li> New - script syntax - if the name of an #included file begins with a dollar-sign ($), it is
searched for in the ploticus prefabs directory.  This provides a standard location for 
included files.  See gallery example <a href="../gallery/loglog.htm">loglog</a> as an example.
<br>
<br>
<li> Docs - <a href="Faq.html">FAQ</a> and <a href="dataformat.html">dataformat</a> man pages significantly
updated; a new page about <a href="prepress.html">pre-press work</a> also available.
<br>
<br>
<li> Improved - config file errors now logged in CGI mode.
<br>
<br>
<li> Fix - EPS bounding box is now expressed in integers and use of <tt>(atend)</tt> is avoided except
when EPS is written to stdout.  Problems had recently been reported with newer versions of GhostView
complaining about floating point values in the bounding box.
<li> Fix - CGI mode - QUERY_STRING used instead of REQUEST_URI
<li> Fix - proc axis - problems involving numerical axis stubs when a thousands separator
(eg. 100,000) is used.  On win32, garbage was being appended.  There was also incorrect
interaction with stub format, especially trailing format characters.
<LI> Fix - dist prefab - <b>title</b> parameter wasn't working
<LI> Fix - the $frommin() function (dealing with time data) was unstable.
<LI> Fix - the limit for max # of categories (100 on each axis) was not being enforced, and
max char length of a category has been raised to 78.
<li> Fix - there was a slight amount of error in ploticus GD driver character widths.
<li> Fix - zero-length data cells causing subsequent spurious "unplottable value" messages 
<li> Fix - proc pie max number of slices increased to 80.
<li> Fix - proc settings incorrect interaction with page break
<li> Fix - minor tics with datetime scaling not taking daily time window into consideration.
</ul>

<br><br><br>

      <H2>Ploticus 2.03 (March 2002) </H2>
      <UL>
        <LI>Fixed bug - <A 
        href="http://ploticus.sourceforge.net/doc/cgi.html">cgi mode</A> - CGI 
        SECURITY RISK - command line arguments that were insecure or 
        inappropriate in CGI mode are now disabled when in CGI mode. <BR><BR>
        <LI><B>pltab</B> has been discontinued. <BR><BR>
        <LI>Improvement - <A 
        href="http://ploticus.sourceforge.net/doc/cgi.html">cgi mode</A> - If 
        -debug is specified all diagnotistic and error msg output automatically 
        goes to specific files. This should simplify debugging in CGI mode. 
        <BR><BR>
        <LI>New feature - <A 
        href="http://ploticus.sourceforge.net/doc/clickmap.html">client-side 
        imagemaps</A> <BR><BR>
        <LI>Improvement - proc datesettings has been expanded and renamed to <A 
        href="http://ploticus.sourceforge.net/doc/settings.html">proc 
        settings</A>. This proc can now be used to make most settings that 
        previously required a config file. <BR><BR>
        <LI>Improvement - proc bevelrect has been renamed to <A 
        href="http://ploticus.sourceforge.net/doc/rect.html">proc rect</A>, and 
        should now be thought of as the preferred way to draw arbitrary shaded 
        rectangles. <BR><BR>
        <LI>Changed: <TT>#proc endproc</TT> may now be written 
        <TT>#endproc</TT>. The old syntax will also continue to work. <BR><BR>
        <LI>New feature - <A 
        href="http://ploticus.sourceforge.net/doc/areadef.html">proc areadef</A> 
        categories - new modifier <TT>selectrows</TT> which allows categories to 
        be taken from data field based on a conditional expression. <BR><BR>
        <LI>New attribute - <A 
        href="http://ploticus.sourceforge.net/doc/processdata.html">proc 
        processdata</A> - <TT>outfile</TT> allows result to be written to a 
        file. This came up because a user wanted to perform arithmetic (a la 
        getdata filter) to processdata result, and there was no way to do it. 
        <BR><BR>
        <LI>New feature - <A 
        href="http://ploticus.sourceforge.net/doc/annotate.html">proc 
        annotate</A> can now do drop shadows, beveling, and colored backing box 
        with or without outline. <BR><BR>
        <LI>New attribute - <A 
        href="http://ploticus.sourceforge.net/doc/getdata.html">proc getdata</A> 
        - <TT>pf_fieldnames</TT> for defining post-filter fieldnames. <BR><BR>
        <LI>Improvement - max number of legend entries raised to 80 (was 30). 
        <BR><BR>
        <LI>New attribute - <A 
        href="http://ploticus.sourceforge.net/doc/config.html">config</A> and <A 
        href="http://ploticus.sourceforge.net/doc/settings.html">proc 
        settings</A> - <TT>numberspacerthreshold</TT> controls when thousands 
        separator characters begin to appear. <BR><BR>
        <LI>New <A 
        href="http://ploticus.sourceforge.net/doc/variables.html">system 
        variable</A> - CM_UNITS - indicates if working in -cm mode or not. 
        <BR><BR>
        <LI>Improvement - special #include statements that refer to the prefabs 
        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. <BR><BR>
        <LI>Fixed bug - pl crashes when reading any config file. 
        <LI>Fixed bug - prefabs were not working in CGI mode. 
        <LI>Fixed bug - script lines longer than 255 were overflowing. The 
        published script line length limit is 3000. 
        <LI>Fixed bug - cm mode - cm conversion was not being done on ploticus 
        variables that hold generated absolute coordinate values (eg AREALEFT). 
        Position of prefab titles was affected. 
        <LI>Fixed bug - proc processdata - count action - the counts for highest 
        and lowest category were off by 1. 
        <LI>Fixed bug - problem with date formats containing dashes (eg. 
        dd-mmm-yyyy) when setting up plotting area and data space. 
        <LI>Fixed bug - number display - large number 000 separators interacting 
        incorrectly with stub formatting. 
        <LI>Fixed bug - times - the displayable seconds component of time values 
        was being shown as a value between 0.0 -&gt; 1.0 rather than 0 -&gt; 60. 
        
        <LI>Fixed bug - times - data values having a seconds component &gt; 59.0 
        (eg. 59.3) were considered invalid. 
        <LI>Fixed &amp; improved - times - noon and/or midnight were displayed 
        incorrectly when <TT>hha</TT> format was being used. Noon is now 
        represented as <TT>12n</TT> and midnight is represented as 
        <TT>12am</TT>. 
        <LI>Fixed bug - proc legend - incomplete legend when specifyorder has 
        more entries than the number of legend entries. 
        <LI>Fixed bugs - cm mode - certain objects were too small in -cm mode, 
        including default prefab plot size, various hard-coded prefab sizes, and 
        default symbol size. </LI></UL>

<br>
<br>
<h2>Ploticus 2.02 (Jan 2002)</h2>

<li> <a href="clickmap.html">HTML server-side imagemap support</a> has been added.
<br>
<br>
<li> The data parsing code has been rewritten, and now allows situations that 
weren't allowed before, 
such as blank fields (tab or .csv formats), and variable number of fields per row.  
The <a href="dataformat.html">dataformat documentation</a> has also been improved.
<br>
<br>
<li> new attribute - <a href="getdata.html">proc getdata</a> - <tt>nfields</tt> - Controls
the expected number of fields per record.  
<br>
<br>
<li> new attribute - <a href="getdata.html">proc getdata</a> - <tt>fieldnamerows</tt> - 
like <tt>fieldnames</tt> but allows data field names to be given one per line.
<br>
<br>
<li> modified attribute - <a href="getdata.html">proc getdata</a> - <tt>delim</tt> -
There is now a distinction between 
whitespace delimitation with quoted strings (<tt>spacequoted</tt>) and
pure whitespace delimitation (<tt>whitespace</tt>).
<tt>whitespace</tt> is faster, but the default remains <tt>spacequoted</tt>
(<tt>space</tt> for short) so that existing scripts don't break.
<a href="dataformat.html">More info</a>.
<br>
<br>
<li> new attribute - <a href="lineplot.html">proc lineplot</a> - <tt>gapmissing</tt> - allows missing data
points to cause a gap in the curve.  Similar parameter added to <b>lines</b> and <b>chron</b> prefabs.
<br>
<br>

<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>clustermethod</tt> - 
control how duplicate points will be clustered.
<br>
<br>

<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>symfield</tt> and <tt>symrangefield</tt> -
allows symbol shape, color, etc. to be controlled by a data field.
<br>
<br>

<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>dupsleg</tt> 
allows symbol shape, color, etc. to be controlled by degree of duplicity

<br>
<br>
<li> <a href="../doc/prefabs.html">prefabs</a> - added <tt> rectangle </tt> as a standard parameter.  
It controls plotting area size (and location, if rendering in paginated postscript).

<br>
<br>
<li> <a href="../doc/prefab_lines.html">lines prefab</a> - changed the way that 
the <tt> fill </tt> parameter works.  Previously
it had applied to all curves and line color was used.  Now it is specified 
as a color, and separately for each curve (using fill2, fill3, and fill4).
<b>Note: this will break any existing applications that use 
the lines prefab to render multiple filled curves</b>.

<br>
<br>
<li> The directory for <a href="../doc/prefabs.html">prefab</a> files can now be
hard-coded at build time, settable in the Makefile.  If this is done then users
don't need the PLOTICUS_PREFABS environment variable to be set.
This capability is not available on win32 builds.

<br>
<br>
<li> a new prefab called <a href="prefab_draw.html">draw</a> has been added.
It interprets ploticus draw commands.

<br>
<br>
<li> some new <a href="functions.html">functions</a>, including $numgroup() and $dategroup()
which are useful in grouping a set of numbers or dates into bins.

<br>
<br>
<li> the internal name lookup scheme for function names has been changed, and is now a 
little more efficient.
<br>
<br>
<li> fixed bug: <a href="bars.html">proc bars</a> - stacked bars are drawn incorrectly when minima is non-zero.
Eg. stacked vertical bars are incorrect if the plotting area Y min is non-zero.
<br>
<br>
<li> fixed bug: <a href="bars.html">proc bars</a> - stacked bars - clobber bug causing core dump on linux.
<br>
<br>
<li> fixed bug: datetime scaling - floating point rounding problem.  Came to light when
user tried to autorange on a datetime field and was getting a minima time of 06:59
when it should have been 07:00.
<br>
<br>
<li> increased the size of file pathname variables from 127 to 255 and doing length checking
on script file and output file name
<br>
<br>
<br>
<br>
<h2>Version: 2.01 (Nov 2001) </h2>
<ul>
<li> <a href="svg.html">SVG</a> capabilities.  The driver was written by Bill Traill.
<br>
<br>
<li> The Makefile has been reworked.  Before building ploticus you edit the
Makefile and follow a simple 3-step procedure.  There are more build variations than before.
<br>
<br>
<li> Source code can now be compiled on win32 using mingW and maybe other compilers.  
<a href="../doc/nonunix.html">More info.</a>
<br>
<br>
<li> postscript - ISO Latin1 encoding added, so that European characters may be produced
in postscript exactly like they are in the other environments (ascii 128-255).
<br>
<br>
<li> Created graphic files are automatically chmod'ed to mode 644.
<br><br>
<li> Some code problems related to the new CGI functionality have been cleaned up.  
These may have caused problems on some platforms.
<br>
<br>
<li> proc getdata filter - data field names within proc getdata filter statements were 
not working.  Fixed.
<br>
<br>
<li> dates - dates earlier than 1977 causing problems with autorange and
probably in other areas.  This has been fixed to handle dates back to Jan 1 1800.
<br>
<br>
<li> general - most command line args including var=value pairs were being retained in
a 200 character buffer, a problem when command lines are longer.  Fixed.
<br>
<br>
<li> proc bars - problems with bar labeling when select is used; also clustering should work 
with segment bars.  Fixed.
</ul>
<br>
<br>
<br>
<br>
<h2>Ploticus 2.00 (Sept 2001)</h2>
<ul>
This major release introduces
<a href="prefabs.html">prefabs</a> for creating standard types of plots
directly from the command line,
<a href="cgi.html">CGI mode</a>,
and optional JPEG, WBMP, and FreeType2 support.
The script interpreter code has been completely replaced;
a general clean-up pass was applied to all code.
<br>
<br>
<li><a href="prefabs.html">Prefabs</a> 
<br>
<br>
<li><a href="cgi.html">CGI mode</a>
<br>
<br>
<li> Optional JPEG, WBMP, and <a href="fonts.html">FreeType2</a> support, however you must link to 
your own copy of GD library version 1.84 
or higher when you build ploticus, and have the other required libs.  
See the Makefile for more info.  Thanks to Michael Tonkin for getting the ball rolling on this.
<a href="../gallery/stock.jpeg">Here's an example that uses a TrueType sans serif font</a>.
<br>
<br>
<li> A new script interpreter.
New <a href="scripts.html#directives">flow of control operators</a> including: 
<tt> #elseif #else #for #while #setifnotgiven #call #write #shell</tt>, etc.
Also, increased <a href="limits.html">capacities</a> for data fields and variables (250 chars)
and script input lines (3000).
<b>The new interpreter involves some <a href="changes20.html">script syntax changes
that may cause existing scripts to break</a> in some cases.</b>
<br>
<br>
<li>
General code clean-up and efficiency improvements
(thanks for the suggestions.. who wrote that code, anyway?!).
<br>
<br>
<li> <a href="sql.html">#sql</a>, a new directive for retrieving data directly from an SQL database.
This is currently under development,
and user-contributed client interfaces to DBMSs such as MySQL and Oracle would be welcome
(the code is in dbinterface.c)
<br><br>
A number of minor improvements and bug fixes are also present:
<br><br>
<li> Added: proc areadef <a href="autorange.html">autorange</a> - new subattributes 
<tt>selectrows</tt> (for selecting rows to be considered when
scanning for min and max) and <tt>combomode</tt> (to allow correct finding
of min and max for situations like error bars and stacked bars).
<li> Added:  proc areadef <a href="autorange.html">autorange</a> - now sets variables
DATAXMIN, DATAXMAX, DATAYMIN, and DATAYMAX - the actual minima and maxima of data field.
<li> Added: <a href="axis.html">proc axis</a> - <tt>stubevery</tt> attribute
<li> Added: <a href="getdata.html">proc getdata</a> - <tt>pathname</tt> attribute, to specify
data file name directly without involving cat(1) 
<li> Added: <a href="bars.html">proc bars</a> - <tt>colorfield</tt> attribute - set bar color based on a data field
<li> Added: <a href="legendentry.html">proc legendentry</a> - <tt>tag</tt> attribute 
<li> Added: various new <a href="functions.html">functions</a>
<li> Added: the temp file default path name and default slash character can now be changed in pl.h
or in a <a href="../doc/config.html">config file</a>.
<li> Added: resource utilization (cpu time and size of created disk files) now can be controlled.
Default upper limits are 10 cpu seconds and 5,000,000 bytes.
Limits may be altered in pl.h or by using a <a href="../doc/config.html">config file</a>
<li> Added: various other <a href="../doc/config.html">config file</a> settings
<li> Changed: proc axis - minor changes to avoid orphan date stubs and improper year placement (autoyears)
<li> Fixed bug: proc axis - when producing stubs running from negative to positive zero is displayed 
as a very tiny non-zero value such as 5.2579e-17 due to rounding error.  
<li> Fixed bug: proc getdata - buffer overflow when 'filter' is used with data records longer than 254 chars,
causing garbage result or instability.  
<li> Fixed bug: proc legend - legend entry text could not be adjusted using textdetails <tt>adjust=</tt>
<li> Fixed bug: proc bars - <tt>select</tt> omits bars but not labels.  Thanks to Dan Tsafrir for finding this one.
<li> Fixed bug: $arith() function - detects and issues an error on divide-by-zero.
</ul>
<br>
<br>
<h2>Ploticus is 2 years old - 25 Aug '01</h2>
<br>


<h2>Ploticus 1.41: 18 Jun '01</h2>
<ul>
<li> Ploticus now covered under <a href="Copyright.html"><img src="../doc/gpl.gif" border=0></a>.
<br><br>
<li> proc bars - additional (diagonal) cross hatching available as an accessory.
<br><br>
<li> Fixed bug: colored background not completely filling the result window when scale
is being done
<li> Fixed scripts in test suite:
The change in default size (version 1.40) sometimes caused
general layout problems with graphics that were layed out with an 8.5" x 11" 
default size in mind.  The solution for these scripts is to add a #proc page and 
specify <tt>pagesize: 8.5 11</tt>.
Some of the scripts in the test suite had such problems and are now fixed.
<li> Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl where result 
draws into negative absolute coordinate space.
<li> Fixed bug: proc areadef xautorange/yautorange not working correctly in some cases 
when a nearest= value is specified.  This bug was apparently introduced in 1.40.  
<li> Fixed bug: proc lineplot - accum option choking when non-numeric data encountered.
<li> Fixed bug: proc rangebar - negative barloc values not working.
<li> Added: proc areadef - autorange datafield may now be a comma-delimited list of dfields
so that multiple data fields are considered when determining the axis min and max.
<li> Changed: scaletypes - times hh:mm:ss and mm:ss - validity checking relaxed 
slightly to allow degenerate values such as 0:4:9
<li> Fixed bug: pltab - incorrect interaction between #font and sectionheadings
<li> Fixed bug: proc rangebar - textdetails controls N= label but not missing label 
<li> Fixed bug: pltab - creates 8.5 x 11 inch gif, png regardless of result size
<li> Fixed bug: axis - line grid and gridblock starting point incorrect in X
<li> Fixed bug: axis - colors incorrect when specified in certain combinations for tics, stubs, grid 
<li> Fixed bug: bars - ticks not being drawn when truncating was not switched on
</ul>


<br>
<br>
<h2>Ploticus 1.40: Jan 16 '01</h2>
This release includes improved support for automatic on-demand plotting, especially
automatic determination of scale and plot size from data.  It also incorporates
a bundle of new features, both user-requested and not.
<ul>
<li> <a href="getdata.html">proc getdata</a> - variables may 
	be declared and set from within data files using #set
<li> <a href="curvefit.html">proc curvefit</a> - linear regression and correlation
<li> <a href="areadef.html">proc areadef</a> - "autowidth" and "autoheight" attributes
	for data-driven plot area size
<li> <a href="axis.html">proc axis</a> - alternating shaded block backgrounds
</font>
<br>
<br>
<li>added: new script $functions - $exists() and $notexists() to test if a @VARIABLE has a value.  
	See <a href="functions.html">functions(pl)</a>
<li>added: new script #operators - #hideund and #showund to control display of embedded underscores, and #includesh.
	See <a href="scripts.html">scripts(pl)</a>
<li>added: new <a href="scaleunits.html">scaletype</a> - log+1 scaling for handling log-characeristic data that
	may contain values of 0.0
<li>added: <a href="areadef.html">proc areadef</a> - autorange - "incmult", which assists in automatically determining hi and low margin
<li>added: <a href="areadef.html">proc areadef</a> - "xextracategory" and "yextracategory" attributes, 
which allow categories to be added explicitly even when most categories are defined from data
<li>added: <a href="axis.html">proc axis</a> - "stubcull" attribute for eliminating stub collision, or pile up
	on log axis
<li>added: <a href="axis.html">proc axis</a> - definable extent for grid lines
<li>added: cmyk <a href="color.html">color</a> specification for use with PostScript and EPS.
<li>added: <a href="textdetails.html">textdetails</a> - "font" subattribute for setting PostScript font.
<li>added: <a href="print.html">proc print</a> - "outfile" and "outmode" attributes allowing proc print to write to files
<li>added: <a href="print.html">proc print</a> - now sets a variable called NSELECTED.
<li>added: <a href="legend.html">proc legend</a> - "reset" attribute.
<li>added: <a href="bars.html">proc bars</a> - "hidezerobars" attribute
<li>added: <a href="curvefit.html">proc curvefit</a> - "select" attribute
<li>added: <a href="curvefit.html">proc curvefit</a> - new curvetype - "avg"
<li>added: <a href="tabulate.html">proc tabulate</a> - "showrange" attribute supercedes showrangelowonly.  
	Range label can be the average of low and high end of range.
<li>added: <a href="rangebar.html">proc rangebar</a> - "logmean" attribute, for computing means and standard
	deviations in log space.
<li>added: <a href="rangebar.html">proc rangebar</a> - "statsonly" attribute, to compute stats and set variables
	without drawing the bar.  
<li>added: <a href="rangebar.html">proc rangebar</a> - now sets the variables RANGEBARIQRMIN and RANGEBARIQRMAX.

<br>
<br>
<li>changed: <a href="getdata.html">proc getdata</a> - pl no longer quits when no data could be read.  
	Scripts can check @NRECORDS after getdata finishes and take appropriate action.
<li>changed: default result size is now 8" x 8".  

<li>changed: proc curvefit - data no longer need to be ordered on X for curve computation
<li>changed: standalone $functions (those that are not part of an #if construct) may contain embedded white space
<li>changed: <a href="color.html">color</a> specifications - the separator character in rgb(r,g,b) constructs may 
	be any of comma, dash, colon, or pipe.  Comma was problematic if rgb constructs were put into a 
	comma-delimited list, as in <a href="../gallery/students.htm">students example</a>.
<li>changed: .pls is now a "known extension" for script files.
<li>changed: improved the heuristic for automatic axis increment determination

<br>
<br>
<li>fixed bug: proc scatterplot - if select condition used or if values are out-of-range,
labels from data and datapoint size from data may be incorrect due to data alignment bug.
<li>fixed bug: proc lineplot - if select condition used or if values are out-of-range,
labels from data may be incorrect due to data alignment bug.
<li>fixed bug: proc rangebar - file close problem causing core dump on linux
<li>fixed bug: multipage plots & page breaks - if proc page was used to break to page 2, and proc page wasn't
	used for page 1, drawing continues on page 1.
<li>fixed bug: proc getdata - select was not working when field names used (message: no such data field).
<li>fixed bug: date scaling - dates containing embedded dashes were not converted properly when used.
as locvalue e.g. proc annotate location.  
<li>fixed bug: $max() <a href="functions.html">function</a> was giving incorrect results 
<li>fixed bug: proc page - on multipage landscape plots using PNG/GIF only the last page was viewable.  
<li>fixed bug: PNG/GIF driver memory leak when doing multipage plots.  
<li>fixed bug: incorrect fda() calls in tabulate.c and processdata.c.
<li>fixed bug: proc getdata filters - potential instability if references were made to data fields beyond NFIELDS.
<li>fixed bug: proc bars - tics produced through the use of leftticfield, rightticfield, 
and midticfield were being drawn outside of plotting area 
</ul>
<br>
<br>
<br>
<h2><a href="../doc/Faq.html">FAQ</a> Sept 29 '00</b> Expanded and updated.</h2>
<ul>
Recently added questions are denoted as <b>NEW</b>.
Now includes some discussion of performance issues near the end of the document.
</ul>
<br>
<br>
<h2>Ploticus 1.39: Sept 29 '00</h2>
<ul>
<li>Changed - proc transform renamed as proc processdata ('transform' still works)
<li>Changed - script syntax - references to undeclared @variables are now left alone.  
Formerly they had resulted in syntax errors.
<li>Added - proc areadef - autorange - if nearest= is omitted a reasonable default will be used 
for numeric data.  Formerly it defaulted to exact min and max, which was usually not desirable.
It is now possible to say nearest=exact to get exact min and max, should that be wanted.
<li>Added - proc areadef - categories - a new attribute called 'catcompmethod', to control the
details of how category comparisons are done.
<li>Added - proc areadef - now sets variables XMIN, XMAX, YMIN, and YMAX
<li>Fixed bug - proc areadef - autorange - problems with negative numbers; 
<li>Added - proc axis - 'stubs increment' with no following value gives a reasonable default increment.
So does 'stubs inc 0'.
<li>Added - proc bars - barwidthfield and bwfscale for data-driven bar widths
<li>Added - proc datesettings - several new options for omitting weekends
<li>Fixed bug - proc getdata - choking on long path names.  Increased sizes of many buffers
throughout.
<li>Fixed bug - proc getdata field names - a name beginning with a number such as 16kHz was being interpreted
as an integer field number.
<li>Added - proc processdata - new actions 'breaks' to do break processing on data sets, and related
action 'breakreset'.
<li>Added - proc rangebar - when using meanmode, plotfields may now be used for getting a mean, standard
deviation, and optionally an N value. 
<li>Changed - proc rangebar - variable NVALUES is now always set, even if nothing was plotted (it will be zero in this case).
<li>Added - proc rangebar - new attributes showbriefstats, showstatsfile, briefstatstag to make a
file holding computed statistical info that can be used by other programs
<li>Added - proc rangebar - allow 'none' for outliernearsym and outlierfarsym, for when displaying
outliers using only labels or line segments.
<li>Added - proc rangebar - a new attribute called 'skipmed', to omit median and percentiles calculation
when only means and standard deviations are needed (a performance consideration).
<li>Fixed bug - proc rangesweep - bug involving the use of 'select'
<li>Added - new function - $dataitem(), to access a single data item from the current data set by row 
and field position.
<li>Added - command line / proc page - the options -croprel and -crop
<li>Changed - ploticus temp file naming now uses shorter names
<li>Added - user-contributed RPM spec file.  See the Download page under Accessories.
<li>Changed - makefile & build - copied gd_io.h to the gd16 subdirectory for successful solaris 'make' build
<li>Added - MP/ix added to Makefile
<li>Changed - gallery example EPS or Postscript files will no longer be stored on the web site, except for the pltab examples.
<li>Changed - ploticus manual in postscript form will no longer be maintained or distributed.
</ul>
<br>
<br>
<h2>Ploticus is one year old: Aug 25 '00</h2>
<br>
<br>
<h2>Ploticus 1.38: Jun 9 '00</h2>
<ul>
<li>It is now possible to set the directory used for temp files, using a new
config attribute tmpdir.
<li>under cygwin, problems have been reported with pltab writing postscript to standard output.
Workaround is to use pltab -o
<br>
<br>
<b>Ploticus 1.37: May 24 '00</b>
<li>Added new proc - proc datesettings
<li>Added - an option to omit weekends with date or datetime scaling, via proc datesettings
<li>Improved - numeric data in scientific format e.g. 4.335e12 now supported
<li>Improved - #declare and #musthave now can take comma-delimited lists of variable names
<li>Fixed bug - proc bars, error bars not positioned correctly w/ clustering
<li>Fixed bug - proc rangebar, 1.5iqr mode, incorrect upper tail length
<li>Fixed bug - proc rangebar, zero length tail should not be drawn at all 
<li>Fixed bug - proc tabulate, entries should not be sorted when valuelist is used
</ul>
<br>
<br>
<h2>Ploticus 1.36: Apr 10 '00</h2>
<ul>
<li>Fixed bug - categories scaling - handling of duplicate category tags 
<li>New attribute - proc bars - numberformat attribute
<li>Improved - programs 8-bit clean and support locales - thanks to Oleg Bartunov
<li>Fixed bug - removed a few x11 compile dependencies that were present even with -DNOX11
<li>Improved - proc transform - numbernotation may be applied to TOTALS
<li>Fixed bug - proc rangebar - 1.5iqr tails/outliers were incorrect for degenerate cases (small N)
<li>Added a new function called $fieldname() 
<li>Improved - proc tabulate now allows NO ordering 
<li>Note: under cygwin, the directory /usr/tmp must exist and be writable by everybody.
<li>Withdrawn - proc pie - lower edge of pie boundary is "fuzzy".  A gd rounding error?
</ul>
<br>
<br>
<h2>Ploticus 1.35: Mar 1 '00</h2>
<ul>
<li>Fixed bug - numbernotation - spacer chars being added within leading blank zones in stubs
<li>Fixed bugs - proc lineplot - incorrect fill under stairstep curve and lastseglen
<li>Fixed bug - proc getdata - program crashed when proc getdata filter encounters blank lines in data file
<li>Fixed bug - proc rangebar - 1.5 x IRQ tails not computed correctly (also affects outliers)
<li>Improved - postscript %%Creator and %%Title tags not used correctly
<li>Fixed bug - proc pie - line+label not working correctly on gallery example pie4.htm
<li>Improved - proc line - first coordinate pair should implicitly do a 'moveto'
<li>Added pltab -landscape option
<li>Added new function $max()
<li>Fixed bug - pltab centering of column stubs (had been left-aligned)
<li>Fixed bug - multi-page landscape postscript - 2nd page orientation was incorrect
</ul>
<br>
<br>
<h2><a href="../download/ploticus.perl">ploticus.perl</a> Mar 1 '00</h2> 
<ul>
This is a perl script which implements a web interface to ploticus.
It was contributed by Tom McClure.
</ul>
<br>
<br>
<h2>Ploticus 1.34: Jan 28 '00</h2>
<ul>
<li>Added <tt>transparent</tt> color; use as background color to create transparent GIFs and PNGs.
<li>Added feature to display numbers in european or us notation 
with separators for large numbers (settable in config file).
<li>Added proc tabulate <tt>accumfield</tt> option.
<li>Added feature to make proc bars <tt>stackfields</tt> easier to use.
<li>Fixed bug - proc tabulate not handling date (etc.) units correctly when ranges not specified.
<li>Fixed bugs - proc areadef autorange - various problems involving large data values, datetime
data, and nearest=hours.  
<li>Fixed bug - datetime scaletype - all values 'outside window' when default date & time notations in use,
even though no window was defined.  
<li>Added areadef autorange sub-parameter <tt>format</tt>.
<li>Added areadef autorange <tt>nearest=day</tt>.
<li>Fixed bug - proc bars - default bar width sometimes much too wide; added a sanity override.
</ul>
<br>
<br>
<h2>Ploticus 1.33: Dec 21 '99</h2>
<ul>
<li>Added proc bars lablepos attribute
<li>Fixed bug - config file "units: cm" not working.
<li>Added -cm and -inches command line options.
<li>Added -o stdout to write GIF, PNG, or EPS result to standard output.
<li>Fixed bug - script files ending in .pl not handled properly.
<li>Fixed bug - proc rangebar plotfields not working properly.
<li>Fixed bug - proc bars taillen not being cloned properly for errorbars.
<li>Fixed bug - proc areadef box attribute not handling cm properly.
<li>Fixed bug - proc rangebar - 1.5*interquartile range tails
were not truncated at the min/max.  
<li>Added proc bars colorlist attribute
</ul>
<br>
<br>
<h2>Ploticus 1.31: Oct 29 '99.</h2>
<ul>
<li>Fixed bug - proc getdata 'filter' caused instability on linux
<li>Fixed bug - multiline legend entries too far apart
<li>Fixed bug - proc rangebar outliers when a 'select' is being used
<li>Fixed bug - proc rangebar and proc bar 'entire bar out of range' problem
</ul>
<br>
<br>
<h2>Ploticus 1.3: Oct 27 '99.</h2>
<ul>
<li>Added datetime scale type.
<li>Added proc breakaxis.
<li>Added proc rangebar outlier display and reporting features 
<li>Added hatch patterns as a color option
<li>Added a new proc transform action called 'count'.
<li>Added proc axis signreverse attribute to assist w/ high to low axes
<li>Added 'hifix' and 'lowfix' to proc areadef autorange attribute.
<li>In proc legend, the 'sep' attribute now controls the vertical separation 
when multiline format is used, as well as the horizontal separation when
singleline format is used.
</ul>
<br>
<br>
<h2>Ploticus 1.21: Sep 28 '99.</h2>
<ul>
<li>Fixed proc page bug involving missing postscript showpage.
<li>Fixed proc page bug involving incorrect default line width on page 
2 and up of a multipage result
<li>Proc page - default EPS behavior changed to NOT do background, unless
a background color is specified.
<li>Fixed bug where timestamp directory name is truncated incorrectly.
<li>Script file names can now end in .pl (in addition to .p, .htm, .html as before)
<li>Minor items related to AIX port.
</ul>
<br>
<br>
<h2>Ploticus 1.2, Sep 13 '99.</h2>
<ul>
<li>Added PNG support.
<li>Fixed bugs in Pie and textdetails style subattribute.
<li>Dropped the Page/device attribute.
<li>Added the Annotation/boxmargin attribute.
<li>Removed support for GIF import.
</ul>
<br>
<br>
<h2>Ploticus 1.1, Aug 30 '99</h2>
<ul>
<li>fixed proc lineplot bug evidenced by stock.htm;
<li>other minor items related to linux & irix port.  (note: pl -version still reports 1.0
in some of the binaries)
</ul>
<br>
<br>
<h2>Ploticus 1.0, Aug 25 '99, original release.</h2>


<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif"> 
</center>
</td></tr>
</table>
<br>
<center>
<table><tr><td>
Ploticus is hosted at http://ploticus.sourceforge.net</td><td> &nbsp; </td><td>
<a href="http://sourceforge.net/projects/ploticus"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=38453&type=12" 
width="120" height="30" border="0" 
alt="Get ploticus data display engine at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</td></tr></table>


</center>
<p><hr>
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>March 11, 2009.
</body>
</html>