![]() BIOSCILAB
|
SCILAB 4.0 PAS-A-PAS SCILAB 4.0 STEP-BY-STEP Jacques-Deric Rouault CNRS / INRIA |
Volume
4
LE GRAPHISME Volume 4 GRAPHISM |
4.24
LE
HANDLE LABEL 4.24 THE HANDLE LABEL |
Version 4.0.26 du 24 Janvier 2006 / Version 4.0.26, January 24th 2006 |
Scilab 3.1 - Scilab 4.0 / Windows - Linux |
ALLER A
L'INDEX GENERAL / GO TO
THE GENERAL INDEX |
ALLER A LA TABLE GENERALE / GO TO THE GENERAL TABLE |
4.30 LE HANDLE AGREGATION / THE HANDLE AGREGATION |
4.24.01
Présentation / Presentation |
Label Title |
4.24.02
Liste des champs / Fields list |
// Program Spas42402A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.02A"); hf = scf (1); ha = gca (); hl = ha.title, delete (hf); |
// Program Spas42402B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.21.02B"); hf = scf (1); ha = gca (); hl = ha.title; hl.type, delete (hf); |
4.24.03
Parent et enfants / Parent and children |
4.24.04
Limitations / Restrictions |
4.24.10
visible |
visible
(Label) |
// Program Spas42410A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.10A"); hf = scf (1); hf.figure_name = "4.24.10A1"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlx = ha.x_label; hlx.text = "Abscissa"; hly = ha.y_label; hly.text = "Ordinates"; hlz = ha.z_label; hlz.text = "Altitude"; xpause (5000000); hf.figure_name = "4.24.10A2"; hlt.visible = "off"; hlx.visible = "off"; hly.visible = "off"; hlz.visible = "off"; xpause (5000000); hf.figure_name = "4.24.10A3"; hlt.visible = "on"; hlx.visible = "on"; hly.visible = "on"; hlz.visible = "on"; xpause (5000000); delete (hf); |
// Program Spas42410B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.10B"); hf = scf (1); hf.figure_name = "4.24.10B1"; ha = gca (); ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlx = ha.x_label; hlx.text = "Abscissa"; hly = ha.y_label; hly.text = "Ordinates"; hlz = ha.z_label; hlz.text = "Altitude"; xpause (5000000); hf.figure_name = "4.24.10B2"; hlt.visible = "off"; hlx.visible = "off"; hly.visible = "off"; hlz.visible = "off"; xpause (5000000); hf.figure_name = "4.24.10B3"; hlt.visible = "on"; hlx.visible = "on"; hly.visible = "on"; hlz.visible = "on"; xpause (5000000); delete (hf); |
// Program Spas42410C
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.10C"); had = sda (); had.visible = "off"; hf = scf (1); hf.figure_name = "4.24.10C1"; ha = gca (); ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlx = ha.x_label; hlx.text = "Abscissa"; hly = ha.y_label; hly.text = "Ordinates"; hlz = ha.z_label; hlz.text = "Altitude"; xpause (5000000); hf.figure_name = "4.24.10C2"; ha.visible = "on"; hlt.visible = "on"; hlx.visible = "on"; hly.visible = "on"; hlz.visible = "on"; xpause (5000000); delete (hf); sda (); |
4.24.11
text |
text
(Label) @ (Label.text) |
// Program Spas42411A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.11A"); hf = scf (1); hf.figure_name = "4.24.11A"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlx = ha.x_label; hlx.text = "Abscisse/Abscissa"; hly = ha.y_label; hly.text = "Ordonnées/Ordinates"; hlz = ha.z_label; hlz.text = "Altitude/Altitude"; |
// Program Spas42411B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.11B"); hf = scf (1); hf.figure_name = "4.24.11B"; ha = gca (); ha.axes_visible = "on"; ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre@Text to be displayed as title"; hlx = ha.x_label; hlx.text = "Abscisse@Abscissa"; hly = ha.y_label; hly.text = "Ordonnées@Ordinates"; hlz = ha.z_label; hlz.text = "Altitude@Altitude"; |
4.24.12
font_size |
font_size
(Label) |
// Program Spas42412A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.12A"); hf = scf (1); hf.figure_name = "4.24.12A"; ha = gca (); ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlt.font_size = 5; hlx = ha.x_label; hlx.text = "Abscissa"; hlx.font_size = 5; hly = ha.y_label; hly.text = "Ordinates"; hly.font_size = 5; hlz = ha.z_label; hlz.text = "Altitude"; hlz.font_size = 5; |
4.24.13
font_style |
font_style
(Label) |
// Program Spas42413A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.13A"); hf = scf (1); hf.figure_name = "4.24.13A"; ha = gca (); ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlt.font_style = 0; hlx = ha.x_label; hlx.text = "Abscissa"; hlx.font_style = 1; hly = ha.y_label; hly.text = "Ordinates"; hly.font_style = 2; hlz = ha.z_label; hlz.text = "Altitude"; hlz.font_style = 6; |
4.24.14
foreground |
foreground
(Label) |
// Program Spas42414A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.14A"); hf = scf (1); hf.figure_name = "4.24.14A"; ha = gca (); ha.view = "3d"; hlt = ha.title; hlt.text = "Texte à afficher en titre/Text to be displayed as title"; hlt.foreground = 2; hlx = ha.x_label; hlx.text = "Abscissa"; hlx.foreground = 3; hly = ha.y_label; hly.text = "Ordinates"; hly.foreground = 4; hlz = ha.z_label; hlz.text = "Altitude"; hlz.foreground = 5; |
4.24.20
auto_rotation |
auto_rotation
(Label) |
// Program Spas42420A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.20A"); hf = scf (1); hf.figure_name = "4.24.20A"; ha = gca (); hlt = ha.title; hlt.text = "Titre/Title"; hlt.auto_rotation = "off"; hlt.font_angle = 180; |
4.24.21
font_angle |
font_angle
(Label) |
// Program Spas42421A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.21A"); hf = scf (1); hf.figure_name = "4.24.21A"; ha = gca (); ha.axes_visible = "on"; hlx = ha.x_label; hlx.text = "Abscisse/Abscissa"; hlx.auto_rotation = "off"; hlx.font_angle = 350; |
4.24.30
auto_position |
auto_position
(Label) |
// Program Spas42430A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.30A"); hf = scf (1); hf.figure_name = "4.24.30A"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Titre/Title"; hlt.auto_position = "off"; hlt.position = [0.5, 0.5]; |
4.24.31
position |
position
(Label) |
// Program Spas42431A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.31A"); hf = scf (1); hf.figure_name = "4.24.31A"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Titre/Title"; hlt.auto_position = "off"; hlt.position = [0.2, 0.8]; |
// Program Spas42431B
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.31B"); hf = scf (1); hf.figure_name = "4.24.31B"; ha = gca (); ha.axes_visible = "on"; ha.view="3d"; hlt = ha.title; hlt.text = "Titre/Title"; hlt.auto_position = "off"; hlt.position = [0.5, 0.5]; |
4.24.40
fill_mode |
fill_mode
(Label) |
// Program Spas42440A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.40A"); hf = scf (1); hf.figure_name = "4.24.40A"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Titre/Title"; hlt.fill_mode="on"; |
4.24.41
background |
background
(Label) |
// Program Spas42441A
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.41A"); hf = scf (1); hf.figure_name = "4.24.41A"; ha = gca (); ha.axes_visible = "on"; hlt = ha.title; hlt.text = "Titre/Title"; hlt.fill_mode="on"; hlt.background = 5; |
4.24.50
Procedure xtitle (P1) |
xtitle
(Première forme, first form) @ (xtitle) |
// Program Spas42450A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.50A"); hf = scf (1); hf.figure_name = "4.24.50A"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; xtitle ("Titre général / General title"); |
// Program Spas42450B
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.50B"); hf = scf (1); hf.figure_name = "4.24.50B"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; xtitle ("Titre général / General title"); ha.title.text, delete (hf); |
// Program Spas42450C
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.50C"); hf = scf (1); hf.figure_name = "4.24.50C"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; titre = ["Titre général";"General title";"Autre titre"]; xtitle (titre); ha.title.text, |
// Program Spas42450D
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.50D"); hf = scf (1); hf.figure_name = "4.24.50D"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; titre ="Titre général@General title@Autre titre"; xtitle (titre); ha.title.text, |
4.24.51
Procedure xtitle (P2) |
xtitle
(P2) |
// Program Spas42451A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.51A"); hf = scf (1); hf.figure_name = "4.24.51A"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; xtitle ("Titre général / General title","xx","yy"); |
// Program Spas42451B
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.51B"); hf = scf (1); hf.figure_name = "4.24.51B"; ha = gca (); ha.axes_visible="on"; ha.view = "3d"; xtitle ("Titre général / General title","xx","yy","zz"); |
// Program Spas42451C
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.51C"); hf = scf (1); hf.figure_name = "4.24.51C"; ha = gca (); xtitle ("Titre général / General title","xx","yy","zz"); ha.title.text, ha.x_label.text, ha.y_label.text, ha.z_label.text, delete (hf); |
4.24.52
Procedure xtitle (P3) |
xtitle
(Troisième forme, Third form) |
// Program Spas42452A
// Designed for Scilab 3.1 & 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.52A"); hf = scf (1); hf.figure_name = "4.24.52A"; ha = gca (); ha.axes_visible="on"; ha.box = "on"; xtitle ("Titre général / General title","xx","yy", 1); |
// Program Spas42452B
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.52B"); hf = scf (1); hf.figure_name = "4.24.52B"; ha = gca (); ha.axes_visible="on"; ha.view = "3d"; xtitle ("Titre général / General title","xx","yy","zz", 1); |
// Program Spas42452C
// Designed for Scilab 4.0 // Copyright Jacques-Deric Rouault, CNRS, INRIA disp ("4.24.52C"); hf = scf (1); hf.figure_name = "4.24.52C"; ha = gca (); xtitle ("Titre général / General title","xx","yy","zz",1); ha.title.fill_mode, ha.x_label.fill_mode, ha.y_label.fill_mode, ha.z_label.fill_mode, delete (hf); |
4.24.99
Zones d'ombre /
Shadowy areas |
ALLER A
L'INDEX GENERAL / GO TO
THE GENERAL INDEX |
ALLER A LA TABLE GENERALE / GO TO THE GENERAL TABLE |
4.30 LE HANDLE AGREGATION / THE HANDLE AGREGATION |