Graphing Reference Manual

Size: px
Start display at page:

Download "Graphing Reference Manual"

Transcription

1 Graphing Reference Manual Improvision, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry. CV4 7HS Tel: 0044 (0) Fax: 0044 (0) Internet:

2 Printing History Edition Date Edition 1 September 1998 Improvision believes the information in this manual to be correct at the date of issue. However, it is subject to change at any time and does not represent a commitment on the part of Improvision. Improvision shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this manual. Improvision has a policy of continual development and reserves the right to change information within this manual without notice to reflect changes in the system s design and specification Improvision, Image Processing & Vision Company Limited. All rights reserved. Copyright Notice Apple, Finder and Macintosh are registered trademarks of Apple Computer, Inc. Other brand or product names are the trademarks of their respective holders.

3 GRAPHING MODULE Graphing Module Overview The Graphing Module allows you to create line charts from variables. It is used in conjunction with the Automator module, and consists of a Graphing Window and a number of tasks in the Automator. You can have any number of Graphing Windows open, and any number of traces on each one. Graphing Windows are automatically saved with the document. You will find graphing particularly useful if you also have the Advanced Measurements module. You can create an automation that captures the measurements that you want to graph and plots the results simultaneously on-line. Alternatively, you can create an automation that plots measurements off-line against results that have been previously saved. Refer to Chapter 2 of the Openlab Core Guide for instructions on installing modules and to the Advanced Measurements and Automator User Reference Guides for more information about using these two modules. Contents Overview...1 The Graphing Window...2 Graph Menu Bar...3 Graphing Automator Tasks...6 Printing and Saving Graphs...10 Plotting a Simple Graph...11 Graphing 1

4 OPENLAB The Graphing Window Select Graph from the File-New menu. An empty window is displayed for the new graph. Graph menu bar List of traces on the graph Graticules Graph window Click and drag to resize graph window Graticule values 2 Graphing

5 GRAPHING MODULE Graph Menu Bar Graph Menu Select New Trace to create a new trace for the graph. The trace appears in the scrollable list. Once you have created a trace, you will be able to select it and deselect it in the list. A tick appears next to the trace name when it is selected. You can edit the trace name. Click once on the name and type in the new name. You can also edit the trace color. Click on the color bar and select a new one from the pop-up menu. Select Clear Traces to clear selected traces from the graph window. They will re-appear on the graph, if you select them again in the scrollable list or replot the data. Select Delete Traces to delete selected traces from the graph and the scrollable list. Once you have deleted a trace, you will not be able to retrieve it. Graphing 3

6 OPENLAB Select Fit to Window to make the graph fit to the size of the current window. Select Unfit to Window if you want to allow the graph to extend beyond the size of the current window. Use the scroll bars to view any parts of the graph that are no longer visible. Options Menu Select Set Axes... to define the minimum and maximum values on the X and Y axes. Enter the required values in the X0, X1, Y0 and Y1 boxes. If you want the Y values to be set automatically, check the Auto checkbox. You will notice that the Y(1) and Y(0) change to -INF and INF respectively. Select Graticules... to define the number of grid lines on the graph. Enter a value for the number of divisions across the X axis (Divisions Vertically) and the number of divisions across the Y axis (Divisions Horizontally). Openlab calculates co-ordinates for each grid line and displays them where the graticule intersects the X and Y axes. 4 Graphing

7 GRAPHING MODULE Select Hide Graticule to hide the grid lines on the graph. Select Auto extend X axis if you want the X axis to extend automatically if the values exceed your preset end value (X1). Select Scroll to latest data if you want the graph to automatically scroll to the latest data, if the graph is larger than the graph window. Events Menu Select New Event Marker to create a new event marker on the graph. Event markers appear along the X axis. You can move an event marker along the axis. Hold down the Apple command button _, click on the marker and drag it to its new location. You can edit the event name. Just double-click on the name and overtype the new name. You can also edit the color of the event marker. Click on the color bar and select a new one from the pop-up menu. Graphing 5

8 OPENLAB Select Delete Markers to delete event markers. This will delete all event markers on the graph. Click OK at the prompt. Select Hide Markers to hide all markers. This command toggles between Show/Hide Markers so that you can re-display the markers once you have hidden them. Graphing Automator Tasks Before you can plot a graph, you will need to create an automation using the Automator Graphing tasks. The tasks will appear in the Task List in the Automator Window. You will also find an additional task in the Window Targeting section. This task allows you to target a graph window for the results. 6 Graphing

9 GRAPHING MODULE Graph a Variable Task This task allows you to create a variable that defines a point on your graph. You need to create a trace before you set up this task. Use the Setup dialogue to: Identify the trace against which the value will be plotted. Click on one of the buttons, and enter either an expression for the Trace or the trace ID. The trace ID is automatically created when you add a new trace. (You can use the Add New Trace setup dialogue to assign the trace ID to a variable, if required.) Specify the exact location of the variable/point on the graph. Enter expressions for the X and Y co-ordinates. Identify which trace the value is to be plotted against Enter the X and Y coordinates for the point on the graph Graphing 7

10 OPENLAB Add New Trace Task This task allows you to create a new trace for your graph. You need to create a graph window before you set up this task. Use the Setup dialogue to: Identify the targetted graph. Put the trace ID into a variable, if required. (Leave the checkbox blank if you do not want to use this option.) Select a color for the trace. This is the color of the plotted line on the graph. Make the trace visible at the start of the automation. If you do not enable this option, the trace will not appear on the graph, but the trace name will appear in the left hand column (without a tick). Just click on the trace name when you want to display the graph in the graph window. Enter an expression to identify the targetted graph Check box and enter an expression for the Trace ID Select a color for the trace from the pop-up menu Check if you want the trace to be visible at the start of the automation 8 Graphing

11 GRAPHING MODULE Add Event Marker Task This task allows you to add an event marker to your graph and to create a unique label for that event. Use the Setup dialogue to: Specify the X co-ordinate for the marker. This identifies the point on the X axis at which the event occurs. Label the marker. This label will appear on the graph at the point where the event occurred. The name defaults to untitled. Enter an expression for the X co-ordinate Enter an expression for the name of the event marker Clear Graph Trace Task This task allows you to clear a trace from the targetted graph window. Click on one of the buttons in the Setup dialogue to select the trace and enter an expression to identify: Either the trace Or the trace ID. Enter an expression to identify the trace Enter an expression for the trace ID Graphing 9

12 OPENLAB Set Axes Task This task allows you to define the range of values for the X and Y axes on the graph. Use the Setup dialogue to specify: Check the box(es), if you want to enter values. If the box is left unchecked, existing values will be used. Enter values for the minimum (X0, Y0) and maximum (X1, Y1) values of the axes, as required. Check the box if you want to set up a value Enter an expression for the origin (X0, Y0) and end (X1, Y1) values of the axes Printing and Saving Graphs Once you have created a graph, you can print it. Just select Print from the File menu. You can also save a graph. Use the Save or Save as... command from the Openlab File menu, and enter a name for the saved graph. (If you try to close the graph window without saving it first, you will be prompted to save it.) You can then open the graph again like a normal document. 10 Graphing

13 GRAPHING MODULE Plotting a Simple Graph Before you create an automation to plot a graph, you need to decide: What you want to plot. How you will generate the numbers Which variables you need to create and set up. You will also need a Graph Window for the plotted results. Example 1 - Plotting a random line In the following example, we are going to create a simple automation that plots a random line. we have already created a graph window from the File-New command. Graphing 11

14 OPENLAB Setting up the automation The automation is set up as follows: The Target graph window task targets the top-most graph window. The Add new trace task creates the trace, assigns it a name and color, and puts the trace ID into a variable that we can use in subsequent setup dialogues. The Set axes task sets the minimum and maximum values of the y axis. (The Y0 and Y1 boxes are checked.) 12 Graphing

15 GRAPHING MODULE The Loop task determines the number of graph points (or variables) that we will plot and puts the loop count into a variable. The Graph a variable task identifies the trace on which points will be plotted, and then specifies the X and Y co-ordinates for the variable. We are using a random operator to generate the Y co-ordinate, and the loop count variable to set the X co-ordinate. The second Set axes task sets the maximum value of the x axis to the current loop count. (The X1 box is checked.) Graphing 13

16 OPENLAB Running the automation Click on the Run button to produce a graph similar to the following: If you run the automation a second time, you may get a result similar to the following: You can use the graph menu commands, for example to change the color or name of the second trace. 14 Graphing

17 GRAPHING MODULE Example 2 - Plotting a graph from measurement In the following example, we are going to create a simple automation that plots a graph ROI measurements that have already been captured for an image document. You will need to open the image document and its Measurements window before you run the automation. We will create the graph window as part of the Target graph window setup. Setting up the automation The automation is set up as follows: The Target graph window task targets a new, untitled graph window. The Target image window task targets the top-most image window, which is the one to which the measurements are attached. Graphing 15

18 OPENLAB The Input task prompts the user to identify a column in the measurements table. The values in this column will be used to plot the graph. The Add new trace task creates the trace, assigns it a name and color, and puts the trace ID into a variable that we can use in subsequent setup dialogues. The Count measurements task identifies which measurement table will be used, counts the number of rows in that table and stores the result in a variable, called numrows. 16 Graphing

19 GRAPHING MODULE The Loop task uses the numrows variable to define the number of graph points (or variables) that we will plot and puts the loop count into a variable called currentrow. The Extract measurement task defines the measurement table, column and row within that table, from which the measurement will be extracted. (The row uses the loop count variable that was created in the Loop task.) It also defines where the result will be stored, in a new variable called value. The Graph a variable task identifies the trace on which points will be plotted, and then specifies the X and Y co-ordinates for the variable. We are using the value variable (from the extract measurement task) to set the Y co-ordinate, and the loop count (currentrow) variable to set the X co-ordinate. Graphing 17

20 OPENLAB Running the automation Click on the Run button. You will be prompted to select a column for graphing. You must enter the name of one of the ROI columns. Take care to type in the name exactly as it appears in the measurements table. Note: We have used the Options menu to change the axes to Auto in the above example. 18 Graphing

X-Y Stage Reference Manual

X-Y Stage Reference Manual X-Y Stage Reference Manual Improvision, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admin@improvision.com

More information

AUTOMATOR REFERENCE MANUAL

AUTOMATOR REFERENCE MANUAL AUTOMATOR REFERENCE MANUAL Improvision, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS Tel: +44 (0) 24 7669 2229 Fax: +44 (0) 24 7669 0091 e-mail: admin@improvision.com

More information

Openlab and Openlab Darkroom User Reference Manual

Openlab and Openlab Darkroom User Reference Manual Openlab and Openlab Darkroom User Reference Manual Improvision, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T: +44 (0) 24 7669 2229 F: +44 (0) 24 7669

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

PowerPoint 2010 Intermediate PowerPoint 2010 Intermediate Page 1 SAMPLE

PowerPoint 2010 Intermediate PowerPoint 2010 Intermediate Page 1 SAMPLE PowerPoint 2010 Intermediate PowerPoint 2010 Intermediate Page 1 PowerPoint 2010 Intermediate 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au PowerPoint 2010 Intermediate Page 2 2010

More information

Enterprise Architect. User Guide Series. Roadmap Diagrams. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Roadmap Diagrams. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Roadmap Diagrams Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Roadmap Diagrams 3 Roadmap Diagram Options 8 Roadmap Diagrams

More information

Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3

Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3 Agile Studio WORKING WITH DEVELOPMENT SYSTEMS ON PREVIOUS PEGA PLATFORM RELEASES 7.3 2017 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered

More information

SteelCentral Insights for SteelConnect Users Guide

SteelCentral Insights for SteelConnect Users Guide SteelCentral Insights for SteelConnect Users Guide Version 1.1.x November 2017 2017 Riverbed Technology, Inc. All rights reserved. Riverbed and any Riverbed product or service name or logo used herein

More information

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables Select Cases GRAPHS The Select Cases command excludes from further analysis all those cases that do not meet specified selection criteria. Select Cases For a subset of the datafile, use Select Cases. In

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

USB Server User Manual. USB Server Manual (DN-13010)

USB Server User Manual. USB Server Manual (DN-13010) USB Server Manual (DN-13010) Copyright Notice Copyright 2010. Al rights reserved. Disclaimer Incorporated shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental

More information

963 User Guide. Issue 1/D 1/4/04 Part No: TC200635

963 User Guide. Issue 1/D 1/4/04 Part No: TC200635 963 User Guide Issue 1/D 1/4/04 Part No: TC200635 Trend Control Systems Limited PO Box 34 Horsham Sussex RH12 2YF Tel: +44 (0) 1403 211888 www.trend-controls.com CONTENTS Copyright: Trend Control Systems

More information

MicroSCADA Pro SYS Historian Monitor Configuration

MicroSCADA Pro SYS Historian Monitor Configuration SYS 600 9.3 Trace back information: Workspace Main version a10 Checked in 2012-11-12 1MRS757708 Issued: 30.9.2012 Version: A/30.9.2012 SYS 600 9.3 Contents 1 Copyrights... 2 Introduction... 2.1 This manual...

More information

PowerPoint 2010 Intermediate. PowerPoint 2010 Intermediate SAMPLE

PowerPoint 2010 Intermediate. PowerPoint 2010 Intermediate SAMPLE PowerPoint 2010 Intermediate PowerPoint 2010 Intermediate PowerPoint 2010 Intermediate Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet AODstats Guide to using the Victorian data maps Powered by StatPlanet Contents Quick start guide Interface: Start page Main page Indicator selector panel Indicator details Indicator search box Graph panel

More information

Space Information and Management System (SIMS) 4.0 User s Guide

Space Information and Management System (SIMS) 4.0 User s Guide Space Information and Management System (SIMS) 4.0 User s Guide Evolve FM Facilities Information and Technology Services http://go.osu.edu/fits Revised: 03.12.2018 SIMS 4.0 is referenced by the product

More information

Upgrading BankLink Books

Upgrading BankLink Books Upgrading BankLink Books Contents Upgrading BankLink Books... 4 Upgrading BankLink Books using the automatic upgrade 4 Upgrading BankLink Books when asked to upgrade 5 Upgrading BankLink Books Page 2 of

More information

FontLab. TECHNICAL NOTE #002 (Mac) Keyboard shortcuts. Copyright 2001 FontLab Ltd. THE DIGITAL TYPE DESIGN TOOLKIT

FontLab. TECHNICAL NOTE #002 (Mac) Keyboard shortcuts. Copyright 2001 FontLab Ltd. THE DIGITAL TYPE DESIGN TOOLKIT FontLab THE DIGITAL TYPE DESIGN TOOLKIT TECHNICAL NOTE #002 (Mac) Keyboard shortcuts Copyright 2001 FontLab Ltd. Copyright 1992-2001 by FontLab, Ltd. All rights reserved. No part of this publication may

More information

ProvideX. NOMADS Enhancements

ProvideX. NOMADS Enhancements ProvideX VERSION 8.0 NOMADS Enhancements Introduction 3 Panel Designer Enhancements 5 Properties Window 7 New Format Definition for Grids/List Boxes 12 Bulk Edit Utility 14 Drag and Drop Utility 16 Dependency

More information

MicroSCADA Pro SYS Historian Monitor Configuration

MicroSCADA Pro SYS Historian Monitor Configuration SYS600 9.4 Trace back information: Workspace Main version a26 Checked in 2014-05-16 1MRS758121 Issued: 16.5.2014 Version: A/16.5.2014 SYS600 9.4 Contents 1 Copyrights... 2 Introduction... 2.1 This manual...

More information

BD CellQuest Pro Analysis Tutorial

BD CellQuest Pro Analysis Tutorial BD CellQuest Pro Analysis Tutorial Introduction This tutorial guides you through a CellQuest Pro Analysis run like the one demonstrated in the CellQuest Pro Analysis Movie on the BD FACStation Software

More information

SAFI Sample Projects. Design of a Steel Structure. SAFI Quality Software Inc. 3393, chemin Sainte-Foy Ste-Foy, Quebec, G1X 1S7 Canada

SAFI Sample Projects. Design of a Steel Structure. SAFI Quality Software Inc. 3393, chemin Sainte-Foy Ste-Foy, Quebec, G1X 1S7 Canada SAFI Sample Projects Design of a Steel Structure SAFI Quality Software Inc. 3393, chemin Sainte-Foy Ste-Foy, Quebec, G1X 1S7 Canada Contact: Rachik Elmaraghy, P.Eng., M.A.Sc. Tel.: 1-418-654-9454 1-800-810-9454

More information

Simply Personnel Screen Designer

Simply Personnel Screen Designer Simply Personnel Screen Designer -Training Workbook- Screen Designer Page 1 Build 12.8 Introduction to Simply Personnel Screen Designer This document provides step-by-step guide for employee users to give

More information

SecureAssist IntelliJ Plug-in User Guide June 2016

SecureAssist IntelliJ Plug-in User Guide June 2016 SecureAssist IntelliJ Plug-in User Guide June 2016 Copyright 2016 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored in any electronic

More information

INTRODUCTION TO THE MATLAB APPLICATION DESIGNER EXERCISES

INTRODUCTION TO THE MATLAB APPLICATION DESIGNER EXERCISES INTRODUCTION TO THE MATLAB APPLICATION DESIGNER EXERCISES Eric Peasley, Department of Engineering Science, University of Oxford version 4.6, 2018 MATLAB Application Exercises In these exercises you will

More information

Easy Match QC Lesson #1. Setting Up a Job Template

Easy Match QC Lesson #1. Setting Up a Job Template Easy Match QC Lesson #1 Setting Up a Job Template This tutorial provides lessons that walk you through some common procedures in EasyMatch QC. These tutorials work through screen configuration and use

More information

Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles

Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles Working with Charts Objectives Understand and plan a chart Create a chart Move and resize charts and chart objects Apply chart layouts and styles 2 Objectives Customize chart elements Enhance a chart Create

More information

Instructions for use of the FRAM Model Visualiser (FMV)

Instructions for use of the FRAM Model Visualiser (FMV) FRAM Model Visualiser instructions Page 1 Instructions for use of the FRAM Model Visualiser (FMV) Background These instructions refer to FMV version 0.2.0 June 2014 The FRAM Model Visualiser (FMV) is the

More information

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics SystemVue 2011 Fundamentals (version 1-2012) LAB EXERCISE 1 SystemVue Basics This lab exercise introduces the basic use model of SystemVue, including using the built-in templates, running analyses and

More information

ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping

ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping Tutorial ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping Tutorial September 25, 2002 1:20 pm, 7x9_Title.fm Copyright 2002, Applied Biosystems.

More information

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1 Access 2010 Working with Tables Introduction Page 1 While there are four types of database objects in Access 2010, tables are arguably the most important. Even when you're using forms, queries, and reports,

More information

Introduction to tabs and tables

Introduction to tabs and tables L E S S O N 5 Introduction to tabs and tables Suggested teaching time 40-50 minutes Lesson objectives To work with tab stops and tables in your document, you will: a b c Identify, set, edit, and remove

More information

Create ruler guides. Create a ruler guide

Create ruler guides. Create a ruler guide Create ruler guides Ruler guides are different from grids in that they can be positioned freely on a page or on a pasteboard. You can create two kinds of ruler guides: page guides, which appear only on

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved.

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. Tabular Room Data User Guide IES Virtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form without

More information

RSC2 Manual. Road Sensor Control Software for Retrometer LTL-X

RSC2 Manual. Road Sensor Control Software for Retrometer LTL-X Manual Road Sensor Control Software for Retrometer LTL-X Venlighedsvej 4 2970 Hørsholm Denmark Tel. (+45) 72 19 40 00 Fax (+45) 72 19 40 01 DISCLAIMER The information contained in this document is subject

More information

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA)

UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) UIS USER GUIDE SEPTEMBER 2013 USER GUIDE FOR UIS.STAT (BETA) Published in 2013 by: UNESCO Institute for Statistics P.O. Box 6128, Succursale Centre-Ville Montreal, Quebec H3C 3J7 Canada Tel: (1 514) 343-6880

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

9 Introducing Drag and Drop Techniques

9 Introducing Drag and Drop Techniques 9 Introducing Drag and Drop Techniques The general technique for dragging and dropping involves: 1. Clicking once to first select an object. 2. Holding the left mouse button down to grab the object for

More information

SecureAssist Eclipse Plugin User Guide December 2015

SecureAssist Eclipse Plugin User Guide December 2015 SecureAssist Eclipse Plugin User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored in any electronic

More information

SEGGER J-Scope. User Guide. Document: UM08028 Software Version: 5.10 Revision: 0 Date: November 26, 2015

SEGGER J-Scope. User Guide. Document: UM08028 Software Version: 5.10 Revision: 0 Date: November 26, 2015 SEGGER J-Scope User Guide Document: UM08028 Software Version: 5.10 Revision: 0 Date: November 26, 2015 A product of SEGGER Microcontroller GmbH & Co. KG www.segger.com 2 Disclaimer Specifications written

More information

Illustrator Charts. Advanced options

Illustrator Charts. Advanced options Illustrator Charts Advanced options Setting up labels Labels are words or numbers that describe two things: the sets of data you want to compare, and the categories across which you want to compare them.

More information

SequencePro Data Analysis Application. User Guide

SequencePro Data Analysis Application. User Guide SequencePro Data Analysis Application User Guide SequencePro Data Analysis Application User Guide DRAFT October 31, 2001 12:52 pm, Title_page.fm Copyright 2001, Applied Biosystems. All rights reserved.

More information

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER Stamina Software Pty Ltd TRAINING MANUAL Viságe BIT VIEWER Version: 3 31 st October 2011 Viságe BIT Viewer TABLE OF CONTENTS VISÁGE BIT VIEWER... 2 ELEMENTS OF THE VISÁGE BIT VIEWER SCREEN... 3 TITLE...

More information

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal Chapter 9 9 Creating Pages with Frames You can divide the display area of a Web browser into multiple panes by creating frames.

More information

Section 1.1 The Distance and Midpoint Formulas; Graphing Utilities; Introduction to Graphing Equations

Section 1.1 The Distance and Midpoint Formulas; Graphing Utilities; Introduction to Graphing Equations Section 1.1 The Distance and Midpoint Formulas; Graphing Utilities; Introduction to Graphing Equations origin (x, y) Ordered pair (x-coordinate, y-coordinate) (abscissa, ordinate) x axis Rectangular or

More information

Process Eye Professional. Recall

Process Eye Professional. Recall Process Eye Professional Recall Process Eye Professional Recall User Manual SP104010.101 August 2005 As part of our continuous product improvement policy, we are always pleased to receive your comments

More information

Scottish Improvement Skills

Scottish Improvement Skills Scottish Improvement Skills Creating a run chart on MS Excel 2007 Create and save a new Excel worksheet. Some of the details of steps given below may vary slightly depending on how Excel has been used

More information

GE Fanuc Automation. CIMPLICITY HMI Plant Edition. Trend and XY Chart. CIMPLICITY Monitoring and Control Products.

GE Fanuc Automation. CIMPLICITY HMI Plant Edition. Trend and XY Chart. CIMPLICITY Monitoring and Control Products. GE Fanuc Automation CIMPLICITY Monitoring and Control Products CIMPLICITY HMI Plant Edition Trend and XY Chart Operation Manual GFK-1260H July 2001 Following is a list of documentation icons: GFL-005 Warning

More information

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate Page 2 2013 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

ATEK Intelligence Platform

ATEK Intelligence Platform ATEK Intelligence Platform for Instruction Guide www.tankscan.com AIP (ATEK Intelligence Platform)... 3 Log In... 3 AIP Navigation... 4 a. Menu Tabs... 4 1. Views Menu... 4 2. Grids Menu... 4 3. Actions

More information

CYMA IV. Accounting for Windows. System Manager Training Guide. Training Guide Series

CYMA IV. Accounting for Windows. System Manager Training Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series System Manager Training Guide December 2015 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

DMS Integration Guide

DMS Integration Guide DMS Integration Guide Contents Introduction 2 Install the Infomedia DMSi 3 Set up a new DMS connection 3 Add a preconfigured DMS connection 3 Add a custom DMS connection 4 Configure the DMSi for multiple

More information

SoftStep KeyWorx Reference Manual

SoftStep KeyWorx Reference Manual SoftStep KeyWorx Reference Manual Version 1.0 April 2011 Keith McMillen, Conner Lacy, Chuck Carlson, Nick Bonardi, Justin Catalana, Dennis Cao, Diane Douglas, Tom Ferguson, David Hishinuma, Sarah Howe,

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

LINAX Series Videographic Recorders

LINAX Series Videographic Recorders User Guide 154534_8 LINAX Series Videographic Recorders DataManager Software Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 'Safety Requirements for Electrical

More information

INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES

INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES Eric Peasley, Department of Engineering Science, University of Oxford version 3.0, 2017 MATLAB Interactive Graphics Exercises In these exercises you

More information

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

More information

Excel 2. Module 3 Advanced Charts

Excel 2. Module 3 Advanced Charts Excel 2 Module 3 Advanced Charts Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson we

More information

GRADE CENTRE BEST PRACTICE FOR A4L

GRADE CENTRE BEST PRACTICE FOR A4L GRADE CENTRE BEST PRACTICE FOR A4L Overview A large number of reports use information from the Grade Centre to draw correlations between activity and student success (see appendix). This document serves

More information

MagniLink imax. User Manual. Version User Manual d MagniLink imax 1

MagniLink imax. User Manual. Version User Manual d MagniLink imax 1 User Manual MagniLink imax Version 1.1.2 LVI Low Vision International Verkstadsgatan 5 Tel: +46 (0) 470 727700 E-mail: info@lvi.se 352 46 Växjö Fax: +46 (0) 470 727725 Internet: www.lvi.se User Manual

More information

Using Chart components

Using Chart components Using Chart components Page 1 of 5 Using Chart components Charts allow you to represent data visually to make it easy for users to see comparisons, patterns, and trends. Xcelsius includes the following

More information

XYZ Mesh. Product. Gray Technical, LLC Copyright Gray Technical All Rights Reserved

XYZ Mesh. Product. Gray Technical, LLC  Copyright Gray Technical All Rights Reserved Product XYZ Mesh Company Copyright License Gray Technical, LLC http://www.graytechnical.com/ XYZ Mesh Copyright Copyright 2015-2017 Gray Technical All Rights Reserved SOFTWARE LICENSE SOFTWARE REPRODUCTION:

More information

OEE Studio Release Note

OEE Studio Release Note OEE Studio Release Note Version 4.0 Deb-Tech Systems, Inc. & Production Improvement Systems Ltd. Debbie.Olk@DebTechSystems.com Russell@ProductionImprovement.com 1-800.975.3181 ext. 2 What s New in 4.0

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

2010 by Microtek International, Inc. All rights reserved.

2010 by Microtek International, Inc. All rights reserved. 2010 by Microtek International, Inc. All rights reserved. Microtek and DocWizard are trademarks of Microtek International, Inc. Windows is a registered trademark of Microsoft Corporation. All other products

More information

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1 From the menus choose: Graphs Chart Builder... 20/11/2009 12:06:00 PM Page 1 The Chart Builder dialog box is an interactive window that allows you to preview how a chart will look while you build it. 20/11/2009

More information

May 16, Salient Dashboards. Training Guide: Viewing Dashboards. Version 7.0

May 16, Salient Dashboards. Training Guide: Viewing Dashboards. Version 7.0 May 16, 2018 Salient Dashboards Training Guide: Viewing Dashboards Version 7.0 Limited warranty Information in this document is furnished for informational use only, is subject to change without notice,

More information

LEVEL 2: INTERMEDIATE FEATURES

LEVEL 2: INTERMEDIATE FEATURES EXCEL 2002 (XP) LEVEL 2: INTERMEDIATE FEATURES December 19, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

EasySense Mac OSX Quick Start Guide

EasySense Mac OSX Quick Start Guide EasySense Mac OSX Quick Start Guide Contents Compatibility... 1 To begin... 2 Recording data... 2 A New recording... 2 Displaying data... 4 Data Value boxes... 4 Show or Hide Channels... 4 Y-Axis display...

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

WHAT'S NEW IN STRATUM.PLANNER MAINTENANCE BUILDS? Silvon Software, Inc.

WHAT'S NEW IN STRATUM.PLANNER MAINTENANCE BUILDS? Silvon Software, Inc. WHAT'S NEW IN STRATUM.PLANNER MAINTENANCE BUILDS? Silvon Software, Inc. From Silvon s Library Manual What's New in Stratum.Planner Maintenance Builds? Document ID ClientReadMe Software Stratum.Planner

More information

Contents. What is the purpose of this app?

Contents. What is the purpose of this app? Contents What is the purpose of this app?... 1 Setup and Configuration... 3 Guides... 4 nhanced 365 Panels and Tiles... 4 nhanced 365 Fields and Tables... 9 nhanced 365 Views... 12 What is the purpose

More information

BoA Tools Page 1 / 31

BoA Tools Page 1 / 31 BoA Tools Page 1 / 31 Standard tools Overview 2 Work pane 3 3D-2D file Main palette 6 Layout Main Palette 9 Navigation tools 11 Workplane Palette 14 Cursor Palette 21 Numeric control 24 Selection by Criteria

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

Development Patch Release Notes Bellavita Patch Release. Notes. Micros-Fidelio GmbH, July 2014 Hospitality Solutions Page 3 of 5

Development Patch Release Notes Bellavita Patch Release. Notes. Micros-Fidelio GmbH, July 2014 Hospitality Solutions Page 3 of 5 Notes Bellavita Patch Release Version 2.7.0.10 MICROS BellaVita Documentation This document has been prepared by MICROS-Fidelio GmbH and is available to a select group of individuals for informational

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

Course Code: SPSS19 Introduction to IBM SPSS Statistics

Course Code: SPSS19 Introduction to IBM SPSS Statistics Centre for Learning and Academic Development (CLAD) Technology Skills Development Team Course Code: SPSS19 Introduction to IBM SPSS Statistics www.intranet.birmingham.ac.uk/itskills An Introduction to

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

SecureAssist Rulepack Configurator v User Guide December 2015

SecureAssist Rulepack Configurator v User Guide December 2015 SecureAssist Rulepack Configurator v. 2.4.1 User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored

More information

cief Data Analysis Chapter Overview Chapter 12:

cief Data Analysis Chapter Overview Chapter 12: page 285 Chapter 12: cief Data Analysis Chapter Overview Analysis Screen Overview Opening Run Files How Run Data is Displayed Viewing Run Data Data Notifications and Warnings Checking Your Results Group

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction:

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction: Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 Introduction: Overview, Preferences, Saving and Opening Analysis Files www.inivai.com TABLE

More information

New Features in Communicate: In Print Version 2.8

New Features in Communicate: In Print Version 2.8 COMPRIN9 New Features in Communicate: In Print Version 2.8 1. Free Updates for Symbols Widgit are now releasing all of the symbol updates to customers of the Communicate Series for free. These will be

More information

DataPro Quick Start Guide

DataPro Quick Start Guide DataPro Quick Start Guide Introduction The DataPro application provides the user with the ability to download and analyze data acquired using the ULTRA-LITE PRO range of Auto Meter products. Please see

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

TABLE OF CONTENTS. 2 ADDING, REMOVING, AND RESIZING FRAMES IN A FLEX DOCUMENT. 4 ADDING SHEETS. 6 STACKING APPS. 8 SHOWING/HIDING APP TOOLBARS.

TABLE OF CONTENTS. 2 ADDING, REMOVING, AND RESIZING FRAMES IN A FLEX DOCUMENT. 4 ADDING SHEETS. 6 STACKING APPS. 8 SHOWING/HIDING APP TOOLBARS. TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADDING, REMOVING, AND RESIZING FRAMES IN A FLEX DOCUMENT... 4 ADDING SHEETS... 6 STACKING APPS... 8 SHOWING/HIDING APP TOOLBARS... 9 DISPLAYING THE DOCUMENT TOOLBAR...

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

Agilent 34826A BenchLink Data Logger for 34980A. Getting Started Guide. Agilent Technologies

Agilent 34826A BenchLink Data Logger for 34980A. Getting Started Guide. Agilent Technologies Agilent 34826A BenchLink Data Logger for 34980A Getting Started Guide Agilent Technologies Notices Agilent Technologies, Inc. 2006 No part of this manual may be reproduced in any form or by any means (including

More information

User Guide. Model Temperature Datalogger Kit Model Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276

User Guide. Model Temperature Datalogger Kit Model Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276 User Guide Model 42265 Temperature Datalogger Kit Model 42275 Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276 Introduction Congratulations on your purchase of Extech Instrument

More information

DataSweet also has a whole host of improvements which are not covered in this document.

DataSweet also has a whole host of improvements which are not covered in this document. Page 1 Introduction DataSweet 3.5.0 contains many new features that make DataSweet a really powerful tool for data handling in the classroom. This document only covers the new features and how they work.

More information

Ansoft HFSS Windows Screen Windows. Topics: Side Window. Go Back. Contents. Index

Ansoft HFSS Windows Screen Windows. Topics: Side Window. Go Back. Contents. Index Modifying Coordinates Entering Data in the Side Windows Modifying Snap To Absolute Relative Each screen in divided up into many windows. These windows can allow you to change the coordinates of the model,

More information