Graphing
Annotation
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Elbow Arrow | Add elbow arrows like Prism | Single elbow arrow is added in Arrows group on Tools toolbar. See hint when mousing over the toolbar button or on status bar. E.g. Press Shift key while drawing it will create segement with arrow horizontally. Click on the arrow object to use mini toolbar for further edit. | |
Specify the angle value for angle annotation directly | The angle of the angle annotation could be dynamically updated based on the angle value input by the user. | In Dimension tab, add Method option after Units, list
|
General
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Save Theme as should Fill Theme name by default | preset the original theme name in save as dialog |
In Theme Preview app, we provide themes like Custom Page Size, Custom Font etc. User just need to change the property setting, and save the theme in same name, the quick style will use the new theme. | |
Provide Right Margin when Arrange Windows | Arranging windows in a subregion of workspace | In Window: Arrange Windows… dialog, Right Margin (%) is added. Check it and set it to 25%. Only left 75% of workspace will be used to arrange windows. User can pin some child windows to exclude it from arrangement and put it on the right side so it will not be on top of other child windows. | |
Improved Shortcut Keys and Worksheet Functionality | Hot key to insert/delete rows. | Highlight a row(s), then Insert Rows: Use Delete Rows: Use | |
Draw Rectangle With Rounded Corner | In toolbar, add Rounded Rectangle after Rectangle. | Select it and drag to rectangle should create rectangle with rounded corner. Anchor point could decide the radius for rounded corner. | |
Extract, Create Copy of ShDF Data | Copy Values from plot or create slicer copy as new book. | Right click the plot with slicer to choose Copy Values or Create Slicer Copy as New Book context menu. |
Import
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Improvement for binary data in Import Wizard | Header variables should support customize names for binary data in Import Wizard | ||
Improvements When Changing Data Source of Data Connector | Show Options dialog checkbox is added in Data Source File Path dialog | In older version, on a sheet with data connector, when clicking the connector icon and choose Data Source… to change data file, after clicking OK, new data wasn’t imported directly. The subsequence Import Options dialog always showed for user to confirm the settings but most of the time user just needed to click OK without any change. In Origin 2025, Show Options dialog checkbox is added and by default unchecked so data can be imported directly after clicking OK. |
Analysis
General
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Gadgets
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Vertical Cursor lists Book Long Name | In Vertical Cursor tool, support Book Long name |
Programming
Python
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Python supports setting parameter bounds in NLFit | Added following function to set parameter bounds in NLFit. def set_lbound(self, p, ctrl='>', val=None) def set_ubound(self, p, ctrl='<', val=None) | Example: import originpro as op wks = op.new_sheet() fn=op.path('e') + r'Samples\Curve Fitting\Gaussian.dat' wks.from_file(fn, False) model2 = op.NLFit('Gauss') model2.set_data(wks, 0, 1) model2.set_lbound('y0','>','6') model2.set_ubound('A','<','800') model2.fit() |
LabTalk
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
More efficient way to assign values on label Rows | Label row supports assign numeric value and supports assigning scalar string values to dataset. | How to assign values to a user-defined parameter row. newbook; //C, L, U are label row characters range -v rvA=[C]:[C], rvB=[L]:[L], rvC=[U]:[U]; rvA[1]=20; rvA[2]$="hello"; rvB=30; rvC="world"; |
Miscellaneous
Ease of Use
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Improved Project Explorer Search Tool | Introduced Project Browser for easier navigation and management of project windows | Project Browser is shown in Project explorer with the icon or F3. The Project Browser will help you find Windows, Graphs, Books, Notes, Sheets, Columns and Folders by name. You can choose where to find these objects. You can also use further customization to find objects in Advanced Find… | |
Search box on Main Menu | Search menu, toolbar, Apps items to use | Search box to the right of Help menu to search for menu, toolbar, context menu, app, etc. click on the found item to launch the tool or execute the action. | |
User-customizable shortcut keys | Ctrl+Prefix, Ctrl+Key for menus and toolbars |
| |
Hotkeys for tools toolbar | Single letter/number hotkey for tools on Tools toolbar | Mouse over toolbar buttons on Tools toolbar to see the hotkeys. E.g. With graph active,
No need to press ESC key to switch modes. E.g. press 9 to enter Add Straight Line mode. press 7 to switch to Add Straight Arrow mode. | |
Graph: Fixed Scale Factor menu improvements | Scale factor will be set to 1 without need to open dialog | By default many graph types are set so text, line, etc. graph element scales with layer frame. When a layer is shrunk, the text or line resizes. That’s why when you select text in graph, on status bar, it shows two Size (actual) = 22 (10.1) Most users just want to set the Scaling factor to 1 so element doesn’t resize with layer. There is really no need to popup a dialog which most users just click OK to close it. | |
Pin files on top of the Recent Origin Files Dialog | Pin favorite or common used files on top of the Recent Origin Files dialog |
| |
Add Row MTB should use new Statistics Tick label | Support five more statistics parameters in Add Row mini toolbar button in box chart table | ||
Prompt Message When Saving Large Projects where Data is Excluded | Prompt Message When Saving Large Projects where Data is Excluded | ||
ORG-25432 S2 | Change OPJU File Type to Origin Project | In Origin2025b, OGGU and OPJU changed as “Origin Project or Graph“ | |
Small Icon for graph and project looked the same, should be updated | Small Icon for graph and project looked the same, should be updated |