Trimming white space in graph
I'm graphing data and the y values range from 2600 to 2800
The default y-axis range is 0 to 3000 which makes seeing the data very difficult
I can manually specify a lower limit of 2600 which makes my data readable but then if my data starts to shift and let's say start to range from 3000 to 3200, there'll start being more useless whitespace (or data being hidden if my values shift beneath 2600)
Is there a way to stop my graph y-axis from starting at 0?
I guess I can subtract the minimum value from all my data points and note the graph has been 0'd but that's pretty annoying
Please sign in to leave a comment.
Comments
1 comment