Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
square
ajusta escalas para esboço isométrico (muda o tamanho da janela) (function obsolete)
Seqüência de Chamamento
square(xmin,ymin,xmax,ymax)
Parâmetros
- xmin,xmax,ymin,ymax
quatro valores reais
Descrição
This function is obsolete. It will be removed in Scilab 6.1. |
Please replace square(a,b,c,d) with
gcf().axes_size = [n n]; replot([a b c d])
where n is the size in pixels of the desired
graphic square window. This replacement can be extended to any
existing graphic window, not only the current one. |
square
é usado para definir escalas isométricas
nos eixos x e y. Os valores requeridos xmin, xmax, ymin,
ymax
são os limites da moldura de gráficos e
square
muda as dimensões da janela de gráficos para se
obter um esboço isométrico. square
ajusta as escalas
gráficas correntes e pode ser usado em conjunção com rotinas de gráfico
que requerem a escala de gráficos corrente (por exemplo
fstrf="x0z"
em plot2d
).
Ver Também
Histórico
Versão | Descrição |
6.0 | square() is tagged as obsolete. It will be removed from Scilab 6.1 |
Report an issue | ||
<< sda | axes_operations | subplot >> |