character labels on x-axis

Is there a way of adding character labels to the tic marks on the x- or y-axes in plotXY() or plotScatter(). In the deprecated PQ graphics, this would have been done with  'xlab=" or "ylab=". Thank you

1 Answer



0



You can simply pass in the string labels to either plotXY or plotScatter, like this:

labels = "A" $| "B" $| "C";
y = { 3, 4, 2 };

plotXY(labels, y);

aptech

1,773

Your Answer

1 Answer

0

You can simply pass in the string labels to either plotXY or plotScatter, like this:

labels = "A" $| "B" $| "C";
y = { 3, 4, 2 };

plotXY(labels, y);


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