Origin 2025b SR1 Bug Fixes
Graphing
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31552 | Reference Line Default Label Position | In 2025b Sr0, right page margin is small. When add reference line for vertical axis, the label will be outside of page. In 2025b Sr1, the default label position of below reference will be Inside End-Below:
|
ORG-31468 | Bad box chart preview and default graph in Graph Maker | Plot Box chart with graph maker app in 2025 Sr0 In 2025 SR1, remove the legend for box chart in preview and Result graph |
ORG-31495 | Drag brace bracket anchor shows bad display | Drag brace bracket anchor vertically ==> Bad display, Fixed in 2025b SR1 |
ORG-31407 | undo and redo for Arrange Layers XF |
Fixed in Origin2025b SR1. |
Origin crashes when undo changes if graph layer is selected |
Fixed in Origin2025b SR1. | |
ORG-31511 | Crash if Save as Increment List Dialog not Closed Correctly |
|
ORG-31628 | Save Stacked Column Plot Crashes Origin |
==> Origin Crashes. No such issue in 2025 |
ORG-31416 | Legend display issues with classic graph option settings |
|
ORG-31485 | Reconstruct Legend should show legend |
|
ORG-31792 | issues on creating CDF plot from script |
sec;
plot_cdf -r 2 irng:=[%H]!(E,F) group:=[%H]!(C,D) muldata:=layers mulgroups:=layers;
queue{watch;}→ plots are created. ==> error message “#Command Error!” dumped, sometimes it will crash after a few runs (cannot reproduce stably). |
ORG-31764 | Error The parameter is incorrect shows in click node in PD |
|
ORG-31678 | Run chart properties issues on Change Parameters |
==> Line color changes to original color (#1A6FDF). |
ORG-31677 | CDF plot properties issues on Change Parameters |
==> Line color changes to black. |
ORG-31736 | Change Parameter auto rotate should fit layer to page |
|
ORG-31673 | Grouped Box Chart Format Changes after Recalculation |
==> The plot's format isn't maintained. |
ORG-31461 | Grouped box chart follows template setting |
|
ORG-31605 | Page Title Overlapping When Merging Graphs |
|
Import
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31470 | Reimport files with unicode file name from Data menu issues | Recent imported file names are listed under Data menu for quick access in 2025b sr0. But some issues are found.
|
Analysis
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31499 | Should show R square in nonlinear curve fit's report graph |
|
ORG-31484 | Crash when using Decision Tree Analysis app |
==> Crash, Fixed in Decision Tree Analysis app >= 1.04 |
FFT result data is not cleared for large dataset if user column is existing |
==>still existing 1,000,000 row data in result data sheet. it should be 700,000 row data. Fixed in Origin2025b SR1 | |
Decimate output wrong if input contains missing values | Do decimate with any data with n row missing value. ==>decimate output also contains n row missing value. Fixed in Origin2025b SR1 | |
ORG-31679 | Should not show cell link on Analysis template | Do Linear Fit with any data, save as analysis template ==> Show some cell links on result sheet Fixed in Origin2025b SR1 |
Worksheet
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31563 | Delete “=” in cell formula caused crash | New bug introduced in Origin 2025b SR0.
Fixed in Origin2025b SR1. |
ORG-31625 | Wrong auto fill cell formula after insert rows | New bug introduced in Origin 2025b SR0.
Fixed in Origin2025b SR1. |
ORG-31471 | Origin crashes when delete column in some book that contains data filter | For some book contains Data Filter, Sparklines, Cell Link, and Set Values operation, delete column may caused Origin crash. Fixed in Origin2025b SR1. |
Report sheet mess up after double click link graph to jump to report sheet |
==>fail to show result data table in report sheet Fixed in Origin2025b SR1. | |
ORG-31358 | Report sheet table better cell alignment | In Origin 2025b SR0 or earlier versions, Report sheet table certain cell is left alignment, while others are right alignment. Fixed in Origin2025b SR1. |
Programming
LabTalk
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31475 | Bad graph if Managing Layers with newpanel XF | newbook;
path$ = system.path.program$ + "Samples\Graphing\";
fname$ = path$ + "waterfall2.dat";
impasc;
string bkname$=%H;
newpanel 2 2;
// Plot the data
for (ii=2; ii<6; ii++)
{
plotxy iy:=[bkname$]1!wcol(ii) plot:=200 ogl:=$(ii-1);
}==> The axes and other graph objects in 1st layer is different from others Fixed in Origin2025b SR1 |
Python
JIRA | SUMMARY | DETAILS |
|---|---|---|
get_label() fails with user parameter index above 10 | import originpro as op
wks = op.new_sheet()
for i in range(1,15,1):
wks.set_int(f"userParam{i}", 1)
wks.set_label(0, i , f"userParam{i}")
for i in range(1,15,1):
print(wks.get_label(0, f"D{i}"))==>Failed to get user parameter with index above 10. Fixed in Origin2025b SR1 | |
graph_list() 'o' and 'f' Issue | import originpro as op
op.new_graph()
for gp in op.graph_list('f'): #All graphs in folder
layer_count = gp.get_int('nlayers')
for idx in range(layer_count):
gl = gp[idx] #dumps error
print(f'gl: {gl}')==>Dumps error when get layer from graph. Fixed in Origin2025b SR1 | |
Set Right Y Axis Title with Python | import originpro as op
graph = op.new_graph()
layer2 = graph.add_layer(2)
ay=layer2.axis('y2')
print(ay.title)==>Failed to get y axis title, and dumps error. Fixed in Origin2025b SR1 |
Miscallaneous
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-31622 | 2025b startup slowness | New issue in Origin 2025b Sr0. This delay from program launch to splash screen can be 5-15 seconds. Fixed in Origin 2025b SR1 |
Collect issues of image digitizer |
Fixed in Origin2025b SR1 | |
Apps do not respect custom CRAN mirror for R Packages | 1.Set a CRAN mirror to file below (admin privileges required in general) C:\Program Files\R\R-4.5.0\etc\Rprofile.sitelike # set a CRAN mirror
local({r <- getOption("repos")
r["CRAN"] <- "https://mirrors.tuna.tsinghua.edu.cn/CRAN/"
r["Mirror1"] <- "https://ftp.yz.yamagata-u.ac.jp/pub/cran/"
r["Mirror2"] <- "https://ftp.fau.de/cran/"
r["Mirror3"] <- "https://cran.yu.ac.kr/"
options(repos=r)})2.Run the DOE app to download required R packages ==>Failed to download R packages from the custom mirror. Fixed in Origin2025b SR1 | |
ORG-31895 | Crash if Select All and Right Click on Object Manager |
==> Crash Fixed in Origin2025b SR1 |