Jump to content

IronPython Script to handle 2 details-on-demand plots which are made from any of the 4 data tables


Muhammad Uzair Khalid

Recommended Posts

I have a scatter plot for which I have written a script.. The script allows the end user to display the scatter plot from any of the 8 options..

This scatter plot comes from one datatable always... It has two more details on demand plots i.e. line chart and bar chart.

The data table for these line chart and bar chart depends on what the user has selected from the scatter plot drop-down script..

I am confused how to add data-table part in the script because currently, my script has this structure:

If user select A from drop down list,:

the scatter plot x-axis should be this

the scatter plot y-axis should be that

else if

If user selects B from drop down list:

..

..

 

I am not sure how can I put data table part from the details on demand plot because if user selected A, then line-chart/bar-chart comes from data table A, and if user selects B, then linechart barchart comes from B data table..

Any help will be appreciated :)

If you have any links where I can learn more about iron python scripting, please let me know :)

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