How to create more than one line with on a graph with _pline

How can I draw more than one line? For example if I need following two lines, what should I do?

_pline={1 1 0 0 0 0.5 1 1 0};
_pline={1 1 2 0 2  0.5 1 1 0};

thanks!

1 Answer



0



Sorry for this question. The answer was quite obvious 🙂 You need to add an additional row.

_pline={ 1 1 0 0 0 0.5 1 1 0, 
         1 1 2 0 2 0.5 1 1 0 };

Your Answer

1 Answer

0

Sorry for this question. The answer was quite obvious 🙂 You need to add an additional row.

_pline={ 1 1 0 0 0 0.5 1 1 0, 
         1 1 2 0 2 0.5 1 1 0 };

You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy