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. |
Gerneral
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. |
Import
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
Improvement for binary data in Import Wizard | Header variables should support customize names for binary data in Import Wizard | ||
CSV connector default to not open CSV Import Options dialog | Default not show Options dialog when changing Data Source | Added Show Options Dialog option to Data Source File Path dialog, so users can specify whether show Options dialog when change data source. |
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() |
Miscellaneous
Ease of Use
JIRA | SUMMARY | DESCRIPTOIN | DETAILS |
---|---|---|---|
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 |
|