gnuplot_plot_funct_1dT_gnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dgnuplot_plot_funct_1d (Operator)

Name

gnuplot_plot_funct_1dT_gnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dgnuplot_plot_funct_1d — Ausgabe einer Funktion durch gnuplot.

Warnung

gnuplot_plot_funct_1dgnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dGnuplotPlotFunct1dgnuplot_plot_funct_1d ist veraltet und wird nur aus Gründen der Rückwärtskompatibilität zur Verfügung gestellt.

Signatur

gnuplot_plot_funct_1d( : : GnuplotFileID, Function : )

Herror T_gnuplot_plot_funct_1d(const Htuple GnuplotFileID, const Htuple Function)

void GnuplotPlotFunct1d(const HTuple& GnuplotFileID, const HTuple& Function)

void HGnuplot::GnuplotPlotFunct1d(const HFunction1D& Function) const

void HFunction1D::GnuplotPlotFunct1d(const HGnuplot& GnuplotFileID) const

static void HOperatorSet.GnuplotPlotFunct1d(HTuple gnuplotFileID, HTuple function)

void HGnuplot.GnuplotPlotFunct1d(HFunction1D function)

void HFunction1D.GnuplotPlotFunct1d(HGnuplot gnuplotFileID)

def gnuplot_plot_funct_1d(gnuplot_file_id: HHandle, function: Sequence[Union[float, int]]) -> None

Beschreibung

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl gibt eine Funktion unter Verwendung von gnuplot als Plot aus. Falls vorher ein gnuplot-Unterprozess mittels gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe gestartet wurde, erfolgt die Darstellung in einem gnuplot-Fenster. Ansonsten erfolgt die Ausgabe in eine Datei, die später mit gnuplot verarbeitet werden kann. In beiden Fällen wird der gnuplot-Ausgabestrom durch GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id bestimmt.

Ausführungsinformationen

Parameter

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

Identifikator für den gnuplot-Ausgabestrom.

FunctionFunctionFunctionFunctionfunctionfunction (input_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Auszugebende Funktion.

Ergebnis

gnuplot_plot_funct_1dgnuplot_plot_funct_1dGnuplotPlotFunct1dGnuplotPlotFunct1dGnuplotPlotFunct1dgnuplot_plot_funct_1d liefert den Wert TRUE, falls GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileIDgnuplot_file_id ein gültiger gnuplot-Ausgabestrom ist und die Datei für den aktuellen plot erzeugt werden konnte. Ansonsten wird eine Fehlerbehandlung durchgeführt.

Vorgänger

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file

Nachfolger

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close

Alternativen

gnuplot_plot_ctrlgnuplot_plot_ctrlGnuplotPlotCtrlGnuplotPlotCtrlGnuplotPlotCtrlgnuplot_plot_ctrl

Siehe auch

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipegnuplot_open_pipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFilegnuplot_open_file, gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClosegnuplot_close

Modul

Foundation