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 27 Next »

Graphing

New Graph Types

JIRA

SUMMARY

DESCRIPTION

DETAILS

General

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25884

Sort X mini toolbar button on Plot(s)

Click Sort X mini toolbar button to set plot’s X to be sorted

There was only Labtalk layer.plot1.line.sortx=1 to sort X data of plot in previous Origin 2023.

Mini toolbar is added when clicking on line, scatter, line+symbol plot to sort X without need to sort data in worksheet

Text, Legend and Annotation

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25575

Label Reference Lines With a Column

Specify reference line labels from a column

On Reference Lines tab of Axis dialog, Label Form control added. User can specify which column to label reference lines

Graph Customization

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25658

Gap Control of 3D bar with Subgroup

In Outline tab of 3D bar, we add Gap between subgroup option for 3D Bars plot

It will be showed when offset within subgroup (in Group tab) for Cumulative/Incremental is selected.

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.

In dropdown of Shape option, add Increment and column of source sheet.

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-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

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 calaulate 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

Matrix

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25090

Want Flip Colormap MT button for Matrix

Show the Flip Colormap button on Mini toolbar for matrix when it is in the view image mode. And it’s after the Palette button.

The Flip Colormap button will apply to all matrix objects by default which will affect by @MAP(default = 0 to apply to all and set to 1 to apply to active object only),

Notes

JIRA

SUMMARY

DESCRIPTION

DETAILS

Import

JIRA

SUMMARY

DESCRIPTION

DETAILS

Export

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25989

Open File Location from Messages Log Should Select the File

  1. Export a graph.

  2. Choose Open File Location from the context menu in Messages Log

– – > the folder should be opened with the very file selected.

Analysis

General

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-23281 S2

More Statistical tools to support significant expression (p<0.0001) when extreme small P value

More Statistical tools like Hypothesis Testing and Nonparametric Tests to support significant expression (p<0.0001) when extreme small P value

ORG-25957 & ORG-25992

Support Missing Values and Cumulative Counts in Discrete Frequency

  1. Origin2023b adds Exclude Missing Values checkbox under Case Sensitive. It is checked by default. It should exclude both missing value and empty value.

  2. Origin2023b adds Cumulative Count checkbox under Count.

Gadgets

JIRA

SUMMARY

DESCRIPTION

DETAILS

Image Processing

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25924

Image Window GUI 2023b

  1. Support 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.

Programming

LabTalk

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25792

Support listing StringArray on LabTalk Variables and Functions dialog

Show StringArray variable in the LabTalk Variables and Functions dialog

In Script Window, select menu Tools: Variables to open the LabTalk Variables and Functions dialog. A new checkbox “StringArray” is added, select it can show available StringArray variable in current project.

ORG-26063

LabTalk script to set Colormap Transparency

Add a new command to set colormap transparency

Syntax: layer.cmap.transparency

ORG-25853

LabTalk countif function support simpler condition

Improve countif etc. function to support simpler condition

In previous builds, user need to provider condition with input range like countif(col(A), "col(A)>10"), now it can be simpler, just write as countif(col(A), ">10"). It’s also supported for other if function, includes sumif, averageif, maxifs, minifs.

countif(col(A), "boston")=;
countif(A, 2)=;
countif(A, "!=2")=;

ORG-25837

LabTalk time function supports elapsed time period

Time function add optional argument to return elapsed time period

New optional argument adds to time functions to return elapsed time period, includes Hour(d[,n]), Minute(d[,n]), Second(d[,n1,n2]).

double dTime = Time(25:30:21);
Hour(dTime, 1)= ; //25
Minute(dTime,1) =; //1530
Second(dTime,1,1) =; //91821

Python

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-25929

Upgrade embedded Python to latest version 3.11 for Origin 2023b

Upgrade embedded python to latest version 3.11.

Upgrade embedded python to latest version 3.11 which can not be used on Windows 7 or earlier. So when try to use embedded python in Windows 7 or earlier, will show prompt message.

R

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-26085

Cannot type longer string in R Console

Set the text limit from 32767 to 65536 for the editor in R console.

1.Run script col(A) = data(1,9900); to fill col(A) with data.

2.Open R Console, click the send >> button to send Book1_A as Rdata in R.

3.Type Rdata and press enter.

4.Then try to type “Rdata” again.

==> Only the first two characters can be typed in previous version.

-->More string can be typed in Origin 2023b.

Miscellaneous

Ease of Use

JIRA

SUMMARY

DESCRIPTION

DETAILS

Floating child window outside main window

Drag child window outside Origin’s main window.

  • Move child windows outside main Origin window.

  • Customizable floating toolbar.

  • Window: Float Window checkbox to bring the floating windows back and disable floating window.

ORG-26049

Script window remember zoom level

Keep the zoom level of font size in the Script Window.

In Script Window, input some text, then Ctrl + Mouse Wheel to zoom font size. Close it then reopen, the zoom level will be remembered.

ORG-26087

Want tooltip to show Long Name for minimum window

Want tooltip to show Long Name for minimum window

In Origin 2023b, tooltip will show Long Name when mouse hover over minimum window.

  • No labels