This page describes the changes made to UniPlot 5.12.0 since version 5.11.1.
Data=>Linear Interpolation. New type Relative Deviation (y2-y1)/y1 * 100 added. The Info text of the created datasets now displayes the Info of both datasets separated by a colon.
Channel names are treated differently for UTX data files and Text- or Excel data files. Spaces in UTX files are replaced by underscores. In Text or Excel files spaces are removed.
To change the UTX import filter to remove the spaces from the channel names, type in the following command into UniPlot command window:
WriteProfileInt("settings", "utx_trim_channelnames", 1)
Type 0 instead of 1 to switch to underscores. The value is saved in the windows registry.
Data Tooltip: With the toolbar button
the tooltips for date can be enabled or disabled. The tooltips display
information about 2D-datasets. If the mouse cursor is on a data point, the tooltip
displays information about the data point. If the cursor is between data points,
a cross cursor is displayed.
PDF-Export: The page names are saved as bookmarks in the PDF file.
UTX-Data, Text-, Excel Files: Rows in the data block beginning with the number sign (#) will be saved in the NC file as missing_values. See also UTX Data File Format Specification.
| New Functions in UniPlot 5.12.0 | |
|---|---|
| AppIsDataTooltip | Checks if the data tooltips are enabled. |
| AppSetDataTooltip | Enables or disables the data tooltips. |
| ObjGetUserData | ObjGetUserData returns a data-object, set with ObjSetUserData. |
| ObjSaveUserData | ObjSaveUserData save the data of a data-object added with ObjSetUserData in the connected IPW file. |
| ObjSetUserData | ObjSetUserData saves a data-object created by obj_create in a UniPlot-object (dataset, diagram, page, drawing object, etc.). |
| corrcoef | corrcoef returns the correlation coefficient. Its square is the coefficient of determination. |
| cov | cov returns the covariance of its parameter. |
The changes are listed in the history table at the end of the function description.
| Modified Functions in UniPlot 5.12.0 | |
|---|---|
| AppQuit | AppQuit closes UniPlot. |
The following bugs have been fixed:
A complete list of known bugs can be found on the internet: http://www.uniplot.com/bugs_e.htm.
id-1792530