Graphing
General
JIRA | SUMMARY | DETAILS |
---|---|---|
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. | |
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. | |
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. | |
Strange string shows if Scale In graph with graph object | When Scale in graph with graph object, strange string shows Fixed in Origin2025 | |
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 | |
3D graph display and plotting issue if fresh Origin instance |
Fixed in Origin2025 | |
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. \q(\left\langle{{F}_{l}}\right\rangle) ==> The normal text part became jagged. Fixed in Origin2025 | |
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 | |
Tooltip of Parallel sets plot does not update when moving around |
Fixed in Origin2025 | |
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. | |
Light mode windows coloring control |
Fixed in Origin2025 | |
Collect issues for new arrow shape |
==> no change Fixed in Origin2025 |
Data Handling
Import
JIRA | SUMMARY | DETAILS |
---|---|---|
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. | |
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. |
Export
JIRA | SUMMARY | DETAILS |
---|---|---|
Export Excel failed with Japanese characters in Sheet name | Export to excel with Japanese characters in Sheet. ==> Error message: “Japanese characters“ sheet name does not satisfy Excel naming rule and is not exported. Fixed in Origin 2025. | |
Preview in Export Graph failed if ever exported | New a project, make Message Log window visible, new a graph window. 2.Press Ctrl+G to open Export Graph (Advanced) dialog, click Apply. → it exports successfully and dumped the path in Log window. 3.Click Preview button. ==> Error message dumped 2 times “Fail to get extension for image type Unknown“. ==> Preview panel is still empty. Fixed in Origin2025 | |
Exported SVG failed to display axis notation | When exporting a graph with scientific notation on the axis, The graph did not display scientific notation when exported as SVG. Fixed in Origin2025 | |
System Parameter with cell linking failed to be exported as displayed text |
==> The second row labels are not exported correctly. Fixed in Origin2025 | |
Line objects on graphs cause issues |
Fixed in Origin2025 | |
copy graph as image mess up when set do not clip in MT |
Fixed in Origin2025 |
Worksheet
JIRA | SUMMARY | DETAILS |
---|---|---|
Sheet failed to update in current active sheet after changing sheet name. | In a Gaussian sheet, change the sheet name to some other name. The name of the book is changed, but the name for the sheet is not updated. Also when saving the project, and changing the data, the formulas that use the sheet name are not updated. Fixed in Origin 2025. Formulas will update and sheets/books will update. | |
Autofill to left or up direction would fill increasing number text and autofill for row direction does not work well for date data. | In a new workbook, fill A10 with text like “a10”. When dragging up to A1, it would fill increasing number text like a11,a12,… In a new workbook with 6 columns, set the columns as Date format, type 1/1/2024 in A1 cell and 2/1/2024 in B2 cell. When dragging the 2 highlighted cells to F1, the 4th cell did not fill the first date of the month. Fixed in Origin 2025. | |
0 refers to the last index if by X when we want it to be the value 0 | When changing parameters and selecting the input, when setting the range, if 0 is used, it refers to the last point on the graph. It now maps to the value 0 instead of the last point. Fixed in Origin 2025 |
Matrix
JIRA | SUMMARY | DETAILS |
---|---|---|
Generating grid results from a matrix are x-y exchanged | In a new worksheet with 3 columns, fill with random numbers and set col(C) as Z. Make a contour plot then right click the plot and select Generate Grid. Set X Grid Size as 31 and output as Matrix. Right click the upper-left corner and set the dimension to open the dialog. Since Origin 2016, it would output the x as y and the y as x. Fixed in Origin 2025 |
Analysis
Fitting
JIRA | SUMMARY | DETAILS |
---|---|---|
Reset All Graphs cause the Residual Plots embedding | After fitting, right click in FitNL sheet, then click Rest All Graphs context menu, Residual Plots changes to text “embedding“ Fixed in Origin2025 | |
Image Analysis
JIRA | SUMMARY | DETAILS |
---|---|---|
Fail to split Real32 type image | Open the Real32 type image in Origin then choose Image: Split Color Image menu. ==> Fail to split. Issue existed since Origin 2022 and fixed in Origin 2025. | |
Programming
JIRA | SUMMARY | DETAILS |
---|---|---|
Python originpro method from_df() Fail to Handle MultiIndex data frame | When multiIndex Pandas dataframe is passed to Origin with from_df() method, it gets imported as empty columns. After the fixing, index columns are imported into columns in Origin. |