Graphing
JIRA | SUMMARY | DETAILS |
|---|---|---|
Line Object Fails to Fully Draw when Dashed and Copy Page | New bug in Origin 2020. Dashed line object on graph failed to show when copy graph as picture and paste to other applications such as MS Word. Fixed in Origin 2020b. | |
line cap of plot symbol in legend should be same as line plot | In the past, make line thicker in Origin and set system variable @LCP=1 to make line cap square. The line cap in legend was still round. Fixed in Origin 2020b so it’s consistent with plot. | |
Legend Update Mode: None issue | Set legend update mode as None, and add new plots. Existing legend should be updated to show new entries. | |
No X Error shows for multiple XY data organized in X XErr Y YErr order | Newly broken in Origin 2020. The X error of last set failed to be plotted. If data is organized in X Y XErr YErr, then no problem. Fixed in Origin 2020b. | |
Annotation Issues with Plots from XXY Sheet | E.g. Both column A and B are X data. Column C is plotted twice in same graph – one plot using A as X, the other using B as X. Use Annotation tool to add annotation to one plot. The leader line may point to the other plot. This issue has existed since 8.0, when annotation feature is added. | |
Failure to open Color Scale Control when layer name has space | The issue started since Origin 2016. Workaround: Remove space in layer name. | |
Surface plot legend failed to be transparent | In 3D surface plot, set surface to be transparent, use Ctl+L to show legend. The legend color failed to show the transparent color | |
X and Y axes titles are both wrong in polar contour r(X)theta(Y) plot | X axis title used Y column info. and Y axis title used X column infor. This issue has existed since 9.1, which started to support axis title. 9.0 and earlier builds %(?Y) fails to work. | |
Pattern filled inside plot though Exclusive broken by missing values is checked | For plot with filled area with Exclusive broken by missing values is checked, | |
VM with missing values introduces wrong scale handling | When there are many missing values in the Virtual Matrix Z value range, axis scale may be wrong. The issue started since Origin 2018b. | |
Origin crashes when rescaling graph with symbol size set to use formula expression | The issue started since Origin 2020. It only happens if the number of point is >=50000 E.g. plot a scatter graph with more than 50k points. Index symbol size to column C. Size formula s1/s2. Then rescale the graph. | |
Object Manager Fails to Update on Paste Layer | Fixed in 2020b. Previosuly if yo upasted a layer inot a graph, Object Manager did not reflect the layer. It does now. | |
Origin freezes when applying layer boundary to polar contour | Fixed. | |
Common Display Fail on Symbol Size | Fixed. When common display is used to modify a group of layers and plots, it would fail for symbol size. | |
Plot Details->Group->Edit Mode could not switch plot properties correctly | Fixed. Switching to Individual used to cause plot properties to be incorrect. | |
Position of minor tick of Log Scale are not correct | Algorithms for calculating minor tick position for log axis scale have been improved to match those of other softwares. | |
Color Scale Issues with Separated Layout | These have been fixed: P1. Labels not aligned with color box center P2. When mapped to a group, ranges were displayed for labels. Now single values are displayed. | |
Update Legend on Source Graph doesn't work as expect | Fixed: Fitted curve plots were being added to legend of wrong layer. Legend not properly updated when plot assed to 3D graph. | |
Fail to rescale X and Y axis of the linked layer | Issues exists since Origin 2018 (though not in 2018 SR1). Fixed in 2020. Using Rescale button (Rescale both X&Y) failed for linked layer. |
Analysis
JIRA | SUMMARY | DETAILS |
|---|---|---|
Peak Fitting: Open Peak Analyzer to do fit or using batch Peak analysis or batch processing gives different result | ||
Case sensitive for Unstack Columns | We fixed it in Origin 2020b so unstacking column is case insensitive. E.g. data with group info. A and a will be put together. | |
Batch peak analysis failed if number of input data is large | E.g. In older versions, do a batch peak analysis with 10,000 columns, or using script: paMultiY iy:=(1,2:end) theme:="TestAuto" append:=peak_properties; ==> Error shows, “VC Member function call execution error” | |
| In Batch Peak Analysis using Theme dialog, uncheck Delete Intermediate Result checkbox and choose Peak Prpoerties as result sheet. Click OK. In Result sheet, no Fit statistics, such as Number of Points, Degrees of Freedom, Reduced Chi-Sqr, Residual Sum of Squares, R-Square (COD), Adj. R-Square, and Fit Status Bug since Origin 2017. | |
Fail to export multi-page file when source data is not import from files | When do Batch Processing with word template, if Data Source is not Import from files, and Export as multi-page file is checked under Word/PDF branch, no word/pdf file will be exported. | |
P-Value of Dunn-Sidak test in Two Way RM ANOVA is wrong for Unbalance Design Data – New in beta2 | E.g. The P values of Sidak Test are very large number instead of 0 ~1. The issue started since we supported unbalanced data in Two Way RM ANOVA in Origin 9.2. | |
avecurves: run time error if change parameters from graph | Fixed. | |
Gadget do not work with column or bar plot | Issue since Origin 2017. Fixed in 2020b. Statistics Gadget failed to work on column plot. | |
Exclude Empty Dataset was broken for Statistics on Columns | Prior to Origin 2020b, if the N total moment was unchecked, Statistics on Columns would fail to exclude empty datasets. | |
NLFit: Concatenate mode fails to add error bars if change parameter | Fixed in 2020b |
Worksheet/Matrixsheet
JIRA | SUMMARY | DETAILS |
|---|---|---|
Set Column Display Format ### ### ### |
The problem exists since 9.1 when it supports custom format. | |
Fail to update image thumbnail after changing matrix dimension | Fixed. |
Import
JIRA | SUMMARY | DETAILS |
|---|---|---|
Import Wizard dialog failed to be opened in Select Filter dialog | Newly broken in Origin 2020. If user has multiple import filters under User Files folder, when drag and drop a data into Origin workspace, Select Filter dialog will open. Click Import wizard button, ==> The dialog failed to open. | |
NetCDF Connector should exclude *.cdf file extension for D&D import | Drag and drop of *.CDf files should not be handled by NetCDF DC. instead handle with impCDF. |
Connectivity
JIRA | SUMMARY | DETAILS |
|---|---|---|
Variable name should go to LN when using Matlab console to import variable | This issue has existed since 9.6 To reproduce:
| |
Programming
JIRA | SUMMARY | DETAILS |
|---|---|---|
FileExtGroups Folder Mechanism No Longer Works | This is fixed in Origin 2020b so user defined file ext groups can be correctly recognized. | |
Origin outputs gibberish results with R 4.0.0 | Fixed in 2020b. | |
Value() function fails to handle thousands separator properly. | Value() function fails to handle thousands separator properly. Previously, Value("1,234") returned --. It now returns 1234. | |
Set Separator in ExportASCII in PyOrigin Fails | Prior to 2020b, this failed to work properly: | |
Support nested vectorize function operation | The followed failed prior to 2020b:void test_max() { vector vX = { 1, 3, -2, 5, 4 }; double d = max(abs( vX )); printf("d=%f", d); } |
Miscellaneous
JIRA | SUMMARY | DETAILS |
|---|---|---|
Refresh issue with syntax in HTML Notes | Pressing Ctrl+M failed to refersh the HMTL Notes sometimes. This is fixed in Origin 2020b | |
Substitution in HTML/Markdown window with more than 1024 characters crashes Origin | In Origin 2020b, the upper limit is 8000 characters. | |
Learning Edition crashes by an specific OLE graph (includes more than 12 windows) | There is a 12 window limitation in Origin’s Learning Edition. If user double clicks Origin graph in Word/PPT which causes more than 12 windows in learning edition, Origin crashes. | |
ESC key doe snot work to abort deleting window from Project Explorer | In Project explorer if you select a window and hit the DEL key, then hitting ESC key still deleted window. Now ESC will abort deletion. | |
Issues with custom formula using German numeric separator | In various dialogs and analyses, when decimal separators had to be converted from comma to dot, there were issues. Conversion issues fixed. | |
Garbled strings show in exported TDMS file | Issue fixed in 2020b. Issue introduced in Origin 2018. Origin was not exporting strings to TDMS files as UTF-8. |