Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Graphing

New Graph Types

...

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25582

Allow for easy placement, resizing, and rotation of SVG images in graphs

  1. Allow placing, resizing and rotating the SVG images in graph

  2. If SVG is not rotated, Reset to Native Aspect Ratio is available.

  1. Drag the SVG image to placing, single click to enter Resize mode, single click twice to enter Rotate mode.

  2. Double click the SVG image to open dialog and change Position, Size, (Rotated) Angle and Reset to Native Aspect Ratio.

  3. LabTalk to change rotation: object name.Rotate = 90. Double click the SVG image to check the SVG object name in the Control tab,

ORG-26142

Indicate Linked File, SVG and Image Graphic Objects

Status bar and Object Manager improvements to indicate if graphic object is linked to a file or not

  1. In Object manager, Show Graphic Object view, if an image is linked to external file, (Linked) shows next to the object

  2. When clicking on an inserted image in graph, file path and linked or not info. show on Status bar.

ORG-26154

Insert Image Auto Set Linked File and Message

Insert image from file or web should be set as Linked File if file size is larger than 800kb

By default, @IML=800. So if file size < 800kb, image will not be set to Linked File, otherwise it will automatically be set as linked file.

Set @IML =1 to set all inserted image object as linked file.

ORG-26108

Copy Paste Linked Image between Graph windows

Keep image linked and updated when copy and paste an image from one graph or layout to other graph/windows

In the past, if image is linked to external file, when copy (Ctrl+C) and paste it (Ctrl+V), the image object shows hashtag, etc. so user needs to double click the image to open Image window and Import to update it.

Much straightfoward in Origin 2023b now. Paste will directly show the image.

ORG-26061

Support Gradient Fill for 3D Bar When Color Fill By Point

Enable gradient fill group when fill color of 3D bar and XYY bar is filled by point.

ORG-24181

Axis arrow heads in 3D Graph

Turn on arrow head for XYZ axis in 3D graphs

ORG-24777

Show arrow in 3D trajectory graph

3D Line Tab Support Arrow

Arrow group is only available when connect symbols is checked.

ORG-25465

Index the 3D symbol shape to a column

We support map symbol shape to a column in 3D scatter plot.

Added Increment and column of source sheet in the dropdown of Shape option.

ORG-24062

Modify Scale for 3D tetrahedral

We support rescale all axes.

ORG-25974

Sankey Link Connect to Center of Node

We put link to center of node, like the right part of the graph

ORG-25975

Show indicator for Sankey link to move

We only show indicator when node is not shown and indicator is for link end. For start links, we will show indictor for both ends.

When label is inside node, there is no label offset, select label to move should move node.

ORG-26143

Inserted SVG needs real-time update

  1. The inserted SVG graph object will be automatically updated if it’s changed outside origin.

  2. The inserted SVG graph object in saved opju will be automatically loaded when opening the opju.

For dynamic update, please right click on the SVG graph object to check Link File context menu.

ORG-25714

Improvement on scatter matrix graph

Support mixed diaply (what is this word supposed to be?) mode to show statistics in lower/upper triangular. More options to customize the label text. More statistical plot type for the diagonal cells.

  1. Show result (fitting curve, statistics) for each group if a group column is specified.

  2. Mixed matrix display option to show additional statistics in lower/upper triangular.

  3. More display option for the diagonal cells: e.g. distribution curve, histogram+distribution curve.

  4. Custom statistics labels.

    1. Custom label text.

    2. Show significant marks.

    3. Label size by value.

ORG-25849

Show Heatmap Labels for Lower/Upper Triangular without diagonal

We support Lower/Upper Triangular without diagonal for label display.

ORG-26059

ORG-26272

Multiple Additional Planes for 3D - Basic

We support Multiple Planes for 3D

In the Plot Details dialog, layer properties level, go to planes tab, there is an additional option for a fourth plane.

When there is more than 1 plane, we could show extra <All> entry in Name fly-out, as 1st option. Select this option, the dialog could set options together.

ORG-25986

ORG-26239

3D Double-Y/Z Basic

Support double-Y/Z for XYY 3D bars, 3D wire, 3D wall, 3D waterfall, 3D ribbon, 3D scatter, 3D bars.

In Plot Details dialog, plot properties level, go to display tab, there is Plot Data on.

For grouped XYY 3D bars/ XYZ 3D bars plot, when stack is enable, each subgroup should have one plot data on option.

But, when Stack = cumulative or incremental, we can show plot data on option for all plots in group when following conditions are all met.

  1. Offset within subgroup is selected

  2. enable subgroup = by axis

ORG-26220

Increased Histogram Bin Limit

Increased to maximum number of Histograms bins to 10,48,575.

Origin used to have a 1,000 bin count limit. It has now increased to 220-1 (10,48,575).

ORG-25845

Only Show Date Part on 1st Tick of That Day

For axis with tick increment by hour(s), only show Date part of 1st tick of the day

If showing both date and time for each tick label, they will run into each other. A checkbox Show Date for 1st Tick for the Date is added on Tick Label → Display tab.

ORG-25962

Drag Selection on Graph to show MT

In graph window, drag selection in Region of Interest, support mini toolbar to Scale in or Enlarge to Separate Graph

ORG-26308

Support Stacked Bar Map

Add option to stack the columns on Bar Map.

Added checkbox Stack under Map tab of Bar Map graph to allow stacked columns/bars. A separate check box Normalize to Percent to normalize the column/bar height.

Image Removed

Data Handling

Worksheet

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-26020

Sheet Navigator Add Dimension Column

In order to check all sheets' dimension, add the Dimension Column in workbook/matrix’s Navigator.

Right click on worksheet/matrix name tab and choose Navigator menu, check the Dimension column in the opened dialog.

ORG-25916

Support Function to Calculate RMSE MBE MAE

Add new functions to calculate RMSE, MBE, and MAE

Three new functions are added to Statistics category in Set Values dialog to calculate RMSE, MBE, and MAE.

  • rmse(vobs,vpred): root mean square error

  • mbe(vobs,vpred): mean bias error

  • mae(vobs,vpred): mean absolute error

ORG-26095

Unfreeze panel Mini toolbar

Unfreeze Mini toolbar when clicking on frozen column/row/cell

Added a Mini toolbar option to to unfreeze any cell/column/row when clicking on the frozen selection.

ORG-26206

Prefer Long Name in SCV dialog

Remember the Prefer Long Name option status in Set Values dialog

In the Set Column Values dialog, at the Col(A) menu, the "Prefer Long Name" is checked by default. Now the status can be rememberred next time open. It’s controls by system variable @SCVPL.

ORG-26217

Show find cell's text in Formula Bar

Show cell contents of found cell by Find tool in the Formula Bar

Ctrl + F to open Find tool, enter text to find. When a cell is found, show the content in the Formula Bar for convenient.

...