Skip to main content
1-Visitor
August 28, 2015
Solved

Small edit required on vector plot

  • August 28, 2015
  • 1 reply
  • 1647 views

Dear PTC community,

i have a question about a vector plot.

In the plot (attached as a picture), i only want to show the points and the ring segments.

At the moment, also the connecting line pieces to the next ring segment are plotted. (resulting in a straight line on the X-axis)

How to get rid of these connecting line pieces?

Tx in advance

Best answer by StuartBruff

chris geijs wrote:

Dear PTC community,

i have a question about a vector plot.

In the plot (attached as a picture), i only want to show the points and the ring segments.

At the moment, also the connecting line pieces to the next ring segment are plotted. (resulting in a straight line on the X-axis)

How to get rid of these connecting line pieces?

Mathcad plots by columns (your indexing effectively makes it one continuous line), so simply transpose your x and y matrices and Mathcad will suppress the joining lines.

Stuart

1 reply

23-Emerald V
August 28, 2015

chris geijs wrote:

Dear PTC community,

i have a question about a vector plot.

In the plot (attached as a picture), i only want to show the points and the ring segments.

At the moment, also the connecting line pieces to the next ring segment are plotted. (resulting in a straight line on the X-axis)

How to get rid of these connecting line pieces?

Mathcad plots by columns (your indexing effectively makes it one continuous line), so simply transpose your x and y matrices and Mathcad will suppress the joining lines.

Stuart

cgeijs1-VisitorAuthor
1-Visitor
August 31, 2015

Hey Stuart,

tx for your simple and effective solution to this problem!

23-Emerald V
September 1, 2015

No problem, Chris.

Stuart