Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying TIBCO Spotfire: A Comprehensive Primer
  • Table Of Contents Toc
  • Feedback & Rating feedback
TIBCO Spotfire: A Comprehensive Primer

TIBCO Spotfire: A Comprehensive Primer

By : Phillips
4.1 (15)
close
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
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...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
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

Delete Note

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

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY