File: version233

package info (click to toggle)
ploticus-doc 2.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,392 kB
  • ctags: 169
  • sloc: pascal: 469; makefile: 63; sh: 11
file content (165 lines) | stat: -rw-r--r-- 6,828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.ig >>
<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.33</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.33</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.33 Jun'06
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Ploticus_version_2.33 PL "02-JUN-2006   PL ploticus.sourceforge.net"

.ig >>
<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>
<h2>Ploticus 2.33 - 2 Jun '06 - New features</h2>
<ul>
<li> direct pixel data point symbols for gd and x11, to provide sharp non-distorted data points.
     In the example below the first two rows use the new direct pixel data points, while the 3rd row shows
     the vector-based data points that have always been available.<br>
     <a href="../gallery/symbols2.htm"><img src="../gallery/symbols2.gif" border=0></a>
<br><br>
<li> proc venndisk - some new attributes to support "vennmag" plots (a series of disks resting on X axis 
	to compare magnitudes).  Here's an example:
     <a href="../gallery/vennmag.htm"><img src="../gallery/vennmag.gif" border=0></a>
<br><br>
<li> clickmaps - new clickmapurl syntax to allow deployment in a new window, etc.  Syntax is like this:  
<br> &nbsp; &nbsp; &nbsp; <tt> clickmapurl: [target=new]http://abc.com/cgi-bin/...</tt>
<br><br>
<li> SVG - proc settings / config files - svg_linkparms attribute discontinued.  Use the new clickmapurl syntax (see above)
<br><br>
<li> proc axis - stubround attribute - solves the old problem of getting stubs at round number locations when plot
area minima is not at a round location.
<br><br>
<li> proc lineplot - gapmissing: autozero 
<br><br>
<li> proc bars - new attributes for better control of bar labels: labelmustfit, labelmaxlen, labelselect
<br><br>
<li> pl command line -ping option 
<br><br>
<li> proc scatterplot - cluster attribute - default will now be 'no' 
<br><br>
<li> prefab scat - new parm   ptstyle=   filled or outline ..... and changed to use the new direct pixel data point symbols.

</ul>
<br>
<br>
<h2> 2.33 Bug fixes</h2>
<ul>

<li> clickmap - url encoding is now performed on variable contents and axis values that are substituted into clickmapurls 
<br><br>
<li> proc categories - uniqueness check wasn't applied when categories listed literally.  Useful in apps where the list is 
generated by another program or whatever.
<br><br>
<li> improved handling of very long command line args - each arg is silently truncated to 255 chars.  
	var=value parameters cannot begin with a dash as may have been previously tolerated.
	var=value parameters are now intercepted before entering the arg name big decision structure.
<br><br>
<li> $dategroup() function didn't know about datetime separator characters other than '.'
<br><br>
<li> issue where the "circuit breaker tripped" message was appearing when autorange is used but no stubs / no tics were being generated
<br><br>
<li> ploticus api code bug - prefabs were not usable via api
<br><br>
<li> made adjustments to improve rounding error when axis begins in negative space and reaches zero, zero was shown a very tiny scientific notation number 
<br><br>
<li> proc processdata - percents - resulting data values were written as enclosed in quotes which made them unplottable.
<br><br>
<li> fixed many compile warnings when building w/ gcc4 -Wall
<br><br>
<li> drawing to out-of-bounds locations (GD) resulted in huge image.
	The pl bounding box was set to a huge rectangle due to a wild draw op.. 
        then the final GD crop operation used the huge bounding box to set the size for the cropped result.  
	Fixed by limiting final result to 'pagesize'.
<br><br>
<li> proc bars - longways labels on bars that travel beyond plot area boundary weren't being shown/centered properly.
<br><br>
<li> in the -scale parameter, if you used -scale 1,2  the scale did not change but -scale 1.01,2 does work.  
Fixed- some code was only taking action if x scale != 1.0 
<br><br>
<li> svg - opening <svg> tag didn't have xmlns:xlink parameter (always); font size didn't have "pt" on end (firefox 1.5 / easytimeline)
<br><br>
<li> proc getdata - instability when there were more field names than available data fields. Fixed - number of field names now sets 
the 'nfields' idea of how many fields there are.  This only happens when nfields is not explicitly specified.
<br><br>
<li> scatterplot - short line segments as symbols - no legend entries were appeariing
<br><br>
<li> proc legend - longer line segments were colliding with other entries in "across" format
<br><br>
<li> proc rangesweep - instability when bad values encountered in data
<br><br>
<li> proc annotate - box outline color not being set properly
<br><br>
<li> proc bars - showvalues - conflict between "backbox" and "labeldetails: color=" 
<br><br>
<li> pl -errfile stdout  (w/ no other args)  gave seg fault
<br><br>
<li> prefab scat needs a maxinpoints= parameter (for curvefit)
<br><br>
<li> heatmaps - with contentfield= and values 0.0 -> 1.0 .. cutoff table was not automatically created properly.  
<br><br>
<li> prefabs - some prefab parameters cannot be set in a data file.. because they are set
	in the prefab script before getting the data.  Need to go thru and fix or document.
<br><br>
<li> -tag command line arg wasn't generating the &lt;embed&gt; tag for svg 
<br><br>
<li> scatterplot - heatmap-related cell coloring bug 
<br><br>
<li> draw prefab - win32 issue with dumpfile 
<br><br>
<li> autorange - code bug involving nearest=hours 

</ul>

.>>

.ig >>
<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>
.>>