PyTuflow: Difference between revisions

Content deleted Content added
No edit summary
Line 529:
:: Accompanying error message if an error occurred
: '''Data:''' ''tuple''
:: ''list'' x data points,:''' ''list'' y data points e.g. ([0, 1, 2], [10, 20, 30])
::: '''data point:''' ''float''
:: '''y data points:''' ''list''
::: '''data point:''' ''float''
:::: e.g. ([0, 1, 2, 3, 4, 5], [10, 20, 30, 20, 10, 0]
'''Example'''
<pre>