Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-26152

Wrong script after Generate Script for SubGroup Method By Reference Colum(s) in XF reducexy

For Analysis: Data Manipulation: Reduce by Group tool, it supports SubGroup Method By Reference Colum(s) in Origin2023, but if customize some settings and Generate Script, it outputs wrong script

Fixed in Origin2023b

ORG-25670

Reduce by Group issues

For date data, open Analysis: Data Manipulation: Reduce by Group tool, set Subgroup method as X Increment, set X Increment as 1year/1month, it uses hard coded day 365/31, in Origin2023b, now check year/month info

ORG-25645

Input column disable after change parameters for Integrate tool

Run below LabTalk, in worksheet, click change parameters ==> Input column is disable

Code Block
newbook; col(a)=data(1,30); col(b)=data(1,30); col(c)=data(2,60,2); plotxy iy:=(1,2:3) plot:=200; integ1 -r 2;

In Origin2023b, now enable but only for input manually or pick interactively from Range (Expand the Input)

Fitting

JIRA

SUMMARY

DETAILS

ORG-25674

Keep the fitted curve's line format adjusted during fitting interation

  1. Plot Scatter with any data, active graph window, press Ctrl+Y top open NLFit dialog, pick any function like Allometric1.

  2. Minimize NLFit dialog, change fitted curve’s width to be 3.

  3. Back to NLFit dialog, click any fitting buttons (Init, Simplex, Chi-Square, 1-Iter, Fit until converged).

==> Fitted curve’s width was changed to be 0.5

Fixed in Origin 2023b

...