No. How do I add ".ld" when creating the label wave? Can I add ".ld" *after* I create the wave? Thank you.
The ".ld" part is from making the table - see the Edit command in my example.
The image you posted shows a table, but you have not shown the command you used to generate that table, so I can only guess at what you have done.
If you made the table using the menus then use the 'Edit dimension label and data columns' option when selecting the data.
DisplayHelpTopic "User Ticks from Waves"
October 22, 2017 at 12:11 pm - Permalink
https://i.imgur.com/j15NVLV.png
How do I rename the column label? I tried
SetDimLabel 1,1,'Tick Type',IDlabel1
but it did not work.
October 23, 2017 at 01:13 am - Permalink
It works for me:
Make/O/N=(10,2) IDlabel1
SetDimLabel 1,1, 'Tick Type', IDlabel1
Edit IDlabel1.ld
End
Did you use .ld when generating the table?
Hope this helps,
Kurt
October 23, 2017 at 01:36 am - Permalink
Thank you!
Edit IDlabel1.ld
works.October 23, 2017 at 04:21 am - Permalink
The ".ld" part is from making the table - see the
Edit
command in my example.The image you posted shows a table, but you have not shown the command you used to generate that table, so I can only guess at what you have done.
If you made the table using the menus then use the 'Edit dimension label and data columns' option when selecting the data.
October 23, 2017 at 04:23 am - Permalink