Skip to main content
1-Visitor
February 26, 2015
Solved

MC15 Plot with multiple variables draws a line from the end of one curve to the start of the next

  • February 26, 2015
  • 2 replies
  • 1436 views

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

Best answer by Werner_E

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).

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
February 26, 2015

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).

dirving1-VisitorAuthor
1-Visitor
February 26, 2015

Needed to do both but was a successful work around, thanks!