A function to calculate the range of x- and y- axes.
Usage
get_axis_range(plot)
Value
A list object that has two elements, each of which has two vector values. The first
element stores the minimum and maximum values of the plot's x-axis range, while the second
element stores the minimum and maximum values of the plot's y-axis range.