Getting Started with KYPLOT

0% found this document useful (0 votes)
309 views14 pages
KYPLOT is powerful commercial software that can be used to enter and analyze data, prepare plots and graphs, and perform statistical analysis. It operates similarly to Microsoft Excel with a…

Uploaded by

Ali Abdelrahem
  • Introduction to KYPlot
  • Part I: Getting Started
  • Part II: Making Graphs

Using KYPLOT

KYPLOT is powerful commercial software and can make your life easier if you are
proficient in using it. You will need to use KYPLOT to complete most of your
assignments and are expected to know how to manipulate data, prepare plots and analyze
error.

Installation:
1- Download the file [Link] from [Link] (no www)
2- After you have [Link] on your hard disk, double click on it and install it on your
computer. By default, KYPLOT will install itself in the Program Files folder. If you
want, you can create a desk top icon of KYPLOT for easy access.

Running KYPLOT:
1- If you have a desk top icon double click on it, otherwise click Start, All Programs,
KYPLOT.
2- When the program starts you will see the spreadsheet that looks like this

3- The spreadsheet is used to enter data and also to make calculations.


4- In KYPLOT (like Microsoft Excel), the columns are labeled with letters, and rows are
labeled by numbers. The individual boxes are called cells, which are designated by
column and row. For example, the top left cell in the spreadsheet is A1. You can highlight
1

an entire row or column by clicking on the letter or


number, at the start of the row or top of the column, it
is designated by. You can highlight specific cells by
clicking INSIDE the cell and dragging the mouse.
Pressing ENTER moves you down a column.
Pressing TAB moves you across a row.

Entering Data:
1- Enter the following data in a column: 45, 56, 48,
51, 26, 58, 41, 67, 52, 57.
2- After typing each number, either press ENTER or
the down arrow.

3- You can enter any data in other columns or rows in the same way.
4- If the data in column A was supposed to have more significant figures we could format
our cells. To do this, highlight the appropriate cell and click FORMAT, then CELLS.
Choose NUMBER and select correct number of decimal places. You can also put
numbers in scientific notation from this screen. Also under FORMAT, then CELLS you
can change the font and colors of both the font and background. You should be able to
use these features.

Part I. Getting Started:


1- Suppose we want to make a preliminary statistical analysis of this data set, first click
and drag the mouse to mark the data set

Then Click on Statistics in the menu, then Descriptive Statistics. A menu will pop up as
shown below.
3

2- Choose DETAILED from the menu, then click OK.


3- The results will be displayed starting from cell A13.

Entering Formulas:
1- All formulas must begin with an equal sign. KYPLOT has many common formulas
programmed under key words.
2- Having your data in cells A1-A10, move the cursor to cell B1, then type
=5*A1+log(A1)

3- Press ENTER. Cell B1 will now display the result of the formula

4- If you want to repeat the same calculation formula to all values in column A, move the
cursor to cell B1, right click the mouse, and choose copy

5- Then highlight cells B2-B10, right click the mouse, and choose PASTE

6- You will see the formula results now displayed in column B.

Part II. Making Graphs


The following is data from a viscosity experiment. Enter it in Worksheet

This data does not have a linear relationship. In order to produce a linear relationship,
take the natural log of viscosity. Do this in column C. The formula is =ln(B2) for the
first value. Then COPY and Paste as described above.

Highlight the data area, right click , then choose CREATE GRAPH
8

The DATA TYPE menu will appear

Click OK, another menu will appear

Now, we need to tell the program what to graph. To do this, accept the default choices
for now, and click OK

10

A FIGURE window will appear, notice that there are 2 data sets plotted as Ys (columns
B and C). Also notice that the X and Y axis are not properly named yet, so are the graph
legend (series 1 and series 2). You can edit all these text fields by right clicking on them.
Left click on the graph to select it (as demonstrated by the blue border)

Then right click and choose SET PROPERTIES

11

A new menu will pop up, now you can set colors and symbols, and also control how axis
are displayed. Try the options (nothing can go wrong from here) until you are satisfied
with the appearance of your graph.

12

To calculate and plot a best fit line (or a best fit curve), select the graph then click on the
FIT button.

The FIT menu will pop up. For now, I will let you experiment with the FIT menu and
discover what you can do here. Have fun.

13

14

