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 3 Current »

Graphing

JIRA

SUMMARY

DETAILS

Analysis

JIRA

SUMMARY

DETAILS

Export

JIRA

SUMMARY

DETAILS

ORG-30326

Dashed Line in Bracket Fail Export Properly

  1. New an empty graph. Click the left toolbar Add Asterisk Bracket tool.

  2. Change the bracket line to be dashed.

  3. Export Graph

==> No matter which image type, the dashed line displays as solid line. No such issue in Origin 2024b.

Programming

Python

JIRA

SUMMARY

DETAILS

ORG-30229

python add_plot() failed to use plot type in template

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='scatter')
gl=graph[0]
plot = gl.add_plot(f'{wks.lt_range()}!(?,2:end)')

==>It added 1 scatter plot and 2 line plots.

Fixed in Origin 2025b, will add three scatter plots for above case.

  • No labels