Jump to content

how to iterate over a subset in scatter plot using IronPython


CHUN KIT LEE

Recommended Posts

Hi all,

I've created ascatter plot and change the subset from "Current filtering" to "Custom subset"

I want to perform some calculations in IronPython scriptbased on the data inside this"Custom subset"

Is there any way to get rows from that selected subset

My code is like:

for rows in visual.As[scatterPlot]().Data.DataTableReference.GetRows(some_cursor):

//do some calculationThank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...