how to modify the column name? I only find out the way to modify column cells.
1, I want to align the name of the column in the way I want.
2, can I type super/sub-script in the cell of the table?
3, is there a way to modify the table in the unit of a cell but not changing whole column together?
many thanks!
1, I want to align the name of the column in the way I want.
[/quote]
Each column has an alignment that applies to the column name as well as the cells in the column.
[quote]
2, can I type super/sub-script in the cell of the table?
[/quote]
Tables don't display formatted text - plain text only.
[quote]
3, is there a way to modify the table in the unit of a cell but not changing whole column together?
[/quote]
No.
It sounds like you are trying to use an Igor table as a formatted table. Igor tables are not suitable for that purpose.
One option is to create the formatted table in another program, such as a word processor.
In some relatively simple cases, it may be possible to write an Igor procedure that creates a formatted notebook with text formatted as you wish. You would have to use tabs to create columns.
If you create a sample notebook formatted as you with, you can use Notebook->Generate Commands to see the Notebook commands required to recreate the notebook. For details:
May 23, 2016 at 07:28 am - Permalink