Sophie

Sophie

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

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

<html>
<head>
<!-- This file has been generated by unroff 1.0, 01/15/08 15:51:28. -->
<!-- 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: ploticus version 2.40, released on 15 jan '08</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>Ploticus version 2.40, released on 15 Jan '08</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.40 Jan'08
  <td></tr></table>
</td></tr>
<td>
<br>
<br>

<title>Manual page for Ploticus_version_2.40,_released_on_15_Jan_'08(PL)</title>
</head>
<body>

<a href="news.html">What's new page</a>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="news_old.html">Earlier change logs</a>
<br>
<br>
In Version 2.40 
a revision pass was done affecting all script and attribute parsing, with the goal of
eliminating attribute length restrictions where possible, and reducing string copy operations.
A lot of code was "touched", probably including code that is not excercised by our usual QA regimen.
<br>
<br>
<br>
<h2>New features:</h2>
<ul>
<li> 
<a href="catlines.html">
<b>proc catlines</b><br>
<img src="../gallery/thumbnails/catlines1.gif" border=0></a>
<br><br>

<li>
<a href="tree.html">
<b>proc tree</b><br>
<img src="../gallery/thumbnails/tree1.gif" border=0></a>
<br><br>

<br><br>

<li> <a href="getdata.html">proc getdata</a> ... data sets using the bar character (|) as field delimiter are now supported.
Also, there's now <tt>delim: auto</tt> which tries to automatically determine data field delimitation.
<br><br>

<li> <a href="processdata.html">proc processdata</a> ... new actions: summary, summaryplus, raccum  ... new attributes binsize, binmod
<br><br>

<li> <a href="rangebar.html">proc boxplot</a>  (formerly proc rangebar) ... functionality change.. it now produces a
set of boxplots in a similar way to how other procs (such as proc bars) operate.  Any existing scripts using proc rangebar
will require attention.
<br><br>

<li> new <a href="pl.1.html">pl(1) command line options</a> 
-pixsize (to set exact size of result image in pixels), and
-cputime (to set cputime resource limit).  As usual these have equivalent settings in 
<a href="page.html">proc page</a> and/or <a href="settings.html">proc settings</a>
<br><br>

<li> <a href="autorange.html">axis autorange</a> now supports the following:  nearest=Nminute  nearest=second  nearest=Nsecond
<br><br>

<li> <a href="image.html">proc image</a> (formerly called proc import)... 
gifs can be imported.  Images can now be incorporated into SVG plot results.  Clickmap support.
<br><br>

<li> <a href="symboldetails.html">symboldetails</a> ... imgfile, imgwidth, imgheight
<br><br>

<li> <a href="color.html">color</a> ... color specifications using notation such as xFEDCBA now supported
<br><br>

<li> Slanted axis stubs are now supported.  See <a href="axis.html">proc axis</a> stubvert parameter
<br><br>

<li> A number of other new attributes that are specialized or of minor interest

</ul>
<br>
<br>
<h2> Changes that could break existing scripts</h2>
<ul>
These are listed <b><a href="news.html">here</a></b>.
</ul>

<br>
<br>
<h2> 2.40 Bug fixes</h2>
<ul>
<li> bug related to legend-driven bar graphing 

<li> direct pixel data points inherit current line dashing .. symboldetails needs to set linetype to plain

<li> segfault occuring after error 12040 "DISPLAY="  ?

<li> svg compile  and swf segfault bugs 

<li> proc getdata - recent fix related to #field names and #data fields needs to take filters into account

<li> proc categories - when cats specified literally, trailing whitespace is taken as part of category

<li> proc image segfaults with -x11 

<li> proc lineplot - gapmissing autozero not working right 

<li> segfault when -csmap is used with long urls 

<li> proc processdata MIN, MAX - not affected by 'resultformat' but should be

<li> First x stub is a little higher than the others

<li> gd color bug when degenerate data row encountered [color change bug - lineplot gapmissing and fill options]

<li> prefab chunk_title - align=   was giving backward results

<li> proc bars - segments - code bug demonstrated by gallery/timeline2.htm

<li> proc bars - instability related to color change optimization (wild draw location) 

<li> prefab cumufrac - no curve produced for certain input data (see msg 1974)

<li> clickmap - the clickmap entries for plot elements sitting on top of a clickmap grid are written too late
        in the map and mouse doesn't respond.  For gif/png/jpg imagemaps, need to write map entires in this order:
         1) plot element regions 2) xy grid regions 3) single-dimention grid regions.  (svg uses the opposite order)

<li> scripts having embedded CSV data (w rows > 255) can break script processor causing instability.

<li> proc annotate instability on filled rectangle draw caused by unitialized bd* vars

<li> proc curvefit - xfield was required, but doesn't need to be

<li> legend - repeated use of legends eventually gives "Sorry, too much legend content" msg

<li> prefab overlays - each run needs to output a code into the dumpfile that tells pcode to do a graphics init.
        Otherwise, run 2 inherits current color (other settings?) left behind by run1

<li> proc axis - stubround - 1st stub seems to be often omitted even when it is a round value (snps/distplot) 

<li> URL encoding shouldn't encode '.' or other normal punctuation chars.. 

<li> floating bars weirdness 

<li> instability when trying to #set a var to length > 334 chars

<li> instability when supplying a long perl script with  #proc getdata   commandmr

</ul>


<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>
Ploticus is hosted at http://ploticus.sourceforge.net <br>
<img src="http://sourceforge.net/sflogo.php?group_id=38453" width="88" height="31" border="0" alt="SourceForge Logo">
</center>
<p><hr>
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>January 15, 2008.
</body>
</html>