Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • TIBCO Spotfire: A Comprehensive Primer
  • Toc
  • feedback
TIBCO Spotfire: A Comprehensive Primer

TIBCO Spotfire: A Comprehensive Primer

By : Phillips
4.1 (15)
close
TIBCO Spotfire: A Comprehensive Primer

TIBCO Spotfire: A Comprehensive Primer

4.1 (15)
By: Phillips

Overview of this book

If you are a business user or data professional, this book will give you a solid grounding in the use of TIBCO Spotfire. This book assumes no prior knowledge of Spotfire or even basic data and visualization concepts.
Table of Contents (12 chapters)
close
11
Index

Some useful external libraries


Sometimes, you need to import methods from IronPython or the Microsoft .NET Framework to help your script. The following table describes some libraries that you will find useful:

import clr

clr (common language runtime) is an IronPython module that provides some basic .NET functionalities, such as string methods

import re

Import this library if you want to use regular expressions

from System.Collections.Generic import Dictionary

Use this library to create dictionary objects, which are useful to store an indexed list

from System.Drawing import Color

Use this library to define your own custom colors

from System.Drawing import Font

Use this library to manipulate fonts

from System import Guid

Import this library if you want to reference system global unique identifiers (GUID)

from System import Array,String,Object

Use this library to get access to .NET array, string, and object methods

Microsoft provides a complete navigable guide to...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete