Closed wltjr closed 8 months ago
Replacing the hard coded graph axis values with class variables
This replaces hard coded axis values of -2, 15 with self.min_rand, self.max_rand class variables when drawing the graph
This makes the function re-usable for varying sized graphs, beyond the example case in the main function
Replacing the hard coded graph axis values with class variables
Reference issue
What does this implement/fix?
This replaces hard coded axis values of -2, 15 with self.min_rand, self.max_rand class variables when drawing the graph
Additional information
This makes the function re-usable for varying sized graphs, beyond the example case in the main function
CheckList