Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  • Set plot, graphic object or layer and to unselectable so user can not click to select it in graph and edit it with mini toolbar or regular toolbars, etc.

  • Click the item in Object Manager is always supported. User can then use the mini toolbar button to turn selectabilty back on

  • Corresponding Labtalk property for graphic objects object.mouse=0 not selectable or 1 selectable

  • For layers in graphs, selectability can also be globally (it is an Origin setting) prohibited by setting @grls=0

ORG-24990

Batch Plotting Short Name

Better handling of Batch Plotting Short Name iteration numbers.

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.

  • Import an image and use Rectangle tools to select Region of Interest (ROI)

  • Right-click ROI and choose Create Lined Matrix

  • Drag the ROI and see the linked the image to show updated ROI

Image Added

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.

Code Block
-ml value // for left margin
-mt value // for top margin
-mr value // for right margin
-mb value // for bottom margin

All the margin values can be negative if necessary. So, for example, user graph the following will make it look tighter to also accommodate for text object rectangles of the axis titles being too large.

Code Block
page -FLS -u -c 3 -ml -0.005 -mt 0.001 -mb -0.005 -mr 0.001

Graph Customization

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.

  • if there is only one selection, no need to show this option.

  • If user's selection is not continuous, new colors should be from 1st selection.

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.

...