I would like a graph preview from the parameter that I have exported,
But if I extended from Curve class.
I would have to plot f(x) as y right??? then the only way curve class allow us to manipulate graph was to add point to it
therefore, I would have to plot many (x,f(x)) point in the curve as much as possible with more than 100 point which doesn't give that much accurate graph. The graph became unintuitive line of square( because the each point represented as a big square in the graph)
This is an example that I plotted the sin graph. as can be seen in the small preview it just a sin graph with some frequency but the editor show each point as square and becoming a very confusing picture.