~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to man/manpl/Changelog

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.ig >>
 
2
<STYLE TYPE="text/css">
 
3
<!--
 
4
        A:link{text-decoration:none}
 
5
        A:visited{text-decoration:none}
 
6
        A:active{text-decoration:none}
 
7
-->
 
8
</STYLE>
 
9
<title>ploticus: release notes for earlier versions</title>
 
10
<body bgcolor=D0D0EE vlink=0000FF>
 
11
<br>
 
12
<br>
 
13
<center>
 
14
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
15
<td>
 
16
  <table cellpadding=2 width=550><tr>
 
17
  <td><br><h2>Release notes for earlier versions</h2></td>
 
18
  <td align=right>
 
19
  <small>
 
20
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
 
21
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
 
22
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
23
  <a href="../doc/Contents.html">Handbook</a> 
 
24
  <td></tr></table>
 
25
</td></tr>
 
26
<td>
 
27
<br>
 
28
<br>
 
29
.>>
 
30
 
 
31
.TH Release_notes_for_earlier_versions PL "01-MAR-2002   PL ploticus.sourceforge.net"
 
32
 
 
33
.ig >>
 
34
<a href="Versions.html">Release notes for current versions</a></h3>
 
35
 
 
36
<br>
 
37
<br>
 
38
<h2>Version 2.02 - Jan 11, '02</h2>
 
39
 
 
40
<li> <a href="clickmap.html">HTML server-side imagemap support</a> has been added.
 
41
<br>
 
42
<br>
 
43
<li> The data parsing code has been rewritten, and now allows situations that 
 
44
weren't allowed before, 
 
45
such as blank fields (tab or .csv formats), and variable number of fields per row.  
 
46
The <a href="dataformat.html">dataformat documentation</a> has also been improved.
 
47
<br>
 
48
<br>
 
49
<li> new attribute - <a href="getdata.html">proc getdata</a> - <tt>nfields</tt> - Controls
 
50
the expected number of fields per record.  
 
51
<br>
 
52
<br>
 
53
<li> new attribute - <a href="getdata.html">proc getdata</a> - <tt>fieldnamerows</tt> - 
 
54
like <tt>fieldnames</tt> but allows data field names to be given one per line.
 
55
<br>
 
56
<br>
 
57
<li> modified attribute - <a href="getdata.html">proc getdata</a> - <tt>delim</tt> -
 
58
There is now a distinction between 
 
59
whitespace delimitation with quoted strings (<tt>spacequoted</tt>) and
 
60
pure whitespace delimitation (<tt>whitespace</tt>).
 
61
<tt>whitespace</tt> is faster, but the default remains <tt>spacequoted</tt>
 
62
(<tt>space</tt> for short) so that existing scripts don't break.
 
63
<a href="dataformat.html">More info</a>.
 
64
<br>
 
65
<br>
 
66
<li> new attribute - <a href="lineplot.html">proc lineplot</a> - <tt>gapmissing</tt> - allows missing data
 
67
points to cause a gap in the curve.  Similar parameter added to <b>lines</b> and <b>chron</b> prefabs.
 
68
<br>
 
69
<br>
 
70
 
 
71
<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>clustermethod</tt> - 
 
72
control how duplicate points will be clustered.
 
73
<br>
 
74
<br>
 
75
 
 
76
<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>symfield</tt> and <tt>symrangefield</tt> -
 
77
allows symbol shape, color, etc. to be controlled by a data field.
 
78
<br>
 
79
<br>
 
80
 
 
81
<li> new attribute - <a href="scatterplot.html">proc scatterplot</a> - <tt>dupsleg</tt> 
 
82
allows symbol shape, color, etc. to be controlled by degree of duplicity
 
83
 
 
84
<br>
 
85
<br>
 
86
<li> <a href="../doc/prefabs.html">prefabs</a> - added <tt> rectangle </tt> as a standard parameter.  
 
87
It controls plotting area size (and location, if rendering in paginated postscript).
 
88
 
 
89
<br>
 
90
<br>
 
91
<li> <a href="../doc/prefab_lines.html">lines prefab</a> - changed the way that 
 
92
the <tt> fill </tt> parameter works.  Previously
 
93
it had applied to all curves and line color was used.  Now it is specified 
 
94
as a color, and separately for each curve (using fill2, fill3, and fill4).
 
