Jump to content

Using IronPython to read color gradient breakpoint values


Alex DeHaan

Recommended Posts

Hi,

In my template I have two visualizations, one scatter plot and one bar chart, and I want them both to have the same percentile based breakpoints. Although both visualizations share the same base data, each has a slightly different value calculated for each percentile, which is causing the coloring not to perfectly match between the two visualizations. To fix this, I would like to use IronPython to pull the calculated percentiles from the scatter plot and then apply them to the bar chart. I have found multiple script examples for how to set the breakpoints, but I haven't found anything on how to read them.

My Questions:

 

Is it possible to read the calculacted percentile values from a visualization using IronPython If so, is there an example script

Is there a better way to handle this

 

Alex

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...