Call Tables with IronPython in Spotfire
Last week, my post explained a script from the Spotfire IronPython Quick Reference website that will add a bar chart to a page with IronPython.… Read More »Call Tables with IronPython in Spotfire
Last week, my post explained a script from the Spotfire IronPython Quick Reference website that will add a bar chart to a page with IronPython.… Read More »Call Tables with IronPython in Spotfire
This is my third week working thru IronPython scripts from the Spotfire IronPython quick reference. Last week, we looked at for loops. The week before, we used IP to modify titles. This week, we’ll insert visualizations with IronPython and explore the API as we go. We’ll get started learning how to add a bar chart with IronPython to an analysis.
Read More »Add Bar Chart with IronPythonI was trying to wrap up a major project last week, and I wasn’t able to get my weekly post out. It’s really a rare… Read More »Learn to Use For Loops in IronPython
I promised a return to Spotfire API for IronPython posts, and that is finally happening. I had to get a few drafts cleared out, like 5 Ways to Approach Troubleshooting Data Problems, but now I’m back on track discussing how to change visualization titles with IronPython
In October last year, I committed to spending 100 hours learning IronPython. I wrote several “starter” IronPython posts, which can be found in the Data Shop Talk Archive. I have lost count of how much time I’ve spent on IronPython, but the clock starts again today.
My goals haven’t changed. They are still to ….
For the next several weeks, I’ll be using the code snippets posted on The Spotfire IronPython Quick Reference to explore the API. I’ll punctate that with an article here and there are the IronPython/Python structure as I go. Read on for this week’s code snippet.
Read More »Change Visualization Titles with IronPythonI’m familiar with commenting out code using the hashtag symbol “#”, which is used here. The hashtag works well enough for commenting out single lines… Read More »Comment Out Multiple Lines of IronPython
Welcome to my first post on Big Mountain Analytics! The time has come to bid a warm good-bye to Data Shop Talk. I am very… Read More »Changing Checkbox Filters with IronPython