Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Graphing

Annotation

JIRA

SUMMARY

DESCRIPTOIN

DETAILS

ORG-30150

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

ORG-30023

Save Theme as should Fill Theme name by default

preset the original theme name in save as dialog

  1. open theme organizer dialog

  2. go to last theme in Graph tab, right click All Axes ON, select edit

  3. uncheck show checkbox, click save as

    → All Axes ON show as Name of New Theme, then user could modify the name.

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

ORG-10764

Improvement for binary data in Import Wizard

Header variables should support customize names for binary data in Import Wizard

Define variable name for binary file.jpg

ORG-29757

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

ORG-30144

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

ORG-29564

Search box on Main Menu

Search menu, toolbar, Apps items to use

ORG-30352

User-customizable shortcut keys

Ctrl+Prefix, Ctrl+Key for menus and toolbars

  1. Preferences: Key Chords… (Ctrl+Alt+K) to set Prefix and view 2nd Keys.

  2. Press Ctrl+Shift while clicking on menu/toolbar buttons to add hotkeys for menu/toolbar.

ORG-30294

Hotkeys for tools toolbar

Single letter/number hotkey for tools on Tools toolbar

Mouse over toolbar buttons on Tools toolbar to see the hotkeys.

image-20241209-222443.png

E.g. With graph active,

  • Press1 will enter scale in mode.

  • Press H will enter Data Highlight mode

  • Press 9 will enter add straight line mode.

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.

ORG-30324

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.

ORG-30206

Pin files on top of the Recent Origin Files Dialog

Pin favorite or common used files on top of the Recent Origin Files dialog

  1. Double click gray area in workspace to open Recent Origin Files dialog.

  2. Right click file(s) and choose Pin to stick file(s) on top of the dialog.

ORG-30125

Add Row MTB should use new Statistics Tick label

Support five more statistics parameters in Add Row mini toolbar button in box chart table

ORG-30125.png

  • No labels