Versions Compared

Key

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

Worksheet

...

JIRASUMMARYDETAILS

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

ORG-19490Failed to edit the bin size of the histogram from Statistics on Columns in 2018b and 2019In the histogram created by Statistics on Columns tool, bin size couldn't be modified, no matter via Change Parameters dialog or Plot Details dialog.

ORG-19389

Ctrl + double click on label of 3D pie chart crashes OriginIf there is leader line to label and user ctrl+double clicks on a label. Origin crashes. A bug since Origin 2018.

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.

ORG-19500Wrap Axis Tick Label by layer length failed to workBug in Origin 2018 since this feature was introduced.  Fixed in Origin 2019b.

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.

ORG-19373

Add too many Special ticks cause troubleWhen adding too many special axis tick labels e.g. more than 10, etc., sometimes you will fail to add or delete some special ticks.
ORG-19614Crash when open some graph window file OGGU made by Virtual Matrix

ORG-19358

Crash after hiding annotated point in 3D ScatterSince Origin 2018b, if there are special point with annotation in 3D scatter graph and hide the point, Origin crashed. Fixed in Origin 2019b.

ORG-19556

Bins disappear when add axis break in Histogram plot

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.


ORG-19658

Contour profile show partial line after changing scaleNew 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.
ORG-19729Clipping 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.

ORG-19775

Superscript and Subscript are lost when rearrange legendThe problem existed since Origin 2015 (9.2) when ctrl+drag to rearrange legend was introduced.

ORG-19822

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

after the change, the value is converted to % which will cause future issues if user rescale. 

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

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.

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.

ORG-19966 P4&P5

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. 

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.

ORG-19848Fail 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.

 ORG-19724 Toolbar Entry and Plot menu use different entries for XYY 3D 100% Stacked Bars1.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.
ORG-19662Fail to edit increment list if pattern by plots1.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.

Analysis

...

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.

...