![]() |
![]()
| ![]() |
![]()
NAMEsavelofig - save a logical figure on disk See the file man1/alc_origin.1. SYNOPSIS#include "mlu.h" void savelofig(ptfig) lofig_list ∗ptfig; PARAMETER
DESCRIPTIONsavelofig writes on disk the contents of the figure pointer
to by ptfig. All the figure lists are ran through, and the
appropriate objects written, independently of the figure mode.
ERRORS"∗∗∗ mbk error ∗∗∗ not supported logical output format 'xxx'" The environment variable MBK_OUT_LO is not set to
a legal logical format.
"∗∗∗ mbk error ∗∗∗ savelofig :
could not open file figname.ext"
Either the directory or the file are write protected, so
it's not possible to open figname.ext, where ext is the file
format extension, for writing.
EXAMPLE#include "mlu.h" void save_na2_y() { savelofig(getlofig("na2_y")); } SEE ALSOmbk(1), mbkenv(3), lofig(3), addlofig(3), getlofig(3), dellofig(3), loadlofig(3), flattenlofig(3), rflattenlofig(3), MBK_OUT_LO(1), MBK_WORK_LIB(1). See the file man1/alc_bug_report.1.
|