Scilab Function

loadplots - loads and formats saved plots

Calling Sequence

rec=loadplots(fil)

Parameters

Description

Given a file generated by xsave of by the save menu in graphic window this function returns a data structure containing the context and plot definition.

rec is a typed list with type "SPLOT". Each of its 2:$ fields contains a graphic instruction definition and its parameters. rec(i)(1) gives the fields names of the i th graphic instruction

txt=string(rec) generates the Scilab instructions which reproduce the plot. To make the necessary functions known, load the loadplots function first. This can be done with the instruction

loadplots;
   

Examples

See Also