Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-27093

Alluvial OGG file show wrong color

  1. make alluvial plot, set link color to specified colors: index: col(D), save as oggu

  2. new project, open the oggu file

==> link after each node is same color, which is apparently wrong

Fixed in Origin2024

ORG-26821

LaTeX equation in 3D Graph use white background

  1. make 3D scatter plot, add latex equation as axis title or color scale title

  2. open PD, go to page level, display tab, change color to grey

==> all latex equation in axis title and color scale title use white background

Fixed in Origin2024

ORG-27112

Origin crashes when inserting image from graph window to text object

  1. New project then new two graphs.

  2. Active the Graph2, use the text tool from toolbar to add a text object.

  3. Paste “\img(Graph1, w=300)“ in the text object when inplace edit mode is on.

==> Origin crashes. Fixed in Origin 2024.

ORG-27047

Bar Plot Pattern and Page Size issue

  1. Open 5_Br_I.opju (attached to ORG-27047)

  2. For Graph6, right-click>Fit Page to Layers…>default settings
    ==>Page dimensions go from 15.01x23.57 to 1681x1690

Fixed in Origin2024

ORG-27042

Origin crashes when inserting svg map

  1. New a graph then choose Insert: Image from File menu.

  2. Open some special SVG Map.

==> Origin crashes. Fixed in Origin 2024.

ORG-27029

Virtual Matrix Manager open from plotvm should list all vm

  1. Highlight some data in worksheet then plot heatmap by menu for example.

  2. In plotvm dialog, click the fly-out button after input and choose the Select Virtual Matrix context menu.

==> Not all VM in the project is listed. Fixed in Origin 2024.

ORG-25472 P3

Speed Issue with large number of subset

Speed mode showing Issue with large number of subset

Fixed in Origin 2024.

ORG-27219

Color fails to apply to all in Text for LaTeX syntax

  1. In graph window, new a text and input LaTex expression like \q(S \propto \ln \left(\frac{n^*}{n} \right))

  2. Set Font Color as Green

==> The fraction line still shows black. Fixed in Origin2024

ORG-27270

Colormap surface disappear issue

The surface is not displayed if we make the graph with "Set Column values with normal random numbers" that includes "-" values.

Fixed in Origin2024.

ORG-27240

Decimal Digits Inconsistency in Engineer/Scientific Format

  1. New a graph, set Y axis range as 0 to 4000, display as Engineering:1k, major tick by increment 1k.

  2. -->tick label show with 0 decimal digits,like “1k”.

  3. Change increment to 2k.

  4. ==>tick label show with 1 decimal digits,like “2.0k”

Fixed in Origin2024, and new system variable ESD is added, default equal 1. set @ESD=0 to roll back to old behavior.27249

No label leader line for special point in 3D scatter

  1. make 3d scatter plot

  2. add one special point, open PD dialog, go to label tab, check enable, check leader line, uncheck auto offset, set X=600, click OK
    ==> no leader line

  3. reopen PD dialog for special point, go to label tab

==> leader line is not checked

4. check leader line again, change connect of leader line to straight, click OK
--> there is leader line

Fixed in Origin2024.

  1. make 3d scatter plot

  2. add one special point, open PD dialog, go to label tab, check enable, check leader line, uncheck auto offset, set X=600, click OK

  3. select page, right click, copy format: all

  4. make new 3d scatter plot, paste format

==> checkbox of leader line is not checked

Fixed in Origin2024

Analysis

General

JIRA

SUMMARY

DETAILS

...

JIRA

SUMMARY

DETAILS

ORG-27092

Origin mess up the file order when import multiple files in a folder

  1. Select Data: Connect Multiple Files menu.

  2. Select Data Connector as CSV, Source as “Files in Specified Folder“, check “Same Book“.

  3. Set specified folder as Samples\Batch2 under the program folder. Click OK.

==> The imported files are in wrong order. Fixed in Origin 2024.

Note: similar issue also exist in the File: New: Image: Multiple Image Files tool and findFiles x-function.

ORG-27220

CSV Connector failed for heading has umatched quote

CSV Connector failed to import the ASCII file with umatched quote in header.

Fixed in Origin 2024.

If still fails, try to set system variable @deng=0, and then import.

ORG-27227

Import Wizard extract variable failed on German date time format

Import Wizard failed to extract variable on date time string in GOS.

Fixed in Origin 2024.

Miscellaneous

JIRA

SUMMARY

DETAILS

ORG-27036

Slowness with many sheets

In Origin 2023b SR1 and earlier versions, a project has a workbook with many sheets.

  1. Opening project is slow.

  2. Deleting many sheets is slow.

  3. Saving many-sheets book is slow.

  4. Slow to show confirmation message box for delete window.

  5. Deleting all unused loose dataset is slow

Improved above 5 issues speed in Origin 2024.

ORG-27196

Unchecking "Name" column makes hidden windows not greyed out in PE

In Origin 2023b SR1 and earlier versions, in Project Explorer when user uncheck “Name“ column at content panel, the hidden windows are not shown as gray.

Fixed in Origin 2024.

ORG-27044

Object Manager shows as grey after D&D other floating window

In Origin 2023b, drag two workbook as floating window, then drag the 2nd one back to Origin workspace, active the 1st one, Object Manager shows as grey

Fixed in Origin2024

ORG-26085

Cannot type longer string in R Console

In Origin 2023b, the text limit for the editor in R console is 65536, if maximum size is reached, then can not type any string in R console.

Fixed in Origin 2024. Increased the text limit size to 2^31(2GB).