File: version232-

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 (170 lines) | stat: -rw-r--r-- 5,526 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
166
167
168
169
170
.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.32</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.32</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.32 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.32 - 23 Aug '05 - New features</h2>
<ul>
<li> <a href="legend.html">proc legend</a> - support for multi-column or multi-row legends, word wrap for legend entries,
	backing box, title, and others.  Thanks to Philippe Jalaber and Tobias Minich who suggested some of these features.
	<a href="../gallery/legends232.htm">Examples</a>

<br><br>
<li> <a href="venndisk.html">proc venndisk</a> - new proc for producing venn diagrams.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <img src="../gallery/venn0.gif" alt=example>

<br><br>
<li> <a href="textdetails.html">textdetails</a> - new <tt>linesep</tt> attribute to control line spacing.

<br><br>
<li> mousover/tooltip labels can now be up to 1500 chars.  Also any proc that had a <tt>clickmaplabel</tt>
	attribute now also has a <tt>clickmaplabeltext</tt> multiline attribute.  This is to
	accomodate chunks of javascript code as used with <a href="svg.html#mouseover">SVG mouseover/tooltip method #2</a>.

<br><br>
<li> <a href="axis.html">proc axis</a> - month stub inc with datetime scaletype now supported.

<br><br>
<li> <a href="pie.html">proc pie</a> - new <tt>wraplen</tt> attribute to wordwrap pie slice labels

<br><br>
<li> <a href="functions.html">new function</a> - <tt>$rewritenum(f)</tt> which takes a numeric quantity f and 
	returns it rewritten for display purposes, applying numbernotation (as specified in your proc settings 
	or config file)

<br><br>
<li> <a href="functions.html">new function</a> - <tt>$textwidth(f)</tt> 
returns horizontal width of FreeType bounding box.  Useful only with freetype fonts, otherwise it returns 0.  
Suggested/contributed by Erik Zachte.

<br><br>
<li> <a href="autorange.html">autorange</a> - if user doesn't specify <tt>numformat</tt>, <tt>%f</tt> is now 
	automatically used to build result with high magnitude low variance data sets 
	(such as where the min is 1,000,000 and the max is 1,000,003).

<br><br>
<li> Prefab parameters for access to some of the new proc legend features; and some other prefab items.
<a href="prefab_news.html">More info</a> 
</ul>


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

<li> date notations involving dots (such as dd.mm.yy) weren't being handled properly

<br><br>
<li> gd16.c gcc 4 compile issue  (static int cost, static int sint)

<br><br>
<li> crosshatch lines were too thin w/ svg

<br><br>
<li> proc bars - with 'truncate', bar completely out of range was suppressed but label still appears

<br><br>
<li> drawcommands ignored cm units - fixed.  Also, mark and cblock now accept posex specifications.

<br><br>
<li> heatmap prefab - now supports <tt>title</tt> and related parameters.

<br><br>
<li> superscripts in X axis stubs showed up on Y axis - fixed

<br><br>
<li> autorange - now handles degenerate case where all data are 0 

<br><br>
<li> proc vector - instability if start and end points of a vector are same 

<br><br>
<li> proc getdata no longer does a popen( cat filename ) in CGI mode

<br><br>
<li> strange color change problem - related to certain degenerate lineplots that
	don't draw anything.  Bug in proc_lineplot.c fixed.

<br><br>
<li> proc legend width attribute now supports cm

<br><br>
<li> heatmap prefab - yaxis=none didn't have any effect.  Fixed.

<br><br>
<li> proc pie - with outlinedetails: none  the labels and any associated lines disappeared

<br><br>
<li> proc scatterplot - default clustermethod was horizontal when ylocation given..
	and vertical when xlocation given..  seems like it should be the other way round.. so I changed it.

<br><br>
<li> with datetime (others?) xautorange nearest=exact wasn't working 

<br><br>
<li> command line option -prefab is now disabled when operating in direct cgi mode

<br><br>
<li> command line option -drawdumpa displayed to x11 but shouldn't

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