95
<b>Note: this will break any existing applications that use 
 
96
the lines prefab to render multiple filled curves</b>.
 
97
 
 
98
<br>
 
99
<br>
 
100
<li> The directory for <a href="../doc/prefabs.html">prefab</a> files can now be
 
101
hard-coded at build time, settable in the Makefile.  If this is done then users
 
102
don't need the PLOTICUS_PREFABS environment variable to be set.
 
103
This capability is not available on win32 builds.
 
104
 
 
105
<br>
 
106
<br>
 
107
<li> a new prefab called <a href="prefab_draw.html">draw</a> has been added.
 
108
It interprets ploticus draw commands.
 
109
 
 
110
<br>
 
111
<br>
 
112
<li> some new <a href="functions.html">functions</a>, including $numgroup() and $dategroup()
 
113
which are useful in grouping a set of numbers or dates into bins.
 
114
 
 
115
<br>
 
116
<br>
 
117
<li> the internal name lookup scheme for function names has been changed, and is now a 
 
118
little more efficient.
 
119
<br>
 
120
<br>
 
121
<li> fixed bug: <a href="bars.html">proc bars</a> - stacked bars are drawn incorrectly when minima is non-zero.
 
122
Eg. stacked vertical bars are incorrect if the plotting area Y min is non-zero.
 
123
<br>
 
124
<br>
 
125
<li> fixed bug: <a href="bars.html">proc bars</a> - stacked bars - clobber bug causing core dump on linux.
 
126
<br>
 
127
<br>
 
128
<li> fixed bug: datetime scaling - floating point rounding problem.  Came to light when
 
129
user tried to autorange on a datetime field and was getting a minima time of 06:59
 
130
when it should have been 07:00.
 
131
<br>
 
132
<br>
 
133
<li> increased the size of file pathname variables from 127 to 255 and doing length checking
 
134
on script file and output file name
 
135
<br>
 
136
<br>
 
137
<br>
 
138
<br>
 
