 |
|
|
Origin is a complete graphing and data analysis software package that provides a suite of
features catering to the needs of scientists and engineers.
Publication-quality graphics and streamlined
analysis tools provide a tightly integrated
technical workspace. Easily import data files,
create and customize graphs, explore and analyze
your data, and publish your work .
Intuitive tools for advanced statistics, regression, nonlinear curve fitting, signal
processing, image processing and peak analysis are built-in. Any analysis operation can
be set to automatically recalculate ,
allowing you to reuse your existing projects as
templates for future work; simplifying your analysis routine.
|
Navigate by product area to learn more about Origin:
|
|
|
“If I had to pick three software packages to take to a desert island, Origin would be at the top of the list. Not only does Origin handle the most demanding curve fitting and data analysis tasks with ease, and makes superior publication quality graphs; it also has a built in C compiler that allows me to customize complex functions ?C a feature that has been crucial to my research. To top it off, Originlab has a knowledgeable and responsive technical support staff, second to none. I wholeheartedly recommend Origin.”
Mark Kuzyk, Ph.D. Boeing Distinguished Professor of Physics and Astronomy and Associate Chair
Washington State University
View more customer quotes! |
Publication Quality Graphs
|
Origin’s wide array of 2D , 3D, statistical and contour graph types can be created with the click of a button. You can instantly add a new data series to an existing graph using simple drag-and-drop from any Origin worksheet or Excel workbook. In addition, easily add your Origin worksheets, results sheets, or graphs to technical
publications, slide shows, posters, or lab reports.
All elements of your graph can be customized using point-and-click interfaces,
enabling you to format your graph as you desire.
Formatting in a graph can be copied from one graphical element and pasted onto
another, or saved as a theme and applied later. The ability to create themes, as well as graph templates,
can significantly save time when creating, and recreating, custom
presentation quality graphs.
Copy your graph, and paste or paste-link in PowerPoint®, CorelDraw®,
Microsoft® Word, or any other OLE 2 application. Export your graph to a wide variety of formats including favorites such as AI, BMP, EPS,
JPG, PDF, TIFF, WMF, and many more. Make graph attribute changes
for the exported graph without modifying the original using the Graph
Export dialog. |
|
|
Powerful Analysis Tools
|
Origin provides a wide array of analysis tools , including Nonlinear Curve Fitting, Baseline and Peak Analysis, Batch Processing , Descriptive Statistics, Hypothesis Testing, One-Way and Two-Way ANOVA, FFT, Filtering, Smoothing, Linear Regression. You can control all aspects of your analysis using specialized, standardized interfaces. Preferred
settings can be saved as a theme for later use.
Analysis results are automatically generated in results sheets that can
be placed in the same workbook as the source data. In this way,
parameter values, statistics, and related analysis graphs are just a click
away when looking at the original data.
|
Analysis Templates™

|
|
Origin 8.1 can automatically update any analysis operation whenever
your source data or analysis parameters are changed.
This powerful feature can be used to create Analysis Templates that
are pre-configured to perform analysis and update results. Analysis
Templates may consist of either a single Origin workbook or an entire
Origin project.
Easy to setup. Set up your analysis the way you want. After
your initial analysis has completed, just clear
your raw data and save the window to make
an Analysis Template.
Easy to use. Drag-and-drop files to import
them directly into your Analysis Template;
the analysis is triggered automatically! Or, if
you are using the same data file each
time, you can use the File: Re-Import
feature. Re-Import brings in the
data file with the same name and location that was imported into
the prior Analysis Template, so that the
analysis automatically recalculates on the
updated data.
|
“With tools, such as LabVIEW and MATLAB, data acquisition and generation has become a highly automated task in the research environment. This, however, generates massive amounts of information, which is increasingly more difficult to handle. This is where the new Origin 8 comes as a best solution. Its new workbook environment, with multiple datasheets and automated data analysis, as well as very flexible import capabilities, allows for fast and efficient organization of the data. Impressive statistical analysis, nonlinear fitting and graphing capabilities make it a unique and highly adjustable tool for efficient research.”
Ruslan Prozorov, Ph.D.
Ames Laboratory and Department of Physics & Astronomy
Iowa State University
View more customer quotes!
|
Multi-Sheet Workbooks
Origin’s new multi-sheet workbooks with rich-text formatting let you
consolidate and manage imported data, images, database queries,
related analysis results and graphs.
Graphs, images, and notes can be embedded in worksheet
cells, facilitating better project organization, documentation and
report generation.
Quickly review the profile of each dataset by glancing at its sparkline1
at the top of each worksheet column.
Sheets can be dragged and dropped to easily reorganize the active
workbook, or to place into another workbook.
Create column formulas that operate on any dataset within the
Origin project using built-in mathematical and statistical functions
or LabTalk statements that call X-Functions. The column formulas can
be set to automatically recalculate the results whenever the source
data is changed. |
|

