Versions Compared

Key

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

Analysis

Fitting

ID

JIRA

SUMMARY

DETAILS

0

ORG-19744

nlbegin does not work fine when specify weight method

nlbegin does not work fine when specify the Statistical weight method or method that greater than 2

0

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.

0

ORG-19785

Wrong output result if LN of MR's Independent Data are same

When the independent variables' name are same but in upper/lower case, Multiple Linear Regression's result is wrong. Fixed in Origin 2019b.

...

ID

JIRA

SUMMARY

DETAILS

0

ORG-19073

Vertical Cursor Issues with Graph Templates

1. Plot a generic XY scatter plot.

2. Open Vertical Cursor.

3. Save graph as Template.

4. Highlight an XY range in worksheet.

5. Using Plot menu, try to create a graph from the template.

==> The message pops up numerous times "This tool can ONLY be used in a GraphPage that has at lease one dataplot in it!"

==> After the graph is eventually created, there are 2 vertical cursor lines on it- one is valid and one is an orphan.

Fixed in Origin2019b.

Import Data

JIRA

ID

SUMMARY

DETAILS

0

ORG-19760Date with milliseconds but rounds automatically can not be 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. 

Image Added

Import Data

ID

JIRA

SUMMARY

DETAILS

0

ORG-19760

Date with milliseconds but rounds automatically can not be read correctly

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

...

ID

JIRA

SUMMARY

DETAILS

0

ORG-19343

Mask cells by condition always mask first cell

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

0

ORG-19704

Pulling recursive cell formula over many rows will make Origin crash

In previous version, when pulling a cell formula over many rows (for example 1,000), Origin will crash.

Now we increase the stack size, and introduce a system variable @CFRL (default = 1600) to control the limitation. When exceed the limit, we recommend that you fill formula to F(x) cell of this column instead.

0

ORG-19654

Unstack column is very slow for large data

E.g. for a data with 3 million rows, unstack column in 2019 took about 300 sec while in Origin 2019b, it only takes about 20 sec.

Note: If group column is set as categorical, the unstacking speed can be a little faster

Gadget

Curve Handling

ID

JIRA

SUMMARY

DETAILS

0

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.

 

Image Removed

Graphing

3D Graphs

ID

JIRA

SUMMARY

DETAILS

0

ORG-18999

3D scatter plot label not following symbol if set to <auto>

Made 3D scatter plot label support advanced colors in Origin2019b.

0

ORG-19358

Crash after hiding annotated point in 3D Scatter

Since Origin 2018b, if there are special point with annotation in 3D scatter graph and hide the point, Origin crashed. Fixed in Origin 2019b.

0

ORG-19389

Ctrl + double click on label of 3D pie chart crashes Origin

If there is leader line to label and user ctrl+double clicks on a label. Origin crashes. A bug since Origin 2018.

0

ORG-19619

Error 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

0

ORG-19423

Fail to change indexing color list for 3D surface plot

1.make 3D surface plot with XYZ dataset
2.open PD dialog, go to Fill tab, select Fill piece by piece
3.click button next to it, go to By points tab, select indexing: col(a)
4.reopen by points tab, change other color list
==> fail to change, it is always classic
Fixed in Origin2019b.

0

ORG-19547

Fail to reopen ogg file of 3D tetrahedral/ternary plot

1.make 3D tetrahedral plot
2.save as oggu first, then save as ogg
3.new project, reopen the ogg file saved in step2
==> wrong display
4.double click on the graph
==> Origin crash
Fixed in Origin2019b.

0

ORG-19724

Toolbar Entry and Plot menu use different entries for XYY 3D 100% Stacked Bars

1.active worksheet and select XYY 3D 100% Stacked Bars from toolbar
2.active worksheet and select XYY 3D 100% Stacked Bars from Plot menu
3.Open Plot menu again
==> 1. there are two entry in recently used category for XYY 3D 100% Stacked Bars
       2. the 1st one use a wrong icon(the one added by toolbar)
Fixed in Origin2019b.

0

ORG-19435

Wrong 3D tetrahedral plot

In general, for 3D tetrahedron plot:

• If 3 of 4 components = zero, you land on a vertex of the tetrahedron
• If 2 of 4 components = zero, you end up on a side line of the tetrahedron
• If 1 of 4 components = zero, you land on a side surface of the tetrahedron

but for now, when Z = 0 (column C = 0), the data point wasn't land on a side surface.

Bug in Origin 2019 since this feature was introduced. Fixed in Origin 2019b.

...

ID

JIRA

SUMMARY

DETAILS

0

ORG-19744

nlbegin does not work fine when specify weight method

nlbegin does not work fine when specify the Statistical weight method or method that greater than 2

0

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.