Carriage return in description wave for a category plot?
amellnik
I have a category plot where the labels are somewhat long and I would like to break them up between two lines. Is there any way to do this? Adding \r in the string wave only shows a symbol, rather than moving some of the text down. Thanks,
Alex
July 26, 2013 at 01:32 pm - Permalink
•twave[1]="A sort of long\rcategory lable"
•edit twave
•make/n=5 nwave=gnoise(1)
•display nwave vs twave
and the result is attached. Note the second, two-line category label (misspelled) on two lines. That results from the "\r" in the label.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
July 26, 2013 at 04:17 pm - Permalink