gnuplot_closeT_gnuplot_closeGnuplotCloseGnuplotClosegnuplot_close (Operator)

Name

gnuplot_closeT_gnuplot_closeGnuplotCloseGnuplotClosegnuplot_close — Close all open gnuplot files or terminate an active gnuplot sub-process.

Warning

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close is obsolete and is only provided for reasons of backward compatibility.

Signature

gnuplot_close( : : GnuplotFileID : )

Herror T_gnuplot_close(const Htuple GnuplotFileID)

void GnuplotClose(const HTuple& GnuplotFileID)

void HGnuplot::GnuplotClose() const

static void HOperatorSet.GnuplotClose(HTuple gnuplotFileID)

void HGnuplot.GnuplotClose()

def gnuplot_close(gnuplot_file_id: HHandle) -> None

Description

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close closes all gnuplot files opened by gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file or terminates the gnuplot sub-process created with gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe. In the latter case, all temporary files used to display images and control values are deleted. This means that gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close must be called after such a plot sequence. GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id is the identifier of the corresponding gnuplot output stream.

Execution Information

Parameters

GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id (input_control)  gnuplot HGnuplot, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Identifier for the gnuplot output stream.

Result

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close returns 2 (H_MSG_TRUE) if GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id is a valid gnuplot output stream. Otherwise, an exception is raised.

Possible Predecessors

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file, gnuplot_plot_imagegnuplot_plot_imageGnuplotPlotImageGnuplotPlotImageGnuplotPlotImagegnuplot_plot_image

See also

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file, gnuplot_plot_imagegnuplot_plot_imageGnuplotPlotImageGnuplotPlotImageGnuplotPlotImagegnuplot_plot_image

Module

Foundation