Origin 2017 SR0 Known Issues
Graphing
JIRA | Summary | Details |
---|---|---|
Runtime error when right click column header in middle panel of Plot Setup dialog | New issue in Origin 2017 Sr0. Open Plot Setup dialog. Fixed in Origin 2017 Sr1. | |
Use XYZ column dataset plot contour lead crash in Origin 2017 | New issue in Origin 2017 Sr0. Highlight XYZ column to plot Contour Fixed in Origin 2017 Sr1. | |
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. | |
Extreme Slowdown in Workbook Calculations in Origin 2017 SR0 | Customer found this http://www.originlab.com/forum/topic.asp?TOPIC_ID=22972 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. | |
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 2017 Sr1. This also exists in line plot, fill area, and stacked area plot, etc. | |
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 2017 Sr1. | |
Fill Area Under Curve- Fill to Next Data Plot very slow | It may freeze Origin or cause crash. Fixed in Origin 2018. | |
Issues of user define fill pattern. | Some User-defined Pattern failed to show in Preview and Graph. | |
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. | |
Graph in .org file (old Project file format) failed to show | Open org (old project file format) in Origin 2017 sr0. Graphs failed to show. Fixed in Origin 2017 Sr1. | |
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-16335 | Mask 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
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. |
Import
JIRA | Summary | Details |
---|---|---|
Origin crashes when dragging and dropping certain CSV file into Origin | New issue in Origin 2017 Sr0 for some csv files. Fixed in Origin 2017 Sr1. | |
Import time data in excess of 24 hours from excel failed | New issue in Origin 2017 Sr0. Fixed in Origin 2017 Sr1. | |
Crash when dragging and dropping multiple files to active sheet to Clone | When importing data, if user set Import Mode to start new book/sheet and template as <clone>, then drag and drop more files into the active sheet, Origin should import new data into new book/sheet with cloned settings. Crash happens. This crash started in Origin 2017 Sr0. Fixed in Origin 2017 Sr1. |
Export
JIRA | Summary | Details |
---|---|---|
Export ASCII: Failed to export whole selected data when hidden row(s) exist | New issue in Origin 2017 Sr0. Fixed in Origin 2017 Sr1. | |
Export Geology Pattern as PDF EPS issues related to Third Party dll | We introduced Geology Pattern in Origin 2017 SR0 but the pattern failed to show in exported EPS and PDF files. Fixed in Origin 2017 Sr1. |
Worksheet
JIRA | Summary | Details |
---|---|---|
Set Column Values Issues with the introduced Spreadsheet Cell Notation in Origin 2017 Sr0 |
| |
date(1/1/2017) in F(X) gives a wrong date instead of 1/1/2017 in Origin 2017 | Issue with the Spreadsheet Cell Notation from Origin 2017 Sr0. date(1/1/2017) in F(X) gives a wrong date, which make requirement below do not work
Workaround: Use date("4/12/2017") in F(X) or Set Column Value dialog. | |
ORG-16260 | Conditional expression fails to recalculate with the Spreadsheet Cell Notation | When works with total() function, the conditional expression fails to recalculate. See below case,
|
Matrix
JIRA | Summary | Details |
---|---|---|
Origin crashes when duplicating matrix book with both image thumbnail and image mode on | New crash in Origin 2017 Sr0. In Matrix window, if Image Thumbnail is turned on and View: Image Mode is checked and try to duplicate the Matrix window. ==> Origin crashes It's fixed in Origin 2017 Sr1. |
Analysis
JIRA | Summary | Details |
---|---|---|
Crash when right click anchor point in Peak Analyzer Preview | In Peak Analyzer took,
This is newly introduced in Origin 2017 Sr0 and Fixed in Origin 2017 Sr1. |
Statistics
JIRA | Summary | Details |
---|---|---|
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. Run colstats 1:4. Statistics are not done for each column. U can tell by N column. In Origin 2016 and earlier, the results are correct. Workaround:
|
Programming
JIRA | Summary | Details |
---|---|---|
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 2017 Sr1. | |
Set Column Values issues with string function with conditional operator | Row 1 of column B should show China. This is fixed in Origin 2018. | |