auto_LoadStyleFileΒΆ

auto_LoadStyleFile loads a style file. The style file contains descriptions which specify the style of a dataset. Some example files can be found in the the UniPlot Sample directory. They have the file name extension .sty .icb.

bool = auto_LoadStyleFile(ssFileName)

Parameters

ssFileName

ssFileName is the name of the style file. Hint: Use a slash ("/") instead of the backslash ("\") when entering the file name. Example: "c:/data/datei.sty". An empty string unloads the current style file.

Example

auto_LoadStyleFile("test.sty")

History

Version Description
5.6.0 ssFileName can be an empty string.

id-799273