Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - English

Change language to:
Français - 日本語 - 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

Scilab help >> Graphics > Color management > colordef

colordef

Set default color values to display different color schemes

Calling Sequence

colordef(color_scheme)
colordef(f,color_scheme)
colordef('new',color_scheme)

Arguments

color_scheme

a character string with possible value: 'white', 'black','none'

f

a handle on a graphic figure

Description

  • colordef('white') sets the default figure (see gdf) colormap to jetcolormap(64), the default figure background color to light gray and the default axes (see gda) background color to white, the axes lines foreground and font color to black.

  • colordef('black') sets the default figure (see gdf) colormap to jetcolormap(64), the default figure background color to dark gray and the default axes (see gda) background color to black, the axes lines foreground and font color to white.

  • colordef('none') sets the default figure (see gdf) colormap to hsvcolormap(64), the default figure background color to dark gray and the default axes (see gda) background color to black, the axes lines foreground and font color to white.

  • colordef(f,color_scheme) sets the color properties of figure given by the handle f as well as the color properties of its current axes.

  • colordef('new',color_scheme) creates a new graphic window and its color properties as well as the properties of its axes.

Examples

See Also

  • gdf — Return handle of default figure.
  • gda — Return handle of default axes.
  • figure_properties — description of the graphics figure entity properties
  • axes_properties — description of the axes entity properties
Report an issue
<< colorbar Color management colormap >>

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:34:52 CEST 2012