Difference between revisions of "Using Default Properties and Name Tags"

From LIBISIS
Jump to navigation Jump to search
m (Using Name Tags moved to Using Default Properties and Name Tags: Needed to expand the section so that it included more global information)
m
Line 1: Line 1:
something, anything
+
''' UNDER CONSTRUCTION!'''
 +
 
 +
==How Default Properties Work==
 +
 
 +
Libisis graphics were designed so that it did not interfere with other applications and could not be interfered BY other applications in Matlab. It uses sets of default properties to control the style of plots. These default properties can be split into two categories - global defaults and local defaults.
 +
 
 +
 
 +
Global defaults effect the whole of the Libisis application. If no local default is set for a property then the global default for that property is used. If no global default exists for a property, then the Matlab defaults are used. For the most part, a user of Libisis will change global default properties. If applications are built on top of Libisis then normally local default properties will be changed that are only used by the application.
 +
 
 +
 
 +
Local defaults effect just one plot type. A plot type is defined by its given name and tag.
 +
 
 +
==How To Set Default Properties==
 +
 
 +
==Controlling Plots with Name Tags==
 +
 
 +
 
 +
Name tags are designed to be used
 +
 
 +
==Examples==

Revision as of 09:34, 1 April 2008

UNDER CONSTRUCTION!

How Default Properties Work

Libisis graphics were designed so that it did not interfere with other applications and could not be interfered BY other applications in Matlab. It uses sets of default properties to control the style of plots. These default properties can be split into two categories - global defaults and local defaults.


Global defaults effect the whole of the Libisis application. If no local default is set for a property then the global default for that property is used. If no global default exists for a property, then the Matlab defaults are used. For the most part, a user of Libisis will change global default properties. If applications are built on top of Libisis then normally local default properties will be changed that are only used by the application.


Local defaults effect just one plot type. A plot type is defined by its given name and tag.

How To Set Default Properties

Controlling Plots with Name Tags

Name tags are designed to be used

Examples