Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-24458

Should show cvExport to Recent Exports

  1. Select File: New: Image: Image/Video…, and pick an image to open.

  2. Select File: Export Image… to export with default settings.

  3. Select File: Recent Exports

==>No cvExport item showing under Recent Exports.

Fixed in Origin2023

ORG-25178

Export Multiple Graphs do not Keep Aspect Ratio

Basically, if there is a graph with custom page/layer size, the export of ALL (Open windows) graphs will have that particular one stretched.

Fixed in Origin2023.

ORG-25229

Contour labels reposition during graphic export

Open the attached project Leo_Yau_Contour_Labels_Reposition_MT.opju.

→ The contour plot is labeled and some labels overlap.

Click the layer-level MT and click the Reposition Labels toolbar button.

→ The labels are properly repositioned so there is no overlap.

Click File: Export Graph and export (e.g. as PNG file).

Open the PNG file and note that the labels

==> which were repositioned, have reverted to their original condition and they now overlap (see attached PNG file Leo_label_reposition_test.png for comparison).

Reopen the opju, press F5 to refresh.

==> more contour label showed.

Reopen the opju, duplciate the graph.

==> more contour label showed on the duplicated window.

Fixed in Origin2023.

ORG-25232

Export Layout Show Big Gap and Margin

  1. open Preference: Option, go to page tab, set margin control to tight

  2. active a graph, select Graph: merge graph to layout, set gap and layout to 0, ok → gap and margin in layout is tight

  3. select export layout(advanced), ok with system default setting(png type)

  4. open the png file ==> big gap and margin

Fixed in Origin2023.

ORG-25231

SVG showed black layer background in CorelDraw

  1. make column plot, export as SVG

  2. open the exported file by CorelDRAW

==> layer background is black

==> Y axis title is placed far from the layer.

Fixed in Origin2023.

Programming

Origin C

JIRA

SUMMARY

DETAILS

ORG-25323

Origin C OC GetN Issues and Improvements

1.Run following OC code.

Code Block
void test_list()
{
	GETN_BOX(tr)
	GETN_LIST(list1, "List 1", 0, "item1|item2|item3|item4") 	
	GETN_LIST(list2, "List 2", 0, "item1|item2|item3|item4") 
	GetNBox(tr);
}

2.Hover the mouse on List 1 and List 2, and scroll with mousewheel.

==>Fails to scroll the items in list.

Fixed in Origin 2023