How to Draw an Ogive- Step-by-Step Guide with Examples
What Is an Ogive and Why You Need to Know How to Draw One
An ogive is a frequency distribution graph that plots cumulative frequencies against class boundaries. Unlike regular histograms, it shows how data accumulates rather than how it distributes.
Statisticians use ogives to find medians, percentiles, and to visualize the running total of observations. If you're working with grouped data, ogives are faster than calculating percentiles by hand every time.
This guide covers both less than ogive and more than ogive methods. By the end, you'll be able to draw either one from scratch.
Less Than Ogive vs. More Than Ogive
These are the two types of ogives you'll encounter:
- Less than ogive: Plots each upper class limit against its cumulative frequency. Shows how many values fall at or below a given point. 📈
- More than ogive: Plots each lower class limit against its cumulative frequency from above. Shows how many values fall at or above a given point. 📉
Both ogives plotted on the same axes will intersect at the median. This intersection property makes ogives useful for reading approximate percentile values visually.
Step-by-Step: How to Draw a Less Than Ogive
Step 1: Organize Your Data
Start with grouped frequency data. You need class intervals and their frequencies.
Step 2: Calculate Cumulative Frequencies
Add each frequency to the total of all frequencies below it. Work from top to bottom.
Step 3: Plot Upper Class Limits
For each class, plot the upper limit on the x-axis against its cumulative frequency on the y-axis.
Step 4: Connect the Dots
Join the points with smooth curves or straight line segments. Unlike histograms, ogive points are joined directly.
Example: Drawing a Less Than Ogive
Consider this dataset of exam scores for 50 students:
| Class Interval | Frequency | Upper Limit | Cumulative Frequency |
|---|---|---|---|
| 0-10 | 3 | 10 | 3 |
| 10-20 | 7 | 20 | 10 |
| 20-30 | 12 | 30 | 22 |
| 30-40 | 15 | 40 | 37 |
| 40-50 | 8 | 50 | 45 |
| 50-60 | 5 | 60 | 50 |
Plot these points: (10, 3), (20, 10), (30, 22), (40, 37), (50, 45), (60, 50)
Connect them in order. That's your less than ogive.
How to Draw a More Than Ogive
The process is similar but uses lower class limits and counts backward.
Step 1: Start With Your Frequency Table
Same data as before.
Step 2: Calculate "More Than" Cumulative Frequencies
Start from the bottom class. Each row shows how many values fall above that lower limit.
| Class Interval | Frequency | Lower Limit | More Than Cumulative |
|---|---|---|---|
| 0-10 | 3 | 0 | 50 |
| 10-20 | 7 | 10 | 47 |
| 20-30 | 12 | 20 | 40 |
| 30-40 | 15 | 30 | 28 |
| 40-50 | 8 | 40 | 13 |
| 50-60 | 5 | 50 | 5 |
Step 3: Plot and Connect
Plot (0, 50), (10, 47), (20, 40), (30, 28), (40, 13), (50, 5). Join the points. The curve slopes downward from left to right.
Getting Started: Quick Checklist
- ✅ Gather your grouped frequency data
- ✅ Decide which ogive type you need
- ✅ Calculate cumulative frequencies correctly
- ✅ Use upper limits for less than ogive, lower limits for more than ogive
- ✅ Plot points on graph paper or software
- ✅ Connect points smoothly
- ✅ Label axes clearly with scales
Finding the Median on an Ogive
Once drawn, you can estimate the median visually. Draw a horizontal line from the y-axis at N/2 (half the total frequency) until it hits your curve. Drop a vertical line to the x-axis. That x-value is your approximate median.
For the 50-student example, N/2 = 25. A horizontal line from y=25 intersects the less than ogive near x=32. So the median score is roughly 32 marks.
Common Mistakes to Avoid
- Using class marks instead of boundaries: Always use upper or lower limits, not midpoints.
- Forgetting to cumulate: Each point must represent all data up to that boundary, not just that class.
- Drawing bars instead of points: Ogives are line graphs, not histograms.
Tools for Drawing Ogives
You can draw ogives by hand on graph paper, or use:
- Microsoft Excel (scatter plot with lines)
- Google Sheets
- Python with matplotlib
- Desmos online graphing calculator
For quick estimates, hand-drawing works fine. For precision or large datasets, software eliminates plotting errors.
When to Use Each Ogive Type
Less than ogives are more common in textbooks and exams. More than ogives appear less frequently but are useful when you want to emphasize the lower tail of a distribution.
If you're asked to find percentiles or the median graphically, a less than ogive is usually the way to go.