Plot a function

Hi,

is it possbile to plot a function in Knime? For example

Y= x^2 +1

or

Y= 3x-3

....

How to do it?

Thanks in advance

Regards

You can generate (Add Empty Rows and a formula using row index) the equidistant x coordinates (to a column)/read the values where you need it, compute (with Math Formula or one of the Java Snippet nodes for example) the formula to a new column and plot the values with the Line Plot node.

Many thanks Aborg... Excellent idea!

Regards