Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> Biblioteca de Gráficos > axes_operations > subplot

subplot

divide uma janela de gráficos em uma matriz de sub-janelas

Seqüência de Chamamento

subplot(m,n,p)
subplot(mnp)

Parâmetros

m,n,p

inteiros positivos

mnp

um inteiro com notação decimal mnp

Descrição

subplot(m,n,p) ou subplot(mnp) parte a janela de gráficos em uma matriz m-por-n de sub-janelas e seleciona a p-ésima sub-janela para esboçar o gráfico corrente. O número uma sub-janela nas matrizes é contado linha por linha, i.e. a sub-janela correspondente ao elemento (i,j) da matriz tem número (i-1)*n + j.

Exemplos

subplot(221)
plot2d()
subplot(222)
plot3d()
subplot(2,2,3)
param3d()
subplot(2,2,4)
hist3d()

Ver Também

  • plot2d — 2D plot
  • plot3d — esboço 3d de uma superfície
  • xstring — imprime strings
  • xtitle — adidciona títulos a janelas de gráficos
Report an issue
<< square axes_operations unzoom >>

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:
Tue Feb 14 15:09:46 CET 2017