Common questions

Powered by AI

Entering data in KYPLOT involves typing the data into designated cells and pressing ENTER to move vertically through a column or TAB to move horizontally through a row. Formatting data cells includes highlighting the appropriate cells, selecting 'FORMAT', then 'CELLS', choosing 'NUMBER' for decimal formatting, or using scientific notation. Font and color changes can also be made within the formatting menu, enhancing the data's visibility and readiness for further analysis .

To create a desktop icon for KYPLOT, right-click on the installed program's executable or shortcut, typically located in the Program Files folder after installation, and select 'Create Shortcut' to send it to the desktop. This simplifies access to the program, saving time for frequent users by providing a convenient launch point without navigating through multiple directory levels .

KYPLOT enhances user experience in data visualization by streamlining the graphing process through an intuitive interface that requires minimal manual manipulation. Users can quickly create graphs by merely highlighting data and choosing options from menu prompts. Further customization of graph properties, such as colors and axis labeling, is easily managed through right-click menus, allowing for an efficient workflow . This contrasts with manual graphing where each component needs to be individually set up, requiring more time and effort.

To install KYPLOT, download the file kyp2b15.exe from El-Khaiary.4shared.com and install it by double-clicking the file. By default, it installs in the Program Files folder, and a desktop icon can be created for easy access. To run KYPLOT, double-click the desktop icon if available, or navigate to Start, All Programs, and select KYPLOT .

KYPLOT's spreadsheet interface is similar to Microsoft Excel in that it uses letters to label columns and numbers to label rows, with individual boxes called cells like A1. It allows for data entry, calculations, and formatting of cells including number formatting, scientific notation, and font changes. Unique functionalities include entering data specifically for statistical analysis and graph creation, with dedicated features for these purposes .

KYPLOT offers advanced visualization techniques such as plotting best fit lines or curves. These are added via the FIT menu after a graph is created, allowing users to explore different fitting options and accurately represent trends within their data sets. This feature enhances data interpretation by providing visual cues and helping to identify underlying patterns or relationships within the data .

To apply a formula across multiple cells in KYPLOT, first enter the formula in the initial cell using the format '=5*A1+log(A1)' for example. Copy this formula by right-clicking the cell and selecting copy. Then highlight the target range of cells, right-click again, and select paste to apply the formula across the selected cells .

KYPLOT facilitates preliminary statistical analysis by allowing users to easily select data and perform descriptive statistics. The steps involved include marking the data set by clicking and dragging the mouse over it, selecting 'Statistics' from the menu, choosing 'Descriptive Statistics', and then selecting 'DETAILED' from the menu that appears. The results of the analysis are displayed starting from cell A13 .

KYPLOT allows users to manage and edit graph properties by right-clicking on various graph components, enabling the user to set colors, symbols, and axis displays through an interactive menu. Users can also edit text fields such as axis names and legends to improve the clarity and presentation of the graph .

To convert a non-linear data set for linear analysis in KYPLOT, one can take the natural log of the dependent variables, for example using a formula like '=ln(B2)'. After transforming the data, the graph creation process involves highlighting the data, right-clicking to choose 'CREATE GRAPH', accepting default options, and adjusting the graph's appearance, such as axis names and legends . A best fit line can be added by selecting the graph and using the FIT menu controls .

Using KYPLOT
KYPLOT is powerful commercial software and can make your life easier if you are 
proficient in using it. You wil
an entire row or column by clicking on the letter or 
number, at the start of the row or top of the column, it
is designated
3- You can enter any data in other columns or rows in the same way.
4- If the data in column A was supposed to have more sign
2- Choose DETAILED from the menu, then click OK.
3- The results will be displayed starting from cell A13. 
4
Entering Formulas:
 
1- All formulas must begin with an equal sign. KYPLOT has many common formulas 
“programmed” under key w
5- Then highlight cells B2-B10, right click the mouse, and choose PASTE
6- You will see the formula results now displayed in
Part II. Making Graphs 
The following is data from a viscosity experiment. Enter it in Worksheet 
This data does not have a l
Highlight the data area, right click , then choose CREATE GRAPH
8
The DATA TYPE menu will appear
Click OK, another menu will appear
9
Now, we need to tell the program what to graph. To do this,  accept the default choices 
for now, and click OK
10

You might also like