Origin 2019b Bug Fixes

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.

General

ID

JIRA

SUMMARY

DETAILS

0

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.

0

ORG-19430

Create Copy from hierarchical sheet should check numeric

Before Origin 2019b, some columns are created as text column though all data are numeric.

0

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

0

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.


Peak Analysis

ID

JIRA

SUMMARY

DETAILS

0

ORG-19289

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

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.

Signal Processing

ID

JIRA

SUMMARY

DETAILS

0

ORG-18971

Signal Processing: Smoothing: Wrong output X when input Y contains missing values

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

Statistics

ID

JIRA

SUMMARY

DETAILS

0

ORG-19741

Origin not responding or slow when running PCA

Improved PCA running speed in Origin 2019b.

0

ORG-19738

PCA enhanced app Biplot axis center misaligned for Loading plots

Fixed in Origin 2019b.

Data Handling

Curve Handling

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.

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. 

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.

Importing Third Party Formats

ID

JIRA

SUMMARY

DETAILS

0

ORG-19225

DDE: Excel is still opened when No is selected in attention dialog

Excel is opened even click No to start Excel when open Origin file.
Fixed in Origin2019b.

Origin Project Files

ID

JIRA

SUMMARY

DETAILS

0

ORG-19784

Custom menu is not show when save project as opj with graph active

  1. Add custom menu, new a graph window and keep it active
  2. Save project as opj file, then reopen it.

      ==> Cannot see the custom menu, fixed in Origin 2019b.

Workbook and Worksheet

ID

JIRA

SUMMARY

DETAILS

0

ORG-19830

Remove Links in workbook is very slow

For workbook with many links, it could take 30 minutes. In Origin 2019b, it will be done in no time.

0

ORG-19378

Shaded background in worksheet shows in printout exported image or pdf files

Since Origin 2019, we shade unused cells with shaded background. But they should not be shaded in printout or export.

Fixed in Origin 2019b. 

Worksheet Data Manipulation

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. 

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.

Axes

ID

JIRA

SUMMARY

DETAILS

0

ORG-19373

Add too many Special ticks cause trouble

When adding too many special axis tick labels e.g. more than 10, etc., sometimes you will fail to add or delete some special ticks.

0

ORG-19600

Axis Line with arrow Shifted when AA is ON

1. plot some data
2. set AA ON
3. edit axis and set arrow at end
4. CTRL+J to copy page
5. paste into word
==> ticks are separated from axis. Actually, it seems to me that line axis is slightly shifted upward
Fixed in Origin2019b.

0

ORG-19556

Bins disappear when add axis break in Histogram plot


0

ORG-19241

Date/Time Axis issues

  • In the past, julian date showed in edit boxes on Reference, Breaks and Special Ticks tabs of Axis dialog. Very hard to enter date/time values. In Origin 2019b, date/time edit box shows so much easier to edit date/time.
  • Various date/time axis issues, e.g. failure to round from and to value in 3D graphs, wrong special tick label, failure to specify certain date/time, etc.

0

ORG-19822

If common display is enabled for Axis Style, when set Axis "Line and Ticks" position at a fixed value,

The issues starts since Origin 2018b when *Common Display* feature was introduced. Fixed in Origin 2019b. 

0

ORG-19418

major tick type auto change to by Custom Positions when set tick type as by Counts 2

1. New a matrix, set cell(i,j)=x, make a contour plot.
2. Double click on color scale to open color scale control dialog.
3. Activate Levels page, set show on custom levels.Set Major ticks as by Counts, count as 2, click apply.
==>the type of major tick auto change to by custom positions
Fixed in Origin2019b.

0

ORG-19509

parallel plot: Fail to show x category name in left panel of axis dialog in COS/JOS

In the axis dialog, no x category name show in left panel.
Fixed in Origin2019b.

0

ORG-19745

Slowness in loading opjs with many axis breaks

Origin becomes very slow because of proliferation of axis breaks while project saving.

Fixed in Origin 2019b.

0

ORG-19500

Wrap Axis Tick Label by layer length failed to work

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

Column/Bar/Pie

ID

JIRA

SUMMARY

DETAILS

0

ORG-19098

Spacing setting of grouped column plot fails to be kept after ungroup

1. fill column a,b,c, make grouped 2D column plot
2. open PD dialog, go to spacing tab, set width: col(b), subset to by column B, Gap =20%
3. right click on the plot, select upgroup
4. open PD dialog, go to spacing tab of 2nd plot
==> subset: none
==> width: col(c)
Fixed in Origin2019b.

Contour

ID

JIRA

SUMMARY

DETAILS

0

ORG-19658

Contour profile show partial line after changing scale

New bug since Origin 2018b. In Contour profile graph, if the axis scale is changed, only part of the profile curve shows. Fixed in Origin 2019b.

Customizing Color

ID

JIRA

SUMMARY

DETAILS

0

ORG-19382

Auto Color for Waterfall Label is not right

Enabled auto color follow symbol for 3d waterfall template in Origin2019b.

0

ORG-19662

Fail to edit increment list if pattern by plots

1.fill XYYY columns with random numbers, highlight all, make grouped columns plot
2.open PD dialog, go to pattern tab
3.click pattern button, go to by plots tab, select increment list
4.Ctrl+click to edit the increment list
==> fail
Fixed in Origin2019b.

0

ORG-19615

Fails to update border color when plot is Z-value indexing

