Std Table Menu: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 58: Line 58:


* [[File:Std_Table_Fill_selection_with_row_numbers.svg|32px]] [[Std_Table_Fill_selection_with|Fill Selection With]]: provides access to submenus that are used to fill selected columns with special values.
* [[File:Std_Table_Fill_selection_with_row_numbers.svg|32px]] [[Std_Table_Fill_selection_with|Fill Selection With]]: provides access to submenus that are used to fill selected columns with special values.
* [[File:Std_Table_Fill_selection_with_row_numbers.svg|32px]] [[Std_Table_Fill_selection_with_row_numbers|Row Numbers]]: fills each cell in the column with its corresponding row number.
** [[File:Std_Table_Fill_selection_with_row_numbers.svg|32px]] [[Std_Table_Fill_selection_with_row_numbers|Row Numbers]]: fills each cell in the column with its corresponding row number.
* [[File:Std_Table_Fill_selection_with_random_values.svg|32px]] [[Std_Table_Fill_selection_with_random_values|Random Values]]: fills each cell in the column with a random value between 0 and 1.
** [[File:Std_Table_Fill_selection_with_random_values.svg|32px]] [[Std_Table_Fill_selection_with_random_values|Random Values]]: fills each cell in the column with a random value between 0 and 1.
* [[File:Std_Table_Fill_selection_with_custom_random.svg|32px]] [[Std_Table_Fill_selection_with_custom_random|Custom Random]]: fills each cell in the column with a normally distributed random values.
** [[File:Std_Table_Fill_selection_with_custom_random.svg|32px]] [[Std_Table_Fill_selection_with_custom_random|Custom Random]]: fills each cell in the column with a normally distributed random values.


* [[File:Std_Table_Show_comments.svg|32px]] [[Std_Table_Show_comments|Show Comments]]: shows comments made on a column
* [[File:Std_Table_Show_comments.svg|32px]] [[Std_Table_Show_comments|Show Comments]]: shows comments made on a column
Line 70: Line 70:
* [[File:Std_Table_Edit_column_description.svg|32px]] [[Std_Table_Edit_column_description|Edit Column Description]]: allows to edit column description.
* [[File:Std_Table_Edit_column_description.svg|32px]] [[Std_Table_Edit_column_description|Edit Column Description]]: allows to edit column description.


* [[File:Std_Table_Change_typeFormat.svg|32px]] [[Std_Table_Change_typeFormat|Change Type & Format]]: changes colum type and format.
* [[File:Std_Table_Change_typeFormat.svg|32px]] [[Std_Table_Change_typeFormat|Change Type & Format]]: changes column type and format.


* [[File:Std_Table_Clear_table.svg|32px]] [[Std_Table_Clear_table|Clear Table]]: computes the deconvolution of two selected columns.
* [[File:Std_Table_Clear_table.svg|32px]] [[Std_Table_Clear_table|Clear Table]]: removes all the values of the table.


* [[File:Std_Table_Sort_table.svg|32px]] [[Std_Table_Sort_table|Sort Table]]: sorts the table.
* [[File:Std_Table_Sort_table.svg|32px]] [[Std_Table_Sort_table|Sort Table]]: sorts the table.
Line 84: Line 84:
* [[File:Std_Table_Go_to_cell.svg|32px]] [[Std_Table_Go_to_cell|Go To Cell]]: opens a [[Go_Cell_dlg|dialog]] which allows you to select the column index.
* [[File:Std_Table_Go_to_cell.svg|32px]] [[Std_Table_Go_to_cell|Go To Cell]]: opens a [[Go_Cell_dlg|dialog]] which allows you to select the column index.


* [[Std_Table_Export_ASCII|Export ASCII...]]: opens a [[File_Export_dlg|dialog]] that imports one or more ASCII files.
* [[Std_Table_Export_ASCII|Export ASCII...]]: opens a [[File_Export_dlg|dialog]] that exports one or more ASCII files.


* [[Std_Table_Convert_to_matrix|Convert To Matrix]]: converts the table to a matrix.
* [[Std_Table_Convert_to_matrix|Convert To Matrix]]: converts the table to a matrix.
Line 100: Line 100:
{{Std Base navi}}
{{Std Base navi}}
{{Userdocnavi}}
{{Userdocnavi}}
[[Category:Plugins]]
{{clear}}
{{clear}}

Latest revision as of 03:40, 19 April 2024

Std Base icon

Introduction

The Std Table Menu is one of the 4 sub-menus added to the standard menu when a table view is active:

File     Edit     View     Scripting     Input     Simulation     Output     Plot     Analysis     Table     Windows     Help

The Std Analysis menu provides various tools to work with tables.

Tools

The following tools are available in this menu:

  • Set Column(s) As: opens a sub-menu of command that are used to define the kind of data stored in the various columns of a table.
    • X: defines the selected column as X-values for the plots.
    • Y: defines the selected column as Y-values for the plots
    • Z: defines the selected column as Z-values for the plots
    • X Error: define the selected column for use as the error bar width for the abscissae.
    • Y Error: define the selected column for use as the error bar heights for the Y-values.
    • None: sets the selected column as none of the above.
  • Std Table Fill selection with row numbers.svg Fill Selection With: provides access to submenus that are used to fill selected columns with special values.
    • Std Table Fill selection with row numbers.svg Row Numbers: fills each cell in the column with its corresponding row number.
    • Std Table Fill selection with random values.svg Random Values: fills each cell in the column with a random value between 0 and 1.
    • Std Table Fill selection with custom random.svg Custom Random: fills each cell in the column with a normally distributed random values.
  • Std Table Show controls.svg Show Controls: shows or hides the table control box used for editing each column properties.
  • Std Table Recalculate.svg Recalculate: recalculates the values of the selected column.