Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-29150

LaTeX using third party extension fails to show dark mode

In Dark mode, LaTeX inserted using third party extension is dark.

Fixed in Origin 2025. By default, it will show in white in dark mode.

Corresponding system variable @SVGDM (LaTeX SVG supports dark mode). 0 = off. 1 (default)= On.

ORG-29066

Horizontal or vertical line sometimes disappear when anti-aliasing is enable

When anti-liasing is on, resize graph window, sometimes horizontal of vertical line plots or error bars would disappear.

Fixed in Origin 2025.

ORG-29255

Fit Page to layer didn’t consider cut-off

When trying to fit page to layer, if a data point was not clipped, then the related error bar would be included.

Fixed in Origin 2025 so if it is not clipped, the error bar will not be included.

ORG-28946

Strange string shows if Scale In graph with graph object

When Scale in graph with graph object, strange string shows

Fixed in Origin2025

ORG-29216

OM fails to display correct info when switching folder if docked together with Project Explorer

Docked Object Manager with Project Explorer as 2 tabs, switch folder in Project Exlorer and active Object Manager, Object Manager display wrong info

Fixed in Origin2025

ORG-29045

3D graph display and plotting issue if fresh Origin instance

  1. Start a new Origin instance.

  2. Open the attached ORG29045.opju

  3. Plot a 3D Stacked Bar plot from colums A, B, C, E, F

  4. Select the plot layer frame and resize using the handles (or changing axis scale).
    ==> Plot disappears.

  5. Create a second 3D Stacked Bar Plot
    ==>No plots shown, axis scales are not even correct.

  6. Reopen the opju and repeat steps 3-5
    -->No issues

Fixed in Origin2025

ORG-29013

3D Graph's Color Scale Title fails to show LaTeX formula

1.New a project, open attached “3DTextLaTeX.opju“

→ notice that there are two 2D text objects on the graph, same contents.

2.Open Object Properties for one of them, paste the LaTeX Formula as the 2nd line, click OK.

Code Block
\q(\left\langle{{F}_{l}}\right\rangle)

==> The normal text part became jagged.

Fixed in Origin2025

ORG-29298

3D Scatter Projected Points are obscured by other points.

In a 3D scatter plot, the project points are obscured behind other points.

Fixed in Origin 2025

ORG-28966

Tooltip of Parallel sets plot does not update when moving around

  1. make Parallel Sets plot

  2. mouse over link → tooltip shows

  3. move to other link ==> the tooltip in step 3 still show.

Fixed in Origin2025

ORG-29241

3D Axis dialog only accepted Julian date

In a 3D plot, click on an axis dialog that uses Date format and go to Scale. Instead of the axis dialog showing Julian Date for From and To, it uses date time format.

ORG-28804

Light mode windows coloring control

  1. enable dark mode, set dark mode theme to purple

  2. set background color in dark mode toolbar to #22222E

  3. activate workbook window, in script window run “mem -pw“ ==> GraphBK is <None> in worksheet.

Fixed in Origin2025

ORG-28766

Collect issues for new arrow shape

  1. make 3d scatters plot

  2. add arrow object by toolbar button

  3. select the arrow, change its shape to new shape(circle/square/cross)

==> no change

Fixed in Origin2025

ORG-29092

Layer Icon Disappear When Resize Window

  1. new worksheet, open worksheet properties dialog, set size with 8000 rows * 3 columns

  2. fill column A with row number, fill column B C with random data

  3. select all and plot lines

  4. enable Anti-aliasing, then resize window ==> layer icon disappear when resize window.

Fixed in Origin2025

ORG-27913

Drag log scale issues

For log scale graph, drag the axis scale with red dot fails to extend range

Fixed in Origin2025

ORG-29293

Bracket Issue when dragging end point to opposite position

  1. new graph, Select Add Round Bracket from toolbar

  2. select one end, drag it to top ==> shape is odd

Fixed in Origin2025

ORG-28968

Calculation Error When Undo Margin Change

  1. plot scatter with row number,

  2. open properties dialog of legend, go to frame tab → check all margins are 12.4

  3. mouse over legend to show hand icon, then click and drag to resize margin to maximum size

  4. ctrl+Z, open properties dialog of legend, go to frame tab ==> left top margin is 13, right bottom is 12.5

  5. repeat step 4&5 ==> left=13, top=13.5, right bottom is 12.5. It seems left and top could be bigger in every time

Fixed in Origin2025

We also support undo legend margin change for 3D in Origin2025.

ORG-29423

XYZ scatters are not in correct position if added on virtual matrix surface

  1. Open the attached OPJ

  2. Highlight the whole worksheet “data3D“ and create a surface plot from the virtual matrix

  3. Activate the worksheet “dataXYZ“, drag and drop column C in the surface graph to plot the 3D scatter plot

==>The coordinate of the scatters are wrong, The first point locates on X=-1 though it’s X value is 0

Fixed in Origin2025

ORG-29186

Edits transparency resets color increment on Group tab

  1. make grouped 3D bars plot

  2. open PD dialog, go to group tab, set increment of bar shape to stretch, click apply

  3. go to pattern tab, change transparency, click apply

  4. go back to group tab
    ==> increment is changed to by one

Fixed in Origin2025

ORG-29664

Change in order from applying System ThemeSystem increment list color to System increment list colorSystem Theme because color theme was not correctly updating

The issue in the past was when a theme included a custom color list, when setting the theme as the system theme, the color would not modify correctly.

Fixed in Origin2025

Data Handling

Import

JIRA

SUMMARY

DETAILS

ORG-29173

Data import failed after moving some newly created columns to beginning of worksheet

Import data via CSV/Text data connector and then add new column(s) at the end to do some calculation, etc. Then move such new column to the beginning of the worksheet.

Save the project and reload it.

Click the connector icon and choose Import to reload data.

==> Failed to import.

Fixed in Origin 2025.

ORG-29196

XML Connector Namespace Handling

If the root element contains colon that denotes namespace(like “ADELlaserBeamPositionKpiHis:Report”), and then select it to import by XML Connector.

==>Failed to import.

Fixed in Origin 2025.

ORG-28179

Ignore Data Connector in Data Sheet if Data Source is not from Files

For batch processing, when data source is not from file, it is not possible to connect to data from worksheet with Data Connector.

Fixed in Origin 2025.

When there is data connector in data sheet, connector should be ignored, the selected worksheet or range should copy to data sheet(paste from 1st column).

...