Muhammad Uzair Khalid Posted January 26, 2019 Share Posted January 26, 2019 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 More sharing options...
Rayees Wani Posted January 28, 2019 Share Posted January 28, 2019 May be you can attach an example analysis (that illustrates your requirement more clearly) to make to more clear on what you are trying to achieve. With regards to: "where I can learn more about iron python scripting", check : https://community.spotfire.com/wiki/ironpython-scripting-tibco-spotfire Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now