Graphing
New Graph Types
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
General
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Toggle layer, plot & graphic object’s selectability | Mini toolbar button to set layer, plot or graphic objects selectable or not |
| |
Batch Plotting Short Name | Better handling of Batch Plotting Short Name iteration numbers. | ||
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 | |
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. | |
More Image Window ROI Tools | Recalculate ROI (Rectangle) to copy to matrix/graph with proper XY coordinates. |
| |
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. -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. page -FLS -u -c 3 -ml -0.005 -mt 0.001 -mb -0.005 -mr 0.001 |
Graph Customization
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
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% | |
More 3d layer mini toolbar buttons | Auto Rescale control added. | For 3D, it’s a dropdown list, For 2D, it’s a checkbox | |
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. |
Data Handling
Worksheet
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
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 | |
Freeze Panes | Freeze rows and columns in worksheet | Freeze row or column makes navigating worksheet much easier.
| |
Protect Worksheet | Disable Editing of worksheet by adding a lock on sheet |
Lock icon shows in front of sheet name
|
Analysis
Programming
Python
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Some Apps fails to work due to python package version interfere with each other | Some App need same Python Package, one need the latest version and another one need old version, in old version, both of them in same folder C:\ProgramData\OriginLab\PyPackage, it will cause compatibility issue. Now, Origin Support multiple PyPackage folder by specify @PYP | Example to install two Apps need same Python Package, need to do the following:
If you want to use the SVM Classification app, need to set @PYP=0, and restart Origin | |
Import
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Support importing shapefile in geodetic format | Added checkbox “Convert to WGS84” to dialog. | If check “Convert to WGS84” checkbox to import, then convert the XY values from meter to longitude and latitude. |
Miscellaneous
Ease of Use
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
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,
| |
Export
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Matrix Export to Image to better support GeoTIFF | There is an option in the dropdown list and default to it if we detect matrix has that info. | Besides geo info, we will check file extension as well: i.e. import *.jpg into image window, export dialog will default to jpg too. while matrix window does not now. | |
Raster Export Misinterprets Middle Colors of Colormap Temperature Palette | higher default color depth on export | BMP, PSD, TGA: from 256 colors to be 24-bit color. PDF (Basic Object - Resolution): from 72 to be 96. |