Scilab 5.3.3
- Scilab help
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- load_save
- pie
- polygon
- property
- style
- text
- transform
- window_control
- GlobalProperty
- Graphics: Getting started
- alufunctions
- clear_pixmap
- Compound_properties
- graphics_entities
- object_editor
- pixel_drawing_mode
- plzr
- rubberbox
- segs_properties
- show_pixmap
- square
- twinkle
- xbasr
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- xsetm
Scilab help >> Graphics > square
square
set scales for isometric plot (change the size of the window)
Calling Sequence
square(xmin,ymin,xmax,ymax)
Arguments
- xmin,xmax,ymin,ymax
four real values
Description
square is used to have isometric scales on the x and y axes.
The requested values
xmin, xmax, ymin, ymax are the boundaries of the graphics frame
and square changes the graphics window dimensions in order to
have an isometric plot. square set the current graphics scales
and can be used in conjunction with graphics routines which request
the current graphics scale (for instance fstrf="x0z" in plot2d).
Examples
See Also
Authors
Steer S.
| << show_pixmap | Graphics | twinkle >> |