8.1.10.3 GraphLayer::GetDataPlots

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Return the DataPlots collection.

Syntax

 GetDataPlots()

Parameters

Return

DataPlots collection

Examples

EX1

import PyOrigin
gl = PyOrigin.FindGraphLayer('Graph1')
dps = gl.GetDataPlots()