File: BUGS

package info (click to toggle)
scilab-plotlib 0.41-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,196 kB
  • sloc: xml: 3,308; makefile: 15
file content (97 lines) | stat: -rw-r--r-- 2,622 bytes parent folder | download | duplicates (2)
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
01/13/2000
----------

Fixed bugs :

- In the plot function, the '2o' property now also changes the size of the marker 
- A xlabel or ylabel caused a clipping and e.g. title produced nothing.
- Pb with global variables (see fig.sci) : must say global twice !
- A surf() (or mesh, or plot3d, ...) in a subwindow (after a call
to subplot) cleared all the window.

06/07/2000 v0.14
----------

Fixed bugs :

- problem of colormap initialization when a window is created with
xset('window,n')

- I fixed the help files for mesh,surf and surfl. The case of
equal sized X,Y,Z was told to be not supported (although the syntax
is mentioned earlier in the file).

25/10/2000 v0.15
----------

Fixed bugs :

- The Y axis did not behave like the X axis, concerning the automatic
labels generations (pretty axis graduation was not activated, and 
the behaviour was as if 'axis','tightY' was systematicaly added). This
is now fixed. 

27/11/2000 v0.16
----------

Fixed bugs (installation step) :

Simon Bridger said :

-  The install didn't work under WIN98, so I made the changes below...
 The main reason is that under windows, the batch file keeps executing
 before any windows programs have finished executing. This means that
 SCILAB.STAR can get replaced, before scilab has executed it...

I have retained his solution.

Other bugs :

- Problem with colormaps. After a colormap(cmap) call then a 
subsequent pcolor(), surf() or other used the previous colormap
(before the colormap call). Fixed

04/07/2001 v0.17b1
------------------

Fixed bugs :

- Better zooming for 2D functions. Now the background of the plot is
correctly displayed when zooming.

18/07/2002 v0.17
----------------

Fixed bugs :

- Behaviour of legends and labels when zooming was
really strange. Now everything remains OK, after a
rewrite of some functions (process2DPrelim.sci,
processLegend.sci, processColorbar.sci, ...)
- Colorbars only appear after a redraw of the window (bug
under Windows) 

18/07/2002 v0.18b1
------------------

Installation bugs have disappeared since the adoption
of the builder.sce/loader.sce system.

10/11/2003 v0.18
------------------

-Problems with b/w export, the background was black (fixed)
-Problem with superposition of previous and current tick
marks and such, when a window got an "expose" event (under unix),
and at anytime (under windows) -> fixed also

There are still redrawing problems (background painting) under
windows for suplot plots under windows, but they are not due
to the Plotlib !

22/02/2007 v0.197
-----------------

Tick marks are always blue when using the GIF driver. This
is a Scilab bug !