1.fill XYY with row numbers, make 3D waterfall plot
2.open PD dialog, go to pattern tab, click color button of border, go to by plot tab, choose Z value: indexing
3.click apply
4.click color button of border again, go to by point tab, click the pencil button to open increment editor diolog, load other increment list, click OK
5.click OK to close PD dialog
==> no change
Fixed in Origin2019b.

Data Label

ID

JIRA

SUMMARY

DETAILS

0

ORG-19892

Annotation points to all layers on multi-panel graph

Plot a multi-panel graph such as 4 panel, etc. When adding annotation in one panel, annotation is added to corresponding data in other panels.

The issues started since we changed default of these multi-panel templates to have common display in Origin 2019.

In Origin 2019b, annotation will be excluded in Common display.

Drawing Objects

ID

JIRA

SUMMARY

DETAILS

0

ORG-15365

Arrowhead is smudged at the edges

  1. Draw an arrow object in Graph
  2. Set Line thickness to e.g. 4.
  3. Chang arrow line to dash or dot
    ==> Arrowhead is smudged at the edges on the screen. No issue in print preview or export.

The issue started since Origin 2016. Fixed in Origin 2019b.


General

ID

JIRA

SUMMARY

DETAILS

0

ORG-19729

Clipping Data to Frame with negative margin will make the points out of the frame lose their error bars

In Plot Details - Layer Properties dialog, if user can set Clipping Margins (%) to negative to show some points outside the axis frame. But error bars failed to show.

Fixed in Origin 2019b.

0

ORG-19614

Crash when open some graph window file OGGU made by Virtual Matrix


0

ORG-19277

Fail to open Row-wise plot dialog from menu/toolbar in Chinese Origin

Choose Plot:2D: Row-wise menu in Chinese Origin, the dialog failed to open.

Workaround in Origin 2019: Open Script window and run plot_rowwise -d

0

ORG-19848

Fail to show the whole page for PD dialog

1.make 3D color fill surface plot from matrix book.
2.open PD dialog, go to side wall tab
3.check enable
==> auto checkbox is not showed

Fixed in Origin2019b.

0

ORG-19490

Failed to edit the bin size of the histogram from Statistics on Columns in 2018b and 2019

In the histogram created by Statistics on Columns tool, bin size couldn't be modified, no matter via Change Parameters dialog or Plot Details dialog.

0

ORG-19501

Set Group Begin and End in object manager should have better handle for error bar plot

  1. Open *Row-wise Line Series with Error Bars* plot in Learning Center.
  2. Active the graph, in Object Manager, move the last two plot to 2nd Y Axis.
  3. Right click E7 and Set as Group Begin.

      ==> Fails, fixed in Oriign2019b

Line and Symbol

ID

JIRA

SUMMARY

DETAILS

0

ORG-19966

Slowness in Plotting or customizing bubble plot with many data

It's related to bubble scale in graph. Workaround:

  1. Plot as scatter graph and then index symbol size with a column. 
  2. Delete bubble scale object in graph before editing in graph. 

Publishing

ID

JIRA

SUMMARY

DETAILS

0

ORG-19833

 CopyPage() Fail to Copy Graph as OLE

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

0

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.

Specialized

ID

JIRA

SUMMARY

DETAILS

0

ORG-19565

2D Parameter Plot Change Range Fail

1.New 2D Parameter Plot, set X(t) = t,Y(t) = t. Click OK. A worksheet FUNC1 is created.
2.New a graph, drag and drop col(B) to the graph.
3.Double click the plot, change To to 4. Click OK.
==> Double click on the plot, the To is changed to 10.
Fixed in 2019b.

0

ORG-19578

No workbook is created for 2D function plot after special steps

1.new 2D Parameter Plot
2.new 3D Parameter Plot
3.new 2D function plot, open PD dialog, click workbook button
==> no workbook is created
Fixed in Origin2019b.

Text Labels & Legends

ID

JIRA

SUMMARY

DETAILS

0

ORG-19252

Error msg shows when create legend for color index plot with partial rows

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

E.g. plot a scatter graph with part of rows and index the symbol color to another column.

Click Ctrl+L to reconstruct legend. It should create categorical legend. But instead, error message Encountered an improper argument showed.

0

ORG-19775

Superscript and Subscript are lost when rearrange legend

The problem existed since Origin 2015 (9.2) when ctrl+drag to rearrange legend was introduced.

Theme and Template

ID

JIRA

SUMMARY

DETAILS

0

ORG-17779

system category is shown in template_saveas dialog after D&D to install template

1. New a graph, right click and select save template as.
-->in save template as dialog, category dropdown list only have UserDefined.
2. D&D to install template file
3. Right click on graph window and select save template as.
==>many system category is shown in category,such as Line,symbol,etc
Fixed in Origin2019b.

0

ORG-19737

Template Save as dialog show wrong dialog name after open template modify in template library

1.new a graph, right click window title bar and select save template as
--> template_saveas dialog shows
2.Open template library, click edit button for any template
--> template_modify dialog shows
3.close template library, and repeat step 1
==>template_modify dialog shows
Fixed in Origin2019b.

0

ORG-19264

Theme error after copy and paste format for bubble scale

Fixed spectrum get set theme error in Origin2019b.

Miscellaneous

Origin Workspace

ID

JIRA

SUMMARY

DETAILS

0

ORG-19710

Backward compatibility issue for Plot Menu

If install two or more version, plot the graph type exists only in higher version, the Recently Used in lower version will show blank.

Programming

Origin C

ID

JIRA

SUMMARY

DETAILS

0

ORG-19470

Fails to pass null value to column label by COM

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

X-functions

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.