Std Table Menu: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
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

Revision as of 02:01, 3 September 2022

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 Clear table.svg Clear Table: computes the deconvolution of two selected columns.
  • Std Table Recalculate.svg Recalculate: recalculates the values of the selected column.