Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-25741

KeyError in 'from_df' by Python on transpose dataframe

Get data from a sheet and convert them as dataframe, then transpose the dataframe and try to put them in a new sheet, it will fail.

Fixed in Origin 2023

ORG-25825

py plot.colormap failed to apply palette file to grouped plots increment colors

1.Run following python code.

Code Block
import os
import originpro as op
wks = op.new_sheet()
wks.from_file(os.path.join(op.path('e'), 'Samples', 'Graphing', 'Group.dat'))
graph = op.new_graph(template='line')
gl=graph[0]
plot = gl.add_plot(f'{wks.lt_range()}!(?,1:end)')
gl.group()
plot.colormap = 'Rainbow.pal'
gl.rescale()
  1. Open Plot Details dialog, go to Line tab.

==> The color node is not set as Rainbow palette.

Fixed in Origin 2023

Code Builder

JIRA

SUMMARY

DETAILS

ORG-25877

rint Code from Code Builder Not Fill to Page

As a code file is opened, select menu File->Print Preview.

==>The font size is so small in Print Preview mode.

Fixed in Origin 2023