139
<h2>Version: 2.01 (16 Nov '01)</h2>
 
140
<font size=+1>New features:</font>
 
141
<ul>
 
142
<li> <a href="svg.html">SVG</a> capabilities.  The driver was written by Bill Traill.
 
143
<br>
 
144
<br>
 
145
<li> The Makefile has been reworked.  Before building ploticus you edit the
 
146
Makefile and follow a simple 3-step procedure.  There are more build variations than before.
 
147
<br>
 
148
<br>
 
149
<li> Source code can now be compiled on win32 using mingW and maybe other compilers.  
 
150
<a href="../doc/nonunix.html">More info.</a>
 
151
<br>
 
152
<br>
 
153
<li> postscript - ISO Latin1 encoding added, so that European characters may be produced
 
154
in postscript exactly like they are in the other environments (ascii 128-255).
 
155
<br>
 
156
<br>
 
157
<li> Created graphic files are automatically chmod'ed to mode 644.
 
158
</ul>
 
159
<font size=+1>Bug fixes:</font>
 
160
<ul>
 
161
<li> Some code problems related to the new CGI functionality have been cleaned up.  
 
162
These may have caused problems on some platforms.
 
163
<br>
 
164
<br>
 
165
<li> proc getdata filter - data field names within proc getdata filter statements were 
 
166
not working.  Fixed.
 
167
<br>
 
168
<br>
 
169
<li> dates - dates earlier than 1977 causing problems with autorange and
 
170
probably in other areas.  This has been fixed to handle dates back to Jan 1 1800.
 
171
<br>
 
172
<br>
 
173
<li> general - most command line args including var=value pairs were being retained in
 
174
a 200 character buffer, a problem when command lines are longer.  Fixed.
 
175
<br>
 
176
<br>
 
177
<li> proc bars - problems with bar labeling when select is used; also clustering should work 
 
178
with segment bars.  Fixed.
 
179
</ul>
 
180
<br>
 
181
<br>
 
182
<br>
 
183
<br>
 
184
<h2>Version: 2.00 (18 Sep '01)</h2>
 
185
<font size=+1>
 
186
This major release introduces
 
187
<a href="prefabs.html">prefabs</a> for creating standard types of plots
 
188
directly from the command line,
 
189
<a href="cgi.html">CGI mode</a>,
 
190
and optional JPEG, WBMP, and FreeType2 support.
 
191
The script interpreter code has been completely replaced;
 
192
a general clean-up pass was applied to all code.
 
193
<br>
 
194
<br>
 
195
Specific new features:
 
196
</font>
 
197
<ul>
 
198
<li><a href="prefabs.html">Prefabs</a> 
 
199
<br>
 
200
<br>
 
201
<li><a href="cgi.html">CGI mode</a>
 
202
<br>
 
203
<br>
 
204
<li> Optional JPEG, WBMP, and <a href="fonts.html">FreeType2</a> support, however you must link to 
 
205
your own copy of GD library version 1.84 
 
206
or higher when you build ploticus, and have the other required libs.  
 
207
See the Makefile for more info.  Thanks to Michael Tonkin for getting the ball rolling on this.
 
208
<a href="../gallery/stock.jpeg">Here's an example that uses a TrueType sans serif font</a>.
 
209
<br>
 
210
<br>
 
211
<li> A new script interpreter.
 
212
New <a href="scripts.html#directives">flow of control operators</a> including: 
 
213
<tt> #elseif #else #for #while #setifnotgiven #call #write #shell</tt>, etc.
 
214
Also, increased <a href="limits.html">capacities</a> for data fields and variables (250 chars)
 
215
and script input lines (3000).
 
216
<b>The new interpreter involves some <a href="changes20.html">script syntax changes
 
217
that may cause existing scripts to break</a> in some cases.</b>
 
218
<br>
 
219
<br>
 
220
<li>
 
221
General code clean-up and efficiency improvements
 
222
(thanks for the suggestions.. who wrote that code, anyway?!).
 
223
<br>
 
224
<br>
 
225
<li> <a href="sql.html">#sql</a>, a new directive for retrieving data directly from an SQL database.
 
226
This is currently under development,
 
227
and user-contributed client interfaces to DBMSs such as MySQL and Oracle would be welcome
 
228
(the code is in dbinterface.c)
 
229
</ul>
 
230
<font size=+1>A number of minor improvements and bug fixes are also present:</font>
 
231
<ul>
 
232
<li> Added: proc areadef <a href="autorange.html">autorange</a> - new subattributes 
 
233
<tt>selectrows</tt> (for selecting rows to be considered when
 
234
scanning for min and max) and <tt>combomode</tt> (to allow correct finding
 
235
of min and max for situations like error bars and stacked bars).
 
236
<li> Added:  proc areadef <a href="autorange.html">autorange</a> - now sets variables
 
237
DATAXMIN, DATAXMAX, DATAYMIN, and DATAYMAX - the actual minima and maxima of data field.
 
238
<li> Added: <a href="axis.html">proc axis</a> - <tt>stubevery</tt> attribute
 
239
<li> Added: <a href="getdata.html">proc getdata</a> - <tt>pathname</tt> attribute, to specify
 
240
data file name directly without involving cat(1) 
 
241
<li> Added: <a href="bars.html">proc bars</a> - <tt>colorfield</tt> attribute - set bar color based on a data field
 
242
<li> Added: <a href="legendentry.html">proc legendentry</a> - <tt>tag</tt> attribute 
 
243
<li> Added: various new <a href="functions.html">functions</a>
 
244
<li> Added: the temp file default path name and default slash character can now be changed in pl.h
 
245
or in a <a href="../doc/config.html">config file</a>.
 
246
<li> Added: resource utilization (cpu time and size of created disk files) now can be controlled.
 
247
Default upper limits are 10 cpu seconds and 5,000,000 bytes.
 
248
Limits may be altered in pl.h or by using a <a href="../doc/config.html">config file</a>
 
249
<li> Added: various other <a href="../doc/config.html">config file</a> settings
 
250
<li> Changed: proc axis - minor changes to avoid orphan date stubs and improper year placement (autoyears)
 
251
<li> Fixed bug: proc axis - when producing stubs running from negative to positive zero is displayed 
 
252
as a very tiny non-zero value such as 5.2579e-17 due to rounding error.  
 
253
<li> Fixed bug: proc getdata - buffer overflow when 'filter' is used with data records longer than 254 chars,
 
254
causing garbage result or instability.  
 
255
<li> Fixed bug: proc legend - legend entry text could not be adjusted using textdetails \fCadjust=\fR
 
256
<li> Fixed bug: proc bars - <tt>select</tt> omits bars but not labels.  Thanks to Dan Tsafrir for finding this one.
 
257
<li> Fixed bug: $arith() function - detects and issues an error on divide-by-zero.
 
258
</ul>
 
259
<br>
 
260
<br>
 
261
<h2>Ploticus is 2 years old - 25 Aug '01</h2>
 
262
<br>
 
263
 
 
264
 
 
265
<h2>Ploticus version 1.41: 18 Jun '01</h2>
 
266
<ul>
 
267
<li> Ploticus now covered under <a href="Copyright.html"><img src="../doc/gpl.gif" border=0></a>.
 
268
<br><br>
 
269
<li> proc bars - additional (diagonal) cross hatching available as an accessory (see <a href="../doc/Download.html">d
 
270
ownload page</a>)
 
271
<li> Fixed bug: colored background not completely filling the result window when scale
 
272
is being done
 
273
<br><br>
 
274
<li> Fixed scripts in test suite:
 
275
The change in default size (version 1.40) sometimes caused
 
276
general layout problems with graphics that were layed out with an 8.5" x 11" 
 
277
default size in mind.  The solution for these scripts is to add a #proc page and 
 
278
specify <tt>pagesize: 8.5 11</tt>.
 
279
Some of the scripts in the test suite had such problems and are now fixed.
 
280
<br><br>
 
281
<li> Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl where result 
 
282
draws into negative absolute coordinate space.
 
283
<br><br>
 
284
<li> Fixed bug: proc areadef xautorange/yautorange not working correctly in some cases 
 
285
when a nearest= value is specified.  This bug was apparently introduced in 1.40.  
 
286
<br><br>
 
287
<li> Fixed bug: proc lineplot - accum option choking when non-numeric data encountered.
 
288
<br><br>
 
289
<li> Fixed bug: proc rangebar - negative barloc values not working.
 
290
<br><br>
 
291
<li> Added: proc areadef - autorange datafield may now be a comma-delimited list of dfields
 
292
so that multiple data fields are considered when determining the axis min and max.
 
293
<br><br>
 
294
<li> Changed: scaletypes - times hh:mm:ss and mm:ss - validity checking relaxed 
 
295
slightly to allow degenerate values such as 0:4:9
 
296
<br><br>
 
297
<li> Fixed bug: pltab - incorrect interaction between #font and sectionheadings
 
298
<br><br>
 
299
<li> Fixed bug: proc rangebar - textdetails controls N= label but not missing label 
 
300
<br><br>
 
301
<li> Fixed bug: pltab - creates 8.5 x 11 inch gif, png regardless of result size
 
302
<br><br>
 
303
<li> Fixed bug: axis - line grid and gridblock starting point incorrect in X
 
304
<br><br>
 
305
<li> Fixed bug: axis - colors incorrect when specified in certain combinations for tics, stubs, grid 
 
306
<br><br>
 
307
<li> Fixed bug: bars - ticks not being drawn when truncating was not switched on
 
308
</ul>
 
309
 
 
310
 
 
311
<br>
 
312
<br>
 
313
<h2>Ploticus version 1.40: Jan 16 '01</h2>
 
314
This release includes improved support for automatic on-demand plotting, especially
 
315
automatic determination of scale and plot size from data.  It also incorporates
 
316
a bundle of new features, both user-requested and not.
 
317
<ul>
 
318
<li> <a href="getdata.html">proc getdata</a> - variables may 
 
319
        be declared and set from within data files using #set
 
320
<li> <a href="curvefit.html">proc curvefit</a> - linear regression and correlation
 
321
<li> <a href="areadef.html">proc areadef</a> - "autowidth" and "autoheight" attributes
 
322
        for data-driven plot area size
 
323
<li> <a href="axis.html">proc axis</a> - alternating shaded block backgrounds
 
324
</font>
 
325
<br>
 
326
<br>
 
327
<li>added: new script $functions - $exists() and $notexists() to test if a @VARIABLE has a value.  
 
328
        See <a href="functions.html">functions(pl)</a>
 
329
<li>added: new script #operators - #hideund and #showund to control display of embedded underscores, and #includesh.
 
330
        See <a href="scripts.html">scripts(pl)</a>
 
331
<li>added: new <a href="scaleunits.html">scaletype</a> - log+1 scaling for handling log-characeristic data that
 
332
        may contain values of 0.0
 
333
<li>added: <a href="areadef.html">proc areadef</a> - autorange - "incmult", which assists in automatically determining hi and low margin
 
334
<li>added: <a href="areadef.html">proc areadef</a> - "xextracategory" and "yextracategory" attributes, 
 
335
which allow categories to be added explicitly even when most categories are defined from data
 
336
<li>added: <a href="axis.html">proc axis</a> - "stubcull" attribute for eliminating stub collision, or pile up
 
337
        on log axis
 
338
<li>added: <a href="axis.html">proc axis</a> - definable extent for grid lines
 
339
<li>added: cmyk <a href="color.html">color</a> specification for use with PostScript and EPS.
 
340
<li>added: <a href="textdetails.html">textdetails</a> - "font" subattribute for setting PostScript font.
 
341
<li>added: <a href="print.html">proc print</a> - "outfile" and "outmode" attributes allowing proc print to write to files
 
342
<li>added: <a href="print.html">proc print</a> - now sets a variable called NSELECTED.
 
343
<li>added: <a href="legend.html">proc legend</a> - "reset" attribute.
 
344
<li>added: <a href="bars.html">proc bars</a> - "hidezerobars" attribute
 
345
<li>added: <a href="curvefit.html">proc curvefit</a> - "select" attribute
 
346
<li>added: <a href="curvefit.html">proc curvefit</a> - new curvetype - "avg"
 
347
<li>added: <a href="tabulate.html">proc tabulate</a> - "showrange" attribute supercedes showrangelowonly.  
 
348
        Range label can be the average of low and high end of range.
 
349
<li>added: <a href="rangebar.html">proc rangebar</a> - "logmean" attribute, for computing means and standard
 
350
        deviations in log space.
 
351
<li>added: <a href="rangebar.html">proc rangebar</a> - "statsonly" attribute, to compute stats and set variables
 
352
        without drawing the bar.  
 
353
<li>added: <a href="rangebar.html">proc rangebar</a> - now sets the variables RANGEBARIQRMIN and RANGEBARIQRMAX.
 
354
 
 
355
<br>
 
356
<br>
 
357
<li>changed: <a href="getdata.html">proc getdata</a> - pl no longer quits when no data could be read.  
 
358
        Scripts can check @NRECORDS after getdata finishes and take appropriate action.
 
359
<li>changed: default result size is now 8" x 8".  
 
360
 
 
361
<li>changed: proc curvefit - data no longer need to be ordered on X for curve computation
 
362
<li>changed: standalone $functions (those that are not part of an #if construct) may contain embedded white space
 
363
<li>changed: <a href="color.html">color</a> specifications - the separator character in rgb(r,g,b) constructs may 
 
364
        be any of comma, dash, colon, or pipe.  Comma was problematic if rgb constructs were put into a 
 
365
        comma-delimited list, as in <a href="../gallery/students.htm">students example</a>.
 
366
<li>changed: .pls is now a "known extension" for script files.
 
367
<li>changed: improved the heuristic for automatic axis increment determination
 
368
 
 
369
<br>
 
370
<br>
 
371
<li>fixed bug: proc scatterplot - if select condition used or if values are out-of-range,
 
372
labels from data and datapoint size from data may be incorrect due to data alignment bug.
 
373
<li>fixed bug: proc lineplot - if select condition used or if values are out-of-range,
 
374
labels from data may be incorrect due to data alignment bug.
 
375
<li>fixed bug: proc rangebar - file close problem causing core dump on linux
 
376
<li>fixed bug: multipage plots & page breaks - if proc page was used to break to page 2, and proc page wasn't
 
377
        used for page 1, drawing continues on page 1.
 
378
<li>fixed bug: proc getdata - select was not working when field names used (message: no such data field).
 
379
<li>fixed bug: date scaling - dates containing embedded dashes were not converted properly when used.
 
380
as locvalue e.g. proc annotate location.  
 
381
<li>fixed bug: $max() <a href="functions.html">function</a> was giving incorrect results 
 
382
<li>fixed bug: proc page - on multipage landscape plots using PNG/GIF only the last page was viewable.  
 
383
<li>fixed bug: PNG/GIF driver memory leak when doing multipage plots.  
 
384
<li>fixed bug: incorrect fda() calls in tabulate.c and processdata.c.
 
385
<li>fixed bug: proc getdata filters - potential instability if references were made to data fields beyond NFIELDS.
 
386
<li>fixed bug: proc bars - tics produced through the use of leftticfield, rightticfield, 
 
387
and midticfield were being drawn outside of plotting area 
 
388
</ul>
 
389
<br>
 
390
<br>
 
391
<br>
 
392
<h2><a href="../doc/Faq.html">FAQ</a> Sept 29 '00</b> Expanded and updated.</h2>
 
393
<ul>
 
394
Recently added questions are denoted as <b>NEW</b>.
 
395
Now includes some discussion of performance issues near the end of the document.
 
396
</ul>
 
397
<br>
 
398
<br>
 
399
<h2>Version 1.39: Sept 29 '00</h2>
 
400
<ul>
 
401
<li>Changed - proc transform renamed as proc processdata ('transform' still works)
 
402
<li>Changed - script syntax - references to undeclared @variables are now left alone.  
 
403
Formerly they had resulted in syntax errors.
 
404
<li>Added - proc areadef - autorange - if nearest= is omitted a reasonable default will be used 
 
405
for numeric data.  Formerly it defaulted to exact min and max, which was usually not desirable.
 
406
It is now possible to say nearest=exact to get exact min and max, should that be wanted.
 
407
<li>Added - proc areadef - categories - a new attribute called 'catcompmethod', to control the
 
408
details of how category comparisons are done.
 
409
<li>Added - proc areadef - now sets variables XMIN, XMAX, YMIN, and YMAX
 
410
<li>Fixed bug - proc areadef - autorange - problems with negative numbers; 
 
411
<li>Added - proc axis - 'stubs increment' with no following value gives a reasonable default increment.
 
412
So does 'stubs inc 0'.
 
413
<li>Added - proc bars - barwidthfield and bwfscale for data-driven bar widths
 
414
<li>Added - proc datesettings - several new options for omitting weekends
 
415
<li>Fixed bug - proc getdata - choking on long path names.  Increased sizes of many buffers
 
416
throughout.
 
417
<li>Fixed bug - proc getdata field names - a name beginning with a number such as 16kHz was being interpreted
 
418
as an integer field number.
 
419
<li>Added - proc processdata - new actions 'breaks' to do break processing on data sets, and related
 
420
action 'breakreset'.
 
421
<li>Added - proc rangebar - when using meanmode, plotfields may now be used for getting a mean, standard
 
422
deviation, and optionally an N value. 
 
423
<li>Changed - proc rangebar - variable NVALUES is now always set, even if nothing was plotted (it will be zero in this case).
 
424
<li>Added - proc rangebar - new attributes showbriefstats, showstatsfile, briefstatstag to make a
 
425
file holding computed statistical info that can be used by other programs
 
426
<li>Added - proc rangebar - allow 'none' for outliernearsym and outlierfarsym, for when displaying
 
427
outliers using only labels or line segments.
 
428
<li>Added - proc rangebar - a new attribute called 'skipmed', to omit median and percentiles calculation
 
429
when only means and standard deviations are needed (a performance consideration).
 
430
<li>Fixed bug - proc rangesweep - bug involving the use of 'select'
 
431
<li>Added - new function - $dataitem(), to access a single data item from the current data set by row 
 
432
and field position.
 
433
<li>Added - command line / proc page - the options -croprel and -crop
 
434
<li>Changed - ploticus temp file naming now uses shorter names
 
435
<li>Added - user-contributed RPM spec file.  See the Download page under Accessories.
 
436
<li>Changed - makefile & build - copied gd_io.h to the gd16 subdirectory for successful solaris 'make' build
 
437
<li>Added - MP/ix added to Makefile
 
438
<li>Changed - gallery example EPS or Postscript files will no longer be stored on the web site, except for the pltab examples.
 
439
<li>Changed - ploticus manual in postscript form will no longer be maintained or distributed.
 
440
</ul>
 
441
<br>
 
442
<br>
 
443
<h2>Ploticus is one year old: Aug 25 '00</h2>
 
444
<br>
 
445
<br>
 
446
<h2>Version 1.38: Jun 9 '00</h2>
 
447
<ul>
 
448
<li>It is now possible to set the directory used for temp files, using a new
 
449
config attribute tmpdir.
 
450
<li>under cygwin, problems have been reported with pltab writing postscript to standard output.
 
451
Workaround is to use pltab -o
 
452
<br>
 
453
<br>
 
454
<b>Version 1.37: May 24 '00</b>
 
455
<li>Added new proc - proc datesettings
 
456
<li>Added - an option to omit weekends with date or datetime scaling, via proc datesettings
 
457
<li>Improved - numeric data in scientific format e.g. 4.335e12 now supported
 
458
<li>Improved - #declare and #musthave now can take comma-delimited lists of variable names
 
459
<li>Fixed bug - proc bars, error bars not positioned correctly w/ clustering
 
460
<li>Fixed bug - proc rangebar, 1.5iqr mode, incorrect upper tail length
 
461
<li>Fixed bug - proc rangebar, zero length tail should not be drawn at all 
 
462
<li>Fixed bug - proc tabulate, entries should not be sorted when valuelist is used
 
463
</ul>
 
464
<br>
 
465
<br>
 
466
<h2>Version 1.36: Apr 10 '00</h2>
 
467
<ul>
 
468
<li>Fixed bug - categories scaling - handling of duplicate category tags 
 
469
<li>New attribute - proc bars - numberformat attribute
 
470
<li>Improved - programs 8-bit clean and support locales - thanks to Oleg Bartunov
 
471
<li>Fixed bug - removed a few x11 compile dependencies that were present even with -DNOX11
 
472
<li>Improved - proc transform - numbernotation may be applied to TOTALS
 
473
<li>Fixed bug - proc rangebar - 1.5iqr tails/outliers were incorrect for degenerate cases (small N)
 
474
<li>Added a new function called $fieldname() 
 
475
<li>Improved - proc tabulate now allows NO ordering 
 
476
<li>Note: under cygwin, the directory /usr/tmp must exist and be writable by everybody.
 
477
<li>Withdrawn - proc pie - lower edge of pie boundary is "fuzzy".  A gd rounding error?
 
478
</ul>
 
479
<br>
 
480
<br>
 
481
<h2>Version 1.35: Mar 1 '00</h2>
 
482
<ul>
 
483
<li>Fixed bug - numbernotation - spacer chars being added within leading blank zones in stubs
 
484
<li>Fixed bugs - proc lineplot - incorrect fill under stairstep curve and lastseglen
 
485
<li>Fixed bug - proc getdata - program crashed when proc getdata filter encounters blank lines in data file
 
486
<li>Fixed bug - proc rangebar - 1.5 x IRQ tails not computed correctly (also affects outliers)
 
487
<li>Improved - postscript %%Creator and %%Title tags not used correctly
 
488
<li>Fixed bug - proc pie - line+label not working correctly on gallery example pie4.htm
 
489
<li>Improved - proc line - first coordinate pair should implicitly do a 'moveto'
 
490
<li>Added pltab -landscape option
 
491
<li>Added new function $max()
 
492
<li>Fixed bug - pltab centering of column stubs (had been left-aligned)
 
493
<li>Fixed bug - multi-page landscape postscript - 2nd page orientation was incorrect
 
494
</ul>
 
495
<br>
 
496
<br>
 
497
<h2><a href="../download/ploticus.perl">ploticus.perl</a> Mar 1 '00</h2> 
 
498
<ul>
 
499
This is a perl script which implements a web interface to ploticus.
 
500
It was contributed by Tom McClure.
 
501
</ul>
 
502
<br>
 
503
<br>
 
504
<h2>Version 1.34: Jan 28 '00</h2>
 
505
<ul>
 
506
<li>Added <tt>transparent</tt> color; use as background color to create transparent GIFs and PNGs.
 
507
<li>Added feature to display numbers in european or us notation 
 
508
with separators for large numbers (settable in config file).
 
509
<li>Added proc tabulate <tt>accumfield</tt> option.
 
510
<li>Added feature to make proc bars <tt>stackfields</tt> easier to use.
 
511
<li>Fixed bug - proc tabulate not handling date (etc.) units correctly when ranges not specified.
 
512
<li>Fixed bugs - proc areadef autorange - various problems involving large data values, datetime
 
513
data, and nearest=hours.  
 
514
<li>Fixed bug - datetime scaletype - all values 'outside window' when default date & time notations in use,
 
515
even though no window was defined.  
 
516
<li>Added areadef autorange sub-parameter <tt>format</tt>.
 
517
<li>Added areadef autorange <tt>nearest=day</tt>.
 
518
<li>Fixed bug - proc bars - default bar width sometimes much too wide; added a sanity override.
 
519
</ul>
 
520
<br>
 
521
<br>
 
522
<h2>Version 1.33: Dec 21 99</h2>
 
523
<ul>
 
524
<li>Added proc bars lablepos attribute
 
525
<li>Fixed bug - config file "units: cm" not working.
 
526
<li>Added -cm and -inches command line options.
 
527
<li>Added -o stdout to write GIF, PNG, or EPS result to standard output.
 
528
<li>Fixed bug - script files ending in .pl not handled properly.
 
529
<li>Fixed bug - proc rangebar plotfields not working properly.
 
530
<li>Fixed bug - proc bars taillen not being cloned properly for errorbars.
 
531
<li>Fixed bug - proc areadef box attribute not handling cm properly.
 
532
</ul>
 
533
<br>
 
534
<br>
 
535
<h2>Version 1.32: Nov 15 99 (sunfreeware.com only)</h2>
 
536
<ul>
 
537
<li>Fixed bug - proc rangebar - 1.5*interquartile range tails
 
538
were not truncated at the min/max.  
 
539
<li>Added proc bars colorlist attribute
 
540
</ul>
 
541
<br>
 
542
<br>
 
543
<h2>Version 1.31: Oct 29 99.</h2>
 
544
<ul>
 
545
<li>Fixed bug - proc getdata 'filter' caused instability on linux
 
546
<li>Fixed bug - multiline legend entries too far apart
 
547
<li>Fixed bug - proc rangebar outliers when a 'select' is being used
 
548
<li>Fixed bug - proc rangebar and proc bar 'entire bar out of range' problem
 
549
</ul>
 
550
<br>
 
551
<br>
 
552
<h2>Version 1.3: Oct 27 99.</h2>
 
553
<ul>
 
554
<li>Added datetime scale type.
 
555
<li>Added proc breakaxis.
 
556
<li>Added proc rangebar outlier display and reporting features 
 
557
<li>Added hatch patterns as a color option
 
558
<li>Added a new proc transform action called 'count'.
 
559
<li>Added proc axis signreverse attribute to assist w/ high to low axes
 
560
<li>Added 'hifix' and 'lowfix' to proc areadef autorange attribute.
 
561
<li>In proc legend, the 'sep' attribute now controls the vertical separation 
 
562
when multiline format is used, as well as the horizontal separation when
 
563
singleline format is used.
 
564
</ul>
 
565
<br>
 
566
<br>
 
567
<h2>Version 1.21: Sep 28 99.</h2>
 
568
<ul>
 
569
<li>Fixed proc page bug involving missing postscript showpage.
 
570
<li>Fixed proc page bug involving incorrect default line width on page 
 
571
2 and up of a multipage result
 
572
<li>Proc page - default EPS behavior changed to NOT do background, unless
 
573
a background color is specified.
 
574
<li>Fixed bug where timestamp directory name is truncated incorrectly.
 
575
<li>Script file names can now end in .pl (in addition to .p, .htm, .html as before)
 
576
<li>Minor items related to AIX port.
 
577
</ul>
 
578
<br>
 
579
<br>
 
580
<h2>Version 1.2, Sep 13 99.</h2>
 
581
<ul>
 
582
<li>Added PNG support.
 
583
<li>Fixed bugs in Pie and textdetails style subattribute.
 
584
<li>Dropped the Page/device attribute.
 
585
<li>Added the Annotation/boxmargin attribute.
 
586
<li>Removed support for GIF import.
 
587
</ul>
 
588
<br>
 
589
<br>
 
590
<h2>Version 1.1, Aug 30 99</h2>
 
591
<ul>
 
592
<li>fixed proc lineplot bug evidenced by stock.htm;
 
593
<li>other minor items related to linux & irix port.  (note: pl -version still reports 1.0
 
594
in some of the binaries)
 
595
</ul>
 
596
<br>
 
597
<br>
 
598
<h2>Version 1.0, Aug 25 99, original release.</h2>
 
599
.>>
 
600
 
 
601
.ig >>
 
602
<br>
 
603
<br>
 
604
</td></tr>
 
605
<td align=right>
 
606
<a href="../doc/Welcome.html">
 
607
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
608
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
 
609
<br>
 
610
<br>
 
611
<center>
 
612
<img src="../gallery/all.gif">
 
613
</center>
 
614
</td></tr>
 
615
</table>
 
616
.>>