Name

plotlibmode — plotlib compatibility mode

Description

By default all plotlib function names are defined with a leading underscore in order to differentiate some functions from the original scilab functions having the same name (e.g. surf).. If you want to use the classical names without underscores, uncomment the line 32

// plotlibmode

in the script loader.sce in the plotlib folder.

Authors

Stéphane Mottelet