include pplot.e public function pplot(sequence attributes = {}, sequence data = {})
include pplot.e public procedure begin_plot(Ihandle ih, integer str_xdata)
Begin the PPlot
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.
include pplot.e public procedure add(Ihandle ih, atom x, atom y)
include pplot.e public procedure add_str(Ihandle ih, sequence x, atom y)
include pplot.e public procedure end_plot(Ihandle ih)
End the PPlot.
The name is changed from the Iup name due to end being a keyword in Euphoria. Please see begin_plot for more information.
include pplot.e public procedure insert(Ihandle ih, integer index, integer sample_index, atom x, atom y)
include pplot.e public procedure insert_str(Ihandle ih, integer index, integer sample_index, sequence x, atom y)
include pplot.e public function transform(Ihandle ih, atom x, atom y)
include pplot.e public procedure paint_to(Ihandle ih, atom cnv)
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.