5.12 PPlot

5.12.1 Routines

5.12.1.1 pplot

include pplot.e
public function pplot(sequence attributes = {}, sequence data = {})

5.12.1.2 begin_plot

include pplot.e
public procedure begin_plot(Ihandle ih, integer str_xdata)

Begin the PPlot

Note:

The name is changed from the Iup name due to harmonization with the "end" routine. End is a key word in Euphoria, thus IupPPlotEnd cannot be shortened to pplot:end as desired. Thus both begin and end have been changed to begin_plot and end_plot.

5.12.1.3 add

include pplot.e
public procedure add(Ihandle ih, atom x, atom y)

5.12.1.4 add_str

include pplot.e
public procedure add_str(Ihandle ih, sequence x, atom y)

5.12.1.5 end_plot

include pplot.e
public procedure end_plot(Ihandle ih)

End the PPlot.

Note:

The name is changed from the Iup name due to end being a keyword in Euphoria. Please see begin_plot for more information.

5.12.1.6 insert

include pplot.e
public procedure insert(Ihandle ih, integer index, integer sample_index,
        atom x, atom y)

5.12.1.7 insert_str

include pplot.e
public procedure insert_str(Ihandle ih, integer index,
        integer sample_index, sequence x, atom y)

5.12.1.8 transform

include pplot.e
public function transform(Ihandle ih, atom x, atom y)

5.12.1.9 paint_to

include pplot.e
public procedure paint_to(Ihandle ih, atom cnv)

About EuIup

EuIUP is an easy to use sizer based GUI toolkit boasting native widgets on Windows and Linux (OSX in alpha). Additionally native canvas, OpenGL canvas, advanced image manipulation and multi-touch device support.

Contacts