This page describes the changes made to UniPlot 4.2.7 since version 4.2.6.
| New Functions in UniPlot 4.2.7 | |
|---|---|
| ObjCopy | ObjCopy creates new objects from existing objects. |
| XYZCopy | XYZCopy creates a copy of a 3D dataset. |
| Changed Functions in UniPlot 4.2.7 | |
|---|---|
| CBCreate | Creates an Combined-Block Object which can hold one or more drawing objects (Circle, Text, Line, etc.). |
| EBCreate | EBCreate creates an elliptic drawing object |
| HatchCreate | HatchCreate creates a hatch object. A hatch object is used for xy datasets. |
| ImageCreate | ImageCreate creates a picture object. |
| LBCreate | LBCreate creates a line or arrow drawing object. |
| LayerCreate | LayerCreate creates a new diagram. |
| MarkerCreate | Creates a symbol to mark data points of a dataset. |
| PenCreate | Creates a pen object. |
| RBCreate | RBCreate creates a rectangular drawing object. |
| TBCreate | TBCreate creates a new text object. |
| TableCreate | TableCreate create a new table object. |
| XYCopy | XYCopy creates a copy of a 2D dataset. |
| nc_set_option | nc_set_option sets an option. |
The following bugs has been fixed:
nc_set_option(ncid, "nocase", 1);
// For all NC files (ncid = -1)
nc_set_option(-1, "nocase", 1);
o = [.]; o.e = error_create("test", 1, "message");
Example: sm = ["a\x0b", ""]; sm[1;1] != "a\x0b";.
A complete list of known bugs can be found on the internet: http://www.uniplot.com/bugs_e.htm.
id-1127680