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

When label is inside node in Sankey, move label could also move node.

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 display (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-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-25540

ORG-25997

Apply Formatting MT button on Axis should have choice for layer vs window

For multiple panel graph, click axis in any layer, click Apply Formating To button, support This Layer and This Window in the context menu to easily customize axis for different layer

For This Window, support three more context menu X Scale, Y Scale, All Scales

...

In the past, if user use Gadget: Quick Peaks. Keep on moving ROI and Tag peaks, new columns are created for each tag.

In Origin 2023b, all tags result of same plot will be put to same column on Tag sheet.

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-26357

Tag Peak for one plot should put result in same plot - Beta2

Put all tag results of same plot in same column

Image Processing

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25924

Image Window GUI 2023b

  1. Added option to change Image Window’s background color

  2. Display Actual Size Show Image at Window Center

  1. Use the Fill Color button on toolbar to change image’s background color.

  2. Use Labtalk: page.basecolor=1 for example to change image’s background color.

  3. Click the Display Actual Size button on Mini toolbar and the image will be shown at window’s central by default.

ORG-26161

Provide context menu to create ROIs from Worksheet data when no ROI exists on image

Add 4 context menus about ROI for image window:

  1. Export ROI… (//disable when there is no ROI)

  2. Import ROI…

  3. Create ROI from XY…

  4. Clear All ROIs (//disable when there is no ROI)

Right-click on the image window to check the new context menu about ROI.

ORG-26158

Support more ROI shapes in image window

The Circle, Polygon, Region Tool on the Tools toolbar is available for adding ROI on image window.

ORG-26159

Make it easier to add multiple ROIs one after another

Right click on image window and choose Add ROI context menu, it will add ROI instead of modify.

Add ROI in image window by context menu will use the last used shape(Rectangle/Circle/Polygon/Region).

ORG-26160

List ROI in object manager

Now multiple ROIs for Image window can easily select, rename, delete etc in Object Manager

ORG-26280

Import GIF to Image Window Should read FPS

Improved img.fps to support gif image.

E.g.

  1. Select File: New: Image: Image/Video… to open a gif image.

  2. Run img.fps in Script window to get Frame Per Second.

...