Std Table Menu: Difference between revisions

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