Versions Compared

Key

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

...

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-26748

Want export matrix window as image support graph objects

A new system variable @UPM can be used to control this (default = 1 means to include the graph objects and this fix, or 0 to use old behavior)

1.New a project, open attached “Test UPC.opju”

2.With matrix window active, select File menu - Export - Image, and export as *.png file with default settings.

3.Check the exported image file.

==> It does not show the graph object (the colorful one, named with “paths“)

ORG-21563

Export graph with Data selected or highlighted

Show plot selection and data highlighter effect when copy graph as picture or export graph

If there are multiple plots in the graph, we can select one of them and export the selection effect.

We can use data highlighter tool to highlight some data and export the highlighter effect.

This is supported when coping graph as picture or use simple export graph dialog.

Not supported when using Export Graphs Advanced dialog.

ORG-26478

Shapefile Export Support

We can export wks data as ESRI Shapefile (SHP)

File menu - Export - SHP

ORG-27801

Option in export for dark mode

We add global Sys Var (registry) to control Export and Copy as Image to be as seen on screen.

registry sys var Graph-Export-Follow-Dark @GEFD = 1, set to 0 to ignore dark mode

There is checkbox in Export Settings branch, above “Margin Control” node.

ORG-28079

Print Script Window should be in Light mode

If Origin is in dark mode, Scintilla Editor should print in light mode

@SPCM=-1

Analysis

Gadgets

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-27773

Vertical Cursor needs option to write tagged points to a worksheet

For Gadgets: Vertical Cursor, when click Add Tag and Label, now it will also output the tag result sheet

If you want to keep the same behavior like Origin2023b or before, click the Add Tag and Label and does not output the tag result sheet, click Options button in Vertical Cursor tool, in Labels and Tags tab, clear Output Tags checkbox

...