25+
years serving the scientific and engineering community
Log In
Watch Videos
Try Origin for Free
Buy
English
日本語
Deutsch
Toggle navigation
Products
PRODUCTS
Origin
OriginPro
Origin Viewer
All products
Origin vs. OriginPro
What's new in latest version
Product literature
SHOWCASE
Applications
User Case Studies
Graph Gallery
Animation Gallery
3D Function Gallery
FEATURES
2D&3D Graphing
Peak Analysis
Curve Fitting
Statistics
Signal Processing
Key features by version
LICENSING OPTIONS
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Who's using Origin
What users are saying
Published product reviews
Online Store
Get a quote/Ordering
Find a distributor
Apps
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Logistic Regression
Constrained Multiple Regression
2D Confidence Ellipse
Chi-Square Test
Weibull Fit
More...
How do Apps work in Origin?
Suggest a New App
Purchase
New Orders
Renew Maintenance
Upgrade Origin
Contact Sales(US & Canada only)
Find a Distributor
Licensing Options
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Purchasing FAQ
Support
SERVICES
Transfer Origin to new PC
License/Register Origin
Consulting
Training
Renew Maintenance
SUPPORT
Support FAQ
Help Center
Contact Support
Support Policy
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Product Literature
Origin Trial
All downloads
VIDEOS
Installation and Licensing
Introduction to Origin
All video tutorials
DOCUMENTATION
User Guide
Tutorials
OriginC Programming
LabTalk Programming
All documentation
Communities
User Forum
User File Exchange
About Us
OriginLab Corp.
News & Events
Careers
Distributors
Contact Us
Contact Us
Log In
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
App Development
Code Builder
License
Function Reference
MOCA
Orglab
Release Notes
Features that were changed in 8.1 SR2
Contents
1
Graphing
1.1
2D Graphs
1.2
3D Graphs
2
Analysis
2.1
Mathematics
2.2
Data Manipulation
2.3
Fitting
2.4
Peaks and Baseline
3
Programming
3.1
LabTalk
3.2
Origin C
4
Worksheet
5
Import
6
Miscellaneous
Graphing
Update Legend
Context menus on graph and legend object to open updatelegend XF. ID = 14945.
MATLAB color palette file is can be opened in Origin new. ID = 14906.
Graph object handles is dark green diamond shape. ID = 15015.
2D Graphs
The selection of single point/bar/pie-piece has been improvement. ID = 14911.
Axis scrollbar now provides
delete
item in the right-click menu. ID = 14788.
Pareto chart is supported.
3D Graphs
Default Fill color setting of 3D Wires and Bars has been changed to use Colormap, instead of increment.
Change the contour plot line hitting order. ID = 15009.
Analysis
A new menu
Gadgets
between
Analysis
and
Tools
is available when graph window is active. ID = 14903.
Quick Fit
Other Data Exploration ROI tools which used to be under Analysis: Data Exploration menu.
A new X-Function, op_change, has been introduced to allow changing parameters of an existing operation.
Mathematics
Improve
Simple Math
menu. ID = 14877.
Add
Set Column Values
menu under
Analysis: Mathematics
.
Add a new X-Function "vmathtool" accessing by
Analysis: Mathematics
.
Add a new X-Function "csetvalue" to make
Set Values
dialog available for both worksheet (column(s), the whole worksheet or part of column(s)) and matrix.
Data Manipulation
X-Function levelcrossing now provides option to get cross direction and x index. ID = 14661.
X-Function wxt now supports masking rows. ID = 14731.
Add an option to "wrcopy" X-Function to allow the user transposes the data while copying. ID = 14800.
Fitting
The report sheet of the Compare Models tool has been improved to make the conclusion much clearer. ID = 14890.
NLFit
Done
button is added to the
NLFit
dialog to create report directly without any iteration. ID = 14948.
Message
tab is active when an error occurs. ID = 13590.
Hint text added to
Parameters
and
Bounds
tab to help users to know they can right click for more options. ID = 14920.
Apparent Fit
check box in
Linear Fit
and
Polynorial Fit
dialog is now checked by default. ID = 14853.
Add
Pearson's r
in Linear Fit output report. ID = 10948.
Add Quick Fitting features under Gadgets menu. ID = 14832.
Peaks and Baseline
Batch Peak Analysis
tool now provides an option to add fit statistics in report. ID = 14733.
Add right-click context menu in Peak Analyzer block rectangle to specify exact x scale when doing integration peaks. ID = 14737.
In Peak Analyzer dialog, fixed status and fixed value can be saved in theme separately. ID = 14859.
Programming
LabTalk
Add a new method for graphical object to get all graphic objects connected. ID = 14916.
Add an option for "run –e" to wait its command finished. ID = 14891.
Date and Time Picker control is now available in GetN dialog. ID = 14641.
Add LabTalk function, movslope, to calculate the moving slope at each point with a window width of nPt and (nPt-1)/2 points on either side of the point. ID = 14596.
Add LabTalk function, rms, to calculate the root mean square of a vector. ID = 14596.
Add option in layer.cmap.save() method to save both color and z values as a *.cmap file. ID = 14833.
Reset the option,
oblect
.revvideo to make object's color doesn't change when it is selected. ID = 14925.
@V will show the build number. ID = 14933.
Old LabTalk functions like max(), etc, can handle masked data. ID = 14962.
The "layer -o" can be used to execute (operate) the specified script for the specified layer. ID = 15020.
sourceObject
.Connect() method will not redraw unselectable graph object when it connects to another one. ID = 15025.
New notation, %(1@W,@WF1,variables.name) , to access imported file info on graph legend. ID = 14745.
LabTalk can now access the covariance and correlation matrices for NLFit object. ID = 14738.
Add a new X-Function mks to access data indeces of Data Markers. ID = 11561.
Origin C
X-Function now provides option string to set output Range to the same worksheet/workbook as specified input. ID = 14938.
Ability to lock book, sheet name from editing in OC. ID = 15068.
New syntax to access fitting functions directly. Such as:
1. nlfxName, or nlf_Name(x, p1, p2, ...pn);
2. nlfName(x, vecPs, n);
ID = 14978.
Surface Grid Lines Skipping X/Y now can be accessible using theme tree. ID = 15155.
ADODB on MySQL and using PutPrecordset() now allow setting code page. ID = 15083.
Worksheet
Origin now provides the
Remove Link
menu item when right clicking on a range of cells to remove cell link relationship while retain the literal data values. ID = 14840.
Column Info. tab replaces User Tree tab in Column Properties dialog. File info specific to column level is placed in Imported Files node there. ID = 15063.
Add DataPlot::SetColormap method to setup label color and font. ID = 14810.
Theme Editor should not be visible to user. ID = 15124
0 as row/column in Go To dialog will go to last data in worksheet. ID = 14736.
Import
Support file generated date/time in Famos Import. ID = 14858.
Improve custom properties for TDM files. ID = 15050.
Miscellaneous
Two Buttons: Slideshow and PowerPoint are created to Right of Print on Standard Toolbar. ID = 15039
Results Log docks on right side by default if turning it on.
Add Position dropdown list in Custom Menu Organizer dialog for user to specify where to add the custom menu.
Drag and drop Custom menu file into origin, it will be used immediately. ID = 15113.
Skip Navigation Links
All Books
Release Notes
Origin 8.1 Release Notes
Origin 8.1 SR2 Release Notes
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
App Development
Code Builder
License
Function Reference
MOCA
Orglab
Programming Books
Release Notes
Origin 2021 Release Notes
Origin 2020b Release Notes
Origin 2020 Release Notes
Origin 2019b Release Notes
Origin 2019 Release Notes
Origin 2018b Release Notes
Origin 2018 Release Notes
Origin 2017 Release Notes
Origin 2016 Release Notes
Origin 2015 Release Notes
Origin 9.1 Release Notes
Origin 9.0 Release Notes
Origin 8.6 Release Notes
Origin 8.5.1 Release Notes
Origin 8.5 Release Notes
Origin 8.1 Release Notes
Origin 8 Release Notes
Origin 8.1 SR3 Release Notes
Origin 8.1 SR2 Release Notes
Origin 8.1 SR1 Release Notes
Origin 8.1 SR0 Release Notes
Features that were changed in 8.1
Origin 8.1 Beta Documentation
Features that were changed in 8.1 SR2
Bug Newly Fixed in 8.1 SR2
Known Issues Introduced in 8.1 SR2 Release
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat