Std Plot Menu: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 99: Line 99:
* [[Std_Plot_Layout_grids|Layout Grids]]: opens a sub-menu of commands that can be used to quickly obtain some commonly used arrangements of multiple plots.
* [[Std_Plot_Layout_grids|Layout Grids]]: opens a sub-menu of commands that can be used to quickly obtain some commonly used arrangements of multiple plots.
** [[Std_Plot_Layout_grids_vertical_2_layouts|Vertical 2 Layouts]]: creates 2 vertically stacked layers.
** [[Std_Plot_Layout_grids_vertical_2_layouts|Vertical 2 Layouts]]: creates 2 vertically stacked layers.
** [[File:Std_Plot_Layout_grids_horizontal_2_layouts.svg|32px]] [[Std_Plot_Layout_grids_horizontal_2_layouts|Horizontal 2 Layouts]]: Creates 2 horizontally stacked layers.
** [[Std_Plot_Layout_grids_horizontal_2_layouts|Horizontal 2 Layouts]]: Creates 2 horizontally stacked layers.
** [[Std_Plot_Layout_grids_4_layouts|4(2x2) Layouts]]: creates 4 layers on a 2x2 grid.
** [[Std_Plot_Layout_grids_4_layouts|4(2x2) Layouts]]: creates 4 layers on a 2x2 grid.





Revision as of 03:39, 30 August 2022

Std Base icon

Introduction

The Std Plot 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 Plot menu is active only when a table is selected. These commands allow plotting data from the selected table. As a group, all of these commands create a new graph window which contains a single, empty layer. The newly created plot is drawn on this empty layer.

Tools

The following tools are available in this menu:

  • Std Plot Line.svg Line: creates graphs consisting of lines.
  • Std Plot Scatters.svg Scatters: opens up a sub-menu of additional commands for plotting specialized graphs consisting of scatters.
  • Std Plot Area.svg Area: creates a line graph with the areas below the lines filled with colors
  • Std Plot Pie.svg Pie: creates a pie chart
  • Std Plot SG box plot.svg Statistical Graph: opens up a sub-menu of commands for plotting various statistical graphs
    • Std Plot SG box plot.svg Box Plot: creates a box plot.
    • Std Plot SG histogram.svg Histogram: creates a frequency histogram.
    • Stacked Histogram: creates vertically stacked layers displaying the histograms of the selected data.
  • Std Plot 3D plot bar.png 3D Plot: opens a sub-menu of commands used to draw some common 3D plots.
    • Std Plot 3D plot bar.png Bar: makes a 3D plot of the selected data using bar style.
    • Std Plot 3D plot scatter.svg Scatter: Makes a 3D plot of the selected data using Scatter style.