Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.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 > Graphics

Graphics

Resumo da biblioteca de gráficos

Desenhos 2d

plot2d

Esboço 2d

Examplo:

plot2d2

Esboço 2d (funções de degraus)

Examplo:

plot2d3

Esboço 2d (barras veticais)

Examplo:

plot2d4

Esboço 2d (setas)

Examplo:

fplot2d

esboço 2d de uma curva definida por uma função

Examplo:

champ

esboço de campo vetorial 2d

Examplo:

fchamp

campo direcional de uma EDO 2d de primeira ordem

Examplo:

contour2d

curvas de nível de uma superfície em um esboço 2d

grayplot

esboço 2d de uma superfície utilizando-se cores

Examplo:

fgrayplot

esboço 2d de uma superfície definida por uma função utilizando cores

Examplo:

Sgrayplot

esboço 2d suave de uma superfície utilizando cores

Examplo:

Sfgrayplot

esboço 2d suave de uma superfície definida por uma função utilizando cores

Examplo:

xgrid

adiciona um grid em um esboço 2d

Examplo:

errbar

adiciona barras de erro veriticais a um esboço 2d

Examplo:

histplot

esboça um histograma

Examplo:

Matplot

esboço 2d de uma matriz utilizando-se cores

Examplo:

Desenhos 3d

plot3d

esboço 3d de uma superfície

Examplo:

plot3d1

esboço 3d em níveis de cinza ou de cores de uma superfície

Examplo:

fplot3d

esboço 3d de uma superfície definida por uma função

Examplo:

fplot3d1

esboço 3d em escala de cinza ou colorido de nível de uma superfície definida por uma função

Examplo:

param3d

esboço 3d de uma curva parametrizada

Examplo:

param3d1

esboço 3d de curvas parametrizadas

Examplo:

contour

curvas de nível em uma superfície 3d

Examplo:

bar3d

representação 3D do diagrama de barras

Examplo:

genfac3d

computa facetas de uma superfície 3d

Examplo:

eval3dp

computa facetas 3d de uma superfície parametrizada

Examplo:

geom3d

projeção 3d para 2d após um esboço 3d

Examplo:

Desenho de linhas e poligonais

xpoly

desenha uma poligonal ou um polígono

xpolys

desenha um conjunto de poligonais ou polígonos

xrpoly

desenha um polígono regular

xsegs

desenha segmentos desconexos

xfpoly

preenche um polígono

xfpolys

preenche um conjunto de polígonos

Desenho de retângulos

xrect

desenha um retângulo

xfrect

preenche um retângulo

xrects

desenha ou preenche um conjunto de retângulos

Desenho de arcos

xarc

esboça parte de uma elipse

xarcs

desenha partes de um conjunto de elipses

xfarc

preenche parte de uma elipse

xfarcs

Fill parts of a set of ellipses

Arrow plotting

xarrows

Draw a set of arrows

Strings

xstring

Draw strings

xstringl

Compute a box which surrounds strings

xstringb

Draw strings into a box

Examplo:

xtitle

Add titles on a graphics window

Examplo:

titlepage

Add a title in the middle of a graphics window

Frames and axes

drawaxis

Draw an axis

graduate

Pretty axis graduations

plotframe

Plot a frame with scaling and grids

This function is obsolete.

Coordinates transformations

isoview

Set isometric plotting scales

scaling

Affine transformation of a set of points

rotate

Rotation of a set of points

xsetech

Set the sub-window of a graphics window for plotting

subplot

Divide a graphics window into a matrix of sub-windows

xchange

Transform real to pixel coordinates

Colors

colormap

Using colormaps

getcolor

Dialog to select colors in the current colormap

addcolor

Add new colors to the current colormap

graycolormap

Linear gray colormap

hotcolormap

Red to yellow colormap

Graphics context

set

Set values of the graphics context

get

Retrieve the value of a property from the handle of a graphic or of an interactive object.

xlfont

Load a font in the graphics context or query loaded font

Save and load

xsave

Save graphics into a file

xload

Load a saved graphics

xs2bmp

Export graphics using the BMP format

xs2emf

Export graphics using the EMF format

Only under Windows.

xs2eps

Export graphics using the EPS format

xs2gif

Export graphics using the GIF format

xs2jpg

Export graphics using the JPG format

xs2pdf

Export graphics using the PDF format

xs2png

Export graphics using the PNG format

xs2ppm

Export graphics using the PPM format

xs2ps

Export graphics using the PS format

xs2svg

Export graphics using the SVG format

Graphics primitives

clf

Clear or reset the current graphic figure (window) to default values

driver

Select a graphics driver

xinit

Initialisation of a graphics driver

xend

Close a graphics session

replot

Redraw the current graphics window with new boundaries

show_window

Raise the current graphics window

xdel

Delete a graphics window

winsid

Return the list of graphics windows

xname

Change the name of the current graphics window

Mouse position

xclick

Wait for a mouse click or an event in a graphic window

locate

Mouse selection of a set of points

xgetmouse

Get the mouse events and current position

Interactive editor

edit_curv

Interactive graphics curve editor

Graphics functions for automatic control

bode

Bode plot

Examplo:

gainplot

Magnitude plot

Examplo:

nyquist

Nyquist plot

Examplo:

hallchart

Hall chart

Examplo:

nicholschart

Nichols chart

Examplo:

black

Black's diagram

Examplo:

evans

Evans root locus

Examplo:

sgrid

s-plane grid lines

Examplo:

plzr

pole-zero plot

Examplo:

zgrid

zgrid plot

Examplo:

Report an issue
<< GlobalProperty Biblioteca de Gráficos graphics_entities >>

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 25 08:52:32 CET 2020