Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - Français


titlepage

ajoute un titre au milieu d'une fenêtre graphique

Séquence d'appel

titlepage(str)

Paramètres

str

matrice de chaînes de caractères

Description

titlepage affiche la matrice de chaînes de caractères str au milieu de la fenêtre graphique courante, avec la police la plus grande possible, compte tenu de l'axe courant et de sa géométrie.

Exemples

titlepage("Ceci est le titre de la page");
f=scf();
a1=f.children;
a1.margins(3)=0.61;
a2=newaxes();
a2.margins(4)=0.39;
sca(a1);
titlepage("Bottom title");
sca(a2);
titlepage("Top title");

Voir aussi

  • xtitle — add titles on a graphics window
Report an issue
<< text properties text xlfont >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:39:43 CEST 2023