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