Origin 9.1 SR1 Features and Changes
Graphing
JIRA | Summary | Details |
---|---|---|
ORG-9771 | Rescale Margin is added to Axis dialog | This edit box allows you to define the margin when you rescale the graph. The margin is defined by a percentage value you input, based on the distance between the data point with maximum value and that with minimum values along the axis direction. This control is also supported in polar axes (both angular and radial axis) and radar axis. But it is not supported for graphs created from a matrix. |
ORG-9749 | Add "Apply" button in Box Chart Components Dialog | Apply button to review changes in graph. |
ORG-9853 | Batch Plotting by Sheet/Books | Allow filtering similar sheets by column short name, long name or number of columns |
ORG-2324 | Label color updates with associated data color when set Color to Auto |
|
ORG-9723 | Support Clipping for OpenGL XYY plot | When plot OpenGL xyy graph (e.g. waterfall plot), plots outside axis scale still showed. In SR1 it's fixed by supporting clipping. |
Worksheet
JIRA | Summary | Details |
---|---|---|
ORG-8799 | Support comma as separators for time format | In G version from SR1, time format follows the same Separators options as in Tool:Options:Numeric Formats. |
ORG-9633 | User Table Name as sheet name when creating copy as new sheet from result sheet | In result sheet, when user right click a table and choose Create Copy as New Sheet, it used to create sheet named Sheet2, Sheet3, etc. Now the sheet name will be the same as Table name so it's easier for user to understand. |
ORG-9834 | LabTalk command to clear worksheet styles | work -scf; // clear all range styles that intersect completely with selection work -scf 6 8; // clear fill color (OFST_Interior) and font (OFST_Font). OFST_* constants are declared in oc_const.h. |