Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi All, I have a question about the curve plot. Attached is an example I want to ask. Can we have the control of the curve in the plot, by only letting it show in a specific range? We can do it in the math function, by including some conditional setup. But if we do not do the conditional setup, can we still place the limitation in the curve plot?
Solved! Go to Solution.
Why don't you like conditions in the function definition?
If the reason is that you later need the function for calculation in a wider range, you may consider to define an extra function for plotting- Maybe even using an utility function which limits the range the function returns values:
Define a range variable above the plot, then click on the plot and type 10 into the placeholder for the upper limit on the x-axis and 30 into the placeholder for the upper limit on the y-axis
Why don't you like conditions in the function definition?
If the reason is that you later need the function for calculation in a wider range, you may consider to define an extra function for plotting- Maybe even using an utility function which limits the range the function returns values: