Graphing
New Graph Types
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-25247 | Double-Y on the same Layer - Beta2 | Specify which Y-axis to plot against for multiple plots on the same layer. |
|
ORG-18926 | Vector Plot in Ternary Vector -Beta4 | Support Vector Plot in Ternary Coordinate |
|
ORG - 24531 | 3D Stacked Heatmap - Beta4 | Support a new plot type 3D Heatmap with flatted surface and fill to grid. |
|
...
JIRA | SUMMARY | DESCRIPTION | DETAILS | ||||
---|---|---|---|---|---|---|---|
ORG-25449 | Improvements on Export Graph (Advanced) - Beta2, Beta4 | Added hotkey Ctrl+Alt+G to export with last used theme. Added a clickable link on messages log to view exported graph |
0 = message with file path
| ||||
ORG-25298 | More skip data points options in plot | Smart skip point options based on data density and shape | For scatter plots and line+symbol plots, go to the Drop Lines tab. Two Smart Skip options are added:
System Variable @SMM determines the method used for Smart Skip: 0: Largest Triangle 1: Y-threshold 2: Data Distance Threshold 3: Douglas-Peucker-Hull 4: Largest Triangle for Segments(default) LT controlled can be used to specify starting skip points. In the example below, 10 means start to perform skip from the 10th row in the workbook data.
| ||||
ORG-25233 | Toggle layer, plot & graphic object’s selectability | LabTalk command and mini toolbar button to set whether or not layer, plot, or graphic objects are selectable. |
| ||||
ORG-25355 | Avoid using Function plot as Axis title unless it’s the only plot | Data Plot Index for Auto Axis Titles should exclude function plot unless it's the only one | When there are multiple plots (no matter data plot or function plot), Origin uses the 1st plot’s long name, unit as axis title. See the Data Plot Index for Auto Axis Titles dropdown list on Legends/Titles tab of graph node of Plot Details dialog. So if user moves the function plot as the 1st plot in graph window, F1 will show as axis title. In Origin 2023, we will skip using function plot as axis title unless it’s the only plot in the graph. Use system variable @FPT=1 to roll back to the old behavior. | ||||
Batch Plotting Short Name | Better handling of Batch Plotting Short Name numbers. | Short Name starting with G09 will increment to G10 instead of G010. | |||||
ORG-20137 | Data highlight mode when switching to worksheet | System variable to quit data highlight mode when switching to worksheet | Set System Variable @QDHT=1, data highlight some data points in graph and switch to worksheet, escape the data highlight mode and allow to plot directly with partial data selected. Default value is 0, data highlight mode kept when switching to worksheet. | ||||
ORG-25354 | Hide Legend for Function Plots | Option to hide function plot entries in legend | In previous versions, function plot would always show in legend. In Origin 2023, a context menu is added to Hide Function Plots in legend. | ||||
ORG-25452 | Axis Reference Line improvements | Reference line label consider divide by factor | Reference line label will follow divide by factor of tick labels. E.g. For scales from 1 to 10, if tick label is set to have divide by factor of 0.01, the tick labels will show as 100 to 1000. When adding reference line at 700, the reference line label will show 700. Used to show 7 (original scale) | ||||
ORG-24869 | Adjust the size of minor tick labels | Font Scaler (%) control on Minor Tick Labels tab | Set minor tick label font size to be relative to major tick label font size. | ||||
ORG-25285 | In-place edit for wrapped text object | For wrapped text, if not long, double click will enter in-place edit mode. For very long text, open Text Object dialog |
| ||||
ORG-25211 | More Image Window ROI Tools | Recalculate ROI (Rectangle) to copy to matrix/graph with proper XY coordinates. |
| ||||
ORG-25350 | Fit Layers to Page more accurate | Boundary is more accurate after fitting layers to page and LabTalk command is added | The margin for Fit Layer to Page is more accurate in graph. Added LabTalk commands to specify each margin separately.
All the margin values can be negative if necessary. For example, using the following will make the graph look tighter to also accommodate for text object rectangles of the axis titles being too large.
| ||||
ORG-25023 | Keep Graph and Worksheet size in layout window when copying and pasting | Hold Alt key and then paste graph or worksheet in layout to another layout window to keep the size | Added the hot key Alt when copying and pasting images, graphs, and worksheet objects among layout or graph windows. Hold Alt while pasting graph or worksheet objects from one layout to another will retain the size properties of the copied selection. | ||||
ORG-23765 | More bracket shapes - Beta2 | Round and brace bracket shapes added |
| ||||
ORG-25375 | Column type in plotmyaex Dialog - Beta2 | Support Column type in Multiple-Y Axis plot | In plotmyaxes dialog (menu: Plot>Multi-Panel/Axis: Multiple Y Axes) Plot Type “Column“ is supported | ||||
ORG-25145 | Move data point improvement | Keep plot customization when move data point | In the past, choosing Data: Move Data Points, plot customization are not kept. Plots changed to default black symbol. In 2023, user can press Tab to toggle between using default scatter symbol or customized symbol. |
...
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-24917 | Layer Title Improvements | Center alignment, wrap text, etc. | When right clicking a layer and choose Add/Modify Layer Title, it will be center aligned and wrap text checked. Use _TITLE.box= to set the width of layer title. E.g. _TITLE.box=100 means the width of text box is 100% the width of layer . |
ORG-24822 | Angle Annotation - Beta2 | Measure the angle between two lines and annotate it | Select Angle Annotation toolbar button. Single-click 3 times to pick arm, vertex and the other arm. If an arm is close to a data point, it will snap to it. Click angle and drag anchors to adjust. Mini toolbar for angle and label for common edit. Double-click angle or right click and choose Properties to see all options. Double-click to modify the syntax, e.g. $(v, .3) to show 3 decimal places, $(v*pi/180, .2) to convert degree to radian and show 2 decimal places. |
ORG-25362 | Custom format to show plus sign for number - Beta3 | We can show positive or negative sign in custom format | In custom format. Add more options to show signs for numbers: .3 ----- 3 decimal places. old way |
ORG-25512 | Improve Worksheet Cell Substitution Format - Beta4 | Keep cell display format in column labels and when using plot index when using W as last argument | When referring to worksheet cell in text label in graph
|
...
JIRA | SUMMARY | DESCRIPTION | DETAILS | ||||
---|---|---|---|---|---|---|---|
ORG-22637 | Banded Rows in Worksheet | Alternate row column fill color | Click on upper-left corner of worksheet to turn on/off banded rows and set Banded Rows Color and show color on even or odd rows. LabTalk property for worksheet:
System Variables to control banding color and if it shows on odd or even rows: @WBC - RGB color @WBE=0 -odd rows, or 1 - even rows | ||||
ORG-22868 | Freeze Panes | Freeze rows and columns in worksheet | Freeze row or column makes navigating worksheet much easier.
| ||||
ORG-23417 | Protect Worksheet | Disable Editing of worksheet by adding a lock on sheet |
@WPO = 0 will lock up all except to change filled color etc. WPO_COLOR_AND_RESIZE = 0x01, | ||||
ORG-25445 | Hide Sheet - Beta3 | Hide sheets in workbook |
| ||||
ORG-14088 | Worksheet Cell Rich Text and Wrapping | Allow rich text wrap in worksheet cell | Origin 2023 allows wrapping rich text in worksheet cell. Use Wrap text context menu or Wrap Text checkbox on Format tab of Worksheet Properties dialog. Also, add a mini toolbar button for label row to easily turn on/off wrap text. Note: Text will not be wrapped in in-place edit mode. If both rich text and wrap are checked in data cell, the text will be center aligned vertically. Set @DCWRVC=0 to so text is top aligned. | ||||
ORG-25184 | Managing Sheets in Workbook Improvements - Beta4 | Make moving sheets in book easier. |
Drag them to another book to move them there.. Drag to workspace to move them to a new book. There is also Move to New Book or Selected Book in Navigate Worksheets dialog. Set system variable @SDMS=0 to roll back to old behavior to disable it.
When there were many many sheets. It’s impossible to drag a sheet to a certain location since Origin doesn’t auto scroll sheets. Supported in Origin 2023 now | ||||
ORG-25467 | Support Deselect Cells with Ctrl Key - Beta4 | Hold Ctrl key and click on those already selected cells will deselect them | Ctrl+select the already selected cells will unselect the cells. In the past, after selecting some cells in worksheet, there was no way to unselect some of them. | ||||
ORG-25402 | Intellisense/Auto complete improvements | Shows Auto Complete hint for the syntax of function argument. | When typing function formula in cell, Set Values dialog, Command window, etc., the auto complete hint will show the parameters of the function for easily enter. | ||||
Reduce/Combine Duplicated Rows Improvement | Select multiple reference columns added | Added the ability to select multiple reference columns for row sum. X-Function: | |||||
ORG-19861 | More Merge by options for reduce columns - Beta4 | Custom option is added to reduce columns by average + sd, etc. | Worksheet: Reduce Columns… Set Merge by Custom so user can specify multiple quantities to output. Note: sd column will be set as YErr automatically. | ||||
ORG-25249 | Better default setting when exporting GeoTIFF files | We have a default geo information setting in the exporting matrix as image dialog when it is tif type. | Default settings of exporting GeoTIFF, from both matrix and image window, are updated as following:
| ||||
ORG-25395 | Autofill for Column Formula Improvements | Enumerate column part with Ctrl+drag | E.g. In Book3, set column B’s F(x) as [book1]1!B+[book2]1!B, then Ctrl+Drag the tiny bottom-right corner of the F(x) cell to the right, it will column C, D, … 's formula as [book1]1!C+[book2]1!C, [book1]1!D+[book2]1!D, …. | ||||
ORG-25475 | Show stats of label row selection - Beta3 | On Status bar, show statistics when doing selection in column label area | Select cells in column label area, statistics such as count, average, sum, min, max, etc. show on Status bar. This used to only work for selection in data area. | ||||
ORG-25450 | Use Column Long Name as User Parameter Name for Unstack Column Group Info Row | For unstack column, when choose Put Grouping Info to Custom, and select user parameter for Labels to Store Grouping info, then the long name (if not empty) of group column will be used as user parameter label name. | |||||
ORG-25549 | Worksheet cell insert Image from files supports direction - Beta4 | Right-click a worksheet cell and choose Insert Images from Files to open insertImag dialog, a new option Insert Direction is added for user to choose the direction to insert images. | Default Row Major will insert images to same row first, which works same as before. The Column Major will insert images to same column first. | ||||
ORG-25548 | Improvement to Cell URL Link notation - Beta4 | New notations are added to execute LabTalk script, open external file. |
Also, support Alt + Double click to edit URL link in cell. |
...
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-25526 | Other Options in Data Connector - Beta4 | Click Other Options button in Data connector for more options | Options includes
|
Support importing Shapefiles in geodetic format | Added checkbox “Convert to WGS84” to dialog. | If “Convert to WGS84” is selected on import, thenthe XY values are converted from meter to longitude and latitude. | |
CSV and Excel Connector to allow LabTalk script post import | Added Post Import LabTalk Script option to Other Options dialog in Import Options dialog for CSV Connector and Excel Connector. | To run a LabTalk script to process the imported data after import, enter the LabTalk scripts into Post Import LabTalk Script editbox in Other Options dialog. Only available for CSV Connector and Excel Connector. | |
ORG-25113 | Import Excel with merged cell improvements | Different treatment of merged cell in column label row and data area | If a merged cell is in data comments area, the cells will be merged vertically but duplicated horizontally. Merged cells in data area will duplicate in each cell. System variable is @XMD (default 1 to duplicate in data area) |
GUI to edit user defined type Import Filter | Improve | Open | |
Connect to Web Issues | separate out the “Recent URLs” menu in Connet to WebRecent URLs dialog into two menus “Sample URLs“ and “Recent URLs“ | Preshipped sample URLs will be list in “Sample URLs“ menu, and the recent used URLs will be list in “Recent URLs“ menu. |
...
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-25385 | Folder and Window Navigation | Added features to folder management to make it easier to navigate folders, Seesaw (toggle folders) and add shortcuts, etc. | Folder & Windows toolbar added
Menu and context menu added
|
ORG-25422 | Folder Notes | Add Notes for a folder in Project |
|
ORG-25498 | Mini toolbar on folders in Project Explorer- Beta4 | Mini toolbar on folders on top panel of Project Explorer for common manipulation | 3 buttons exist on mini toolbar.
|
ORG-25451 | Default toolbar layout in Origin 2023 |
| |
ORG-25253 | Arrange Window Improvements | More improvements are added such as include minimized window or exclude pinned window in window arrangement |
|
ORG-24746 | Improve Shortcuts to Show Pages from two folders | Add shortcuts of windows in another folder to activate the folder for comparison | Only windows in active folder shows in workspace. To compare windows in active folder with some windows in other folder,
|
ORG-25423 | More on Improve Shortcuts 2023 | Window menu add new items for Shortcuts |
|
ORG-25343 | Restore window size | Window: Restore Window Size to restore non-maximized window size and position | After arranging window layout in a folder, user may resize or move a window. User can choose Window: Restore window size (Ctrl+Shift+Z) to restore the window to original size and positon. |
ORG-24937 -Beta2 | Easier hot keys to zoom and scale in | Press Z key, right-click and drag to change the scale. | Press Z key, right-click and drag to change the scale.
|
ORG-25453 | Easier way to save window to project folder | Provide <Project Folder> in built-in File Path list of Save Window As… dialog | In Save Window As dialog, click File Path list. Two extra path are added related to Project Path so user can easily save window to same folder as project file or subfolder based in Project Explorer structure. |
ORG-25448 | Recent Project History | OriginProjHistory.txt in UFF | OriginProjHistory.txt created to list recent Origin files, e.g. project, graph, workbook, etc. System variable @MHF=1000 (default) : max number of entries to keep Set it to 0 or less to stop adding entries. |
...