Versions Compared

Key

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

...

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25298

More skip data points options in plot

Smart skip point options based on data density and shape

For line+symbol or scatter plot, go to Drop Lines tab.

More skip data points options are added.

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-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.

ORG-24990

Batch Plotting Short Name

Better handling of Batch Plotting Short Name numbers.

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-25285

In-place edit for text object with Wrapped Text

If wrap text is checked, double click it will open in-place edit mode unless it’s very long

A system variable @tlip is added. Default to 80.

If wrapped text has less than number of chars defined @tlip, double click will allow in-place edit.

If more than that number of chars, then Text Object dialog will open.

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

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, users 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

ORG-25023

Keep Graph and Worksheet size in layout window when copy and paste

Hold Alt key and then paste graph or worksheet in layout to another layout window to keep the size

We added the hot key Alt when copying and pasting images among layout or graph windows.

It’s extended to graph and worksheet object in layout window.

So copy the graph or worksheet object in one layout.

Then in another layout window with different page, size, press Alt key and then right click to Paste.

The graph/worksheet object size will be kept in new layout window.

ORG-25233

MT button for Selectable

Support mini toolbar selectable button for Graph objects in Layer, like plot, text object

Click it, Graph objects in Layer will not be selectable, can press Ctrl+Z to undo or click it in Object Manager

Image RemovedImage Added

Graph Customization

...

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25385

Folder Navigation

Make it easier for user to navigate, seesaw (toggle folders) and add shortcuts, etc.

Folder Navigation toolbar added

  • Folder Back

  • Folder Forward

  • Seesaw (Ctrl+Alt+X): to toggle between recent two folders

  • Add shortcut to previous folder(Ctrl+Shift+F7): add active window as shortcut to previous folder

  • Add shortcuts from previous folder: Bring up a dialog to add which windows from previous folder as shortcuts in active folder.

  • Window: Seesaw (Ctrl+Alt+X) menu added.

  • Context menu when right click window title to add shortcut to previous folder.

ORG-24746

Improve Shortcuts to Show Pages from two folders

Add shortcuts of windows in another folder to active folder for comparison

Only windows in active folder shows in workspace.

To compare windows in active folder with some windows in other folder,

  1. Go to Project Explorer.

  2. Right click the non-active folder and choose Add Shortcuts…

  3. It will open a dialog for user to pick window types there to bring to active folder as shortcuts.

  4. Click OK.

  5. → Such windows in other folder show as shortcuts (see Home button on title bar)

  6. Afterwards, user can delete such shortcut windows. Or right click the folder in Project Explorer and choose Remove Shortcuts.

ORG-24937

Easier hot key ways to zoom and scale in

Press Z key, right-click and drag to change the scale.

Press Z key, right-click and drag to change the scale.

  • right-click and drag up/down to rescale y-axis out/in.

  • right-click and drag right/left to rescale x axis out/in.

...