Q: How to Draw a Graph with Interval Y Values?

  • Thread starter Thread starter monsmatglad
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on drawing graphs with interval-based y values, specifically using examples such as 0-1000: 20 and 1000-2000: 30. The correct approach involves plotting horizontal lines at the specified y values for each interval, rather than using midpoints. The term "prettier" values refers to more aesthetically pleasing or rounded numbers that may be used for clarity in graph representation.

PREREQUISITES
  • Understanding of basic graphing concepts
  • Familiarity with interval data representation
  • Knowledge of horizontal line plotting techniques
  • Experience with graphing software or tools
NEXT STEPS
  • Research techniques for plotting interval data in graphing software
  • Learn about data visualization best practices for clarity
  • Explore tools like Matplotlib for Python to create interval graphs
  • Study the impact of using rounded values in data representation
USEFUL FOR

Data analysts, statisticians, and anyone involved in data visualization who needs to represent interval-based data effectively.

monsmatglad
Messages
75
Reaction score
0
How do I draw a graph, when all y values are for intervals. Example: 0-1000: 20, 1000-2000: 30. i tried the middle value, but according to the correct answers they had used "prettier" values.

TLS
 
Mathematics news on Phys.org
monsmatglad said:
How do I draw a graph, when all y values are for intervals. Example: 0-1000: 20, 1000-2000: 30. i tried the middle value, but according to the correct answers they had used "prettier" values.
Do you mean, all the x values are for intervals? Usually, when there are two variables, they are x and y, with the x values along the horizontal axis, and the y values along the vertical axis.

If I understand what you're asking, in your example, between x = 0 and x = 1000, the y value is 20. Between x = 1000 and x = 2000, the y value is 30. In the first part of the graph (between 0 and 1000), the graph is a horizontal line, 20 units up from the x axis. In the second part (between 1000 and 2000), the graph is a horizontal line 30 units above the x axis.

What do you mean by, "they used 'prettier' values"?
 

Similar threads

  • · Replies 76 ·
3
Replies
76
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K