Stan Lee Posted November 12, 2018 Share Posted November 12, 2018 Hi, I'm using Spotfire 7.11 and I wanted to know how to use scripts to create charts in Spotfire Is there an example...Also, how to execute the script in Document Property Link to comment Share on other sites More sharing options...
Rayees Wani Posted November 13, 2018 Share Posted November 13, 2018 Check the Visualizations section below: https://community.spotfire.com/wiki/ironpython-scripting-tibco-spotfire#toc-7 How to execute the script in Document Property: check below link: https://docs.tibco.com/pub/spotfire/6.5.3/doc/html/other/other_details_o... Link to comment Share on other sites More sharing options...
Naveen Tibco Posted May 7, 2019 Share Posted May 7, 2019 from Spotfire.Dxp.Application.Visuals import CrossTablePlot Cros=Document.ActivePageReference.Visuals.AddNew[CrossTablePlot]() Cros.ApplyUserPreferences() Cros.AutoConfigure() Above script used for create Corss Table in Spotfire. Thanks & RegardsNaveen 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