What’s New in UniPlot 5.3.1

This page describes the changes made to UniPlot 5.3.1 since version 5.3.0.

New Features

  • Autoscale: In UniPlot 5.3.0 the autoscale function added extra space to the axis so that the dataset would not start or end on the diagram border. In UniPlot 5.3.1 the default was set back to that of earlier versions.

    However, if you do want to add extra space to the diagram axes so that the data does not start or end on the diagram border type the following command into the command window:

    WriteProfileInt("settings", "autoscale-add-extra-space", 1)
    

    Default value:

    WriteProfileInt("settings", "autoscale-add-extra-space", 0)
    

    See UniPlot’s Use of the Windows Registry.

Bug Fixes

The following bugs have been fixed:

  • (ID1232): Data Exchange: If an IPW document contained references to nc files that did not exist in the specified location the channel selection could not be modified even if the invalid nc-files were replaced with valid files.
  • (ID1233): Data Exchange: If a dataset in a page was calculated from 2 or more datasets (for example a dataset created with Datasets=>Create Region function), an index out of range error occurred.
  • (ID1235): auto_GetData and other functions to load data failed if the group name was stripped from the channel name of MDF files.
  • (ID1237): GetFileWriteAccess and GetDirectoryWriteAccess: For some computers the functions returned the value 0 (no write access) even if write access was granted.

id-1708109