Versions Compared

Key

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

...

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.

ORG-26265

Python save_fig() couldn't specify size of SVG image

Added an optional argument “ratio“ to save_fig() function, useable when type is svg or emf, default 0.

E.g.

Code Block
import originpro as op
gp = op.new_graph()
gp.save_fig(r'C:\test\test.svg',ratio=80)

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.

...