...
JIRA | SUMMARY | DESCRIPTION | DETAILS | ||||
---|---|---|---|---|---|---|---|
ORG-25233 | Toggle layer, plot & graphic object’s selectability | Mini toolbar button to set layer, plot or graphic objects selectable or not |
| ||||
ORG-25355 | Avoid using Function plot as Axis title unless it’s the only plot | Data Plot Index for Auto Axis Titles should exclude function plot unless it's the only one | When there are multiple plots (no matter data plot or function plot), Origin uses the 1st plot’s long name, unit as axis title. See the Data Plot Index for Auto Axis Titles dropdown list on Legends/Titles tab of graph node of Plot Details dialog. So if user moves function plot as the 1st plot in graph window, F1 will show as axis title. In Origin 2023, we will skip using function plot as axis title unless it’s the only plot in graph. Use system variable @fpt=1 to roll back to the old behavior. | ||||
Batch Plotting Short Name | Better handling of Batch Plotting Short Name iteration numbersnumbers. | Short Name starting with G09 will increment to G10 instead of G010. | |||||
ORG-20137 | Data highlight mode when switching to worksheet | System variable to quit data highlight mode when switch to worksheet | Set system variable @QDHT=1, data highlight some data points in graph and switch to worksheet, escape the data highlight mode and allow to plot directly with parial data selected Default value is 0, data highlight mode keeps when swicth to worksheet | ||||
ORG-25354 | Hide Legend for Function Plots | Option to hide function plot entries in legend | In previous version, function plot would always show in legend. In Origin 2023, a context menu is added to Hide Function Plots in legend. | ||||
ORG-25211 | More Image Window ROI Tools | Recalculate ROI (Rectangle) to copy to matrix/graph with proper XY coordinates. |
| ||||
ORG-25350 | Fit Layers to Page more accurate | Boundary is more accurate after fitting layers to page and LabTalk command is added | The margin for Fit Layer to Page is more accurate in graph. Users can use Labtalk command to specify each margin separately.
All the margin values can be negative if necessary. So, for example, users graph the following will make it look tighter to also accommodate for text object rectangles of the axis titles being too large.
| ||||
ORG-14088 | Worksheet Cell Rich Text and Wrapping | Wrap and Rich Text can be enabled at the same time | Enable context menu item Wrap text when Rich Text enabled, as well as in the Worksheet Properties on Format tab. When in-place editing Origin Text in cell with wrapping enabled, no wrapping allowed; however, it will wrap when drawn in cell for display (i.e. not for editing). Messages in Worksheet Properties dialog is corrected. |
...
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-25214 | 3D plot improvements | Extend the minimum Z axis length to 10% | In previous versions, Z axis length can only be shrunk to 25% of full length. In Origin 2023, it can the minimum value can be 10% |
ORG-25213 | More 3d layer mini toolbar buttons | Auto Rescale control added. | For 3D, it’s a dropdown list, For 2D, it’s a checkbox |
ORG-22648 | Build Color more improvement | We can interpolate according to selection, by group and merge color lists/ palettes. | We add Base Color radio option, with All and Selection as options. All means all color in build color dialog. Selection means current selection in left panel of build color.
Support Interpolate by group option. So user could specified number of group members, and interpolate within group. Select more than 2 color lists/palettes in left or right panel of Color Manager, right click could show a option Merge Colors. |
Plot Data by Sorted X | Added a LabTalk command to plot by worksheet order or sorted x | Added the LabTalk command
|
Data Handling
Worksheet
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-22637 | Banded Rows or Columns | Alternate row column fill color | Click on upper-left corner of worksheet to turn on/off banded rows and set Banded Rows Color and show color on even or odd rows. Labtalk property for worksheet: wks.band=0 - off, or 1 - on System variables to control banding color and if it shows on odd or even rows: @WBC - RGB color @WBE=0 -odd rows, or 1 - even rows |
ORG-22868 | Freeze Panes | Freeze rows and columns in worksheet | Freeze row or column makes navigating worksheet much easier.
|
ORG-23417 | Protect Worksheet | Disable Editing of worksheet by adding a lock on sheet |
Lock icon shows in front of sheet name
|
Reduce/Combine Duplicated Rows Improvement | Select multiple reference columns added | Select multiple reference columns for row sum. X-Function: wdeldup |
Analysis
Programming
Python
...