Origin 2023b SR1 Bug Fixes

Graphing

JIRA

SUMMARY

DETAILS

JIRA

SUMMARY

DETAILS

ORG-27022

Error bars disappears in Origin 2023b Sr0

Graph with error bar which showed fine in Origin 2023 disappears when the file is opened in Origin 2023b Sr0.

The issue only happens if the x axis tick labels is not using X column and clip data to frame is checked, which is the default setting in graph.

  1. tick label type is Text from dataset but Dataset field is empty

  2. X column is Text but tick label set to numeric

Workaround:

  1. Set Clip data to Frame to Do not clip.

  2. Or use the X column as tick labels.

 

Fixed in Origin 2023b SR1

ORG-27054

Some LaTeX equation failed to show

If LaTeX text failed to be converted, Origin has to be restarted to make the conversion work again.

Fixed in Origin 2023b SR1.

ORG-26632

Fails to show equation if no gap between “<“ and character

  1. New a graph, right-click and choose Insert LaTeX Equation to open dialog.

  2. Enter x<y

  3. Click OK.
    ==> No equation shows in the graph.

Fixed in Origin 2023b SR1

ORG-26995

SVG map file comes in as a black rectangle

Some SVG Map inserted into graph shows as a black rectangle

Fixed in Origin 2023b SR1

ORG-26686

Error message show when activating vector tab of plot details dialog in COS/GOS/JOS

  1. New a worksheet with 4 column, fill with random numbers, highlight all, make vector xyam plot.

  2. Double click on data plot to open plot in plot level to activate Vector tab.
    ==>error say "不支持尝试执行的操作"

  3. Click ok three times in pop up message box.
    --> vector tab is active in plot details dialog

  4. Try do any changes in vector tab, click ok.
    ==>no change in graph.

note:

1.This problem also exist in JOS,GOS, not exist in EOS.
2.This problem exist in all plots contain vector tab such as vector xyam, vector xyxy, polar vector,Compass Plot,ternary vector,etc.

Fixed in Origin2023b SR1

Import

JIRA

SUMMARY

DETAILS

JIRA

SUMMARY

DETAILS

ORG-27013

CSV Connector Failed to Import 3-digit Hour Data

CSV Connector failed to import time data when the hour in [hh:mm:ss] was greater than 2-digits—a maximum of 99.

Fixed in Origin 2023b SR1. The hour part can now be 1, 2, or 3 digits, so a maximum of 999 hours is supported.

Worksheet

JIRA

SUMMARY

DETAILS

JIRA

SUMMARY

DETAILS

ORG-27041

Function with comma decimal separator not working correctly in German version

In German version, when try to type formula like sin(A+1,5) in the F(x) label cell, Origin will wrongly turn the decimal point “,” to be function separator “;”, so it failed to set value.

Issue started in Origin 2022b SR1, fixed in Origin 2023b SR1.

 

Analysis

JIRA

SUMMARY

DETAILS

JIRA

SUMMARY

DETAILS

ORG-27059

PA Init Parameter Issue When X Data is Descending

In Peak Analyzer, choose goal: Fit Peaks and go to Fit Peaks page, then the initial peak parameters are not correct.

If sort X data to be ascending, no such issue.

Fixed in Origin 2023b Sr1.

 

 

 

Programming

JIRA

SUMMARY

DETAILS

JIRA

SUMMARY

DETAILS

ORG-27061

OC GetN dialog initial position not moveable in 2023b

The GetN dialog opens in the center of the monitor. Before Origin 2023b, it can be placed by MoveWindow().

Fixed in Origin 2023b SR1 by using attribute STR_USER_SIZE_ATTRIB.