Versions Compared

Key

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

Worksheet

...

JIRASUMMARYDETAILS

ORG-19289

When saving workbook analysis template with Peak Analyzer in Origin2019 and reload, recalculate fails.

Note:

  • It also happens if you use the saved template in Batch Process dialog.
  • No issue with existing analysis template with PA made before Origin 2019.

New bug in Origin 2019.  Fixed in Origin 2019b.

Simple way to reproduce the issue

1. Start a new project. Import \Samples\Curve Fitting\Gaussian.dat
2. Highlight column B to open PA, select Fit Peaks goal, click OK to create result.
4. Save the book as analysis template. 
5. New a project and open above analysis template.
6. Activate 1st sheet and import new data. Click Recalculate toolbar button.
==> The FitPeaks sheet has no contains.

ORG-19115

Analysis Template file size Issue

Analysis template file size kept on increasing after being using in Batch Processing.

It was because some batch processing settings are saved into analysis template by mistake.

Fixed in Origin 2019b.

ORG-19363

Preview in Analysis should not be affected by system graph theme

User can set page size in system graph theme to have consistent size of graph windows.

But if there is page size in system theme, it woiuld be applied to preview window in analysis tools, e.g. smoothing, etc., which should not.

Fixed in Origin 2019b.


ORG-19430Create Copy from hierarchical sheet should check numericBefore Origin 2019b, some columns are created as text column though all data are numeric.
ORG-19343Mask cells by condition always mask first cell

E.g. use Column: Mask Cells by Condition. Only 1st cell was masked before Origin 2019b.

ORG-19605

Intersect Gadget: result changes when ROI crosses axis frame

Drag ROI box so part of it outside axis frame, the intersect x,y coordinate values change.

New Fit Limits to control added. 

ORG-19769

For operations that Output is a sheet, Recalculation will wipe out all the operations and create new

E.g. Append multiple sheets into one sheet and plot data from it. If modify data in source sheet and recalculate, plot will be gone.

This is because before Origin 2019b, recalculation recreated the output sheet. 


The issue exists in tools that are used to join data in different sheets, e.g. wjoinbycol and wjoinbylabel.

Note: these two tools can be accessed from script window only.

wjoinbylabel -d

ORG-19741

Origin not responding or slow when running PCAImproved PCA running speed in Origin 2019b.
ORG-19738PCA enhanced app Biplot axis center misaligned for Loading plotsFixed in Origin 2019b.

ORG-18971

Signal Processing: Smoothing: Wrong output X when input Y contains missing valuesWhen there are missing values in Y data, after smoothing, the output X data shows missing values or wrong numbers if original Y has sampling interval.
ORG-19785Wrong output result if LN of MR's Independent Data are sameWhen the independent variable are same bu in uppercasevariables' name are same but in upper/lower case, Multiple Linear Regression's result is wrong. Fixed in Origin 2019b.


Import

JIRASUMMARYDETAILS

ORG-19760

Date with milliseconds but rounds automatically can not be read correctlyWhen set Date format as yyyy'-'MM'-'dd HH':'mm':'ss'.'## to import, the yyyy'-'MM'-'dd HH':'mm':'ss format data can be also recognized. only fixed for impASCimpCSV and CSV Connector.

...

JIRASUMMARYDETAILS

ORG-19744

nlbegin does not work fine when specify weight method

E.g. Import Gaussian.dat under Samples\Curve Fitting\, run script,

nlbegin iy:=(1,2) func:=gauss weight:=3; //3 for method "Arbitrary Dataset (=1/ci^2)" nlfit;
nlend 1 1;
==>?--> It works, but in builds previous IR96Sr0_82, it reports error message "Variable value is not in predefined list, VarName = weight, VarValue = 3".
2. Run with "weight:=6", which for method "Variance ~ a*y^b".
==> Command error, reports "Please select at least one XYRange."

These issues starts in Origin 2019.

ORG-19470

Fails to pass null value to column label by COMFailed to pass null value to column label by COM since Origin 9.5, it is fixed in Origin 2019b.

...

JIRASUMMARYDETAILS
ORG-19619Error bar in 3D Bar graph becomes thinner in exported image

Use system variable to workaround export issue.

@OGLSR=0 // for raster format @OGLSV=0 // for vector format
 ORG-19502 Line Width not Accurate in Exported EMF, EPS, PNG @LWO=0 in Origin 2019b to fix the issue.
Set @LWO=1 to go back to old behavior.

In 9.6 an earlier: to reduce the problem during EPS export, set the resolution in the export dialog (Export Settings:Advanced:Resolution) to a larger value . For example, instead of 300 use 600.
 ORG-19833 CopyPage() Fail to Copy Graph as OLELaunch the excel COM example. The graph is copied over as image. It should be copied over as OLE object.
Fixed in Origin2019b. Updated sample files.

...