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

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide Scilab >> Graphiques: export et impression > xinit

xinit

Initialisation d'un pilote graphique

Séquence d'appel

xinit(fileName)
xinit()

Paramètres

fileName

chaîne de caractères: nom du fichier d'export.

Description

Pour les pilotes Postscript, Xfig, Gif ou PPM fileName doit être spécifié. Il determine le nom du fichier où tous les ordres graphiques sont enregistrés.

Pour les pilotes écrans (X11 ou Rec), xinit doit être appelé sans argument. Dans ce cas, une fenêtre graphique vide est ouverte.

Exemples

driver("Pos")
xinit("foo.ps")
plot2d()
xend()
driver("X11")

Voir aussi

  • xend — termine la session graphique courante
  • scf — set the current graphic figure (window)
Report an issue
<< xend Graphiques: export et impression driver >>

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 Oct 01 17:37:26 CEST 2012