Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello all,
Question much easier asked with an example:
It is drawing a line from the end of one plot to the start of the next.
Is there a way to stop this? I can change plot type from line to points, but then I need to make my step size very small and the plot does not look as pretty. Also my CPU is lacking in the grunt department, trying to keep the MathCAD hour glass to minimum
Solved! Go to Solution.
Set the plottype to draw (as opposed to line) and if this does not help, set the right x-limit manually to 2 (or a somewhat smaller value).
Set the plottype to draw (as opposed to line) and if this does not help, set the right x-limit manually to 2 (or a somewhat smaller value).
Needed to do both but was a successful work around, thanks!