Versions Compared

Key

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

...

JIRASummaryDetails

ORG-15852

Runtime error when right click column header in middle panel of Plot Setup dialog

New issue in Origin 2017 Sr0.

Open Plot Setup dialog.
3. In select data table, right-click on the column header.
==> Error message "unable to convert COM object property to desired type" dumps to Message Log.

Fixed in Origin 2017 Sr1.

ORG-15840

Use XYZ column dataset plot contour lead crash in Origin 2017

New issue in Origin 2017 Sr0.

Highlight XYZ column to plot Contour
==> The project file crash.

Fixed in Origin 2017 Sr1.

ORG-15826

Origin crashes when deleting plots from graph in some opj files.

New issue in Origin 2017 Sr0.

Remove 1st plot in graph such as via in Plot Setup or Layer Contents, Object Manager, etc,

==> Origin crashes.

Fixed in Origin 2017 Sr1.

ORG-15809


Extreme Slowdown in Workbook Calculations in Origin 2017 SR0

Customer found this

http://www.originlab.com/forum/topic.asp?TOPIC_ID=22972
This is because in Origin 2017 Sr0, we made a change is to make plot auto updated when source linked data was change, but it also make workbook cell data auto update when link source changed, which is fine, but the checking for workbook will slow down Origin heavily, especially for user's opj.

So in Origin 2017 SR1, a new system variable is added to control this behavior: @RSL. It combines with 2 bits: 1 for graph, 2 for workbook. Default is 1. Set as 0 can rollback to same as Origin 2016.

ORG-15961

Failed to set line with 0 width to make it disappear in graph

E.g. Plot an area graph and on line tab, set line width to 0. Line still showed. This is newly broken in Origin 2017 Sr0. Fixed in Origin 2017Sr1.

This also exists in line plot, fill area, and stacked area plot, etc.

ORG-15914

Fill Area and Line plot draw differently since 2017 sr0

New issue in Origin 2017 Sr0 but hard to reproduce. The problem could be gone if set @dm=0.

Fixed in Origin 2017Sr1.

Image RemovedImage Added

ORG-16442

Fill Area Under Curve- Fill to Next Data Plot very slow

It may freeze Origin or cause crash.

Fixed in Origin 2018.

ORG-15998

 Issues of user define fill pattern.

Some User-defined Pattern failed to show in Preview and Graph.

ORG-14863

Position Offset Values Not Saved to Annotation Default

Annotation position control is added in Origin 2017 sr0. But the Offset values of annotation position failed to be saved as default for future use.

Fixed in Origin 2017 Sr1.

ORG-15665

Graph in .org file (old Project file format) failed to showOpen org (old project file format) in Origin 2017 sr0. Graphs failed to show. Fixed in Origin 2017Sr1.

ORG-16092

The length of grids and axis ticks seem to get shorter on the screen and in exported image in Origin 2017.

Before Origin 2017, axis line has rounded-end. If the line thickness is big, it doesn't look good. Therefore in Origin 2017 Sr0, we added square-ended support and set it as default. Corresponding system variable @lca=2. ORG-11202)

Because of this change, the grids and axis ticks seem to get shorter on the screen and in exported image.

Fixed in Origin 2017 Sr1.

ORG-16335Mask using Regional mode doesn't mask continuous region

When using Mask tool on graph, there are 3 modes: Press SPACE key to switch mask mode

  • Range mask
  • Regional mask by drawing a rectangle
  • Regional Mask by freehand drawing

If the plot is dense, when using the latter two, some points in the region are not masked.

Reason for this bug: we have an internal drawing cache that the masking tool will use if in Regional mode, and this drawing cache was optimized in 2017, but the optimization will skip over overlapping points on same logical pixel.



So the issue only exists in Origin 2017 Sr0 and Sr1. And you can set @dm=0 as a workaround before doing the masking as a workaround.

Fixed in Origin 2017 SR2.


...

JIRASummaryDetails

ORG-16490

colstats not giving statistics for each column

E.g. colstats 1:4 is broken since Origin 2017 sr0.

E.g. if there are 4 columns of data, each column has 5 rows.

Image RemovedImage Added

Run colstats 1:4. Statistics are not done for each column. U can tell by N column.

Image RemovedImage Added

In Origin 2016 and earlier, the results are correct.

Image RemovedImage Added

Workaround:

  1. Download this opx file to your PC. colstats.OXF
  2. Drag and drop it into your running Origin workspace.
  3. Choose Yes in the prompt message. It will put this colstats.oxf into your User Files folder's subfolders.
  4. Then colstats 1:4 will run correctly.

...

JIRASummaryDetails

ORG-16051

Fails to access Date/Time value using %(%H, Col, Row) notation
Run the following script in Script window
window -t wks origin; //open a new workbook
%H!wks.col1.format=3; //set column 1 as time column
%H!wks.col2.format=3; //set column 2 as time column
%(%H,1,1)=1.5; // assign some value to 1st cell of column 1
%(%H,1,2)=2.5; // assign some value to 2st cell of column 1
%(%H,2,1)=%(%H,1,1); //assign value of 1st cell of column 1 to 1st cell of column 2
==> This is broken in Origin 2017 Sr0 and failed to assign the value. 

Fixed in Origin 2017Sr1.

ORG-16354

Set Column Values issues with string function with conditional operator

Row 1 of column B should show China.

This is fixed in Origin 2018.

Image RemovedImage Added