Workbooks Support Metadata and Multiple Data Types. Origin’s workbooks support multiple worksheets that have header regions for long names, units, user-defined parameters, comments and sparklines. Data columns support mixing text and numeric, or pure numeric columns ranging from 1-byte to 16-byte complex data types.
|
Data Import Options
|
Import Wizard :
Origin’s Import Wizard
includes three methods for
extracting header information
into variables, one of which
is the ability to extract them
by specifying one or more
delimiters.
|
|
Getting your data into Origin is easy–you can access your data from a
broad range of sources by either importing data files, using SQL database
queries, or directly opening Microsoft® Excel workbooks. Import file formats
include ASCII, ETAS Inca, imc Mess-Systeme GmbH - FAMOS, MDS Analytical Technologies (Molecular
Devices) pCLAMP®, Mathematica®, MATLAB®, MINITAB®, National
Instruments™ LabVIEW®, DIAdem™ DAT and TDM/TDMS, Princeton Instruments, and Thermo® SPC data files or you can program your own.
For ASCII files with header information or binary files of known
structure, an Import Wizard with data preview lets you instruct Origin
on how to parse and import your data. Import filters can be saved and
used in the future with similar data.
You can either import Excel files into Origin’s new workbook, or open
Excel files directly within Origin.
The pCLAMP import routine lets you import multiple files and includes
the ability to select which channels (by name) and/or episodes (by
number) to import. After importing, each worksheet column can display
a sparkline so that you can quickly see the dataset profiles.
Metadata, such as file name, creation date, path, and extracted variables,
is stored with the imported data and can be accessed in the Workbook
Organizer. You can even add your own metadata. |
Programming
|
|

Command Window with History and Auto-Complete. Origin’s command window can be used to execute commands and build scripts, as a calculator, and more. Auto complete is provided when typing in X-Functions, while roll back support is included to search through the command window history for previously executed commands. |
Origin offers a full-fledged programming environment that includes its two built-in programming languages: LabTalk™ and Origin C ®, supported by our native X-Function technology. Origin is also an Automation Server for users of VB, C++, C# and LabVIEW™ .
- LabTalk is a higher-level scripting language. Its syntax and structure are similar, but not identical, to C. LabTalk incorporates DOS-style commands, with option switches and arguments, as well as object properties and methods comparable to those in Visual Basic. LabTalk is ideal for performing simple tasks in Origin, as well as for writing and executing quick scripts. You can even create custom LabTalk utilities that run by clicking on a toolbar button.
- Origin C is a powerful programming language that supports ANSI C plus some C++ features, including support for string, complex, vector and matrix data types, as well as internal Origin objects like worksheets and graphs. Origin C is ideal for creating data processing and analysis routines, as well as for developing complicated algorithms.
- X-Functions provide a framework to create custom programs that run within Origin, allowing you to easily develop and share your own field and task specific graphing and analysis operations. X-Functions are written in Origin C, and
can be compiled, linked and debugged with Origin’s built-in compiler , providing users with a familiar programming environment to access and extend Origin’s data analysis and graphing capabilities.
X-Functions, combined with Origin’s numerical computation and
graphing power, provide you with a robust platform for routine data
processing, analysis, and custom application development.
Origin includes the entire Numerical Algorithms Group (NAG®) Mark VII numerical library. This library provides you with time-tested numerical computation algorithms, such as Statistics, Fourier Transforms, Linear Algebra, Regression, Multivariate Analysis including Principal Component Analysis, and more. All NAG functions are accessible from Origin C, allowing you to develop sophisticated applications that require advanced numerical computation.
Application Connectivity
Automation Server: A comprehensive set of COM APIs is available to allow detailed control of internal Origin objects. This makes it easy, for example, for a LabVIEW user to send data to an Origin Analysis Template to perform non-linear curve fitting and bring back the results to LabVIEW.
Online Resources
You can access a wide-range of resources for Origin on our website, including the following:
Return to the top of this page...
- Edward Tufte, Ph.D. 2006. Sparklines: Intense, Simple, Word-Sized Graphics.
In: BEAUTIFUL EVIDENCE. Cheshire, CT: Graphics Press LLC. p 47-63
|
|